-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
35 lines (32 loc) · 834 Bytes
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<div class="container">
<!-- Lists -->
<div class="row">
<div class="8u">
<section>
<header class="major">
<h2>Contact us</h2>
<span class="byline">If you have any question about this website,</span>
<span class="byline">please contact us.</span>
</header>
<ul class="contact">
<li>
<span class="address">Address</span>
<span>No. 88, Sec. 4, Tingzhou Rd., Wenshan Dist., Taipei City 116 Taiwan</span>
</li>
<li>
<span class="mail">Mail</span>
<span><a href="#">60747050S@ntnu.edu.tw</a></span>
</li>
<li>
<span class="phone">Phone</span>
<span>(02)7749-6680</span>
</li>
</ul>
</section>
</div>
</div>
<!-- Copyright -->
<div class="copyright">
Modify from <a href="http://templated.co">TEMPLATED</a>
</div>
</div>