-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (90 loc) · 3.32 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resident Evil</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<video autoplay muted loop id="re-Vid">
<source src="images-vids/background-vid.mp4">
</video>
<div class="everything">
<div class="top-part">
<header>
<logo><img src="images-vids/logo.png">Resident Evil</logo>
<ul>
<li><a href="/">About</a></li>
<li><a href="/">Characters</a></li>
<li><a href="/">Origins</a></li>
</ul>
</header>
<div class="log-in">
<div class="left-side">
<div class="textside">
<h3>Resident Evil</h3>
<p>A spine-chilling Japanese horror-game series that'll yet <br>have you wanting more. </p>
</div>
<button>More</button>
</div>
<img src="images-vids/nemesis.jpg" Image of the road leading to a burning city."">
</div>
</div>
<div class="box-part-wrapper">
<h2>Popular Characters</h2>
<div class="boxes-part">
<div class="box1 box">
<img src="images-vids/leon-kennedy.png">
<p>Leon Kennedy</p>
</div>
<div class="box2 box">
<img src="images-vids/ada-wong.png">
<p>Ada Wong</p>
</div>
<div class="box3 box">
<img src="images-vids/chris-redfield.png">
<p>Chris Redfield</p>
</div>
<div class="box4 box">
<img src="images-vids/claire-redfield.png">
<p>Claire Redfield</p>
</div>
<div class="box5 box">
<img src="images-vids/jill-valentine.png">
<p>Jill Valentine</p>
</div>
<div class="box6 box">
<img src="images-vids/carlos-oliveira.png">
<p>Carlos Oliveira</p>
</div>
<div class="box7 box">
<img src="images-vids/rebecca-chambers.png">
<p>Rebecca Chambers</p>
</div>
<div class="box8 box">
<img src="images-vids/ethan-winters.png">
<p>Ethan Winters</p>
</div>
</div>
</div>
<div class="quote-wrapper">
<div class="quote-part">
<div class="quote-text">
<h3>Soon, the sun will set on the age of man.</h3>
<p>- Albert "The Mastermind" Wesker</p>
</div>
</div>
</div>
<div class="more-part">
<div class="form">
<p>The infected are coming. They're <span class="boldT">going to eat you.</span></span> <br>You need a gun.</p>
<button>Buy one now</button>
</div>
</div>
<footer>
<p>made by <a href="https://github.com/emmahare">emmahare</a></p>
</footer>
</div>
</body>
</html>