File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,11 +23,29 @@ social_links:
2323
2424staffs :
2525 - name : Mu-Fan Teng
26+ title : Chief Organizer
2627 avatar : /assets/images/ryudoawaru.jpg
2728 x_id : ryudoawaru
2829 facebook : https://www.facebook.com/ryudoawaru
2930 ig_id : ryudoawaru
3031 github_id : ryudoawaru
3132 - name : Xillinna
33+ title : Main Designer
3234 avatar : /assets/images/Xillinna.jpg
33- ig_id : xillinna.daily
35+ ig_id : xillinna.daily
36+ - name : Cadie Bui
37+ title : Website Frontend Engineer
38+ avatar : /assets/images/cadie.jpg
39+ github_id : CadieBui
40+ - name : Kasa Hsiao
41+ title : Code Party Organizer
42+ avatar : /assets/images/umbrella-h.jpg
43+ github_id : umbrella-h
44+ - name : Yu-Chi Wei
45+ title : Staff
46+ avatar : /assets/images/snowmint.jpg
47+ github_id : snowmint
48+ - name : Meo Chiang
49+ title : Website Frontend Engineer
50+ avatar : /assets/images/meo2326cc.png
51+ github_id : meo2326cc
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ <h3 class="text-3xl text-center font-bold text-red-normal">
9898 >
9999 < div class ="relative w-full p-4 bg-white ">
100100 < div
101- class ="grid grid-cols-1 md:grid-cols-3 gap-x-4 justify-center items-center text-center "
101+ class ="grid grid-cols-1 md:grid-cols-3 gap-x-4 gap-y-6 justify-center items-center text-center "
102102 >
103103 {% for staff in site.data.footer.staffs %}
104104 < div class ="flex flex-col items-center gap-4 ">
@@ -112,9 +112,12 @@ <h3 class="text-3xl text-center font-bold text-red-normal">
112112 alt ="{{staff.name}} "
113113 />
114114 </ div >
115- < span class ="mt-2 text-lg text-blue-normal font-bold "
116- > {{staff.name}}</ span
115+ < h4 class ="text-lg text-blue-normal font-bold "
116+ > {{staff.name}}</ h4
117117 >
118+ {% if staff.title %}
119+ < h5 class ="text-base text-blue-normal font-bold "> {{staff.title}}</ h5 >
120+ {% endif %}
118121 < div class ="flex gap-x-2 ">
119122 {% if staff.github_id %}
120123 < a
You can’t perform that action at this time.
0 commit comments