This repository was archived by the owner on Jan 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (57 loc) · 2.32 KB
/
index.html
File metadata and controls
61 lines (57 loc) · 2.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link
href="https://fonts.googleapis.com/css2?family=Poppins&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./index.css"/>
<title>TBG</title>
</head>
<body>
<header>
<div class="logo-container">
<!-- <img src="./img/dlrsign.png" alt="logo"> -->
<h4>The Best Giveaway</h4>
</div>
<nav>
<ul class="nav-links">
<li><a class="nav-link" href="#">Giveaways</a></li>
<li><a class="nav-link" href="#">Events</a></li>
</ul>
</nav>
<div class="robux">
<!-- <img src="./img/dlrsign.png" alt="tbglogo"> -->
</div>
</header>
<main>
<section class="presentation">
<div class="introduction">
<div class="intro-text">
<h1>The best giveaway service ever</h1>
<p>We giveaway robux, premium, nitro! Pretty much anything you want!</p>
</div>
<div class="cta">
<button class="cta-add"><a href="https://discord.gg/2fTuFqH7GU" target="_blank">Discord Server</a></button>
</div>
</div>
<div class="cover">
<img src="./img/giveaway.PNG" alt="present">
</div>
</section>
<div class="giveaway-select">
<img src="./img/arrow-left.svg" alt="">
<img src="./img/dot.svg" alt="">
<img src="./img/dot-full.svg" alt="">
<img src="./img/dot-full.svg" alt="">
<img src="./img/arrow-right.svg" alt="">
</div>
<img class="big-circle" src="./img/big-eclipse.svg" alt="">
<img class="mid-circle" src="./img/mid-eclipse.svg" alt="">
<img class="small-circle" src="./img/small-eclipse.svg" alt="">
</main>
</body>
</html>