File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787
8888 {% if languages is defined and languages is not null %}
8989 <div class =" user-card p-8 rounded-3xl" >
90- <h2 class =" text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6" >Technologies</h2 >
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" ></span > Technologies
92+ </h2 >
9193 <div class =" flex flex-wrap gap-3" >
9294 {% set skills = languages .split (' ' ) %}
9395 {% include " skills-list.njk" %}
9698 {% endif %}
9799
98100 <div class =" user-card p-8 rounded-3xl" >
99- <h2 class =" text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-4 flex items-center gap-2" >
101+ <h2 class =" text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6 flex items-center gap-2" >
100102 <span class =" w-8 h-[2px] bg-accent" ></span > Mini-Game
101103 </h2 >
102104 <p class =" text-sm text-[var(--text-muted)] mb-4" >Catch the skill tiles before they fall! Collect enough to win XP.</p >
You can’t perform that action at this time.
0 commit comments