-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoin.html
252 lines (224 loc) · 8.49 KB
/
coin.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8">
<title>CruptoCost - Coin Cost(in rs)</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img\icons\btcp.png" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="bootstrap\css\bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css\style_coin.css" rel="stylesheet">
<link href="css\style.css" rel="stylesheet">
</head>
<body>
<main id="main">
<!--==========================
Header
============================-->
<header id="header">
<div class="container-fluid">
<div id="logo" class="pull-left">
<h1><a href="index.html" class="scrollto">CryptoCost</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!--<a href="#intro"><img src="img/logo.png" alt="" title="" /></a> -->
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a href="index.html#intro">Home</a></li>
<li><a href="index.html#about">About Us</a></li>
<li><a href="index.html#facts">Facts</a></li>
<li><a href="index.html#team">Team</a></li>
<li><a href="index.html#contact">Contact</a></li>
<li class="menu-active"><a href="coin.html">Coins</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- #header -->
<!--==========================
table content start
============================-->
<div class="container-fluid">
<table class="table" style="margin-left:49px;margin-top:99px;">
<thead>
<tr style="color:black;">
<th><h2>Rank</h2></th>
<th><h2>Logo</h2></th>
<th><h2>Name</h2></th>
<th><h2>Symbol</h2></th>
<th><h2>Lowest today</h2></th>
<th><h2>Highest today</h2></th>
<th><h2>Current Price</h2></th>
</tr>
</thead>
<tbody>
<tr>
<td>1.</td>
<td><img src="img\icons\btc.png"></td>
<td><a style="color:grey;" href="https://www.cryptocompare.com/coins/btc/overview/INR">Bitcoin</a></td>
<td id="symbol1"></td>
<td id="low1"></td>
<td id="high1"></td>
<td style="font-weight:bold;font-size:large;" id="prize1" ></td>
</tr>
<tr>
<td>2.</td>
<td><img src="img\icons\eth.png"></td>
<td><a style="color:grey;" href="https://www.cryptocompare.com/coins/eth/overview/INR">ethereum</a></td>
<td id="symbol2"></td>
<td id="low2"></td>
<td id="high2"></td>
<td style="font-weight:bold;font-size:large;" id="prize2"></td>
</tr>
<tr>
<td>3.</td>
<td><img src="img\icons\xrp.png"></td>
<td><a style="color:grey;" href="https://www.cryptocompare.com/coins/xrp/overview/INR">Ripple</a></td>
<td id="symbol3"></td>
<td id="low3"></td>
<td id="high3"></td>
<td style="font-weight:bold;font-size:large;" id="prize3"></td>
</tr>
<tr>
<td>4.</td>
<td><img src="img\icons\bch.png"></td>
<td>Bitcoin Cash</td>
<td id="symbol4"></td>
<td id="low4"></td>
<td id="high4"></td>
<td style="font-weight:bold;font-size:large;" id="prize4"></td>
</tr>
<tr>
<td>5.</td>
<td><img src="img\icons\ltc.png"></td>
<td>Litecoin</td>
<td id="symbol5"></td>
<td id="low5"></td>
<td id="high5"></td>
<td style="font-weight:bold;font-size:large;" id="prize5"></td>
</tr>
<tr>
<td>6.</td>
<td><img src="img\icons\eos.png"></td>
<td>EOS</td>
<td id="symbol6"></td>
<td id="low6"></td>
<td id="high6"></td>
<td style="font-weight:bold;font-size:large;" id="prize6"></td>
</tr>
<tr>
<td>7.</td>
<td><img src="img\icons\ada.png"></td>
<td>Cardano</td>
<td id="symbol7"></td>
<td id="low7"></td>
<td id="high7"></td>
<td style="font-weight:bold;font-size:large;" id="prize7"></td>
</tr>
<tr>
<td>8.</td>
<td><img src="img\icons\xlm.png"></td>
<td>Stellar</td>
<td id="symbol8"></td>
<td id="low8"></td>
<td id="high8"></td>
<td style="font-weight:bold;font-size:large;" id="prize8"></td>
</tr>
<tr>
<td>9.</td>
<td><img src="img\icons\neo.png"></td>
<td>NEO</td>
<td id="symbol9"></td>
<td id="low9"></td>
<td id="high9"></td>
<td style="font-weight:bold;font-size:large;" id="prize9"></td>
</tr>
<tr>
<td>10.</td>
<td><img src="img\icons\miota.png"></td>
<td>IOTA</td>
<td id="symbol10"></td>
<td id="low10"></td>
<td id="high10"></td>
<td style="font-weight:bold;font-size:large;" id="prize10"></td>
</tr>
</tbody>
</table>
</div>
</main>
<!--==========================
table content end
============================-->
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-info">
<h3>CryptoCost</h3>
<p>We are involved in Bitcoins since 2016 and were fascinated by its concept we realized that for a new user, there is a learning curve and observation is a big part of it so we tried to make use of our java skills and fetch the cost of different cryptocurrencies in rs format at a single place.</p>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="ion-ios-arrow-right"></i> <a href="index.html#intro">Home</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="index.html#about">About us</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="index.html#facts">Facts</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="index.html#team">Team</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
<strong>Email:</strong> [email protected]<br>
<div class="social-links">
<a href="https://twitter.com/chirag8966"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/chirag8966"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/chirag-jain-401690127/"><i class="fa fa-linkedin"></i></a>
</div>
</p>
<p>
<strong>Email:</strong> [email protected]<br>
<div class="social-links">
<a href="https://twitter.com/dhiresh131"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/dhiresh.gullapalli"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/dhiresh-gullapalli-0b6b28151/"><i class="fa fa-linkedin"></i></a>
</div>
</p>
</div>
</div>
</div>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="lib/touchSwipe/jquery.touchSwipe.min.js"></script>
<!-- Template Main Javascript File -->
<script src="js/table main.js"></script>
</body>
</html>