Skip to content
Home
Vision
Showcase
Perspectives
Articles
Connect
Book a consultation
Portfolio
Portfolio
Fresh Ideas. Bold Design. Smart Realisation.
Show all
App
Website
Game
`; return `
${project.title}
${project.company}
${buttonsHtml}
`; } // Function to render project cards function renderProjects(projects) { var html = ""; projects.forEach(function(project) { html += generateProjectCard(project); }); document.getElementById("projectContainer").innerHTML = html; } // Initial rendering renderProjects(projects); // Filter projects function filterSelection(c) { var x, i; x = document.getElementsByClassName("filterDiv"); if (c == "all") c = ""; for (i = 0; i < x.length; i++) { if (c == "" || x[i].classList.contains(c)) { x[i].style.display = "inline-block"; // Change display to inline-block } else { x[i].style.display = "none"; } } // Toggle 'active' class for filter buttons var btns = document.getElementsByClassName("btn"); for (i = 0; i < btns.length; i++) { btns[i].classList.remove("active"); } if (c !== "") { document.querySelector(".btn." + c).classList.add("active"); } else { document.querySelector(".btn.all").classList.add("active"); } }
Go to Top
Get a perfect quote
Got questions? Ideas? Fill out the form below & our specialist will contact you.
Your name
PHONE NUMBER
E-mail
Project Start Date
Estimate Budget
Less Than $5000
$10000 - $20000
$20000 - $35000
$35000 - $50000
$50000 - $100000
$100000 +
TELL US ABOUT YOUR PROJECT
Submit
Home
Vision
Showcase
Perspectives
Articles
Connect
Book a consultation