-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrypto.html
More file actions
82 lines (71 loc) · 4.58 KB
/
Copy pathcrypto.html
File metadata and controls
82 lines (71 loc) · 4.58 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
<!DOCTYPE html>
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<style>
a {color:blue;}
</style>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Prashanth Balasubramanian</title>
<link rel="shortcut icon" href="iconsys.ico" />
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/zerogrid.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/lightbox.css">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/menu.css">
<script src="js/jquery1111.min.js" type="text/javascript"></script>
<script src="js/script.js"></script>
</head>
<body>
<div class="wrap-body">
<div class="header">
<div id='cssmenu' >
<ul>
<li class="active"><li class='crypto'><a href='crypto.html'><span>Cryptocurrency</span></a></li></li>
<li><a href='index.html'><span>Home</span></a></li>
<li><a href='interests.html'><span>Interests and Future Work</span></a></li>
<li><a href='cv.html'><span>CV</span></a></li>
<li><a href="https://in.linkedin.com/in/prashanth-balasubramanian-b043a0110"><span>Linkedin</span></a></li>
<li><a href="https://github.com/prashb94"><span>GitHub</span></a></li>
<li class='last'><a href='contact.html'><span>Contact</span></a></li>
</ul>
</div>
</div>
<section id="container">
<div class="wrap-container">
<section class="content-box boxstyle-1 box-1">
<div class="zerogrid">
</br></br></br></br>
<a href="https://www.coingecko.com/en/price_charts/bitcoin/eur" target="_blank"><img alt="bitcoin price" src="https://www.coingecko.com/en/widget_component/ticker/bitcoin/eur.jpg"></a>
<a href="https://www.coingecko.com/en/price_charts/augur/eur" target="_blank"><img alt="augur price" src="https://www.coingecko.com/en/widget_component/ticker/augur/eur.jpg"></a>
<a href="https://www.coingecko.com/en/price_charts/litecoin/eur" target="_blank"><img alt="litecoin price" src="https://www.coingecko.com/en/widget_component/ticker/litecoin/eur.jpg"></a>
<a href="https://www.coingecko.com/en/price_charts/ethereum/eur" target="_blank"><img alt="ethereum price" src="https://www.coingecko.com/en/widget_component/ticker/ethereum/eur.jpg"></a>
<a href="https://www.coingecko.com/en/price_charts/ethereum-classic/eur" target="_blank"><img alt="ethereum-classic price" src="https://www.coingecko.com/en/widget_component/ticker/ethereum-classic/eur.jpg"></a>
<a href="https://www.coingecko.com/en/price_charts/ripple/eur" target="_blank"><img alt="ripple price" src="https://www.coingecko.com/en/widget_component/ticker/ripple/eur.jpg"></a>
<a href="https://www.coingecko.com/en/price_charts/dogecoin/eur" target="_blank"><img alt="dogecoin price" src="https://www.coingecko.com/en/widget_component/ticker/dogecoin/eur.jpg"></a>
<a href="https://www.coingecko.com/en/price_charts/peerplays/eur" target="_blank"><img alt="peerplays price" src="https://www.coingecko.com/en/widget_component/ticker/peerplays/eur.jpg"></a>
<a href="https://www.coingecko.com/en/price_charts/zcash/eur" target="_blank"><img alt="zcash price" src="https://www.coingecko.com/en/widget_component/ticker/zcash/eur.jpg"></a>
<a href="https://www.coingecko.com/en/price_charts/monero/eur" target="_blank"><img alt="monero price" src="https://www.coingecko.com/en/widget_component/ticker/monero/eur.jpg"></a>
<a href="https://www.coingecko.com/en/price_charts/iconomi/eur" target="_blank"><img alt="iconomi price" src="https://www.coingecko.com/en/widget_component/ticker/iconomi/eur.jpg"></a>
<a href="https://www.coingecko.com/en/price_charts/bitshares/eur" target="_blank"><img alt="bitshares price" src="https://www.coingecko.com/en/widget_component/ticker/bitshares/eur.jpg"></a>
</br></br></br></br>
<div class="row wrap-box">
<div class="col-1-2">
<div class="wrap-col">
</div>
</div>
</div>
<a href="http://m.maploco.com/details/cf35djat"><img style="border:10px;" src="http://www.maploco.com/vmap/s/9029621.png" alt="Locations of Site Visitors" title="Locations of Site Visitors"/></a>
</div>
</section>
<script src="js/lightbox-plus-jquery.min.js"></script>
</div>
</body>
</html>