-
Notifications
You must be signed in to change notification settings - Fork 0
/
desc-games.html
255 lines (215 loc) · 10.1 KB
/
desc-games.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
<!DOCTYPE html>
<html style="color: white" lang="en">
<head>
<div class="header">
<title>Entertainment Portal</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="mainStyle.css" />
<link rel="icon" href="broke cd spin.gif">
<div class="header-banner" style="background-color: #9c27b0">
<marquee>
<span class="span">GAMES</span>
<span class="span">FILMS</span>
<span class="span">REVIEWS</span>
<span class="span">RECOMMENDATIONS</span>
<span class="span">HORROR</span>
<span class="span">DRAMA</span>
<span class="span">SCI-FI</span>
<span class="span">FANTASY</span>
<span class="span">DISCUSSIONS</span>
</marquee>
<a class="login-link" href="login.html">Log In</a>
<a class="back-button" href="games.html">< Back</a>
</div>
<div class="header-banner" style="background-color: #272ab0; padding:15px">
</div>
<div class="header-banner" style="background-color: #57acdc">
<div style="padding-left: 15px">
<span class="span-header"> Games </span>
<span class="span-header">
<label for="genre">Genre:</label>
<select name="genres" id="genre">
<option value="all genres">All Genres</option>
<option value="action">Action</option>
<option value="adventure">Adventure</option>
<option value="fantasy">Fantasy</option>
<option value="horror">Horror</option>
<option value="romance">Romance</option>
<option value="sci-fi">Sci-Fi</option>
<option value="fps">FPS</option>
<option value="competative">Competative</option>
<option value="sandbox">Sandbox</option>
<option value="simulator">Simulator</option>
</select>
</span>
<span class="span-header">
<label for="popularity">Popularity:</label>
<select name="popularity" id="popularity">
<option value="popularity">Popularity</option>
<option value="all time">All Time</option>
<option value="this year">This Year</option>
<option value="this month">This Month</option>
<option value="this week">This Week</option>
<option value="today">Today</option>
</select>
</span>
<span class="span-header">
<label for="year">Year:</label>
<select name="year" id="year">
<option value="releases">Releases</option>
<option value="latest releases">Latest Releases</option>
<option value="2020s">2020s</option>
<option value="2010s">2010s</option>
<option value="2000s">2000s</option>
<option value="1990s">1990s</option>
<option value="1980s">1980s</option>
<option value="1970s">1970s</option>
<option value="1960s">1960s</option>
<option value="1950s">1950s</option>
<option value="1940s">1940s</option>
<option value="1930s">1930s</option>
</select>
</span>
<span class="span-header">
<label for="rating">Rating:</label>
<select label="Rating" name="rating" id="rating">
<option value="rating">Rating</option>
<option value="highest rated">Highest Rated</option>
<option value="lowest rated">Lowest Rating</option>
</select>
</span>
<span class="span-header">
<input type="text" placeholder="Search Games..." />
</span>
</div>
</div>
</div>
</head>
<body>
<div class="left">
<div class="top-left">
<div>
<a class="category-links" href="index.html">
<img style="float: left;" alt="dvd-logo" width="60" src="broke cd spin.gif" />
<p style="padding-top: 12px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;">Entertainment </br>Portal</p>
</a>
<input
style="margin-left: 10px; margin-top: 15px;"
type="text"
placeholder="Search all..."
/>
</div>
</div>
<div class="mid-left">
<div class="link">
<a class="category-links" href="films.html"
><h3 style="padding: 5px; border-radius: 5px;">Films</h3></a
>
</div>
<div class="link">
<a class="category-links" href="shows.html"
><h3 style="padding: 5px">Shows</h3></a
>
</div>
<div class="link">
<a class="category-links" href="games.html">
<h2 style="background-color: #e91e63; padding: 5px; border-radius: 5px;">Games</h2>
</a>
</div>
<div class="link">
<a class="category-links" href="albums.html">
<h3 style="padding: 5px">Albums</h3>
</a>
</div>
</div>
<div class="bot-left">
<div class="link">
<a class="category-links" href="profile.html">
<h3 style="padding: 5px">Profile</h3>
</a>
</div>
<div class="link">
<a class="category-links" href="library.html">
<h3 style="padding: 5px">Your Library</h3>
</a>
</div>
<div class="link">
<a class="category-links" href="notifications.html">
<h3 style="padding: 5px">Notifications</h3>
</a>
</div>
</div>
</div>
<div class="middle">
<div class="right">
<br />
<div class="desc-banner">
<img style="padding: 15px; float: left; border-radius: 20px;" width="200" alt="game-img" src="https://upload.wikimedia.org/wikipedia/en/8/80/Halo_-_Combat_Evolved_%28XBox_version_-_box_art%29.jpg"/>
<div style="float: right; padding-right: 35px;">
<h2>
<img
class="star"
width="25"
alt="star"
src="https://pluspng.com/img-png/yellow-stars-png-hd-hd-quality-wallpaper-collection-pattern-2000x2000-star-2000.png"
/>9.7</h2>
</div>
<h1> Halo: Combat Evolved</h1>
<div style="width: 80%;">
<p>
Enter the mysterious world of Halo, an alien planet shaped like a ring. As mankind's super soldier Master Chief, you must uncover the secrets of Halo and fend off the attacking Covenant.
</p>
<p>
Release: 2003 <br>
Genres: Action, Shooter <br>
Developer: Gearbox Software<br>
Publisher: Microsoft Game Studios<br>
Platform: PC <br>
</p>
</div>
<br/>
<div class="desc-container">
<div style="padding-left: 15px">
<p>Comments</p>
<span class="span-header">
<input type="text" placeholder="Add comment" />
<button onclick="alert('LOGIN REQUIRED')" type="submit"> Post!</button>
</span>
<span class="span-header" > <label for="show-by">Show by:</label>
<select name="Show by" id="show by">
<option value="most-recent">Most Recent</option>
<option value="most-popular">Most Popular</option>
<option value="oldest">Oldest</option>
</select></span>
<p>________________________________________________________________________________________________________</p>
<div class="desc-reply">
<p>User101:
<br/> Just finished playing through Halo CE for the first time! What a classic. Master Chief is a legend! 🎮 What are your thoughts on the game? #HaloCE
</p>
<button class="upvote" onclick="alert('LOGIN REQUIRED')" type="submit"> ⬆</button>
<button class="downvote" onclick="alert('LOGIN REQUIRED')" type="submit"> ⬇</button>
<button style="float: right; margin: 5px;" onclick="alert('LOGIN REQUIRED')" type="submit"> Reply</button>
</div>
<div class="desc-reply" style="margin-left: 60px;">
<p>OtherUser:
<br/> @User101 Halo CE is a gaming masterpiece! The level design, the iconic Halo ring, and that first encounter with the Flood – unforgettable. What was your favorite mission or weapon?
</p>
<button class="upvote" onclick="alert('LOGIN REQUIRED')" type="submit"> ⬆</button>
<button class="downvote" onclick="alert('LOGIN REQUIRED')" type="submit"> ⬇</button>
<button style="float: right; margin: 5px;" onclick="alert('LOGIN REQUIRED')" type="submit"> Reply</button>
</div>
<div class="desc-reply" style="margin-left: 60px;">
<p>GameEnjoyer:
<br/> @User101 The multiplayer in Halo CE is where it all began for so many of us. Blood Gulch, pistol duels – the nostalgia is real. Did you dive into multiplayer or stick to the campaign?
<button class="upvote" onclick="alert('LOGIN REQUIRED')" type="submit"> ⬆</button>
<button class="downvote" onclick="alert('LOGIN REQUIRED')" type="submit"> ⬇</button>
<button style="float: right; margin: 5px;" onclick="alert('LOGIN REQUIRED')" type="submit"> Reply</button>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
<div class="footer"></div>
</html>