File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ staffs:
2929 facebook : https://www.facebook.com/ryudoawaru
3030 ig_id : ryudoawaru
3131 github_id : ryudoawaru
32+ - name : Otani Kazumi
33+ title : Emcee
34+ avatar : /assets/images/kzmotn.jpg
35+ linkedin_id : kzmotn
3236 - name : Xillinna
3337 title : Main Designer
3438 avatar : /assets/images/Xillinna.jpg
@@ -44,8 +48,10 @@ staffs:
4448 x_id : k_hno3
4549 - name : Yu-Chi Wei
4650 title : Staff
47- avatar : /assets/images/snowmint .jpg
51+ avatar : /assets/images/snowmint_channel .jpg
4852 github_id : snowmint
53+ ig_id : utakawa_shihori
54+ youtube_url : ' https://www.youtube.com/@utakawa_shihori'
4955 - name : Cheng-Chin Chiang
5056 title : Website Frontend Engineer
5157 avatar : /assets/images/cheng-chin.jpg
Original file line number Diff line number Diff line change @@ -155,6 +155,24 @@ <h5 class="text-base text-blue-normal font-bold">{{staff.title}}</h5>
155155 {% include icons/instagram.svg %}
156156 </ a >
157157 {% endif %}
158+ {% if staff.linkedin_id %}
159+ < a
160+ href ="https://www.linkedin.com/in/{{staff.linkedin_id}} "
161+ target ="_blank "
162+ class ="text-blue-normal w-7 h-7 "
163+ >
164+ {% include icons/linkedin.svg %}
165+ </ a >
166+ {% endif %}
167+ {% if staff.youtube_url %}
168+ < a
169+ href ="{{ staff.youtube_url }} "
170+ target ="_blank "
171+ class ="text-blue-normal w-7 h-7 "
172+ >
173+ {% include icons/youtube.svg %}
174+ </ a >
175+ {% endif %}
158176 </ div >
159177 </ div >
160178 {% endfor %}
You can’t perform that action at this time.
0 commit comments