-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
458 lines (376 loc) · 20.7 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
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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--=============== FAVICON ===============-->
<link rel="shortcut icon" href="assets/img/Home/favicon.png" type="image/x-icon">
<!--=============== REMIXICONS ===============-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.2.0/remixicon.css">
<!--=============== CSS ===============-->
<link rel="stylesheet" href="assets/css/styles.css">
<title>Tamil Gaming Network</title>
</head>
<body>
<!--==================== NAV ====================-->
<nav class="nav">
<ul class="nav__list">
<li>
<a href="#home" title="Home" class="nav__link active-link">
<i class="ri-home-8-line"></i>
</a>
</li>
<li>
<a href="#games" title="Games" class="nav__link">
<i class="ri-gamepad-line"></i>
</a>
</li>
<li>
<a href="#dlcs" title="DLCs" class="nav__link">
<i class="ri-folder-download-line"></i>
</a>
</li>
<li>
<a href="#news" title="News" class="nav__link">
<i class="ri-news-line"></i>
</a>
</li>
<li>
<a href="#Email" title="Email" class="nav__link">
<i class="ri-mail-send-line"></i>
</a>
</li>
</ul>
</nav>
<!--==================== MAIN ====================-->
<main class="main">
<!--==================== HOME ====================-->
<section class="home section" id="home">
<div class="home__container container grid">
<!--===== PERFIL =====-->
<div class="perfil">
<h5 class="perfil__title"> Get Your DLCs For Free </h5>
<img src="assets/img/Home/Banner/img1.jpg" alt="image" class="perfil__img">
<div class="perfil__data">
<h1 class="perfil__name">Explore <br> The DLCs </h1>
<div class="perfil__buttons">
<a href="#games" class="button">Games</a>
<a href="#news" class="button">News</a>
</div>
</div>
</div>
<!--===== INFO =====-->
<div class="info">
<div class="info__data">
<h1 class="info__name">TGN</h1>
</div>
<div class="info__image">
<img src="assets/img/Home/dlc.png" alt="image" class="info__img">
</div>
<p class="info__description">Enjoy access to premium DLCs for free! We're committed to updating and releasing the latest content swiftly so you can enjoy the best gaming news without the wait.
</p>
<a href="#dlcs" class="button button__black" >Download DLCs</a>
</div>
<!--===== ABOUT =====-->
<div class="about">
<h3 class="about__name">
Hello Guys - <b>Download DLCs For Free</b>
</h3>
<p class="about__description">Here we only provide only legit dlc for those who brought game in Steam or Epic Games </p>
<div class="about__social">
<a href="https://store.steampowered.com/" target="_blank" class="about__link">
<i class="ri-steam-fill"></i>
</a>
<a href="https://store.epicgames.com/en-US/" target="_blank" class="about__link">
<img src="assets/img/Home/epicgames.png">
</a>
<a href="https://www.ubisoft.com/en-gb/" target="_blank" class="about__link">
<img src="assets/img/Home/ubisoft.png">
</a>
</div>
<div class="about__image">
<img src="assets/img/Home/aboutimg.jpeg" alt="image" class="about__img">
</div>
<p class="about__note">
He doesn't write messages on social networks,
send me an email and I'll answer you.
</p>
<div class="about__buttons">
<a href="https://discord.gg/uSD8mt5J6E" class="button">Join Discord</a>
</div><br>
<a href="#Email" class="button button__black">Email Me</a>
</div>
<!--===== SKILLS =====-->
<div class="skills">
<h2 class="skills__title">Buy Me A Coffee!</h2>
<img src="assets/img/Home/gpay.png" alt="image" class="gpay__img">
</div>
</div>
</section>
<!--==================== games ====================-->
<section class="games section" id="games">
<h2 class="section__title">Games I Offer DLCs For</h2>
<div class="games__container container grid">
<article class="games__card">
<div class="games__icon">
<img src="assets/img/Game/ets2.jpg" alt="Euro Truck Simulator 2">
</div>
<h3 class="games__name">Euro Truck Simulator 2</h3>
<p class="games__description">
Euro Truck Simulator 2 is a vehicle simulation game where players become truck drivers, transporting cargo across a detailed map of Europe. Launched in 2012, it features realistic driving mechanics, extensive truck customization, and various DLCs that expand gameplay. Players can manage their own trucking businesses and engage in multiplayer with others. The game is renowned for its immersive graphics and attention to detail.
</p>
</article>
<article class="games__card">
<div class="games__icon">
<img src="assets/img/Game/ats.jpg" alt="American Truck Simulator">
</div>
<h3 class="games__name">American Truck Simulator</h3>
<p class="games__description">
American Truck Simulator is a vehicle simulation game released in 2016 by SCS Software, where players drive trucks across a detailed map of the United States. It features realistic driving mechanics, allowing players to manage their own trucking business while completing deliveries. The game includes extensive truck customization and various DLCs that expand the map and add new features. ATS is praised for its immersive graphics and engaging gameplay.
</p>
</article>
<article class="games__card">
<div class="games__icon">
<img class="games__ogame" src="assets/img/Game/sn.jpg" alt="Snowrunner">
</div>
<h3 class="games__name">Snowrunner</h3>
<p class="games__description">
SnowRunner is an off-road simulation game developed by Saber Interactive, released in 2020. Players take on challenging terrains, including snow, mud, and rivers, using a variety of vehicles to complete missions and transport cargo. The game features an open-world environment across multiple regions , realistic physics and vehicle handling. With extensive vehicle customization options and cooperative multiplayer, SnowRunner offers a unique off-road experience.
</p>
</article>
<article class="games__card">
<div class="games__icon">
<img class="games__ogame" src="assets/img/Game/fs22.jpg" alt="Farming Simulator 22">
</div>
<h3 class="games__name">Farming Simulator 22</h3>
<p class="games__description">
Farming Simulator 22 is a farming simulation game developed by Giants Software, released in 2021. Players manage their own farms, engaging in activities like crop cultivation and livestock care across realistic landscapes. The game features a wide range of vehicles and equipment, along with seasonal cycles and economic management. With multiplayer support and a vibrant modding community, it offers a comprehensive farming experience.
</p>
</article>
<article class="games__card">
<div class="games__icon">
<img class="games__ogame" src="assets/img/Game/smt.jpg" alt="Farming Simulator 22">
</div>
<h3 class="games__name">Supermarket Together</h3>
<p class="games__description">
Supermarket Simulator is a cooperative multiplayer game where players manage supermarkets, focusing on stocking shelves and serving customers. Released in 2022, it emphasizes teamwork and efficiency as players expand their stores and tackle various challenges. The game features customizable stores and engaging graphics. Players can collaborate or compete to create the best supermarket experience.
</p>
</article>
</div>
</section>
<!--==================== dlcs ====================-->
<section class="dlcs__section" id="dlcs">
<h2 class="section__title">Available Game DLCs</h2>
<div class="dlcs__container container grid">
<article class="dlcs__card">
<a href="https://store.steampowered.com/app/227300/Euro_Truck_Simulator_2/" target="_blank" class="dlcs__image">
<img src="assets/img/DLC/game5.jpg" alt="image" class="dlcs__img">
</a>
<div class="dlcs__data">
<h3 class="dlcs__name">Euro Truck Simulator 2</h3><br>
<h5> Volvo FH Series 6 Release and More! :- </h5>
<p class="dlcs__description">
Drive across Europe, deliver cargo, and build your trucking empire in Euro Truck Simulator 2!
</p>
<h4 class="dlc__title">Password : ETS2freedlc@TGN</h4> <br>
<div class="dlcs__skills">
<h5>v1.53.3.11s</h5>
</div>
<a href="https://modsfire.com/ZDWQMhO2HiCKC91" target="_blank" class="dlcs__button">
<i class="ri-download-2-fill"></i>
<span>Download DLCs</span>
</a>
</div>
</article>
<article class="dlcs__card">
<a href="https://store.steampowered.com/app/270880/American_Truck_Simulator/" target="_blank" class="dlcs__image">
<img src="assets/img/DLC/game1.jpg" alt="image" class="dlcs__img">
</a>
<div class="dlcs__data">
<h3 class="dlcs__name">American Truck Simulator</h3><br>
<h5> Return to Winterland Event 2024 :- </h5>
<p class="dlcs__description">
Explore the American West, delivering cargo and growing your trucking business in American Truck Simulator!"
</p>
<h4 class="dlc__title">Password : ATSfreedlc@TGN</h4> <br>
<div class="dlcs__skills">
<h5>v1.53.2.1</h5>
</div>
<a href="https://modsfire.com/UBq935yCW9pijtQ" target="_blank" class="dlcs__button">
<i class="ri-download-2-fill"></i>
<span>Download DLCs</span>
</a>
</div>
</article>
<article class="dlcs__card">
<a href="https://store.steampowered.com/app/1465360/SnowRunner/" target="_blank" class="dlcs__image">
<img src="assets/img/DLC/game2.jpg" alt="image" class="dlcs__img">
</a>
<div class="dlcs__data">
<h3 class="dlcs__name">Snowrunner</h3><br>
<h5> The Kenworth Dual Pack DLC is OUT! :- </h5>
<p class="dlcs__description">
Conquer extreme terrain, tackle tough deliveries and drive vehicles through mud and snow in SnowRunner!
</p>
<h4 class="dlc__title">Password : SNfreedlc@TGN</h4> <br>
<div class="dlcs__skills">
<h5>Patch 33.0</h5></div>
<a href="https://modsfire.com/5y1rGcx76Cw10ok" target="_blank" class="dlcs__button">
<i class="ri-download-2-fill"></i>
<span>Download DLCs</span>
</a>
</div>
</article>
<article class="dlcs__card">
<a href="https://store.steampowered.com/app/1248130/Farming_Simulator_22/" target="_blank" class="dlcs__image">
<img src="assets/img/DLC/game3.jpg" alt="image" class="dlcs__img">
</a>
<div class="dlcs__data">
<h3 class="dlcs__name">Farming Simulator 22</h3><br>
<h5> Farm Production Pack Available Now! :- </h5>
<p class="dlcs__description">
Build your dream farm, cultivate crops, raise animals, and exposure to different climate in Farming Simulator 22!
</p>
<h4 class="dlc__title">Password : FS22freedlc@TGN</h4> <br>
<div class="dlcs__skills">
<h5>v1.14.0.0</h5>
</div>
<a href="https://modsfire.com/wc5F445gD73lkIQ" target="_blank" class="dlcs__button">
<i class="ri-link"></i>
<span>Downlaod DLCs</span>
</a>
</div>
</article>
<article class="dlcs__card">
<a href="https://store.steampowered.com/app/2709570/Supermarket_Together/" target="_blank" class="dlcs__image">
<img src="assets/img/DLC/game4.jpg" alt="image" class="dlcs__img">
</a>
<div class="dlcs__data">
<h3 class="dlcs__name">Supermarket Together</h3><br>
<h5> New Products + Staffroom :- </h5>
<p class="dlcs__description">
join with friends to run a supermarket, stocking shelves and serving customers in Supermarket Together!
</p>
<h4 class="dlc__title">Password : SMTfreedlc@TGN</h4> <br>
<div class="dlcs__skills">
<h5>v2023.1.9.63820</h5>
</div>
<a href="https://modsfire.com/a9iWo22IlOdHAA0" target="_blank" class="dlcs__button">
<i class="ri-link"></i>
<span>Download DLCs</span>
</a>
</div>
</article>
</div>
</section>
<!--==================== news ====================-->
<section class="news section" id="news">
<h2 class="section__title">Patch Updates or New Release</h2>
<div class="news__container container grid">
<article class="news__card">
<h2 class="news__company">Euro Truck Simulator 2</h2>
<div class="news__data">
<h3 class="news__profession">Volvo FH Series 6 Release and More!</h3>
<span class="news__date">18/12/2024</span>
<a href="https://store.steampowered.com/news/app/227300/view/591757425095214223" target="_blank" class="dlcs__button">
<span>Click here to read more</span>
</a>
</div>
</article>
<article class="news__card">
<h2 class="news__company">American Truck Simulator</h2>
<div class="news__data">
<h3 class="news__profession">Return to Winterland Event 2024</h3>
<span class="news__date">16/12/2024</span>
<a href="https://store.steampowered.com/news/app/270880/view/606394123884168367" target="_blank" class="dlcs__button">
<span>Click here to read more</span>
</a>
</div>
</article>
<article class="news__card">
<h2 class="news__company">Snowrunner</h2>
<div class="news__data">
<h3 class="news__profession">The Kenworth Dual Pack DLC is OUT!!</h3>
<span class="news__date">3/12/2024</span>
<a href="https://store.steampowered.com/news/app/1465360/view/4487369735223117068" target="_blank" class="dlcs__button">
<span>Click here to read more</span>
</a>
</div>
</article>
<article class="news__card">
<h2 class="news__company">Farming Simulator 22</h2>
<div class="news__data">
<h3 class="news__profession">Farm Production Pack Available Now!</h3>
<span class="news__date">30/04/2024</span>
<a href="https://store.steampowered.com/news/app/1248130/view/4185608896929098364?snr=1_5_9_" target="_blank" class="dlcs__button">
<span>Click here to read more</span>
</a>
</div>
</article>
<article class="news__card">
<h2 class="news__company">Supermarket Together</h2>
<div class="news__data">
<h3 class="news__profession">New Products + Staffroom</h3>
<span class="news__date">5/12/2024</span>
<a href="https://store.steampowered.com/news/app/2709570/view/4445711438670988649?snr=1_5_9_" target="_blank" class="dlcs__button">
<span>Click here to read more</span>
</a>
</div>
</article>
</div>
</section>
<!--==================== Email ====================-->
<section class="contact section" id="Email">
<h2 class="section__title">CONTACT ME</h2>
<div class="contact__container container grid">
<form action="" class="contact__form grid" id="contact-form">
<div class="contact__group grid">
<input type="text" name="name" placeholder="Name" required class="contact__input">
<input type="email" name="email" placeholder="Email" required class="contact__input">
</div>
<textarea name="message" placeholder="Message" class="contact__input contact__area"></textarea>
<button type="submit" class="button contact__button">Send Message</button>
<p class="contact__message" id="contact-message"></p>
</form>
</div>
</section>
</main>
<!--==================== FOOTER ====================-->
<footer class="footer">
<div class="footer__container container grid">
<div class="footer__content grid">
<a href="#" class="footer__logo">Tamil Gaming Network</a>
<ul class="footer__links">
<li>
<a href="#home" class="footer__link">Home</a>
</li>
<li>
<a href="#dlcs" class="footer__link">dlcs</a>
</li>
<li>
<a href="#games" class="footer__link">games</a>
</li>
</ul>
</div>
<div class="footer__social">
<a href="https://discord.gg/uSD8mt5J6E" target="_blank" class="footer__social-link">
<i class="ri-discord-line"></i>
</a>
</div>
</div>
<span class="footer__copy">
© All Rights Reserved By Tamil Gaming Network.
</span>
</footer>
<!--========== SCROLL UP ==========-->
<a href="#" class="scrollup" id="scroll-up">
<i class="ri-arrow-up-line"></i>
</a>
<!--=============== SCROLLREVEAL ===============-->
<script src="assets/js/scrollreveal.min.js"></script>
<!--=============== EMAIL JS ===============-->
<script src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"></script>
<!--=============== MAIN JS ===============-->
<script src="assets/js/main.js"></script>
</body>
</html>