-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooterwmain.php
240 lines (214 loc) · 10.6 KB
/
footerwmain.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
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
<style>
a {
text-decoration: none;
color: black;
}
</style>
<br>
<!-- ------ ------ Footer accessories ----- --------- -->
<!-- <div class="container-footer"> -->
<!-- ------ ------ Sub container ----- --------- -->
<div class="footer-sub-con">
<!-- ------ ------ SERVIVCES ----- --------- -->
<div class="footer-services">
<!-- --- service head ---- -->
<h2 class="service-head"> Services </h2>
<!-- --- list of service ----- -->
<div class="service-list">
<p class="serv-list w3-hover-text-light-blue">Buy Bitcoin</p>
<p class="serv-list w3-hover-text-light-blue"> Buy Ethereum </p>
<p class="serv-list w3-hover-text-light-blue"> Buy Cryptocurrency </p>
<p class="serv-list w3-hover-text-light-blue"> BTC to USD </p>
<p class="serv-list w3-hover-text-light-blue"> SELL Bitcoin (BTC) </p>
<p class="serv-list w3-hover-text-light-blue"> BITCOIN Exchange </p>
<p class="serv-list w3-hover-text-light-blue"> Crypto Margin Trading </p>
<p class="w3-hover-text-light-blue" id="showmore"> Show more... </p>
<div class="show-more" id="show-more">
<p class="serv-list w3-hover-text-light-blue"> Buy DASH </p>
<p class="serv-list w3-hover-text-light-blue"> BTC to GBP </p>
<p class="serv-list w3-hover-text-light-blue"> BTC to EUR </p>
<p class="serv-list w3-hover-text-light-blue"> ETH to USD </p>
<p class="serv-list w3-hover-text-light-blue"> ETH to GBP </p>
<p class="serv-list w3-hover-text-light-blue"> Buy Bitcoin Cash </p>
<p class="serv-list w3-hover-text-light-blue"> Buy Cosmos (ATOM) </p>
<p class="serv-list w3-hover-text-light-blue"> Buy Litcoin (LTC) </p>
<p class="serv-list w3-hover-text-light-blue"> Buy Neo </p>
<p class="serv-list w3-hover-text-light-blue"> Buy Ontology (ONT) </p>
<p class="serv-list w3-hover-text-light-blue"> Buy Ripple (XRP) </p>
<p class="serv-list w3-hover-text-light-blue"> Buy Stellar Lumens </p>
<p class="serv-list w3-hover-text-light-blue"> Buy Tezos (XTZ) </p>
<p class="serv-list w3-hover-text-light-blue"> Buy Tron (TRX) </p>
<p class="serv-list w3-hover-text-light-blue"> Buy Cardano (ADA) </p>
<p class="serv-list w3-hover-text-light-blue"> Buy BAT </p>
<p class="serv-list w3-hover-text-light-blue"> Buy Ziliqa (ZIL) </p>
<p class="serv-list w3-hover-text-light-blue"> Buy ZRX </p>
<p class="serv-list w3-hover-text-light-blue"> Buy Holochain (HOT) </p>
<p class="serv-list w3-hover-text-light-blue"> Buy Tether (USDT) </p>
<p class="serv-list w3-hover-text-light-blue"> Buy Golem (GNT) </p>
<p class="w3-hover-text-light-blue" id="showless">
Hide/Show less. <i class='fas fa-angle-double-up'></i>
</p>
</div>
</div>
</div>
<!-- ------ ------ INFORMATION ----- --------- -->
<div class="footer-information">
<!-- --- Information head ---- -->
<h2 class="service-head"> Information </h2>
<div class="service-list">
<p class="serv-list w3-hover-text-light-blue">
<a href="./limitscomm.php" class="w3-hover-text-light-blue">
Limits and Commissions
</a>
</p>
<p class="serv-list w3-hover-text-light-blue">
<a href="#" class="w3-hover-text-light-blue"> How to Buy Crypto
</a>
</p>
<p class="serv-list w3-hover-text-light-blue">
<a href="#" class="w3-hover-text-light-blue"> Bitcoin Halving </a>
</p>
<p class="serv-list w3-hover-text-light-blue">
<a href="#" class="w3-hover-text-light-blue"> Fee Schedule </a>
</p>
<p class="serv-list w3-hover-text-light-blue">
<a href="./registerpage.php" class="w3-hover-text-light-blue"> Getting Started </a>
</p>
<p class="serv-list w3-hover-text-light-blue">
<a href="#" class="w3-hover-text-light-blue"> Identity Verification Guide </a>
</p>
<p class="serv-list w3-hover-text-light-blue">
<a href="#" class="w3-hover-text-light-blue"> Card Verification Guide </a>
</p>
</div>
</div>
<!-- ------ ------ TOOLS ----- --------- -->
<div class="footer-tools">
<!-- --- TOOLS head ---- -->
<h2 class="service-head"> Tools </h2>
<div class="service-list">
<p class="serv-list ">
<a href="./limitscomm.php" class="w3-hover-text-light-blue"> API </a>
</p>
<p class="serv-list">
<a href="#" class="w3-hover-text-light-blue"> Bitcoin Calculator
</a>
</p>
<p class="serv-list">
<a href="#" class="w3-hover-text-light-blue"> Bitcoin Price Widget </a>
</p>
<p class="serv-list">
<a href="#" class="w3-hover-text-light-blue"> Mobile App </a>
</p>
<p class="serv-list">
<a href="#" class="w3-hover-text-light-blue"> Cryptocurrency Afilliate Program </a>
</p>
</div>
</div>
<!-- ------ ------ ABOUT ----- --------- -->
<div class="footer-about">
<!-- --- Information head ---- -->
<h2 class="service-head"> About </h2>
<div class="service-list">
<p class="serv-list w3-hover-text-light-blue">
<a href="#" class="w3-hover-text-light-blue"> About Us </a>
</p>
<p class="serv-list w3-hover-text-light-blue">
<a href="#" class="w3-hover-text-light-blue"> Contacts
</a>
</p>
<p class="serv-list w3-hover-text-light-blue">
<a href="#" class="w3-hover-text-light-blue"> Legal & Security </a>
</p>
<p class="serv-list w3-hover-text-light-blue">
<a href="#" class="w3-hover-text-light-blue"> Terms of Use </a>
</p>
<p class="serv-list w3-hover-text-light-blue">
<a href="./registerpage.php" class="w3-hover-text-light-blue"> Refund Policy </a>
</p>
<p class="serv-list w3-hover-text-light-blue">
<a href="#" class="w3-hover-text-light-blue"> Press </a>
</p>
<p class="serv-list w3-hover-text-light-blue">
<a href="#" class="w3-hover-text-light-blue"> Blog </a>
</p>
</div>
</div>
<!-- ------ ------ FOLLOW ----- --------- -->
<div class="footer-follow">
<h2 class="service-head"> Follow </h2>
<div class="service-list">
<div class="social-links">
<i class="fab fa-twitter" id="twi"></i>
<i class="fab fa-telegram" id="twi"></i>
<i class="fab fa-facebook" id="twi"></i>
<i class="fab fa-linkedin" id="twi"></i>
</div>
<button type="submit" class="divflexxbuttmaxx">ERECT-ONE Status</button>
<br>
<div class="imageflexmax">
<img src="./images/visaimage.png">
<img src="./images/mastercard.png">
<img src="./images/skrill.jpg">
<!-- <img src="./images/sepa-payments.svg"> -->
</div>
</div>
</div>
</div>
<!-- sub 2 -->
<div class="bottomfoot">
<div class="bottomfoot-min">
<div class="fooma">
<div class="fooma-l"> ERECT-ONE LTD, ERECT-ONE Corp. and ERECT-ONE Limited are collectively managing the Platform.</div>
<div class="fooma-r"><i> Server time:<label>
<?php
date_default_timezone_set('America/Toronto');
echo date('D-M-Y h:m:s', time()); ?>
</label> </i>
</div>
</div>
<p>
ERECT-ONE Corp. serves United States residents only in jurisdictions where it is licensed to operate.
</p>
<p>
ERECT-ONE Limited serves companies from the European Union and is regulated by the Gibraltar Financial Services Commission as a DLT Provider under the authorization number: FSC1345B.
</p>
<p>
ERECT-ONE LTD serves residents throughout countries all over the world in which it operates.
</p>
<p>
ERECT-ONE Overseas LTD provides technical support for Users from the list countries prescribed by ERECT-ONE’s <a href="#">Terms of Use</a>.
</p>
</div>
</div>
<!-- ---------------- ALL THE <SCRIPTS> PEOPLE ARE HERE --------- -->
<script>
$(document).ready(function() {
// --- for footer ---
$("#showmore").click(function() {
$("#show-more").show().slideDown();
$(this).fadeIn().slideUp();
});
$("#showless").click(function() {
$("#show-more").slideUp();
$("#showmore").slideDown();
});
})
</script>
<!-- <script src="./js/script.js"></script> -->
<script src="./js/mainy.js"></script>
<!-- Optional JavaScript; choose one of the two! -->
<!-- ------ ---- your code not mine! --- -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous">
</script>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous">
</script>
<script src="./js/crypto.js"> </script>
<script src="./js/myjavacode.js"></script>
</body>
</html>