-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
181 lines (146 loc) · 7.1 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
<html><head>
<title>MultiCrypto Wallet | Android Version and Windows Wallet Online</title>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Raleway:400,700" rel="stylesheet">
<link href="img/favicon.png" type="image/x-icon" rel="shortcut icon">
<link href="css/screen.css" rel="stylesheet">
</head>
<body class="home dom-ready" id="page">
<!-- Header -->
<header class="main-header">
<div class="container">
<div class="header-content">
</div>
</div>
</header>
<!-- Main Content -->
<div class="content-box">
<!-- Hero Section -->
<section class="section section-hero">
<div class="hero-box">
<div class="container">
<div class="hero-text align-center">
<h1>MultiCrypto Wallet</h1>
<p>Download Version</p>
</div>
<form class="destinations-form">
<div class="input-line">
<button onclick="window.location.href='https://github.com/multicrypto/multicrypto.github.io/releases/download/w103/multicrypto.exe'" type="button" name="destination-submit" class="btn btn-special">Windows</button>
<button onclick="window.location.href='https://github.com/multicrypto/multicrypto.github.io/releases/download/a103/multicrypto.apk'" type="button" name="destination-submit" class="form-submit btn btn-special">Android</button>
</div>
</form>
<p style="color:Lime">Description of work:</p>
<p style="color:White">- You can use four cryptocurrencies;</p>
<p style="color:White">- Bitcoin, Dogecoin, Litecoin, Ethereum;</p>
<p style="color:White">- Minimum fees, BTC: 0.00025, DOGE: 1, LTC:0.001, ETH: 0.001;</p>
<p style="color:White">- Use on smartfone and personal computer;</p>
<p style="color:White">- Scaner QR Code(smartfone);</p>
<p style="color:White">- Transfer of coins to a participant system without a commission AccountID;</p>
<p style="color:White">- You can use automatic withdrawal;</p>
<p style="color:White">- Exchange cryptocurrency for the other four.</p>
</div>
</div>
<!-- Statistics Box -->
<div class="container">
</div>
</section>
<!-- Destinations Section -->
<section class="section section-destination">
<!-- Title -->
<div class="section-title">
<div class="container">
<h2 class="title">Screenshots</h2>
</div>
</div>
<!-- Content -->
<div class="container">
<div class="row">
<div class="col-md-16 col-xs-24">
<div class="destination-box">
<div class="box-cover">
<a href="#">
<img src="img/destination-1.jpg" alt="destination image">
</a>
</div>
<div class="box-details">
<div class="box-meta">
<h4 class="city">Registration or Login</h4>
<p class="country">Click New or Login</p>
</div>
</div>
</div>
</div>
<div class="col-md-8 col-sm-12 col-xs-24">
<div class="destination-box">
<div class="box-cover">
<a href="#">
<img src="img/destination-2.jpg" alt="destination image">
</a>
</div>
<div class="box-details">
<div class="box-meta">
<h4 class="city">Main menu</h4>
<p class="country">You have four cryptocurrencies</p>
</div>
</div>
</div>
</div>
<div class="col-md-8 col-sm-12 col-xs-24">
<div class="destination-box">
<div class="box-cover">
<a href="#">
<img src="img/destination-3.jpg" alt="destination image">
</a>
</div>
<div class="box-details">
<div class="box-meta">
<h4 class="city">Withdrawal page</h4>
<p class="country">You can transfer your coins.</p>
</div>
</div>
</div>
</div>
<div class="col-md-8 col-sm-12 col-xs-24">
<div class="destination-box">
<div class="box-cover">
<a href="#">
<img src="img/destination-4.jpg" alt="destination image">
</a>
</div>
<div class="box-details">
<div class="box-meta">
<h4 class="city">QR Code System</h4>
<p class="country">Works for quick withdrawal and entry of coins.</p>
</div>
</div>
</div>
</div>
<div class="col-md-8 col-sm-12 col-xs-24">
<div class="destination-box">
<div class="box-cover">
<a href="#">
<img src="img/destination-5.jpg" alt="destination image">
</a>
</div>
<div class="box-details">
<div class="box-meta">
<h4 class="city">AutoWithdraw</h4>
<p class="country">Earn money? Withdraw!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Scripts -->
<script src="js/jquery.js"></script>
<script src="js/functions.js"></script>
</body></html>