Skip to content

Commit 3ae5c99

Browse files
change contact section position
1 parent 1d1435d commit 3ae5c99

File tree

1 file changed

+53
-52
lines changed

1 file changed

+53
-52
lines changed

src/index.html

Lines changed: 53 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,58 @@ <h1>自然語言處理實驗室</h1>
100100
</div>
101101
</section>
102102
<!-- BANNER -->
103+
<!-- CONTACT -->
104+
<section id="section-contact" class="wrapper">
105+
<div class="content">
106+
<div id="summary-container">
107+
<div class="summary-section-sm">
108+
<iframe
109+
id="map"
110+
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d5102.514245095546!2d120.67884830798728!3d24.118288666345826!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x34693ce2ab580c49%3A0xb7210528d610abb3!2z5ZyL56uL5Lit6IiI5aSn5a2455CG5a246Zmi5aSn5qiT!5e0!3m2!1szh-TW!2stw!4v1601967340375!5m2!1szh-TW!2stw"
111+
allowfullscreen=""
112+
aria-hidden="false"
113+
tabindex="0"
114+
></iframe>
115+
</div>
116+
<div id="contact-us" class="summary-section-lg">
117+
<h3>Come reaching us.</h3>
118+
<ul class="list-disc pl-8">
119+
<li>
120+
<b style="color: red;"
121+
>新生欲洽談實驗室相關事宜,包含教授面談,請寄信至以下
122+
<a href="mailto:[email protected]" class="underline">Email</a>
123+
聯繫並附上簡歷,請不要寄給教授</b
124+
>
125+
</li>
126+
<li>
127+
<address>中興大學 理學大樓-721</address>
128+
</li>
129+
<li>
130+
Email:
131+
<a href="mailto:[email protected]" class="underline"
132+
133+
>
134+
</li>
135+
<li>
136+
Phone:
137+
<a href="tel:04-22840497#721" class="underline"
138+
>04-22840497 #721</a
139+
>
140+
</li>
141+
<li>
142+
<a
143+
target="_blank"
144+
href="https://github.com/NCHU-NLP-Lab"
145+
class="underline"
146+
>GitHub</a
147+
>
148+
</li>
149+
</ul>
150+
</div>
151+
</div>
152+
</div>
153+
</section>
154+
<!-- CONTACT -->
103155

104156
<!-- SUMMARY -->
105157
<section id="section-summary" class="wrapper">
@@ -966,58 +1018,7 @@ <h3>王美懿</h3>
9661018
</section>
9671019
<!-- IN-SERVICE -->
9681020

969-
<!-- CONTACT -->
970-
<section id="section-contact" class="wrapper">
971-
<div class="content">
972-
<div id="summary-container">
973-
<div class="summary-section-sm">
974-
<iframe
975-
id="map"
976-
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d5102.514245095546!2d120.67884830798728!3d24.118288666345826!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x34693ce2ab580c49%3A0xb7210528d610abb3!2z5ZyL56uL5Lit6IiI5aSn5a2455CG5a246Zmi5aSn5qiT!5e0!3m2!1szh-TW!2stw!4v1601967340375!5m2!1szh-TW!2stw"
977-
allowfullscreen=""
978-
aria-hidden="false"
979-
tabindex="0"
980-
></iframe>
981-
</div>
982-
<div id="contact-us" class="summary-section-lg">
983-
<h3>Come reaching us.</h3>
984-
<ul class="list-disc pl-8">
985-
<li>
986-
<b
987-
>實驗室新生招募事宜請由以下
988-
<a href="mailto:[email protected]" class="underline">Email</a>
989-
聯繫,請不要寄給教授</b
990-
>
991-
</li>
992-
<li>
993-
<address>中興大學 理學大樓-721</address>
994-
</li>
995-
<li>
996-
Email:
997-
<a href="mailto:[email protected]" class="underline"
998-
999-
>
1000-
</li>
1001-
<li>
1002-
Phone:
1003-
<a href="tel:04-22840497#721" class="underline"
1004-
>04-22840497 #721</a
1005-
>
1006-
</li>
1007-
<li>
1008-
<a
1009-
target="_blank"
1010-
href="https://github.com/NCHU-NLP-Lab"
1011-
class="underline"
1012-
>GitHub</a
1013-
>
1014-
</li>
1015-
</ul>
1016-
</div>
1017-
</div>
1018-
</div>
1019-
</section>
1020-
<!-- CONTACT -->
1021+
10211022

10221023
<!-- FOOTER -->
10231024
<footer id="section-footer">

0 commit comments

Comments
 (0)