-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
397 lines (246 loc) · 12.3 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
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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7 ]> <html class="ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]-->
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="googlebot" content="index,follow">
<!-- Title -->
<title>DAI — decentralized Stable cryptocurrency payments</title>
<!-- Templates core CSS -->
<link href="stylesheets/application.css" rel="stylesheet">
<!-- Favicons -->
<link href="images/favicon/favicon.png" rel="shortcut icon">
<link href="images/favicon/apple-touch-icon-57-precomposed.png" rel="apple-touch-icon">
<link href="images/favicon/apple-touch-icon-72-precomposed.png" rel="apple-touch-icon" sizes="72x72">
<link href="images/favicon/apple-touch-icon-144-precomposed.png" rel="apple-touch-icon" sizes="114x114">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<!-- Modernizr Scripts -->
<script src="javascript/vendor/modernizr-2.7.1.min.js"></script>
</head>
<body class="index" id="to-top">
<!-- Side nav -->
<nav class="side-nav" role="navigation">
<ul class="nav-side-nav">
<li><a class="tooltip-side-nav" href="#section-1" title="" data-original-title="Services" data-placement="left"></a></li>
<li><a class="tooltip-side-nav" href="#section-2" title="" data-original-title="Features" data-placement="left"></a></li>
<li><a class="tooltip-side-nav" href="#section-3" title="" data-original-title="Subscribe" data-placement="left"></a></li>
<li><a class="tooltip-side-nav" href="#to-top" title="" data-original-title="Back" data-placement="left"></a></li>
</ul>
</nav> <!-- /.side-nav -->
<!-- Jumbotron -->
<header class="jumbotron" role="banner">
<div class="container">
<div class="row">
<div class="col-md-7">
<!-- Logo -->
<figure class="text-center">
<a href="./index.html">
<img class="img-logo" src="images/logo.png" alt="">
</a>
</figure> <!-- /.text-center -->
<!-- Title -->
<h1>DAI decentralized stable crypto payments : (Coming soon)</h1>
<!-- Sub title -->
<p>Daipay is a Maker DAI decentralized stable cryptocurrency payment processing tool for shopping cart and mobile payments, with Zero fees, discounts and cash bonuses for users!</p>
<!-- Button -->
<p class="btn-app-store">
<a class="btn rounded btn-sm" href="#fakelinks">
<img src="images/apple.png" alt="">
</a>
</p> <!-- /.btn-app-store -->
<p class="btn-app-store">
<a class="btn btn-lg" href="#fakelinks">
<img src="images/google-play-badge.png" alt="">
</a>
</p> <!-- /.btn-app-store -->
</div> <!-- /.col-md-7 -->
<div class="col-md-5">
<!-- Images showcase -->
<figure>
<img class="img-iPhone" src="images/iphone/2.png" alt="">
</figure>
</div> <!-- /.col-md-5 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</header> <!-- /.jumbotron -->
<!-- Services -->
<section class="services-section" id="section-1">
<div class="container">
<div class="row">
<div class="col-md-4 col-services">
<!-- Icons -->
<figure>
<img class="img-services" src="images/icons/untitled folder/shopping-cart.png" alt="">
</figure>
<!-- Title -->
<h4>Shopping Cart & ZERO Fees</h4>
<!-- Description -->
<p>Absolutely no fees. Increase sales through the benefit of incetivized user base via cash bonuses engineered discounts.</p>
</div> <!-- /.col-md-4 -->
<div class="col-md-4 col-services">
<!-- Icons -->
<figure>
<img class="img-services" src="images/icons/untitled folder/mobile-phone.png" alt="">
</figure>
<!-- Title -->
<h4>Mobile Payments</h4>
<!-- Description -->
<p>Enjoy cash bonuses for sending money to family and friends globally without restrictions. </p>
</div> <!-- /.col-md-4 -->
<div class="col-md-4 col-services">
<!-- Icons -->
<figure>
<img class="img-services img-margin" src="images/icons/untitled folder/card.png" alt="">
</figure>
<!-- Title -->
<h4>Huge Discounts & Bonuses</h4>
<!-- Description -->
<p>Get discounts when shopping using Daipay. Merchants enjoy the benefit of our infused funding for customer incentivization.</p>
</div> <!-- /.col-md-4 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</section> <!-- /.services-section -->
<!-- Features -->
<section class="features-section" id="section-2">
<div class="container">
<div class="row">
<div class="col-md-5 col-features text-center">
<!-- Images showcase -->
<figure>
<img class="img-iPhone" src="images/iphone/1.png" alt="">
</figure>
</div> <!-- /.col-md-5 -->
<div class="col-md-7 col-features features-content">
<!-- Title -->
<h3 id="title-1">Decentralized stable DAI Crypto features</h3>
<!-- Description -->
<p>Send stable, dollar-like decentralized money without limitations globally and locally, without asking for permission and with zero fees. Enjoy single and multi-send payment modes!</p>
<p>
<a class="btn btn-danger" href="#title-2">Learn more</a>
</p>
</div> <!-- /.col-md-7 -->
</div> <!-- /.row -->
<div class="row media-screen-800">
<div class="col-md-7 col-features features-content">
<!-- Title -->
<h3 id="title-2">Discounts Ahoy!</h3>
<!-- Description -->
<p>Save up to 40% discounts when you shop with a Daipay merchant, made possible through our engineered discounting scheme and our specially dedicated payment fund!</p>
<p>
<a class="btn btn-danger" href="./sign-in.html">Sign In</a>
<a class="btn btn-danger-border" href="./sign-up.html">Sign Up</a>
</p>
</div> <!-- /.col-md-7 -->
<div class="col-md-5 col-features text-center">
<!-- Images showcase -->
<figure>
<img class="img-iPhone margin-top margin-screen-800" src="images/iphone/4.png" alt="">
</figure>
</div> <!-- /.col-md-5 -->
</div> <!-- /.row -->
<div class="row">
<div class="col-md-5 col-features text-center">
<!-- Images showcase -->
<figure>
<img class="img-iPhone margin-top margin-top-1" src="images/iphone/3.png" alt="">
</figure>
</div> <!-- /.col-md-5 -->
<div class="col-md-7 col-features features-content">
<!-- Title -->
<h3 id="title-3">Earn a living wage!</h3>
<!-- Description -->
<p>Partner with us to earn for the bulk of active users invited! Decentralized technology is freedom and everyone should be able to take advantage of the benefits of decentralize social financial technology.</p>
<!-- Button -->
<p class="btn-app-store">
<a class="btn btn-md" href="#fakelinks">
<img src="images/google-play-badge.png" alt="">
</a>
</p> <!-- /.btn-app-store -->
</div> <!-- /.col-md-7 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</section> <!-- /.features-section -->
<!-- Subscribe -->
<section class="subscribe-section" id="section-3">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Title -->
<h2>Subscribe to get delightfully infrequent updates</h2>
<!-- Subscribe form -->
<div class="row">
<div class="col-md-6 col-md-offset-3 col-subscribe">
<form class="subscribe-form form-inline" action="./index.html" role="form">
<!-- Input -->
<div class="form-group">
<label class="sr-only" for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email address">
</div> <!-- /.form-group -->
<!-- Button -->
<button class="btn btn-success" type="submit">Subscribe</button>
</form> <!-- /.subscribe-form -->
<section class="subscribe-description">
<p>Don't worry. We do not spam :)</p>
</section> <!-- /.subscribe-description -->
</div> <!-- /.col-md-6 -->
</div> <!-- /.row -->
</div> <!-- /.col-md-12 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</section> <!-- /.subscribe-section -->
<!-- Footer -->
<footer class="footer-section" role="contentinfo">
<div class="container">
<div class="row">
<div class="col-md-4 col-footer">
<!-- Footer 1 -->
<section>
<p>Made with <i class="fa fa-heart"></i>DAI Ethereum</p>
</section>
<!-- AddThis Button -->
<ul class="addthis_toolbox addthis_default_style">
<li><a class="addthis_button_facebook_like"></a></li>
<li><a class="addthis_button_tweet"></a></li>
</ul> <!-- /.addthis_toolbox -->
<script>var addthis_config = {"data_track_addressbar":true};</script>
<script src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-533f6ac03b59c72a"></script>
</div> <!-- /.col-md-4 -->
<div class="col-md-4 col-footer col-padding">
<!-- Footer 1 -->
<section class="text-center">
<p>Be sure to read <a href="#fakelinks">Terms</a> and <a href="#fakelinks">Privacy Policy</a>.</p>
</section>
<!-- Social media links -->
<ul class="social-media-links">
<li><a class="fa fa-twitter tw" href="https://twitter.com/daipayhq"></a></li>
<li><a class="fa fa-github fb" href="https://github.com/DAIPAY"></a></li>
<li><a class="fa fa-linkedin pn" href="https://www.linkedin.com/company/daipay"></a></li>
</ul> <!-- /.social-media-links -->
</div> <!-- /.col-md-4 -->
<div class="col-md-4 col-footer">
<!-- Footer 1 -->
<section>
<p><strong>Daipay DAI</strong> <br>Ethereum blockchain <br>Maker</p>
</section>
</div> <!-- /.col-md-4 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</footer> <!-- /.footer-section -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="javascript/vendor/jquery-2.1.0.min.js"></script>
<script src="javascript/bootstrap.min.js"></script>
<script src="javascript/assets/application.js"></script>
</body>
</html>