-
Notifications
You must be signed in to change notification settings - Fork 0
/
overwatch.html
executable file
·367 lines (363 loc) · 12 KB
/
overwatch.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
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
<!doctype html>
<html>
<head>
<title>InfiniX - Overwatch</title>
<meta charset="utf-8" />
<link href="CSS Code.css" rel="stylesheet" type="text/css" />
</head>
<body>
<nav class="navigation">
<center>
<div style="width: 860px; box-sizing: border-box; height: 60px">
<a href="contacts.html">
<div class="navbutton" style="float: right">Contacts</div>
</a>
<a href="library.html">
<div
class="navbutton dropper"
style="float: right; position: relative"
>
Library
<div
class="dropdown"
style="
width: 300px;
height: 140px;
position: absolute;
text-align: left;
"
>
<div
style="
box-sizing: border-box;
height: 140px;
width: 120px;
background-color: rgba(255, 193, 7, 0.55);
padding: 0 12px 0;
position: absolute;
"
>
<h5 style="margin: 16px 0 0; font-size: 14px">FPS Games</h5>
<h5 style="margin: 16px 0 0; font-size: 14px">MOBA Games</h5>
<h5 style="margin: 16px 0 0; font-size: 14px">RPG Games</h5>
<h5 style="margin: 16px 0 0; font-size: 14px">
Action Games
</h5>
</div>
<div
style="
box-sizing: border-box;
height: 140px;
width: 100px;
background-color: rgba(255, 193, 7, 0.55);
padding: 0 12px 0;
position: absolute;
left: 120px;
"
>
<a href="overwatch.html">
<div
style="
height: 35px;
width: 100px;
background-color: rgba(255, 194, 17, 0.8);
position: absolute;
left: 0px;
"
>
<h5 style="margin: 12px 10px 0; font-size: 14px">
Overwatch
</h5>
</div>
</a>
<a href="dota2.html">
<div
style="
height: 35px;
width: 100px;
background-color: rgba(255, 194, 17, 0.8);
position: absolute;
left: 0px;
top: 35px;
"
>
<h5 style="margin: 12px 10px 0; font-size: 14px">
Dota 2
</h5>
</div>
</a>
<a href="thewitcher3.html">
<div
style="
height: 35px;
width: 100px;
background-color: rgba(255, 194, 17, 0.8);
position: absolute;
left: 0px;
top: 70px;
"
>
<h5 style="margin: 12px 10px 0; font-size: 14px">
The Witcher
</h5>
</div>
</a>
<a href="callofduty3.html">
<div
style="
height: 35px;
width: 100px;
background-color: rgba(255, 194, 17, 0.8);
position: absolute;
left: 0px;
top: 105px;
"
>
<h5 style="margin: 12px 10px 0; font-size: 14px">
Call of Duty
</h5>
</div>
</a>
</div>
<div
style="
box-sizing: border-box;
height: 140px;
width: 100px;
background-color: rgba(255, 193, 7, 0.55);
padding: 0 12px 0;
position: absolute;
left: 220px;
"
>
<a href="pubg.html">
<div
style="
height: 35px;
width: 100px;
background-color: rgba(255, 194, 17, 0.8);
position: absolute;
left: 0px;
"
>
<h5 style="margin: 12px 0px 0; font-size: 14px">
BattleGrounds
</h5>
</div>
</a>
<a href="lol.html">
<div
style="
height: 35px;
width: 100px;
background-color: rgba(255, 194, 17, 0.8);
position: absolute;
left: 0px;
top: 35px;
"
>
<h5 style="margin: 12px 0px 0; font-size: 14px">LoL</h5>
</div>
</a>
<a href="elderscrolls5.html">
<div
style="
height: 35px;
width: 100px;
background-color: rgba(255, 194, 17, 0.8);
position: absolute;
left: 0px;
top: 70px;
"
>
<h5 style="margin: 12px 0px 0; font-size: 14px">
Elder Scrolls V
</h5>
</div>
</a>
<a href="destiny2.html">
<div
style="
height: 35px;
width: 100px;
background-color: rgba(255, 194, 17, 0.8);
position: absolute;
left: 0px;
top: 105px;
"
>
<h5 style="margin: 12px 0px 0; font-size: 14px">
Destiny 2
</h5>
</div>
</a>
</div>
</div>
</div>
</a>
<a href="Homepage.html">
<div
class="navbutton"
style="
max-height: none;
padding: 5px 0;
margin-top: 4px;
height: 85px;
overflow: visible;
border-radius: 2px 2px 64px 64px;
"
>
<center>
<img
id="navLogo"
style="
position: absolute;
top: 12px;
left: -9999px;
right: -9999px;
margin: auto;
"
src="Images/Logo_Original.png"
width="180px"
/>
</center>
</div>
</a>
<a href="about.html">
<div class="navbutton" style="float: left">About</div>
</a>
<a href="gallery.html">
<div class="navbutton" style="float: left">Gallery</div>
</a>
</div>
</center>
</nav>
<div
class="heading"
style="
background-position: center center;
background-image: url(Images/Overwatch.jpg);
background-size: cover;
background-attachment: fixed;
height: 60vh;
"
>
<center>
<div
class="textbox"
style="
width: 40rem;
background-color: rgba(243, 166, 0, 0.5);
border-radius: 1.6rem;
box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15);
"
>
<h1
align="center"
style="
margin-bottom: 0;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
font-size: 8em;
"
>
Overwatch
</h1>
</div>
</center>
</div>
<div class="container" style="height: 85%; padding: 50px">
<video class="backVideo" playsinline autoplay muted loop>
<source src="Videos/Overwatch.mp4" type="video/mp4" />
</video>
<h1
align="center"
style="
margin-top: 0;
color: rgba(255, 230, 214, 1);
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
"
>
Overwatch
</h1>
<div
class="container"
style="
width: 36%;
height: 36%;
float: left;
margin: 1em;
background-color: rgba(230, 81, 0, 0.9);
box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.2);
padding: 2rem;
overflow: hidden;
"
>
<center>
<video width="90%" style="" controls>
<source
src="Videos/Overwatch Cinematic Trailer.mp4"
type="video/mp4"
/>
</video>
</center>
</div>
<div
class="container"
style="
width: 45%;
height: 39.5%;
float: left;
margin: 1em;
background-color: rgba(230, 81, 0, 0.5);
box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.2);
padding: 16px;
"
>
<img
width="30%"
style="margin: 1%; box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15)"
src="Images/maxresdefault (4).jpg"
/>
<img
width="30%"
style="margin: 1%; box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15)"
src="Images/maxresdefault (5).jpg"
/>
<img
width="30%"
style="margin: 1%; box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.15)"
src="Images/maxresdefault (6).jpg"
/>
<h5 style="font-style: italic">"Fight for the future."</h5>
<h5>
Overwatch features squad-based combat with two opposing teams of six
players each. Players choose one of several hero characters, each with
their own unique abilities and role classes. The four character roles
include: offense characters with high speed and attack but low
defense, defense characters meant to form choke points for enemies,
support characters that provide buffs and debuffs for their allies and
enemies respectively (such as healing or speed alterations), and tank
characters that have a large amount of armor and hit points to
withstand enemy attacks and draw fire away from teammates. During the
pre-match setup, players on a team will be given advice from the game
if their team is unbalanced, such as if they are lacking defensive
heroes, encouraging players to switch to other heroes pre-match and
balance the starting team. Within a match, players can switch between
characters in-game following deaths or by returning to their home
base. The game is designed to encourage players to adapt to the
opposing team during a match by switching to characters that better
"counter" their abilities.
</h5>
<h5>
Go to the
<a
href="https://playoverwatch.com"
style="color: rgba(255, 193, 7, 1)"
>Overwatch</a
>
Website to learn more.
</h5>
</div>
</div>
</body>
</html>