-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
90 lines (82 loc) · 4.32 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
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MEXC Crowdsale</title>
<link rel="icon" href="assets/logos/favicon.png" type="image/png" sizes="16x16">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="MEXC Token is for the EMS Industry">
<meta name="keywords" content="It is a USD6.8b dollar industry this year (2018)">
<link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700%7CRoboto%7CJosefin+Sans:100,300,400,500" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="assets/css/animate.css"> <!-- Resource style -->
<link rel="stylesheet" href="assets/css/owl.carousel.css">
<link rel="stylesheet" href="assets/css/owl.theme.css">
<link rel="stylesheet" href="assets/css/ionicons.min.css"> <!-- Resource style -->
<link href="assets/css/style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div class="wrapper">
<div class="container">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="index.html#main"><img src="assets/logos/emx.jpg" width="80" height="30" alt="Advent" /></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a class="page-scroll" href="https://github.com/EMXCare/token_contract" target="_blank">Codes</a></li>
</ul>
</div>
</div>
</nav><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
<div class="main product" id="main"><!-- Main Section-->
<div class="hero-section">
<div class="container nopadding">
<div class="col-md-6">
<img class="img-responsive wow fadeIn" src="assets/images/3d.jpg" alt="Hero Image" />
</div>
<div class="col-md-6">
<div class="hero-content">
<h1 class="wow fadeInUp" data-wow-delay="0s">MEXC Crowdsale</h1>
<p class="wow fadeInUp" data-wow-delay="0.2s">
MEXC is set to democratize the Emergency and Medical Industry.
</p>
<p class="wow fadeInUp" data-wow-delay="0.2s">
Emergency Medical Services (EMS) is a USD6.8 billion dollar industry this year.
</p>
<p class="wow fadeInUp" data-wow-delay="0.2s">
MEXC Program is set to lower the cost of EMS through decentralizations - from product manufacturing, to delivery via MEXC Tokens. Be part of this rewarding experience. Save lives.
</p>
<a class="btn btn-primary btn-action popup wow fadeInUp" data-wow-delay="0.2s" href="index.html#">Stay Tuned</a>
</div>
</div>
</div>
</div>
<!-- Footer Section -->
<!-- Scroll To Top -->
<a id="back-top" class="back-to-top page-scroll" href="index.html#main">
<i class="ion-ios-arrow-thin-up"></i>
</a>
<!-- Scroll To Top Ends-->
</div><!-- Main Section -->
</div><!-- Wrapper-->
<!-- Jquery and Js Plugins -->
<script type="text/javascript" src="assets/js/jquery-2.1.1.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/plugins.js"></script>
<script type="text/javascript" src="assets/js/menu.js"></script>
<script type="text/javascript" src="assets/js/custom.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.16.0/jquery.validate.min.js"></script>
</body>
</html>