-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (79 loc) · 3.24 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<title>::Reflection Landing Page::</title>
<script type="text/javascript" src="js/jquery.min.js"></script>
</head>
<body>
<section class="login">
<div class="login-left slider">
<div class="login-item" style="background-image: url(images/slider-1.webp)">
<h1><span>Welcome</span>To The Future Of Trading!</h1>
<hr>
<h3>Unlock Welcome Reward Worth Thousands Of Dollars!!</h3>
<p>Sign up and receive FREE top US stock tokens like Tesla, Apple, Google, Amazon, PayPal, & more.</p>
</div>
<div class="login-item" style="background-image: url(images/slider-2.webp)">
<h1><span>Invest In </span>US Stocks, Indian Stocks, And ETFs</h1>
<hr>
<p>Reflection is the best place to buy and sell your favorite company's stock tokens such as Apple, Google, Tesla, PayPal, Dow Jones ETF, etc.</p>
<p>Pre-registration is currently available, offering a </p>
<h3>Sign Up To Win Free Stock Tokens</h3>
<ul>
<li><a href="https://twitter.com/reflection_RUSD"><img src="images/x-icon.svg" alt="icon"></a></li>
<li><a href="#"><img src="images/youtube-icon.svg" alt="icon"></a></li>
<li><a href="#"><img src="images/insta-icon.svg" alt="icon"></a></li>
<li><a href="https://t.me/reflection_trading"><img src="images/telegram-icon.svg" alt="icon"></a></li>
<li><a href="https://discord.com/channels/1042767339399172126/1042767339399172129"><img src="images/discord-icon.svg" alt="icon"></a></li>
</ul>
</div>
</div>
<div class="arrow-icon"><a class="vert-move" href="#form"><i class="arrow"></i></a></div>
<div class="login-right">
<div class="login-form" id="form">
<a href="https://reflection.trading/"><img class="img-fluid" src="images/logo.png" alt="logo"></a>
<h4>Sign up now for a chance to win thousands of dollars of free stock tokens</h4>
<form>
<div class="form-group">
<label>Name</label>
<input type="text" class="form-control" placeholder="Enter your name">
</div>
<div class="form-group">
<label>Email</label>
<input type="email" class="form-control" placeholder="Enter your email">
</div>
<div class="form-group">
<label>Phone No</label>
<input type="number" class="form-control" placeholder="Enter your phone number">
</div>
<div class="form-group">
<label>Wallet Address</label>
<input type="text" class="form-control" placeholder="Enter your wallet address">
</div>
<button type="submit" class="btn">Submit Now</button>
</form>
<p><span>By clicking continue, you agree to our <a href="terms.html">Terms & Conditions.</a></span> At Reflection, we value your privacy and are committed to safeguarding your personal information.</p>
</div>
</div>
</section>
<script>
$(document).ready(function(){
$('.login-left').slick({
slidesToShow: 1,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 5000,
arrows: false,
dots: true,
pauseOnHover: false,
});
});
</script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/slick.min.js"></script>
</body>
</html>