-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex-coming-soon.html
executable file
·239 lines (231 loc) · 11.2 KB
/
index-coming-soon.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
<!DOCTYPE html>
<!--[if lt IE 9 ]>
<html class="no-js oldie" lang="en">
<![endif]-->
<!--[if IE 9 ]>
<html class="no-js oldie ie9" lang="en">
<![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Ghidul începatorului în crypto</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body id="top">
<!-- header
================================================== -->
<header class="s-header">
<div class="header-logo">
<a class="site-logo" href="index.html">
<img src="images/bitcoin-logo.png" alt="Ghidul începatorului în crypto | Homepage">
</a>
<!--
<div class="text-logo">
<a class="text-logo-link" href=".">Ghidul începatorului în crypto</a>
</div>
-->
</div>
<nav class="header-nav">
<a href="#0" class="header-nav__close" title="close"><span>Close</span></a>
<div class="header-nav__content">
<h3>Meniu principal</h3>
<ul class="header-nav__list">
<li class="current"><a class="smoothscroll" href="#intro" title="home">Introducere</a></li>
<li><a class="smoothscroll" href="#blockchain-info" title="about">Ce este blockchain-ul?</a></li>
<li><a class="smoothscroll" href="#buy-process" title="services">Procesul de vanzare/cumparare</a></li>
<li><a class="smoothscroll" href="#mining-process" title="works">Procesul de minare</a></li>
<li><a class="smoothscroll" href="#advanced" title="clients">Trading avansat</a></li>
<li><a class="smoothscroll" href="#resources" title="clients">Resurse</a></li>
<li><a class="smoothscroll" href="#contact" title="contact">Contact</a></li>
</ul>
<!--
<div id="miner-container" class="mining-off">
<p class="miner-description">Acest site poate mina XMR cat timp tu inveti de pe el. Pe tine nu te costa nimic, dar contribui la ecosistem
si sustii creatorii site-ului.
</p>
<ul class="stats-tabs mining-stats">
<li><span>39.2 <em>Hashes/s</em></span></li>
<li class="total-hashes"><span>301k <em>Total hashes</em></span></li>
<li class="full-width"><span>$0.0002 <em>Contributia ta</em></span></li>
</ul>
<btn class="btn btn--default full-width" id="stop-mining">Stop mining</btn>
<btn class="btn btn--primary full-width" id="start-mining">Start mining</btn>
</div>-->
</div>
<!-- end header-nav__content -->
</nav>
<!-- end header-nav -->
<a class="header-menu-toggle" href="#0">
<span class="header-menu-text">Meniu</span>
<span class="header-menu-icon"></span>
</a>
</header>
<!-- end s-header -->
<!-- home
================================================== -->
<section id="home" class="s-home target-section" data-parallax="scroll" data-image-src="images/hero-bg.jpg" data-natural-width=3000
data-natural-height=2000 data-position-y=center>
<div class="overlay"></div>
<div class="shadow-overlay"></div>
<div class="home-content">
<div class="row home-content__main">
<h3>Ghidul începatorului în crypto</h3>
<h1>
Minimul necesar de cunostinte pentru a intra in lumea crypto-monedelor.
</h1>
<h1>
Si nu numai.
</h1>
<div class="home-content__buttons">
<a href="#intro" class="smoothscroll btn btn--stroke">
Incepe sa citesti
</a>
</div>
</div>
<div class="home-content__scroll">
<a href="#intro" class="scroll-link smoothscroll">
<span>Scroll Down</span>
</a>
</div>
<div class="home-content__line"></div>
</div>
<!-- end home-content -->
<!--
<ul class="home-social">
<li>
<a href="#0"><i class="fa fa-facebook" aria-hidden="true"></i><span>Facebook</span></a>
</li>
<li>
<a href="#0"><i class="fa fa-twitter" aria-hidden="true"></i><span>Twiiter</span></a>
</li>
<li>
<a href="#0"><i class="fa fa-instagram" aria-hidden="true"></i><span>Instagram</span></a>
</li>
<li>
<a href="#0"><i class="fa fa-behance" aria-hidden="true"></i><span>Behance</span></a>
</li>
<li>
<a href="#0"><i class="fa fa-dribbble" aria-hidden="true"></i><span>Dribbble</span></a>
</li>
</ul>
-->
<!-- end home-social -->
</section>
<!-- end s-home -->
<section id='blockchain-info' class="s-services">
<div class="row section-header has-bottom-sep" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">GHIDUL INCEPATORULUI IN CRYPTO</h3>
<h2 class="display-2"><i style="font-style: oblique; margin-top: 30px;">coming soon</i></h2>
</div>
</div>
<div class="row footer-main">
<div class="col-eight col-push-two tab-full right footer-subscribe" style="margin-left: 15%; text-align: center;">
<h4>Nu rata lansarea</h4>
<p style="text-align: center">Introdu-ți emailul mai jos pentru a putea fi notificat de <br>echipa Ghidul Începătorului în Crypto când se lansează website-ul.
</p>
<div class="subscribe-form">
<form id="mc-form" class="group" novalidate="true">
<input type="email" value="" name="EMAIL" class="email" id="mc-email" placeholder="Email" required="">
<input type="submit" name="subscribe" value="Aboneaza-te" style="margin-right: 0;">
<label for="mc-email" class="subscribe-message"></label>
</form>
</div>
<span>Punem preț pe confidențialitatea ta 🔒</span>
</div>
</div>
</section>
<!-- footer
================================================== -->
<footer style=" padding-top: 0px; padding-bottom: 0; ">
<div class="row footer-bottom" style="margin-top: 2.4rem; margin-bottom: 2.4rem;">
<div class="col-twelve">
<div class="copyright">
<span>© Ghidul incepatorului in Crypto 2018. </span>
<span>Crafted with <strong style="color: red">♡</strong> by <a href="https://georgebrata.ro"> George</a></span>
</div>
<div class="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon-arrow-up" aria-hidden="true"></i></a>
</div>
</div>
</div>
<!-- end footer-bottom -->
</footer>
<!-- end footer -->
<!-- photoswipe background
================================================== -->
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share"
title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<!-- end photoSwipe background -->
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader">
<div class="line-scale-pulse-out">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/js-miner.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>