-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
223 lines (216 loc) · 7.58 KB
/
services.html
File metadata and controls
223 lines (216 loc) · 7.58 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>VCT History Hub | Events & Champions</title>
<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=Bebas+Neue&family=Manrope:wght@400;600;700;800&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="background-grid"></div>
<header class="site-header">
<a class="brand" href="index.html">VCT HISTORY HUB</a>
<nav>
<a href="index.html">Home</a>
<a href="about.html">Timeline</a>
<a class="active" href="services.html">Events</a>
<a href="contact.html">Sources</a>
</nav>
<a class="header-cta" href="about.html">See Timeline</a>
</header>
<main>
<section>
<p class="eyebrow">International Results</p>
<h1>Major Finals, Winners, and Defining Runs</h1>
<p class="lead">
These are the landmark VCT global event outcomes that shaped each era: inaugural dominance, rivalry cycles,
franchised-league adaptation, and the rise of new regions.
</p>
</section>
<section class="table-card">
<h2>Global Event Finals Reference</h2>
<div class="table-wrap">
<table>
<thead>
<tr>
<th>Year</th>
<th>Event</th>
<th>Champion</th>
<th>Runner-Up</th>
<th>Score</th>
</tr>
</thead>
<tbody>
<tr>
<td>2021</td>
<td>Masters Reykjavik</td>
<td>Sentinels</td>
<td>Fnatic</td>
<td>3-0</td>
</tr>
<tr>
<td>2021</td>
<td>Masters Berlin</td>
<td>Gambit Esports</td>
<td>Team Envy</td>
<td>3-0</td>
</tr>
<tr>
<td>2021</td>
<td>Champions Berlin</td>
<td>Acend</td>
<td>Gambit Esports</td>
<td>3-2</td>
</tr>
<tr>
<td>2022</td>
<td>Masters Reykjavik</td>
<td>OpTic Gaming</td>
<td>LOUD</td>
<td>3-0</td>
</tr>
<tr>
<td>2022</td>
<td>Masters Copenhagen</td>
<td>FPX</td>
<td>Paper Rex</td>
<td>3-2</td>
</tr>
<tr>
<td>2022</td>
<td>Champions Istanbul</td>
<td>LOUD</td>
<td>OpTic Gaming</td>
<td>3-1</td>
</tr>
<tr>
<td>2023</td>
<td>LOCK//IN Sao Paulo</td>
<td>Fnatic</td>
<td>LOUD</td>
<td>3-2</td>
</tr>
<tr>
<td>2023</td>
<td>Masters Tokyo</td>
<td>Fnatic</td>
<td>Evil Geniuses</td>
<td>3-0</td>
</tr>
<tr>
<td>2023</td>
<td>Champions Los Angeles</td>
<td>Evil Geniuses</td>
<td>Paper Rex</td>
<td>3-1</td>
</tr>
<tr>
<td>2024</td>
<td>Champions Seoul</td>
<td>EDward Gaming</td>
<td>Team Heretics</td>
<td>3-2</td>
</tr>
<tr>
<td>2025</td>
<td>Masters Bangkok</td>
<td>T1</td>
<td>G2 Esports</td>
<td>3-2</td>
</tr>
<tr>
<td>2025</td>
<td>Champions Paris</td>
<td>NRG Esports</td>
<td>Fnatic</td>
<td>3-2</td>
</tr>
</tbody>
</table>
</div>
</section>
<section class="region-grid">
<article class="info-card">
<p class="tag">Americas</p>
<h3>Early and Late Success</h3>
<p>
Sentinels, OpTic, EG, and later NA contenders helped define multiple eras, with periods of dominance interrupted by
international adaptation struggles.
</p>
</article>
<article class="info-card">
<p class="tag">EMEA</p>
<h3>Most Consistent Finalist Region</h3>
<p>
Acend, Gambit, FPX, and Fnatic repeatedly reached late-stage brackets and finals, maintaining high tactical depth
across changing formats.
</p>
</article>
<article class="info-card">
<p class="tag">Pacific</p>
<h3>Steady Climb to Titles</h3>
<p>
Paper Rex and Korean lineups kept APAC near contention; T1's Bangkok win validated years of near-miss top-four and
finals performances.
</p>
</article>
<article class="info-card">
<p class="tag">Brazil/LATAM</p>
<h3>Breakthrough and Depth</h3>
<p>
LOUD's championship established South America as elite. KRU and later regional teams showed upset potential remains
central to VCT narrative.
</p>
</article>
<article class="info-card">
<p class="tag">China</p>
<h3>Fastest New-League Impact</h3>
<p>
From invited slots in 2023 to full integration and world title in 2024, China became a top-tier force at
exceptional speed.
</p>
</article>
<article class="info-card">
<p class="tag">Meta Lesson</p>
<h3>Champions is About Timing</h3>
<p>
Teams that peak in August-October often outperform earlier favorites. Continuity, adaptation, and patch resilience
matter more than early-seed reputation.
</p>
</article>
</section>
<section class="split">
<article class="data-block">
<p class="eyebrow">Underdog Hall of Fame</p>
<h2>Runs Fans Still Reference</h2>
<ul>
<li>KRU (2021): semifinal shock run through elite favorites.</li>
<li>ZETA Division (2022): breakout result for Japan.</li>
<li>Evil Geniuses (2023): from doubted roster to world champions.</li>
<li>EDward Gaming (2024): rapid transition from newcomer to champion.</li>
<li>NRG (2025): low prediction odds, title-winning finish.</li>
</ul>
</article>
<article class="data-block">
<p class="eyebrow">Format Milestones</p>
<h2>Structural Changes That Mattered</h2>
<ul>
<li>2021: Open global pathway established.</li>
<li>2022: Schedule compressed to sharpen season cadence.</li>
<li>2023: Partnered top leagues plus Ascension ladder.</li>
<li>2024: China promoted to full top-tier league.</li>
<li>2025-2026: Kickoff and bracket experimentation continue.</li>
</ul>
</article>
</section>
</main>
<footer>
<p>Events & Champions</p>
<p>Built from provided VCT historical brief</p>
<p>Use with official records for stat-level validation</p>
</footer>
</body>
</html>