-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (75 loc) · 3.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Valorant Wiki</title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="header">
<div class="row">
<nav class= "nav-links">
<a id="main-logo" href="index.html">Valorant Wiki</a>
<div class="nav-bar">
<ul>
<li><a href="#modes-section">Modes</a></li>
<li><a href="#ranks">Ranks</a></li>
<li><a href="#agents1">Agents</a></li>
<li><a href="#">Maps</a></li>
</ul>
</div>
</nav>
</div>
<div class="container">
<p>Valorant is a free-to-play first-person tactical hero shooter developed and published by Riot Games, for Windows. <br><br>
Valorant takes inspiration from the Counter-Strike series, borrowing several mechanics such as the buy menu, spray patterns, and inaccuracy while moving.</p>
<img src="assets/images/valorant-logo.png" alt="valorant-logo">
</div>
</div>
<div class="scroll-container" id="modes-section">
<img src="assets/images/tdm.jpg" alt="Cinque Terre" width="600" height="400">
<img src="assets/images/spike-rush.jpg" alt="Forest" width="600" height="400">
<img src="assets/images/Replication.jpg" alt="Northern Lights" width="600" height="400">
<img src="assets/images/sp.jpg" alt="Mountains" width="600" height="400">
</div>
<div>
<img id="ranks" src="assets/images/Ranks.jpg" alt="Ranks">
</div>
<div class="header">
<div id="fade">
<img id="agents1" src="assets/images/Fade.jpg" alt="Agents" class="slide-in-left">
<div id="fade-ability">
<h2>Fade <br>//role// <br> /Initiator/</h2>
<p>Fade is the 20th Agent of Valorant. She is an Initiator, specialised in information gathering. She has a kit adapted to the tracking of enemies, which requires whoever plays her to be creative and efficient for a good use. This new Agent will find her place as a lone wolf, but Fade will reveal her full potential in team actions.</p>
</div>
</div>
</div>
<div class="header">
<div id="sage">
<img id="agents2" src="assets/images/Sage.jpg" alt="Agents" class="slide-in-left">
<div id="sage-ability">
<h2>Sage <br>//role// <br> /Sentinel/</h2>
<p>Agent Sage is one of Valorant's sentinels.<br> Her abilities kit is very useful, and allows her to both reduce the opponents’ movement or vision and to heal or resuscitate an ally. <br>She is very complete and will undoubtedly be an Agent of choice to pick in your team. </p>
</div>
</div>
</div>
<div class="header">
<div id="phoenix">
<img id="agents3" src="assets/images/Phoenix.jpg" alt="Agents" class="slide-in-left" >
<div id="phoenix-ability">
<h2>Phoenix <br>//role// <br> /Duelist/</h2>
<p>Phoenix is one of Valorant's Duelists. <br>His abilities kit is based on mobility, allowing him to take the high ground and to move faster than his opponents. <br>He is very smart and will undoubtedly be an Agent of choice to pick in your team. </p>
</div>
</div>
</div>
<footer>
<p>Anikhet Mulky</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</footer>
<script>
</script>
<script src="script.js"></script>
</body>
</html>