1
1
<!doctype html>
2
2
3
3
< html lang ="en ">
4
-
5
4
< head >
6
- <!-- Required meta tags -->
5
+
7
6
< meta charset ="utf-8 ">
8
7
< meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
9
-
10
8
<!-- Bootstrap CSS -->
11
9
< link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css " integrity ="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS " crossorigin ="anonymous ">
12
-
13
- <!-- main CSS -- >
14
- < link rel =" stylesheet " href ="./css/main. css" type =" text/css ">
15
-
16
- <!-- Title on the tab -- >
17
- < title > XXXX OOOO Lab </ title >
10
+ <!-- Font CDN -->
11
+ < link href =" https://fonts.googleapis.com/icon?family=Material+Icons " rel =" stylesheet " >
12
+ < link href ="https://fonts.googleapis.com/ css?family=Noto+Sans+TC&display=swap " rel =" stylesheet ">
13
+ <!-- main CSS -->
14
+ < link rel =" stylesheet " href =" ./css/main.css " type =" text/css " >
15
+ < title > Complex Fluid Theory Laboratory </ title >
18
16
19
17
</ head >
20
-
21
18
< body >
19
+
20
+ <!-- 因為 fixed-top 的 NavBar 會遮到最上方的內容,故需要將上方留白 -->
21
+ < div class ="topper "> </ div >
22
22
23
+ <!-- NavBar -->
23
24
< header >
24
-
25
- < nav class ="navbar navbar-expand-lg navbar-light navbar-color ">
26
-
25
+ < nav class ="navbar navbar-expand-lg navbar-light navbar-color fixed-top ">
27
26
< a class ="navbar-brand ">
28
27
< img class ="d-block " width ="250 " height ="" src ="./img/4.png ">
29
28
</ a >
33
32
</ button >
34
33
35
34
< div id ="navbarNav " class ="collapse navbar-collapse ">
36
-
37
35
< ul class ="navbar-nav justify-content-center d-flex fill-flex ">
38
-
39
36
< li class ="nav-item ">
40
37
< a class ="nav-link " href ="Home.html "> Home</ a >
41
38
</ li >
61
58
</ li >
62
59
63
60
</ ul >
64
-
65
61
</ div >
66
-
67
62
</ nav >
68
-
69
63
</ header >
70
64
71
65
< div class ="container-fluid margin-block ">
72
66
< div class ="container ">
67
+
73
68
< h1 class ="text-uppercase ">
74
69
Contact
75
70
</ h1 >
71
+
76
72
< div class ="row justify-content-around ">
77
73
< div class ="col-xs-6 col-md-5 col-lg-5 col-xl-4 ">
74
+
78
75
< h2 >
79
76
Prof. Hsiu-Yu Yu
80
77
</ h2 >
78
+
81
79
< span class ="content-wrap ">
82
80
< h5 > Email:</ h5 >
83
81
@@ -91,9 +89,11 @@ <h5>Address:</h5>
91
89
No. 1, Sec. 4, Roosevelt Rd.
92
90
Taipei 10617, TaiwanfR.O.C.)
93
91
</ span >
92
+
94
93
< h2 >
95
94
Laboratory
96
95
</ h2 >
96
+
97
97
< span class ="content-wrap ">
98
98
< h5 > Lab Phone:</ h5 >
99
99
+886-2-3366-3054
@@ -104,6 +104,7 @@ <h5>Address:</h5>
104
104
Taipei 10617, Taiwan(R.O.C-)
105
105
</ span >
106
106
</ div >
107
+
107
108
< div class ="col-xs-6 col-md-7 col-lg-7 col-xl-6 margin-items ">
108
109
<!--Google map-->
109
110
< iframe
@@ -120,11 +121,19 @@ <h5>Address:</h5>
120
121
</ div >
121
122
</ div >
122
123
124
+ <!-- "go to top" button-->
125
+ < div class ="fixed-footer ">
126
+ < div class ="jumptool ">
127
+ < button class ="gotop " type ="button " name ="button " onclick ="window.scroll({ top: 0, left: 0, behavior: 'smooth'}); ">
128
+ < i class ="material-icons "> </ i >
129
+ </ button >
130
+ </ div >
131
+ </ div >
132
+
123
133
<!-- footer -->
124
134
<!-- 若只用 footer 沒有 container-fluid 將會無法水平填滿視窗 -->
125
135
< footer class ="container-fluid footer-bg ">
126
136
< div class ="footer-container ">
127
-
128
137
<!-- footer 1 -->
129
138
< div class ="row justify-content-end footer-padding-top ">
130
139
@@ -174,7 +183,7 @@ <h5>Address:</h5>
174
183
175
184
<!-- footer 2 -->
176
185
< div class ="text-center footer-padding-bottom copyright ">
177
- Copyright © 2019 XXXX OOOO Lab . All rights reserved
186
+ Copyright © 2019 Complex Fluid Theory Laboratory . All rights reserved
178
187
</ div >
179
188
</ div >
180
189
</ footer >
0 commit comments