-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
122 lines (111 loc) · 4.61 KB
/
index.html
File metadata and controls
122 lines (111 loc) · 4.61 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
<!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">
<title>Antrix - Marching towards Cardano Decentralization</title>
<meta name="description" content="Antrix - Helping in Cardano decentralization.">
<link rel="stylesheet" href="/assets/css/main.css">
</head>
<body>
<div id="particles-js">
<div class="header">
<h1>
<span class="site-title">ANTRIX</span>
<span class="site-description">Cardano Stake Pool Operator</span>
<span class="site-description">Ticker: ANTRX</span>
</h1>
<div class="header-icons">
<a aria-label="Send email" href="#"><i class="icon fa fa-envelope"></i></a>
<a aria-label="My Twitter" target="_blank" href="https://twitter.com/Antrix94841957"><i class="icon fa fa-twitter" aria-hidden="true"></i></a>
<a aria-label="Telegram" target="_blank" href="https://t.me/+ow1SeUjvgXE2OTY1"><i class="icon fa fa-telegram" aria-hidden="true"></i></a>
<a aria-label="My Github" target="_blank" href="#"><i class="icon fa fa-github-alt" aria-hidden="true"></i></a>
</div>
<div class="header-links">
<a class="link" href="#about" data-scroll>About Us</a>
<a class="link" href="#projects" data-scroll>Feature</a>
</div>
</div>
<a class="down" href="#about" data-scroll><i class="icon fa fa-chevron-down" aria-hidden="true"></i></a>
</div>
<section id="about">
<div class="user-details">
<h1> About Us </h1>
<p>We are a family run Cardano stake pool based in the beautiful and scenic rural midwest farming community. We run our stake pool using a network of low powered Raspberry Pi. </p>
</div>
<div class="user">
<div class="tech">
<h2>Pool</h2>
<!-- <i class="devicon-html5-plain-wordmark"></i>
<i class="devicon-bootstrap-plain-wordmark colored"></i>
<i class="devicon-sass-original colored"></i> -->
<p>We are dedicated to promoting the decentralisation and security of Cardano.</p>
</div>
<div class="tech">
<h2>Alliance</h2>
<!-- <i class="devicon-javascript-plain colored"></i>
<i class="devicon-react-original-wordmark colored"></i>
<i class="devicon-nodejs-plain-wordmark"></i> -->
<p>We are part of Armada Alliance and F2LB Community</p>
</div>
<div class="tech">
<h2>Rewards</h2>
<!-- <i class="devicon-git-plain"></i>
<i class="devicon-gulp-plain colored"></i>
<i class="devicon-atom-original-wordmark"></i> -->
<p>Apart from the usual staking rewards we are planning to air drop utility tokens to our delegators regularly.</p>
</div>
</div>
</section>
<section id="projects">
<div class="user-details">
<h1> Feature </h1>
</div>
<div class="user-projects">
<div class="images-right">
<img alt="mountains" src="/assets/img/RaspberryPi.jpg" />
</div>
<div class="contents">
<h3> Architecture </h3>
<ul>
<li> Architectural Framework</li>
</ul>
<p>We are using a network of low powered Raspberry Pi to run our pool. We use a total of five Raspbetty Pi in our pool.</p>
<!-- <a class="project-link" href="#">Check it out</a> -->
</div>
</div>
<div class="user-projects">
<div class="images-left">
<img alt="mountains" src="/assets/img/UWCarbone.jpg" />
</div>
<div class="contents-right">
<h3> Mission </h3>
<ul>
<li> Giving back to community </li>
</ul>
<p>We are working with a local cancer research center to see how we could share our earnings with them. Stay tuned.</p>
<!-- <a class="project-link" href="#">Check it out</a> -->
</div>
</div>
</section>
<footer class="footer">
<p>© Antrix</p>
<p>Build with Jekyll and <span class="love">❤</span> by <a href="https://github.com/nrandecker">Nathan Randecker</a></p>
</footer>
<script src="//cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="/assets/js/sweet-scroll.min.js"></script>
<script src="/assets/js/main.js"></script>
<!-- Google Analytics -->
<script>
var dnt = navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack;
if (dnt != "1" && dnt != "yes") {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', '', 'auto');
ga('send', 'pageview');
}
</script>
</body>