What kind of leader are you?

7 questions. 4 archetypes. Real answers.

p>
div>
div>
Question 1 of 7
div>
div>
div> div>
div> div>
div> var A={anchor:{icon:"⚓",name:"The Anchor",tagline:"Steady. Trusted. Unshakeable.",desc:"You are the teammate people turn to when everything feels uncertain. Your strength is consistent. You show up when it counts, hold the team together during hard stretches, and lead by example. People trust you because you earn it every day.",traits:["Reliability","Composure","Loyalty","Quiet strength"]},architect:{icon:"🗺",name:"The Architect",tagline:"Strategic. Precise. Always three steps ahead.",desc:"You lead with your mind. You see patterns others miss, plan ahead, and help your team navigate complexity with clarity. You turn chaos into structure and thrive when problems need solving, not just surviving.",traits:["Strategic thinking","Preparation","Problem-solving","Clarity"]},connector:{icon:"🤝",name:"The Connector",tagline:"Empathetic. Inclusive. The glue.",desc:"You make people feel seen. Your leadership lives in the spaces between plays - the check-ins, the conversations, the moments where you remember someone's story. You build culture coaches can't manufacture.",traits:["Empathy","Relationship-building","Inclusion","Emotional intelligence"]},spark:{icon:"⚡",name:"The Spark",tagline:"Bold. Energizing. Impossible to ignore.",desc:"You ignite something in people. Whether it's the locker room before a big game or a team that's lost belief, you shift the energy in a room. You lead with conviction - and people follow because you make them believe.",traits:["Courage","Inspiration","Energy","Conviction"]}}; var cur=0,sc={anchor:0,architect:0,connector:0,spark:0},sel=null; function gRender(){var q=Q[cur];document.getElementById('gl').textContent='Question '+(cur+1)+' of '+Q.length;document.getElementById('gt').textContent=q.t;document.getElementById('gp').style.width=(cur/Q.length*100)+'%';sel=null;var nb=document.getElementById('gn');nb.className='nxt';nb.textContent=cur===Q.length-1?'See my result':'Next';var go=document.getElementById('go');go.innerHTML='';q.o.forEach(function(o){var b=document.createElement('button');b.className='opt';b.textContent=o.t;b.onclick=function(){document.querySelectorAll('.opt').forEach(function(x){x.className='opt';});b.className='opt sel';sel=o.a;nb.className='nxt on';};go.appendChild(b);});} document.getElementById('gn').onclick=function(){if(!sel)return;sc[sel]++;cur++;if(cur>=Q.length){gShow();}else{gRender();}}; function gShow(){document.getElementById('gp').style.width='100%';var w=Object.keys(sc).sort(function(a,b){return sc[b]-sc[a];})[0];var a=A[w];window._grlA=a;document.getElementById('ri').innerHTML=a.icon;document.getElementById('rn').textContent=a.name;document.getElementById('rt').textContent=a.tagline;document.getElementById('rd').textContent=a.desc;var tr=document.getElementById('rtr');tr.innerHTML='';a.traits.forEach(function(t){var s=document.createElement('span');s.className='trait';s.textContent=t;tr.appendChild(s);});document.getElementById('gq').style.display='none';document.getElementById('gr').style.display='block';} function gCopy(){var a=window._grlA;if(!a)return;var txt='I am '+a.name+' - "'+a.tagline+'"\nFind your leadership type: thegrlinitiative.com/leadership-quiz';navigator.clipboard&&navigator.clipboard.writeText(txt).then(function(){alert('Copied! Share it with your team.');});} function gStart(){cur=0;sc={anchor:0,architect:0,connector:0,spark:0};sel=null;document.getElementById('gq').style.display='block';document.getElementById('gr').style.display='none';gRender();} gRender();