-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexchanges.html
More file actions
202 lines (182 loc) · 7.51 KB
/
exchanges.html
File metadata and controls
202 lines (182 loc) · 7.51 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Exchanges | CoinCap.io
</title>
<link rel="stylesheet" href="./style.css" />
<link rel="icon" type="image/x-icon" href="/icons/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300&display=swap"
rel="stylesheet"
/>
<script src="//cdnjs.cloudflare.com/ajax/libs/numeral.js/2.0.6/numeral.min.js"></script>
</head>
<body>
<div class="nav-container">
<div class="navbar container menu">
<div class="navbar-left menu">
<div class="menu-item menu"><a href="./index.html">Coins</a></div>
<div class="menu-item menu"><a href="./exchanges.html">Exchanges</a></div>
<div class="menu-item menu"><a href="#">Swap</a></div>
</div>
<div class="nav-img menu-item">
<img src="/logos/black.svg" height="36px" width="80px" />
</div>
<div class="navbar-right">
<div class="search-bar right-items">
<input type="text"/>
</div>
<div class="settings right-items">
<img src="/icons/gear-solid.svg" height="16px" />
</div>
<div class="wallet-button right-items">
<button class="button">Connect Wallet</button>
</div>
</div>
</div>
</div>
<div class="settings-modal hide">
<div class="modal-container">
<div class="modal-header">
<div class="modal-header-title">Settings</div>
<svg class="close-button"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
aria-hidden="true"
role="img"
id="footer-sample-full"
width="16"
height="16"
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 1216 1312"
class="iconify iconify--fa"
>
<path
fill="currentColor"
d="M1202 1066q0 40-28 68l-136 136q-28 28-68 28t-68-28L608 976l-294 294q-28 28-68 28t-68-28L42 1134q-28-28-28-68t28-68l294-294L42 410q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 294l294-294q28-28 68-28t68 28l136 136q28 28 28 68t-28 68L880 704l294 294q28 28 28 68z"
></path>
</svg>
</div>
<div class="modal-content">
<div class="modal-content-row">
<span>Dark Theme</span><input type="checkbox" />
</div>
<div class="modal-content-row">
<span>Flash Price Indicators</span><input type="checkbox" />
</div>
<div class="modal-content-row">
<select name="currencies">
<option value="usd">USD</option>
<option value="eur">EUR</option>
</select>
</div>
<div class="modal-content-row">
<select name="langs">
<option value="eng">English</option>
<option value="rus">Russian</option>
<option value="chi">Chinese</option>
</select>
</div>
</div>
</div>
</div>
<section class="stat-section">
<div class="markets-info container">
<div class="market-item">
<div class="item-label">MARKET CAP</div>
<div class="item-value">$1.71T</div>
</div>
<div class="market-item">
<div class="item-label">EXCHANGE VOL</div>
<div class="item-value">$45.58B</div>
</div>
<div class="market-item">
<div class="item-label">ASSETS</div>
<div class="item-value">2,295</div>
</div>
<div class="market-item">
<div class="item-label">EXCHANGES</div>
<div class="item-value">73</div>
</div>
<div class="market-item">
<div class="item-label">MARKETS</div>
<div class="item-value">14,840</div>
</div>
<div class="market-item">
<div class="item-label">BTC DOM INDEX</div>
<div class="item-value">35.0%</div>
</div>
</div>
</section>
<main>
<div class="container table">
<div class="table-header">
<div class="table-header-item table-center-align">Rank</div>
<div class="table-header-item table-left-align">Name</div>
<div class="table-header-item">Trading Pairs</div>
<div class="table-header-item">Top Pair</div>
<div class="table-header-item">Volume (24Hr)</div>
<div class="table-header-item">Total(%)</div>
<div class="table-header-item table-center-align">Status</div>
</div>
</main>
<footer>
<div class="footer-container container">
<div class="footer-row">
<div class="footer-title">COINCAP.IO</div>
<div class="footer-text">Methodology</div>
<div class="footer-text">Support</div>
<div class="footer-text">Our API</div>
<div class="footer-text">Rate Comparison</div>
<div class="footer-text">Careers</div>
</div>
<div class="footer-row">
<div class="footer-title">LEGALS</div>
<div class="footer-text">Terms of Service</div>
<div class="footer-text">Privacy Policy</div>
<div class="footer-title">DISCLAIMER</div>
<p>
Neither ShapeShift AG nor CoinCap are in any way associated with
CoinMarketCap, LLC or any of its goods and services.
</p>
</div>
<div class="footer-row">
<div class="footer-title">FOLLOW US</div>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
class="social-icon"
>
<path
d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"
/>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
>
<path
d="M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z"
/>
</svg>
</div>
<div class="footer-row">
<div class="footer-title">COINCAP APP AVAILABLE ON</div>
<div class="appstore-link"><img src="./imgs/google_play.svg" /></div>
<div class="appstore-link"><img src="./imgs/apple_store.svg" /></div>
</div>
</div>
</footer>
<script type='text/javascript' src="./exchanges.js"></script>
</body>
</html>