-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (58 loc) · 2.21 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
<!DOCTYPE html>
<html>
<head>
<title>Vegas</title>
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/fonts.css">
<body class="ie">
<section class="hero">
<a href="#" style="text-decoration: none;"><div class="logo"></div></a>
<span>the only vegas<br>casino with bitcoins</span>
<div class="hero__inner">
<div class="left__container">
<h2>welcome package</h2>
<h1>5 btc</h1>
<h3>+ 360 free spins</h3>
<a href="#" class="btn"><button class="button">claim now</button></a>
<a href="#" class="tablet__btn"><button class="tablet__button">claim now</button></a>
</div>
<div class="right__container">
<img src="img/Welcome_bonus.png" alt="bonus">
<!-- <img class="mobile" src="img/welcome_bonus_mobile.png" alt="bonus"> -->
</div>
</div>
</section>
<section class="steps">
<div class="step step--1">
<span class="stepIcon">1</span>
<div class="text">
<p>
sign up and activate
</p>
<p>your bonus</p>
</div>
</div>
<div class="step step--2">
<span class="stepIcon">2</span>
<div class="text">
<p>
on first deposit
</p>
<p>1 btc bonus + 360 free spins</p>
</div>
</div>
<div class="step step--3">
<span class="stepIcon">3</span>
<div class="text">
<p>
withdraw your winnings
</p>
<p>in 10 minutes in average</p>
</div>
</div>
</section>
</body>
</html>