This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLaunchingPage.html
54 lines (52 loc) · 3.16 KB
/
LaunchingPage.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
<link href="LaunchingPage.css" media="screen" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i" rel="stylesheet">
<link href="http://marveltheme.com/tf/html/crypcash/crypcash-a/assets/css/bootstrap.min.css" rel="stylesheet">
<link href="http://marveltheme.com/tf/html/crypcash/crypcash-a/style.css" rel="stylesheet">
<div class="slider-area">
<section id="slider-section" class="homepage-3 slider_area">
<div class="light-bg">
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-12 ">
<div class=" slide-caption-inner slider-text">
<h2 class="animated wow fadeInUp" data-wow-duration="2s" data-wow-delay=".5s"> Lightning Fast <br>
Currency Exchange with No Fee</h2>
<p class="animated wow fadeInLeft" data-wow-duration="2s" data-wow-delay=".6s">
Are you frustrated with the overwhelming process of converting your currency
into something else? <br>
We are here to help!</p>
<div class="slider-links ">
<ul>
<li><a href="ContactUs.html" class="slider-btn animated wow fadeInUp" data-wow-duration="2s" data-wow-delay=".5s">CONTACT US</a></li>
<li><a href="LogIn.html" class="slider-btn slider-btn-2 wow animated fadeInUp" data-wow-duration="2s"
data-wow-delay=".6s">LOGIN/SIGN UP</a></li>
</ul>
</div>
</div>
</div>
<div class="slider-img ">
<img class=" wow fadeInRight" data-wow-duration="2s" data-wow-delay=".5s"
src="http://marveltheme.com/tf/html/crypcash/crypcash-a/assets/img/slider-img/slider-img-3.png"
alt="slider-img">
<div class="small-icon">
<img src="http://marveltheme.com/tf/html/crypcash/crypcash-a/assets/img/icons/i-1.png" alt="place your img"
class="slider-logo-img-1 ">
<img src="http://marveltheme.com/tf/html/crypcash/crypcash-a/assets/img/icons/i-2.png" alt="place your img"
class="slider-logo-img-2 ">
<img src="http://marveltheme.com/tf/html/crypcash/crypcash-a/assets/img/icons/i-3.png" alt="place your img"
class="slider-logo-img-3 ">
<img src="http://marveltheme.com/tf/html/crypcash/crypcash-a/assets/img/icons/i-4.png" alt="place your img"
class="slider-logo-img-4 ">
<img src="http://marveltheme.com/tf/html/crypcash/crypcash-a/assets/img/icons/i-5.png" alt="place your img"
class="slider-logo-img-5 ">
<img src="http://marveltheme.com/tf/html/crypcash/crypcash-a/assets/img/icons/i-6.png" alt="place your img"
class="slider-logo-img-6 w3-spin">
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<script src="http://marveltheme.com/tf/html/crypcash/crypcash-a/assets/js/jquery.min.js"></script>
<script src="http://marveltheme.com/tf/html/crypcash/crypcash-a/assets/js/bootstrap.min.js"></script>