-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (55 loc) · 2.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Valorant</title>
</head>
<body>
<main>
<div class="navbar">
<a class="active" href="index.html"><img src="Valo_Images/GAME_LOGOS/Full Color/Logotype & Mark/V_Logomark_Off-White.png" alt="" width="10%"></a>
<a href="agents.html">AGENTS</a>
<a href="maps.html">MAPS</a>
<a href="shooting_range.html">SHOOTING RANGE</a>
</div>
<div class="container">
<img src="Valo_Images/Ascent-20201210T085347Z-001/Ascent/ValorantWallpaper_Ascent.jpg" alt="Valo_logo" width="100%">
<div class="desciption">
<div class="desciption_text">
<div class="description_style">
A 5v5 character-based tactical shooter
</div>
</div>
</div>
<div class="container2">
<div class="centered">
<div class="valorant">Valorant</div>
<!--<div> <img src="Valo_Images/GAME_LOGOS/B&W/V_Lockup_Vertical Black.png" alt="" width="30%"></div>
<div class="slide">-->
<form action="download.html">
<button>
<div class="button">
<div class="text"> PLAY FREE </div>
</div>
</button>
</form>
</div>
</div>
</div>
<div>
<div class="heading_text">
<div class="heading_text_pos">
<div>
WE ARE VALORANT
</div>
</div>
</div>
<div>
<p>Blend your style and experience on a global, competitive stage. You have 13 rounds to attack and defend your side using sharp gunplay and tactical abilities. And, with one life per-round, you'll need to think faster than your opponent if you want to survive. Take on foes across Competitive and Unranked modes as well as Deathmatch and Spike Rush.</p>
</div>
</div>
</main>
</body>
</html>