-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.php
200 lines (161 loc) · 7.21 KB
/
index.php
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<?php
#include("includes/config.php");
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RAPYD-PAY</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="">
<meta name="description" content="">
<!-- stylesheets css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/et-line-font.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/vegas.min.css">
<link rel="stylesheet" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Rajdhani:400,500,700' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- preloader section -->
<section class="preloader">
<div class="sk-circle">
<div class="sk-circle1 sk-child"></div>
<div class="sk-circle2 sk-child"></div>
<div class="sk-circle3 sk-child"></div>
<div class="sk-circle4 sk-child"></div>
<div class="sk-circle5 sk-child"></div>
<div class="sk-circle6 sk-child"></div>
<div class="sk-circle7 sk-child"></div>
<div class="sk-circle8 sk-child"></div>
<div class="sk-circle9 sk-child"></div>
<div class="sk-circle10 sk-child"></div>
<div class="sk-circle11 sk-child"></div>
<div class="sk-circle12 sk-child"></div>
</div>
</section>
<!-- home section -->
<section id="home">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 col-sm-12">
<div class="home-thumb">
<h1 class="wow fadeInUp" data-wow-delay="0.4s">Hello, we are RAPYD-PAY</h1>
<h3 class="wow fadeInUp" data-wow-delay="0.6s">Register and have your own <strong>PAYMENT WALLET</strong> for international transactions through payment and crypto exchanges</h3>
<a href="#" data-toggle="modal" data-target="#modal2" class="btn btn-lg btn-success smoothScroll wow fadeInUp" data-wow-delay="1.0s">Log in</a>
<a href="#" data-toggle="modal" data-target="#modal1" class="btn btn-lg btn-success smoothScroll wow fadeInUp" data-wow-delay="1.0s">Sign Up</a>
</div>
</div>
</div>
</div>
</section>
<!-- about section
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12">
<img src="images/about-img.png" class="img-responsive wow fadeInUp" alt="About">
</div>
<div class="col-md-6 col-sm-12">
<div class="about-thumb">
<div class="section-title">
<h1 class="wow fadeIn" data-wow-delay="0.2s">RAPYD PAY</h1>
<h3 class="wow fadeInUp" data-wow-delay="0.4s">Idea behind it</h3>
</div>
<div class="wow fadeInUp" data-wow-delay="0.6s">
<p>To provide secure wallet maintained by RAPYD API to send transactions</p>
<p>RAPYD - The Fastest Way to Start Accepting and Sending Payments Worldwide</p>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- footer section
<footer>
<div class="container">
<div class="row">
<svg class="svgcolor-light" preserveAspectRatio="none" viewBox="0 0 100 102" height="100" width="100%" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="M0 0 L50 100 L100 0 Z"></path>
</svg>
<div class="col-md-4 col-sm-6">
<h2>RAPYD-PAY</h2>
<div class="wow fadeInUp" data-wow-delay="0.3s">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque luctus lacus nulla, eget varius justo tristique ut. Etiam a tellus magna.</p>
<p class="copyright-text">Copyright © 2016 Your Company <br>
Designed by Girish</p>
</div>
</div>
<div class="col-md-1 col-sm-1"></div>
<div class="col-md-4 col-sm-5">
<h2>Our Studio</h2>
<p class="wow fadeInUp" data-wow-delay="0.6s">
120-240 aliquam augue libero,<br>
Convallis in vulputate 10220 <br>
San Francisco, CA, USA
</p>
<ul class="social-icon">
<li><a href="#" class="fa fa-facebook wow bounceIn" data-wow-delay="0.9s"></a></li>
<li><a href="#" class="fa fa-twitter wow bounceIn" data-wow-delay="1.2s"></a></li>
<li><a href="#" class="fa fa-behance wow bounceIn" data-wow-delay="1.4s"></a></li>
<li><a href="#" class="fa fa-dribbble wow bounceIn" data-wow-delay="1.6s"></a></li>
</ul>
</div>
</div>
</div>
</footer> -->
<!-- modal -->
<div class="modal fade" id="modal1" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content modal-popup">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h2 class="modal-title">Powered by RAPYD</h2>
</div>
<form action="includes/db_signup.php" method="post">
<?php if (isset($_GET['error'])) { ?>
<p class="error"><?php echo $_GET['error']; ?></p>
<?php } ?>
<input name="username" type="email" class="form-control" id="email" placeholder="Email Address" required>
<input name="password" type="password" class="form-control" id="password" placeholder="Password" required>
<input name="submit" type="submit" class="form-control" id="submit" value="Register">
</form>
<p>Register your Payment Wallet</p>
</div>
</div>
</div>
<!-- modal -->
<div class="modal fade" id="modal2" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content modal-popup">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h2 class="modal-title">Powered by RAPYD</h2>
</div>
<form action="includes/db_verify.php" method="post">
<?php if (isset($_GET['error'])) { ?>
<p class="error"><?php echo $_GET['error']; ?></p>
<?php } ?>
<input name="uname" type="email" class="form-control" id="email" placeholder="Email Address" required>
<!-- input name="email" type="text" class="form-control" id="email" placeholder="Email Address" -->
<input name="password" type="password" class="form-control" id="password" placeholder="Password" required>
<input name="submit" type="submit" class="form-control" id="submit" value="Login">
</form>
<p>Access your Payment Wallet!</p>
</div>
</div>
</div>
<!-- Back top -->
<a href="#back-top" class="go-top"><i class="fa fa-angle-up"></i></a>
<!-- javscript js -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/vegas.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
</body>
</html>