-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
296 lines (248 loc) · 9.82 KB
/
About.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
<!DOCTYPE html>
<html>
<head>
<title>ACTION!</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="icon" type="image/ico" href="logo.png" />
<link rel="stylesheet" type="text/css" href="./Phong.css">
</head>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-wide w3-padding w3-card">
<a href="#logo" class="w3-bar-item w3-button"><img src="logo.png" width="50" height="50"></a>
<a href="#home" class="w3-bar-item w3-button"><b style="color: red">ACTION!</b><br> Movie Reviews</a>
<!-- Float links to the right. Hide them on small screens -->
<div class="w3-right w3-hide-small">
<a href="#movies" class="w3-bar-item w3-button">Movies</a>
<a href="#about" class="w3-bar-item w3-button">About</a>
<a href="#contact" class="w3-bar-item w3-button">Contact</a>
</div>
</div>
</div>
<!-- Header -->
<header class="w3-display-container w3-content w3-wide" style="max-width:1500px;" id="home">
<img class="w3-image" src="wallpaper.jpg" alt="Home Wallpaper" width="1500" height="800" style="filter: blur(2px);">
<div class="w3-display-middle w3-margin-top w3-center">
<h1 class="w3-xxlarge w3-text-white"><span class="w3-padding w3-red w3-opacity-min"><b>Movie</b></span> <span class="w3-hide-small w3-hover-text-gray">Reviews</span></h1>
</div>
</header>
<!-- Page content -->
<div class="w3-content w3-padding" style="max-width:1564px">
<!-- Movie Section -->
<div class="w3-container w3-padding-32" id="projects">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Movies</h3>
</div>
<div class="w3-row-padding">
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<img src="godfather1.png" alt="The Godfather" style="width:100%" height="400">
</div>
<div class="flip-box-back">
<table>
<tr>
<img src="./godfather2.png" style="width:100%" height="400" >
</tr>
<tr>
-----------<a href="E:\2.Summer2019_Ki2\5.HTML\Project\God father\godfather.html" style="font-size: 20px">Learn more</a>-----------
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<img src="titanic1.png" alt="Titanic" style="width:100%" height="400">
</div>
<div class="flip-box-back">
<table>
<tr><img src="./titanic2.png" style="width:100%" height="400"></tr>
<tr>-----------<a href="" style="font-size: 20px">Learn more</a>-----------</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<img src="pulpfiction1.png" alt="Pulp Fiction" style="width:100%" height="400">
</div>
<div class="flip-box-back">
<table>
<tr><img src="./pulpfiction2.png" style="width:100%" height="400"></tr>
<tr>-----------<a href="" style="font-size: 20px">Learn more</a>-----------</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<img src="shawshank1.png" alt="The Shawshank Redemption" style="width:100%" height="400">
</div>
<div class="flip-box-back">
<table>
<tr><img src="./shawshank2.png" style="width:100%" height="400"></tr>
<tr>-----------<a href="" style="font-size: 20px">Learn more</a>-----------</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br>
<div class="w3-row-padding">
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<img src="endgame1.png" alt="Avengers: Endgame" style="width:100%" height="400">
</div>
<div class="flip-box-back">
<table>
<tr><img src="./endgame2.png" style="width:100%" height="400"></tr>
<tr>-----------<a href="" style="font-size: 20px">Learn more</a>-----------</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<img src="infinitywar1.png" alt="Avengers: Infinity War" style="width:100%" height="400">
</div>
<div class="flip-box-back">
<table>
<tr><img src="./infinitywar2.png" style="width:100%" height="400"></tr>
<tr>-----------<a href="" style="font-size: 20px">Learn more</a>-----------</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<img src="darkknight1.png" alt="The Dark Knight" style="width:100%" height="400">
</div>
<div class="flip-box-back">
<table>
<tr><img src="./darkknight2.png" style="width:100%" height="400"></tr>
<tr>-----------<a href="" style="font-size: 20px">Learn more</a>-----------</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<img src="lalaland1.png" alt="Lalaland" style="width:100%" height="400">
</div>
<div class="flip-box-back">
<table>
<tr><img src="./lalaland2.png" style="width:100%" height="400"></tr>
<tr>-----------<a href="" style="font-size: 20px">Learn more</a>-----------</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br>
<!-- About Section -->
<div class="w3-container w3-padding-32" id="about">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">About</h3>
<p>We are ACTION!. A movie review website and uhmm.. what can we say, we love movies and love talking about movies. Our website are newly launch online so there are still some bugs or some inconvenient experiences. But we hope you have a good time surfing our website. Love you & enjoy. <br><br>Regard, ACTION! team.
</p>
</div>
<div class="w3-row-padding w3-grayscale">
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="phong.jpg" alt="Phong" style="width:100%" height="480">
<h3>Nguyen The Phong</h3>
<p class="w3-opacity">Website </p>
<p>...</p>
<p><button class="w3-button w3-light-grey w3-block">Contact</button></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="kien.jpg" alt="Kien" style="width:100%">
<h3>Cao Tam Kien</h3>
<p class="w3-opacity">Online Supporter</p>
<p>...</p>
<p><button class="w3-button w3-light-grey w3-block">Contact</button></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="viet.jpg" alt="Viet" style="width:100%" height="480">
<h3>Ha Quoc Viet</h3>
<p class="w3-opacity">Website Creator</p>
<p>Huge fan of MCU, loves romantic & sci-fi movies, especially films about outter space.</p>
<p><button class="w3-button w3-light-grey w3-block">Contact</button></p>
</div>
</div>
<!-- Contact Section -->
<div class="w3-container w3-padding-32" id="contact">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Contact</h3>
<p>Lets get in touch and talk about your next project.</p>
<form action="/action_page.php" target="_blank">
<input class="w3-input w3-border" type="text" placeholder="Name" required name="Name">
<input class="w3-input w3-section w3-border" type="text" placeholder="Email" required name="Email">
<input class="w3-input w3-section w3-border" type="text" placeholder="Subject" required name="Subject">
<input class="w3-input w3-section w3-border" type="text" placeholder="Comment" required name="Comment">
<button class="w3-button w3-black w3-section" type="submit">
<i class="fa fa-paper-plane"></i> SEND MESSAGE
</button>
</form>
</div>
<!-- Image of location/map -->
<div class="w3-container">
<img src="footer.jpg" class="w3-image" style="width:100%">
</div>
<!-- End page content -->
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-16">
<p>Sincerely from <a href="file:///D:/Study/HTML/Official%20Project/About.html" title="W3.CSS" target="_blank" class="w3-hover-text-red">ACTION!</a></p>
</footer>
<script language="JavaScript">
var firefox=document.getElementById&&!document.all;
document.onmousemove=mouseMove;
function mouseMove(e){
var str;
if (firefox) str="x="+e.clientX+", y="+e.clientY;
else str="x="+event.clientX+", y="+event.clientY;
document.title=str;
}
</script>
</body>
</html>