-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
221 lines (220 loc) · 6.14 KB
/
about.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
<!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.0" />
<title>Capstone</title>
<link
rel="stylesheet"
href="//use.fontawesome.com/releases/v5.0.7/css/all.css"
/>
<link rel="stylesheet" href="dist/css/styles.css" />
<link rel="stylesheet" href="dist/css/about.css" />
</head>
<body class="dark">
<header>
<div class="top-header">
<ul class="">
<li>
<a href=""
><img
src="assets/images/icons/icon-facebook.svg"
alt="facebook-icon"
/></a>
</li>
<li>
<a href=""
><img
src="assets/images/icons/icon-twitter.svg"
alt="twitter-icon"
/></a>
</li>
<li><a href="">English</a></li>
<li><a href="">My Page</a></li>
<li><a href="">Logout</a></li>
</ul>
</div>
<nav>
<div class="logo-container hide">
<a href="./index.html"
><img src="assets/images/icons/icons8-bitcoin.gif" alt="logo" />
<div class="logo-title">
<span>CryptoFest </span>
<span>Global Conference</span>
</div></a
>
</div>
<div class="mobile-menu">
<img
src="assets/images/icons/button.svg"
alt="hamburger image"
class="toggle hide"
/>
</div>
<div class="desktop-menu limited">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./schedule.html">Program</a></li>
<li class="btn"><a href="#">Join</a></li>
<li><a href="./index.html#speakers">Speakers</a></li>
<li><a href="./index.html#sponsors">Partners</a></li>
<li><a href="#">Crypto Summit</a></li>
</ul>
</div>
</nav>
</header>
<main id="main">
<section class="headline-section">
<div class="headline about"></div>
<div>
<div class="headline-details details">
<p>Calling on all Crypto Enthusiasts</p>
<h1>CRYPTO FEST <br />VIRTUAL CONFERENCE 2021</h1>
</div>
<hr />
<div class="headline-card first">
<h4>The most important Conference of the year</h4>
<p>
From adoption by countries to a discussion on the role of crypto
mining, CryptoFest Conference brings together some of the most
visionary and creative innovators in the crypto space to discuss
the most pressing topics.
<span class="hide-p"
>More than just a growing business, the rise of crypto and its
mining has provided a real opportunity to at the foundational
level of societyand address long-standing issues around
inefficiency, inequality and injustice</span
>
</p>
</div>
<div class="headline-contact">
<p>
Please contact us per Email for any further questions or
suggestions about CryptoFest Virtual Conference 2021!
</p>
<p><a>cfconf@protonmail.com</a></p>
</div>
</div>
</section>
<section class="logo-section">
<h2>CryptoFest Virtual Summit 2021 Logo</h2>
<hr />
<p>
The logo of CryptoFest Virtual Summit was decided through a fierce
logo competition between 15. Feb to 13. Mar
<span class="hide-p"
>After online public voting and Selection Committee's judging
process, the logo from Anselem Odimegwu won the prize.
</span>
</p>
<div class="headline-card">
<a href="#"
><img src="assets/images/icons/icons8-bitcoin.gif" alt="logo" />
<div class="logo-title">
<span>CryptoFest </span>
<span>Global Conference 2021</span>
</div></a
>
</div>
</section>
<section class="logo-section past">
<h2>View past CryptoFest Conferences</h2>
<hr />
<p>
Take a look at the last two CryptoFest In-Person Conferences which
took place in Nigeria and in Germany
</p>
<div class="headline-container">
<div class="headline-card past-card">
<div>
<h3>2018</h3>
<p>CryptoFest Virtual Conference 2018 in Nigeria</p>
</div>
</div>
<div class="headline-card">
<div>
<h3>2015</h3>
<p>CryptoFest Virtual Conference 2015 in Germany</p>
</div>
</div>
</div>
</section>
<section class="partner">
<h2 class="intro-heading">Partners<span></span></h2>
<div class="partners">
<div class="partner-img first">
<img
src="./assets/images/background/binance_logo.svg"
alt="binance logo"
/>
</div>
<div class="partner-img second">
<img
src="./assets/images/background/coinbase.svg"
alt="coinbase logo"
/>
</div>
<div class="partner-img third">
<img src="./assets/images/background/etoro.svg" alt="etoro logo" />
</div>
<div class="partner-img fourth">
<img
src="./assets/images/background/crypto.svg"
alt="crypto logo"
/>
</div>
<div class="partner-img fifth">
<img
src="./assets/images/background/coin_mama.svg"
alt="coinmama logo"
/>
</div>
</div>
</section>
</main>
<section class="reminder">
<span>Have you reserved your seat yet?</span>
<div class="reminder-cards">
<div class="time">
<h6 class="days"></h6>
<small>DAYS</small>
</div>
<div class="time">
<h6 class="hours"></h6>
<small>HOURS</small>
</div>
<div class="time">
<h6 class="minutes"></h6>
<small>MIN</small>
</div>
<div class="time">
<h6 class="seconds"></h6>
<small>SEC</small>
</div>
</div>
</section>
<footer>
<a href="#" class="up"
><img src="assets/images/icons/up-arrow.png" alt="arrow up"
/></a>
<div class="logo-container">
<a href="#">
<div class="logo-title">
<span>CryptoFest </span>
<span>Global Conference 2021</span>
</div></a
>
</div>
<div class="rights">
<h6>2021 CryptoFest Virtual Conference. <br />All Rights Reserved.</h6>
<p>
CryptoFest is a property of the crypto world. The CryptoFest name and
logo are used under the limited license granted by Crypto Open Source
Matters
</p>
</div>
</footer>
<script src="./js/about.js" type="module"></script>
</body>
</html>