File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 {% if bio %}
7878 <div class =" user-card p-8 sm:p-12 rounded-3xl" >
7979 <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" ></span > Professional Bio
80+ <span class =" w-8 h-[2px] bg-accent" aria-hidden = " true " ></span > Professional Bio
8181 </h2 >
8282 <div class =" text-[var(--text-main)] text-lg leading-relaxed whitespace-pre-line" >
8383 {{ bio }}
8888 {% if languages is defined and languages is not null %}
8989 <div class =" user-card p-8 sm:p-12 rounded-3xl" >
9090 <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
91+ <span class =" w-8 h-[2px] bg-accent" aria-hidden = " true " ></span > Technologies
9292 </h2 >
9393 <div class =" flex flex-wrap gap-3" >
9494 {% set skills = languages .split (' ' ) %}
You can’t perform that action at this time.
0 commit comments