-
Notifications
You must be signed in to change notification settings - Fork 2
/
community.html
280 lines (231 loc) · 13.3 KB
/
community.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gaming News Hub - Community</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<nav class="sidebar">
<div class="logo">
<h2>Playzone Area</h2>
</div>
<ul class="connect">
<li><a href="index.html">Home</a></li>
<li><a href="trending.html">Trending News</a></li>
<li><a href="esports.html">Esports News</a></li>
<li><a href="community.html" class="active">Community</a></li>
<li><a href="guides.html">Guides & Tips</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
<main class="content">
<section class="forums-section">
<h2 class="section-title">Game-Specific Forums</h2>
<div class="scroll-container">
<div class="game-row">
<div class="forum-card">
<div class="forum-header" style="background-image: url('https://imageio.forbes.com/specials-images/imageserve/646620e497d9cb9527b1abc6/gta6/960x0.png?format=png&width=960')">
<div class="forum-overlay">
<h3>GTA VI</h3>
<div class="forum-stats">
<span>150K Members</span>
</div>
</div>
</div>
<div class="forum-content">
<div class="hot-topics">
<div class="topic">
<h4>Latest Leaks Discussion</h4>
<span class="topic-stats">500+ replies</span>
</div>
<div class="topic">
<h4>Release Date Speculation</h4>
<span class="topic-stats">300+ replies</span>
</div>
</div>
<a target="_blank" href="https://www.reddit.com/r/GTA6/">
<button class="join-forum">Join Discussion</button>
</a>
</div>
</div>
<div class="forum-card">
<div class="forum-header" style="background-image: url('https://i0.wp.com/highschool.latimes.com/wp-content/uploads/2021/03/Valorant.png?fit=1200%2C675&ssl=1')">
<div class="forum-overlay">
<h3>Valorant</h3>
<div class="forum-stats">
<span>300K Members</span>
</div>
</div>
</div>
<div class="forum-content">
<div class="hot-topics">
<div class="topic">
<h4>Agent Meta Discussion</h4>
<span class="topic-stats">800+ replies</span>
</div>
<div class="topic">
<h4>Tournament Predictions</h4>
<span class="topic-stats">400+ replies</span>
</div>
</div>
<a target="_blank" href="https://playvalorant.com/en-us/news/community/">
<button class="join-forum">Join Discussion</button>
</a>
</div>
</div>
<div class="forum-card">
<div class="forum-header" style="background-image: url('https://i.pinimg.com/736x/35/79/fd/3579fdb7966715b74364f0f4a493d5a2.jpg')">
<div class="forum-overlay">
<h3>Dota 2</h3>
<div class="forum-stats">
<span>200K Members</span>
</div>
</div>
</div>
<div class="forum-content">
<div class="hot-topics">
<div class="topic">
<h4>Patch Analysis</h4>
<span class="topic-stats">600+ replies</span>
</div>
<div class="topic">
<h4>Pro Scene Updates</h4>
<span class="topic-stats">350+ replies</span>
</div>
</div>
<a href="https://steamcommunity.com/app/570">
<button class="join-forum">Join Discussion</button>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="social-section">
<h2 class="section-title">Community Highlights</h2>
<div class="social-grid">
<div class="twitter-feed">
<div class="social-header">
<h3>Twitter Feed</h3>
<span class="social-tag">#GamingCommunity</span>
</div>
<div class="tweets-container">
<div class="tweet">
<img src="https://avatarfiles.alphacoders.com/257/257900.jpg" alt="Profile" class="profile-pic">
<div class="tweet-content">
<h4>@GameNewsPro</h4>
<p>Just revealed: New gameplay footage from upcoming releases! #Gaming2024</p>
<span class="timestamp">2h ago</span>
</div>
</div>
<div class="tweet">
<img src="https://avatarfiles.alphacoders.com/248/248164.jpg" alt="Profile" class="profile-pic">
<div class="tweet-content">
<h4>@ESportsUpdate</h4>
<p>Live coverage of the championship finals starting soon! #ESports</p>
<span class="timestamp">4h ago</span>
</div>
</div>
</div>
</div>
<div class="youtube-feed">
<div class="social-header">
<h3>Featured Videos</h3>
<span class="social-tag">Latest Uploads</span>
</div>
<div class="video-grid">
<div class="video-card">
<div class="video-thumbnail" style="background-image: url('https://i.ytimg.com/vi/nLyWEdditYQ/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&rs=AOn4CLDpu3WCUylwaMzo-WYnlJEYIcrz9A')">
<span class="duration">10:45</span>
</div>
<div class="video-info">
<a target="_blank" href="//youtu.be/nLyWEdditYQ?si=i6raDypYkuMvSChO">
<h4>Top 10 Gaming Montage 2024</h4>
</a>
<span class="views">250K views</span>
</div>
</div>
<div class="video-card">
<div class="video-thumbnail" style="background-image: url('https://images.wondershare.com/filmora/article-images/black-myth-wukong.jpg')">
</div>
<div class="video-info">
<a target="_blank" href="https://www.google.com/search?sca_esv=da052a448206c26a&q=wukong+pro+gameplay&udm=7&fbs=AEQNm0Aa4sjWe7Rqy32pFwRj0UkWd8nbOJfsBGGB5IQQO6L3J603JUkR9Y5suk8yuy50qOYDM4RtuXeJHebD9KyFeocXkf6UN1EXgvuV46eteWfAT1DDeymfpI8Q8obWb4ef1XbZvsYOecgz7R5uwdbTdsuo6g7W2xArJue4z3EHTAO_g0peLbbivPKnFk3hsfqDKf3iiAqh96AznKT1qO8qKkD_1lu_3A&sa=X&ved=2ahUKEwiatZbig52KAxU3nGMGHT4uIhMQtKgLegQIEhAB&biw=1492&bih=765&dpr=2#">
<h4>Pro Player Highlights</h4>
</a>
<span class="views">180K views</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="showcase-section">
<h2 class="section-title">Fan Art & Cosplay Gallery</h2>
<div class="scroll-container">
<div class="showcase-row">
<div class="showcase-card">
<img src="https://pm1.aminoapps.com/8718/f8ea841cbc4b29295d118747d74968e9fb6d2116r1-1500-824v2_hq.jpg" alt="Fan Art" class="showcase-image">
<div class="showcase-info">
<h3>Terizla Fan Art</h3>
<p>By @Random</p>
<div class="showcase-stats">
<span>❤️ 1.2K</span>
<span>💬 45</span>
</div>
</div>
</div>
<div class="showcase-card">
<img src="https://pbs.twimg.com/media/GVuObf2WAAIp642?format=jpg&name=large" alt="Cosplay" class="showcase-image">
<div class="showcase-info">
<h3>Valorant Fan art</h3>
<p>By @CosplayerName</p>
<div class="showcase-stats">
<span>❤️ 2.5K</span>
<span>💬 120</span>
</div>
</div>
</div>
<div class="showcase-card">
<img src="https://gta6intel.com/wp-content/uploads/2024/03/GTA-6-Lucia-by-Patrick-Brown-Fan-Art.jpg" alt="Digital Art" class="showcase-image">
<div class="showcase-info">
<h3>GTA-6-FanArt</h3>
<p>By @DigitalArtist</p>
<div class="showcase-stats">
<span>❤️ 3.1K</span>
<span>💬 89</span>
</div>
</div>
</div>
<div class="showcase-card">
<img src="https://brownbagfilms.imgix.net/images/labs/Fan-Art-Baldurdavid-Fernandez-001.jpg?auto=format&w=1200&h=630&fit=crop" alt="Cosplay" class="showcase-image">
<div class="showcase-info">
<h3>God-Of-War Fan art</h3>
<p>By @CosplayerName</p>
<div class="showcase-stats">
<span>❤️ 2.5K</span>
<span>💬 120</span>
</div>
</div>
</div>
</div>
<div class="showcase-card-1" >
<img src="https://i.pinimg.com/originals/b4/5f/f7/b45ff73c53eb69cc52b88f12e4459604.png" alt="Cosplay" class="showcase-image">
<div class="showcase-info">
<h3>Baldour-Cosplay</h3>
<p>By @CosplayerName</p>
<div class="showcase-stats">
<span>❤️ 9.5K</span>
<span>💬 120</span>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
</div>
</body>
</html>