The Grad Project ↗Class of ’26Amsterdam → WorldwideEst. 2022
Why we do this
A graduation lasts a day —
the memory should last a lifetime.
So we craft garments that carry
your school years, timeless pieces
that hold endless memories.
Always grateful.
Vol. II · No. 2026Amsterdam · Class of 2026Made to order
✳Continued for your class — enquire below
var items = ["Endless Studio","The Grad Project","Class of 2026 — Always Grateful",
"International School Eindhoven","Amsterdam International Community School","Erasmus University College"];
var t = document.getElementById('ticker');
if(t){var block = items.map(function(x){return ''+x+' ◦ ';}).join('');t.innerHTML = block + block;}
var lang = document.getElementById('lang');
if(lang){
lang.querySelectorAll('.lang-menu a').forEach(function(a){
a.addEventListener('click',function(e){e.preventDefault();
lang.querySelector('.lang-code').textContent=a.getAttribute('data-code');
lang.querySelectorAll('.lang-menu a').forEach(function(x){x.classList.remove('active')});
a.classList.add('active');lang.removeAttribute('open');});
});
document.addEventListener('click',function(e){if(!lang.contains(e.target))lang.removeAttribute('open');});
}