File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 </div >
2323
2424 <div class =" space-y-4 text-sm border-t border-[var(--border-color)] pt-6" >
25+ {% if location or country %}
2526 <div class =" flex items-center gap-3" >
2627 <span class =" text-lg" >📍</span >
27- <span class =" text-[var(--text-muted)]" >{{ location }} {% if country %} , {{ country }} {% endif % } </span >
28+ <span class =" text-[var(--text-muted)]" >{{ location }} {% if location and country %} , {% endif %} {{ country } } </span >
2829 </div >
30+ {% endif %}
2931
3032 {% if email %}
3133 <div class =" flex items-center gap-3 group cursor-pointer" onclick =" copyToClipboard('{{ email }}', this)" >
7274 </div >
7375
7476 <div class =" lg:col-span-2 space-y-8" >
77+ {% if bio %}
7578 <div class =" user-card p-8 sm:p-12 rounded-3xl" >
7679 <h2 class =" text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6 flex items-center gap-2" >
7780 <span class =" w-8 h-[2px] bg-accent" ></span > Professional Bio
8083 {{ bio }}
8184 </div >
8285 </div >
86+ {% endif %}
8387
8488 {% if languages is defined and languages is not null %}
8589 <div class =" user-card p-8 rounded-3xl" >
Original file line number Diff line number Diff line change 11name : John Bampton 🏂 🏄 🎿 ♠️ ♥️ ♣️ ♦️ 💎 🏆 😎 🎀
22github : jbampton
3- website : https://john.onelang.workers.dev/
4- email : jbampton@gmail.com
53country : Australia
64location : Brisbane
75role : Technical Manager and Scrum Master
You can’t perform that action at this time.
0 commit comments