-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
228 lines (194 loc) · 7.78 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gamer</title>
<link rel="icon" href="images/Frame.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Open+Sans:wght@400;700;800&family=Work+Sans:wght@500;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav class="header-container">
<div class="gamer-logo">
<div><img src="images/Frame.png" alt=""></div>
<h1><span>G</span>amer</h1>
</div>
<div class="header-menu">
<ul>
<li>About Us</li>
<li>Developers</li>
<li>
<div class="follow-icon">
<h4>Follow us on</h4>
<div class="yt">
<i class="fa-brands fa-youtube"></i>
</div>
<i class="fa-brands fa-tiktok"></i>
</div>
</li>
</ul>
</div>
</nav>
</header>
<main>
<section class="banner">
<section class="banner-container">
<!-- Banner Content -->
<section>
<div class="banner-content">
<h1>PLAY LIKE THE</h1>
<span>G.O.A.T.</span>
<div class="play"><i class="fa-regular fa-circle-play"></i>
<li>1-click instant play</li>
</div>
<div class="download"><i class="fa-solid fa-download"></i>
<li>No Download</li>
</div>
<div class="games"><i class="fa-solid fa-gamepad"></i>
<li>1000s of supported online games</li>
</div>
<div class="banner-button">
<button class="button-signin">SIGN IN</button>
<button class="button-rogue">GO ROGUE</button>
</div>
</div>
</section>
</section>
<!-- Banner Image -->
<div>
<img src="images/Group 18.png" alt="">
</div>
</section>
<section>
<div class="game-title">
<h1>Online Games <span>Funny Games</span></h1>
<p>A Collection of Hilarious Videos to Brighten Your Day</p>
</div>
<div class="online-game">
<figure>
<div>
<img class="image-online" src="images/Rectangle 4.png" alt="">
<figcaption>No Download. No Installs. Play games Instantly on Gamer.</figcaption>
</figure>
<figure class="watch-now-2">
<div>
<img class="image-online" src="images/Rectangle 5.png" alt="">
<figcaption>Did you score? #unblockedgames #school</figcaption>
</div>
</figure>
<figure>
<div>
<img class="image-online" src="images/Rectangle 6.png" alt="">
<figcaption>Breaking game records like OG</figcaption>
</div>
</figure>
<figure>
<img class="image-online" src="images/Rectangle 7.png" alt="">
<figcaption>Busted gaming on school laptop, but you are still lit.</figcaption>
</div>
</figure>
</section>
<section class="instant-play">
<div>
<h1> <span>Play Instantly,</span><br>
No Downloads<br>
No Installs.</h1>
<p>Play games online for free without<br>downloading.
Just click the Play
button<br>and play instantly in your browser.</p>
</div>
<div class="instant-play-figure">
<img src="images/Rectangle 55.png" alt="">
<div class="overlay">
<img src="images/Rectangle 66.png" alt="">
</div>
</div>
</section>
<section class="game-type-button">
<button class="game-button">
<img src="images/Rectangle 11.png" alt="">
<small>Action Games</small>
</button>
<button class="game-button">
<img src="images/Rectangle 12.png" alt="">
<small>Adventure Games</small>
</button>
<button class="game-button">
<img src="images/Rectangle 13.png" alt="">
<small>Arcade Games</small>
</button>
<button class="game-button">
<img src="images/Rectangle 14.png" alt="">
<small>Educational Games</small>
</button>
<button class="game-button">
<img src="images/Rectangle 15.png" alt="">
<small>Word Games</small>
</button>
<br>
<button class="game-button">
<img src="images/Rectangle 16.png" alt="">
<small>Role Palying Games</small>
</button>
<button class="game-button">
<img src="images/Rectangle 17.png" alt="">
<small>Music & Audio Games</small>
</button>
<button class="game-button">
<img src="images/Rectangle 18.png" alt="">
<small>Puzzle Games</small>
</button>
<button class="game-button">
<img src="images/Rectangle 19.png" alt="">
<small>Strategy Games</small>
</button>
</section>
</main>
<footer class="footer-container">
<div class="gamer-logo">
<div><img src="images/Frame.png" alt=""></div>
<h1 id="amer"><span>G</span>amer</h1>
</div>
<div>
<ul class="footer-menu">
<li>Our Story</li>
<li>Games</li>
<li>Web Games</li>
<li>Careers</li>
<li>Support</li>
<li>My Account</li>
</ul>
</div>
<div>
<ul class="footer-icon">
<li><i class="fa-brands fa-twitter"></i></li>
<li><i class="fa-brands fa-facebook"></i></li>
<li><i class="fa-brands fa-youtube"></i></li>
<li><i class="fa-brands fa-linkedin"></i></li>
<li><i class="fa-brands fa-instagram"></i></li>
<li><i class="fa-brands fa-apple"></i></li>
</ul>
</div>
<div>
<ul class="footer-policy">
<li>Terms and Condition</li>
<li>Privacy Policy</li>
<li>Cookie Policy</li>
<li>Privacy Setting</li>
</ul>
</div>
<div class="copyright">
<p>Play Games @ Gamer @ 2000-2023 Gamer Bangladesh</p>
</div>
</footer>
</body>
</html>