File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 <div class =" lg:col-span-2 space-y-8" >
7777 {% if bio %}
7878 <div class =" user-card p-8 sm:p-12 rounded-3xl" >
79- <h2 class =" text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6 flex items-center gap-2 " >
80- < span class = " w-8 h-[2px] bg-accent " aria-hidden = " true " ></ span > Professional Bio
79+ <h2 class =" text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6" >
80+ Professional Bio
8181 </h2 >
8282 <div class =" text-[var(--text-main)] text-lg leading-relaxed whitespace-pre-line" >
8383 {{ bio }}
8787
8888 {% if languages is defined and languages is not null %}
8989 <div class =" user-card p-8 sm:p-12 rounded-3xl" >
90- <h2 class =" text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6 flex items-center gap-2 " >
91- < span class = " w-8 h-[2px] bg-accent " aria-hidden = " true " ></ span > Technologies
90+ <h2 class =" text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6" >
91+ Technologies
9292 </h2 >
9393 <div class =" flex flex-wrap gap-3" >
9494 {% set skills = languages .split (' ' ) %}
9898 {% endif %}
9999
100100 <div class =" user-card p-8 sm:p-12 rounded-3xl" >
101- <h2 class =" text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6 flex items-center gap-2 " >
102- < span class = " w-8 h-[2px] bg-accent " aria-hidden = " true " ></ span > Mini-Game
101+ <h2 class =" text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6" >
102+ Mini-Game
103103 </h2 >
104104 <p class =" text-sm text-[var(--text-muted)] mb-4" >Catch the skill tiles before they fall! Collect enough to win XP.</p >
105105 <button
You can’t perform that action at this time.
0 commit comments