-
Notifications
You must be signed in to change notification settings - Fork 2
/
esports.html
201 lines (152 loc) · 9.8 KB
/
esports.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
<!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 - Esports</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" class="active">Esports News</a></li>
<li><a href="community.html">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>
<h2 class="section-title">What's Happening in Esports</h2>
<div class="scroll-container">
<div class="game-row">
<div class="game-card">
<div class="game-card-image" style="background-image: url('https://www.dexerto.com/cdn-image/wp-content/uploads/2022/11/16/major-winners-champions.jpg?width=1200&quality=60&format=auto')">
<div class="game-card-overlay">
<h3>CS:GO Major</h3>
<p>Perfect World Shanghai Major 2025</p>
<button class="watch-now">Yet to start</button>
</div>
</div>
</div>
<div class="game-card">
<div class="game-card-image" style="background-image: url('https://images7.alphacoders.com/854/854917.jpg')">
<div class="game-card-overlay">
<h3>PUBG MOBILE Esports</h3>
<p>Location: | Date: Jan 2025</p>
<button class="watch-now">Coming Very Soon</button>
</div>
</div>
</div>
<div class="game-card">
<div class="game-card-image" style="background-image: url('https://serverguy-s3-cdn.discovered.tv/aud_4181/images/e3454c80932288fe3e3d9dbbf2536b1a.jpg.webp')">
<div class="game-card-overlay">
<h3>Call of Duty League</h3>
<p>Location: Stockholm | Date: Dec 2024</p>
<a href="https://callofdutyleague.com/en-us/news/call-of-duty-league-2024-season-format"><button class="watch-now">Learn More</button></a>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<h2 class="section-title">Meet the Pros</h2>
<div class="news-grid">
<div class="news-card">
<img src="https://pbs.twimg.com/media/F_fp4Q1bcAAQ1pr?format=jpg&name=medium" alt="Team Liquid">
<h3>Sentinels</h3>
<p>Sentinels is a North American esports organization renowned for its success in Valorant. They gained global recognition by winning the VCT Masters Reykjavík 2021, the first international Valorant tournament. Known for their star-studded roster, including TenZ, and innovative gameplay, Sentinels are a dominant force in competitive Valorant.</p>
<div class="team-stats">
<span>World Rank #1</span>
<span>$2.5M Earnings</span>
</div>
</div>
<div class="news-card">
<img src="https://admin.esports.gg/wp-content/uploads/2024/09/s1mple--968x544.jpg" alt="s1mple">
<h3>s1mple</h3>
<p>The Greatest of All. S1mple is considered one of the greatest CS:GO players ever, known for his exceptional skill, versatility, and clutch performances. As a key player for Natus Vincere, he has led his team to major victories, including the PGL Major Stockholm 2021. His accolades, including multiple “best player” titles, cement his legendary status in esports</p>
<div class="player-stats">
<span>CS:GO Legend</span>
<span>MVP 2023</span>
</div>
</div>
<div class="news-card">
<img src="https://wallpapercave.com/dwp2x/wp8645537.jpg" alt="Faker">
<h3>Sen-Tenz</h3>
<p>The undisputed king of Valorant retired after Champions 2024. TenZ was celebrated for redefining mechanical skill in Valorant and inspiring countless players.As a former CS:GO pro, he transitioned to Valorant and gained fame with Sentinels, leading them to victories like the VCT Masters Reykjavík 2021. </p>
<div class="player-stats">
<span>Valorant</span>
<span>3x World Champ</span>
</div>
</div>
</div>
</section>
<section>
<h2 class="section-title">Breaking Esports News</h2>
<div class="news-grid">
<div class="news-card">
<img src="https://blog.scope.gg/content/images/size/w2000/2021/10/navi-2021-stats-roster-1.jpg" alt="Team Liquid">
<h3>Major Roster Shuffle</h3>
<p><ul>
<li>Sentinels Signs REDUXX, BANG, N4RRATE </li><br>
<li>Leviatan Signs DEMON1</li><br>
<li>EletroNic and Perfecto leaving Natus Vincere</li><br>
</ul></p>
<div class="team-stats">
</div>
</div>
<div class="news-card">
<h3>Meta Shift Analysis</h3>
<p>
<ul>
<li>Role Shifts: Balance changes alter the effectiveness of specific roles or classes, redefining team dynamics.</li><br>
<li>Strategic Evolution: Patches introduce new mechanics or tweaks, encouraging teams to adapt strategies. </li><br>
<li>Playstyle Changes: Nerfs and buffs promote innovative approaches, shifting focus to macro or team synergy.</li><br>
<li>Flex Picks: Multi-role characters increase drafting flexibility and counterplay options. </li><br>
<li>Regional Variance: Different regions develop unique metas based on patch adaptations.</li><br>
</ul>
</p>
</div>
<div class="news-grid">
<div class="news-card">
<img src="https://i0.wp.com/highschool.latimes.com/wp-content/uploads/2021/09/league-of-legends.jpeg?fit=1607%2C895&ssl=1" alt="Team Liquid">
<h3>League of Legends major format changes for 2025</h3>
<p><ul>
<li>LCK will move from Spring and Summer splits to one continuous season </li><br>
<li>A pre-season tournament with a “Fearless Draft” system where used champions are banned for the series </li><br>
<li>Teams split into Legend and Rise groups mid-season based on performance </li><br>
</ul></p>
<div class="team-stats">
</div>
</section>
<section>
<h2 class="section-title">Get Competitive</h2>
<div class="news-grid">
<div class="news-card">
<h3>Pro Settings Guide</h3>
<p>Optimize your game settings like the professionals do.</p>
<a href="https://prosettings.net/"><button class="read-more">View Settings</button></a>
</div>
<div class="news-card">
<h3>Training Routines</h3>
<p>Daily practice routines used by professional players.</p>
<a href="https://info.tryhavocenergy.com/blog/effective-practice-routines-for-esports-athletes"><button class="read-more">View Settings</button></a>
</div>
<div class="news-card">
<h3>Equipment Guide</h3>
<p>Essential gear recommendations for competitive gaming.</p>
<a href="https://www.pcmag.com/picks/the-ultimate-gear-guide-for-console-and-pc-gamers"><button class="read-more">View Settings</button></a>
</div>
</div>
</section>
</main>
</div>
</body>
</html>