-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (80 loc) · 3.47 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
<!DOCTYPE HTML>
<html>
<head>
<title>Babelfish Pool</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="images/logo.png" alt=""/></span>
<h1>Babelfish</h1>
<p>An independent stake pool, helping with Cardano's decentralization</p>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#intro" class="active">Introduction</a></li>
<li><a href="#cta">Join</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Introduction -->
<section id="intro" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>Babelfish staking pool</h2>
</header>
<p>We are a small, independent pool, operating in Greece, with servers in Germany and Finland.<br/> Silently invlolved with Cardano since 2018, we decided that we should help keep Cardano decentralized, by spinning up our own independent pool.</p>
<ul class="actions">
<li><script type="text/javascript" src="https://files.coinmarketcap.com/static/widget/currency.js"></script><div class="coinmarketcap-currency-widget" data-currencyid="2010" data-base="USD" data-secondary="" data-ticker="true" data-rank="true" data-marketcap="true" data-volume="true" data-statsticker="true" data-stats="USD"></div></li>
</ul>
</div>
</div>
</section>
<!-- Get Started -->
<section id="cta" class="main special">
<header class="major">
<h2>Join us</h2>
<p>Delegate your assets to Babelfish pool (ticker [BBFSH]), and earn rewards while helping maintain Cardano a truly decentralized system!</p>
</header>
<footer class="major">
<ul class="actions special">
<li><iframe width="500" height="400" frameborder="0" src="https://js.adapools.org/widget.html?pool=5db8a93c814f29fa4dfc9f60038b1cfbaac345eb51366a8072a9e3e6"><a href="https://adapools.org/pool/5db8a93c814f29fa4dfc9f60038b1cfbaac345eb51366a8072a9e3e6">Detail</a></iframe></li>
</ul>
</footer>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<h2>Babelfish staking pool</h2>
<h6>Ticker: [BBFSH]</h6>
<h6>Pool id: pool1tku2j0ypfu5l5n0unasq8zculw4vx30t2ymx4qrj4837v8tdtak</h6>
</section>
<section>
<h2>Contact us</h2>
<ul class="icons">
<li><a href="https://t.me/babelfishpool" class="icon brands fa-telegram alt"><span class="label">telegram</span></a></li>
</ul>
</section>
<p class="copyright">© Babelfish pool, 2021</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>