-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlab4.html
326 lines (299 loc) · 17.8 KB
/
lab4.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Mỹ Duyên</title>
<meta name="description" content="">
<!--
Volton Template
http://www.templatemo.com/tm-441-volton
-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/templatemo-style.css">
<!-- <script src="https://kit.fontawesome.com/7d3ede7693.js" crossorigin="anonymous"></script>-->
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="css/lab2.css">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
your browser</a> to improve your experience.</p>
<![endif]-->
<div class="responsive-header visible-xs visible-sm">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="top-section">
<div class="profile-image">
<img src="img/profile.jpg" alt="Volton">
</div>
<div class="profile-content">
<h3 class="profile-title">My Duyen
</h3>
<p class="profile-description">Web Design</p>
</div>
</div>
</div>
</div>
<a href="#" class="toggle-menu"><i class="fa fa-bars"></i></a>
<div class="main-navigation responsive-menu">
<ul class="navigation">
<li><a href="index.html"><i class="fa fa-home"></i>Home</a></li>
<li><a href="#about"><i class="fa fa-user"></i>About Me</a></li>
<li><a href="lab.html"><i class="fa fa-book"></i>Labs</a></li>
<li><a href="#contact"><i class="fa fa-envelope"></i>Contact Me</a></li>
</ul>
</div>
</div>
</div>
<!-- SIDEBAR -->
<div class="sidebar-menu hidden-xs hidden-sm">
<div class="top-section">
<div class="profile-image">
<img src="img/profile.jpg" alt="Volton">
</div>
<h3 class="profile-title">My Duyen</h3>
<p class="profile-description">Web Design</p>
</div> <!-- top-section -->
<div class="main-navigation">
<ul class="">
<li><a href="index.html"><i class="fa fa-home"></i></i>Home</a></li>
<li><a href="#about"><i class="fa fa-pencil"></i>About Me</a></li>
<li><a href="lab.html""><i class=" fa fa-book"></i></i>Labs</a>
</li>
<li><a href="#contact"><i class="fa fa-link"></i>Contact Me</a></li>
</ul>
</div> <!-- .main-navigation -->
<div class="social-icons">
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
</ul>
</div> <!-- .social-icons -->
</div> <!-- .sidebar-menu -->
<div class="main-content">
<!-- phần cần chèn -->
<div class="group-tabs">
<!-- Nav tabs -->
<ul class="nav nav-tabs p-2 background" role="tablist">
<!-- <li class="nav-item ">
<a class="nav-link active" data-toggle="tab" href="#home1">Week1</a>
</li> -->
<li class="nav-item">
<a class="nav-link " href="lab.html">Lab1</a>
</li>
<li class="nav-item">
<a class="nav-link " href="lab2.html">Lab2</a>
</li>
<li class="nav-item">
<a class="nav-link" href="lab3.html">Lab3</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#">Lab4</a>
</li>
<li class="nav-item">
<a class="nav-link" href="lab5.html">Lab5</a>
</li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div id="menu2" class="container tab-pane fade active show">
<div class="contan">
<ul class=" nav nav-tabs" role="tablist">
<li class="nav-item">
<a class="nav-link active" data-toggle="tab"
href="#requirementlab2">Requirement</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab"
href="#designlab2">Design</a>
</li>
<li class="nav-item">
<a class="nav-link items" data-toggle="tab"
href="#implementlab2">Implement</a>
</li>
</ul>
<div class="tab-content">
<div id="requirementlab2" class="p-3 container tab-pane fade active show">
<div class="bound">
<h1 class="text-center text-primary">Requirement</h1>
<div class="px-5 rqcontainer">
<ul class="rqul">
<li class="rqli">
<p><strong>(1) </strong>Tạo một trang Web có nội dung bất kỳ, sử dụng linh
hoạt tất cả
những phần sau: Input Controls, Navigation, Animations, Default
Settings,
Guided Actions.</p>
</li>
<li class="rqli">
<p><strong>(2) </strong>Có biểu mẫu liên hệ.</p>
</li>
</ul>
</div>
</div>
</div>
<div id="designlab2" class="p-3 container tab-pane fade">
<div class="bound">
<h1 class="text-center text-primary">Design</h1>
<div class="row p-3">
<div class="col">
<h5 class="text-center">1. Design on paper</h5>
<div class="hovereffect hover ehover1">
<img src="17130045_design/lab4_1.jpg" height="500px" width="450px">
<div class="overlay">
<button class="info"><a style="color: white"
href="17130045_design/lab4_1.png"
download="lab4_1.jpg">Download</i></a>
</button>
</div>
</div>
<div class="hovereffect hover ehover1">
<img src="17130045_design/lab4_2.jpg" height="500px" width="450px">
<div class="overlay">
<button class="info"><a style="color: white"
href="17130045_design/lab4_2.jpg"
download="lab4_2.jpg">Download</i></a>
</button>
</div>
</div>
<div class="hovereffect hover ehover1">
<img src="17130045_design/lab4_3.jpg" height="500px" width="450px">
<div class="overlay">
<button class="info"><a style="color: white"
href="17130045_design/lab4_3.jpg"
download="lab4_3.jpg">Download</i></a>
</button>
</div>
</div>
<div class="hovereffect hover ehover1">
<img src="17130045_design/lab4_4.jpg" height="500px" width="450px">
<div class="overlay">
<button class="info"><a style="color: white"
href="17130045_design/lab4_4.jpg"
download="lab4_4.jpg">Download</i></a>
</button>
</div>
</div>
<div class="hovereffect hover ehover1">
<img src="17130045_design/lab4_5.jpg" height="500px" width="450px">
<div class="overlay">
<button class="info"><a style="color: white"
href="17130045_design/lab4_5.jpg"
download="lab4_5.jpg">Download</i></a>
</button>
</div>
</div>
<div class="text-center">
<button type="button" class="btn btn-info"
style="margin-top: 10px"><a style="color: white"
href="17130045_design/17130045_design_lab4_img.zip"
download="17130045_design_lab4_img.zip">Download</i></a>
</button>
</div>
</div>
<div class="col">
<h5 class="text-center">2. Design on figma</h5>
<div class="hovereffect hover ehover1">
<img src="17130045_design/lab4_1.png" height="500px" width="450px">
<div class="overlay">
<button class="info"><a style="color: white"
href="17130045_design/lab4_1.fig"
download="lab4_1.fig">Download</i></a>
</button>
</div>
</div>
<div class="hovereffect hover ehover1">
<img src="17130045_design/lab4_2.png" height="500px" width="450px">
<div class="overlay">
<button class="info"><a style="color: white"
href="17130045_design/lab4_1.fig"
download="lab4_1.fig">Download</i></a>
</button>
</div>
</div>
<div class="hovereffect hover ehover1">
<img src="17130045_design/lab4_3.png" height="500px" width="450px">
<div class="overlay">
<button class="info"><a style="color: white"
href="17130045_design/lab4_1.fig"
download="lab4_1.fig">Download</i></a>
</button>
</div>
</div>
<div class="hovereffect hover ehover1">
<img src="17130045_design/lab4_4.png" height="500px" width="450px">
<div class="overlay">
<button class="info"><a style="color: white"
href="17130045_design/lab4_1.fig"
download="lab4_1.fig">Download</i></a>
</button>
</div>
</div>
<div class="hovereffect hover ehover1">
<img src="17130045_design/lab4_5.png" height="500px" width="450px">
<div class="overlay">
<button class="info"><a style="color: white"
href="17130045_design/lab4_1.fig"
download="lab4_1.fig">Download</i></a>
</button>
</div>
</div>
<div class="text-center">
<button type="button" class="btn btn-info"
style="margin-top: 10px"><a style="color: white"
href="17130045_design/lab4_1.fig"
download="lab4_1.fig">Download</i></a>
</button>
</div>
</div>
</div>
<div class="row p-5">
<div class="col-3 mx-auto">
<button class="btn btn-primary"><a style="color: white"
href="17130045_design/17130045_design_lab4.zip"
download="17130045_design_lab4.zip">Download
All
Image</i></a>
</button>
</div>
</div>
</div>
</div>
<div id="implementlab2" class="p-3 container tab-pane fade">
<div class="bound">
<h1 class="text-center text-primary">Implement</h1>
<h5>Implement design in html: </h5>
<div id="" class="container p-3">
<iframe src="lab4/index.html" width="100%" height="1500px"></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="js/min/plugins.min.js"></script>
<script src="js/min/main.min.js"></script>
</body>
</html>