-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemp.html
58 lines (58 loc) · 2.81 KB
/
temp.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
<!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="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" type="text/css" href="temp.css">
<title>Document</title>
</head>
<body>
<main class="container">
<section id="home" class="div1" data-aos="fade-up">
<div>
<h1>WE ARE VALORANT</h1>
<h2>DEFY THE LIMITS</h2>
<p>VALORANT is your global competitive stage. It’s a 5v5 tac-shooter matchup to plant or defuse the Spike in a one-life-per-round, first to 13 series. More than guns and bullets, you’ll choose an Agent armed with adaptive, swift, and lethal abilities that create opportunities to let your gunplay shine.</p>
</div>
<div class="videowrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/IhhjcB2ZjIM" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</section>
<section id="agents" class="div1" data-aos="fade-up">
<img src="duals1.png" alt="">
<div>
<h1>THE AGENTS</h1>
<h2>PLANT THE SPIKE</h2>
<p>Agents and their signature abilities are how you win with skill and style. Adapt and outplay in the role of either a Duelist, Initiator, Controller, or Sentinel.</p>
<a href="https://playvalorant.com/en-gb/agents" class="btn"> VIEW ALL AGENTS </a>
</div>
</section>
<section id="maps" class="div1" data-aos="fade-up">
<div>
<h1>THE MAPS</h1>
<h2>DETONATE OR DEFUSE</h2>
<p>Haven. Bind. Split. Ascent. Each a stage for a multitude of savvy plays, agent clutches, and team strategies.</p>
<a href="https://playvalorant.com/en-gb/maps" class="btn"> VIEW ALL MAPS </a>
</div>
<img src="ascent2.jpg" alt="">
</section>
<section id="arsenal"class="div1" data-aos="fade-up">
<img src="arsenal3.jpg" alt="">
<div>
<h1>THE ARSENAL</h1>
<h2>CHOOSE YOUR WEAPON</h2>
<p>The players may choose between Rifles, Snipers, SMGs, Shotguns, Heavys and Sidearms and each of them has its unique characteristics – none is strictly good or bad. The game offers a diverse set of weapons with an effectiveness that varies.</p>
<a href="https://playvalorant.com/en-gb/arsenal/" class="btn"> VIEW ALL GUNS </a>
</div>
</main>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
offset:200,
duration:600
});
</script>
</main>
</body>
</html>