forked from unibitdev/webdocs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
230 lines (179 loc) · 11.3 KB
/
index.html
File metadata and controls
230 lines (179 loc) · 11.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>UniBitX Docs</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- FontAwesome JS -->
<script defer src="https://use.fontawesome.com/releases/v5.8.2/js/all.js" integrity="sha384-DJ25uNYET2XCl5ZF++U8eNxPWqcKohUUBUpKGlNLMchM7q4Wjg2CUpjHLaL8yYPH" crossorigin="anonymous"></script>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/elegant_font/css/style.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
</head>
<body class="landing-page">
<!-- GITHUB BUTTON JS -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!--FACEBOOK LIKE BUTTON JAVASCRIPT SDK-->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="page-wrapper">
<!-- ******Header****** -->
<header class="header text-center">
<div class="container">
<div class="branding">
<h1 class="logo">
<span aria-hidden="true" class="icon_documents_alt icon"></span>
<span class="text-highlight">UniBitX</span><span class="text-bold">Docs</span>
</h1>
</div><!--//branding-->
<div class="tagline">
<p>A CryptoNote Based CryptoCurrency</p>
</div><!--//tagline-->
<br>
<div class="social-container">
<!-- Replace with your Github Button -->
<div class="github-btn mb-2">
<a class="github-button" href="https://github.com/unibitx" data-size="large" aria-label="Star xriley/PrettyDocs-Theme on GitHub">Star</a>
<a class="github-button" href="https://github.com/unibitx" data-size="large" aria-label="Follow @xriley on GitHub">Follow @unibitx</a>
</div>
</div><!--//container-->
</header><!--//header-->
<section class="cards-section text-center">
<div class="container">
<h2 class="title">Getting Started is Easy!</h2>
<div class="intro">
<p>Our goal is to make UniBitX as simple and accessible as possible for everyday people</p>
<div id="cards-wrapper" class="cards-wrapper row">
<div class="item item-green col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<i class="icon fa fa-project-diagram"></i>
</div><!--//icon-holder-->
<h3 class="title">UniBitX Overview</h3>
<p class="intro">A general overview of the UniBitX technology stack.. network, community, services, and roadmap potentially</p>
<a class="link" href="overview.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-pink item-2 col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon fa fa-id-card"></span>
</div><!--//icon-holder-->
<h3 class="title">Getting A Wallet & <br>Your First UBX Deposit</h3>
<p class="intro">Get your first UniBitX Wallet and receive your first UniBitX transaction,,</p>
<a class="link" href="wallet.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-primary col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon fa fa-th-list"></span>
</div><!--//icon-holder-->
<h3 class="title">Viewing & Confirming Transactions</h3>
<p class="intro">View your first transaction on the blockchain and confirm it..</p>
<a class="link" href="transactions.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-orange col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon fa fa-wrench"></span>
</div><!--//icon-holder-->
<h3 class="title">Help Us Test<br> & Earn Bounties</h3>
<p class="intro">Help beta test some of our software and earn available bounties for your efforts..</p>
<a class="link" href="beta.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-blue col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon fa fa-cogs"></span>
</div><!--//icon-holder-->
<h3 class="title">Seed Node Setup & The UniBitX Daemon</h3>
<p class="intro">Setting up your first seed node.. and some common daemon paramaters for services..</p>
<a class="link" href="seednode.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-pink col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon fa fa-square-root-alt"></span>
</div><!--//icon-holder-->
<h3 class="title">Basic & Advanced Mining Guide</h3>
<p class="intro">How to mine your first block..</p>
<a class="link" href="mining.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-orange item-2 col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon fa fa-heartbeat"></span>
</div><!--//icon-holder-->
<h3 class="title">Support The UniBitX Community</h3>
<p class="intro">A few ways you can support the community..</p>
<a class="link" href="support.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-purple col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon icon_lifesaver"></span>
</div><!--//icon-holder-->
<h3 class="title">Frequently Asked Questions</h3>
<p class="intro">the most commonly asked questions that we come across..</p>
<a class="link" href="faqs.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
<div class="item item-primary col-lg-4 col-6">
<div class="item-inner">
<div class="icon-holder">
<span aria-hidden="true" class="icon fa fa-poll"></span>
</div><!--//icon-holder-->
<h3 class="title">Improvement Proposal Polls</h3>
<p class="intro">UniBitX Improvement Proposal process and polls..</p>
<a class="link" href="polls.html"><span></span></a>
</div><!--//item-inner-->
</div><!--//item-->
</div><!--//cards-->
</div><!--//container-->
</section><!--//cards-section-->
</div><!--//page-wrapper-->
<footer class="footer text-center">
<div class="container">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can buy the commercial license via our website: themes.3rdwavemedia.com */-->
<small class="copyright"> <a href="https://unibitx.org" target="_blank">UniBitX</a> Open Source.</small>
</div><!--//container-->
</footer><!--//footer-->
<!-- Main Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/stickyfill/dist/stickyfill.min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>
<!--
Colors need adjusted for boxes on index page.
Pages need adjusted individually so all links work correctly.
Arrange the boxes on the index page to flow in a educational fluid methodology... or put the boxes in order of need so to speak..
Thinking out loud about listing services, list community services such as seed nodes, spookypool's web wallet, etc; irc bot integration
Links to relevant sources need placed in correct locations.
A list of relevant services period would be nice. also, get to work on
updating the bounty info stuff and how to support the network page!!
Grab screenshots of services for docs/wiki/portfolio..
Set up a few API endpoints that are publicly accessible for the bot...also, a guide for doing this!
-->