-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathschedule.html
395 lines (395 loc) · 11.6 KB
/
schedule.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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
<!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/table.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 sd">
<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="./about.html">About</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>
<section>
<h2 class="intro-heading heading">Schedule<span></span></h2>
<div class="buttons">
<button type="button" class="active">Monday(28.Feb)</button>
<button type="button">Tuesday(1.Mar)</button>
<button type="button">Wednesday(2.Mar)</button>
<button type="button">Thursday(3.Mar)</button>
</div>
<hr />
<div class="schedule-details">
<span>02. 28 (MON)</span>
<h3>World of Bitcoin</h3>
<div>
<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.
</p>
</div>
</div>
<hr />
<div class="schedule-lists">
<div class="lists">
<div>
<img
src="./assets/images/icons/lecture2.svg"
alt="lecture icon"
class="icon first"
/>Lecture
</div>
<div>
<img
src="./assets/images/icons/forum2.svg"
alt="forum icon"
class="icon second"
/>Forum
</div>
<div>
<img
src="./assets/images/icons/workshop2.svg"
alt="work icon"
class="icon third"
/>Workshop
</div>
<div>
<img
src="./assets/images/icons/calendar.png"
alt="event icon"
class="icon fourth"
/>Events
</div>
</div>
</div>
<div role="region" aria-labelledby="" tabindex="0">
<table>
<tbody>
<tr>
<td class="time-1">09:30 - 10:00</td>
<td colspan="3" class="td-1">Registration</td>
</tr>
<tr>
<td class="time-1">10:00 - 10:10</td>
<td colspan="1" class="td-1">Opening Remarks</td>
<td colspan="2" class="td-1">TBD</td>
</tr>
<tr>
<td class="time-1">10:00 - 10:40</td>
<td colspan="3" class="td-2">
<div class="td-2-c">
<div class="td-2-r">
<img
src="./assets/images/icons/workshop2.svg"
alt="lecture icon"
class="icon third"
/>
<p class="bold">[Workshop] Hackathon</p>
<p>Simeon Jude</p>
</div>
<div><p class="red">Workshop Channel</p></div>
</div>
</td>
</tr>
<tr>
<td class="time-1">10:40 - 10:50</td>
<td colspan="3" class="td-1">Break</td>
</tr>
<tr>
<td class="time-1">10:50 - 12:10</td>
<td class="td-3">
<div class="td-3-c first">
<div class="bold">
<img
src="./assets/images/icons/lecture2.svg"
alt="lecture icon"
class="icon first"
/>Crypto Mining
</div>
<p class="small dets">
How can coins be mined and how to conserve energy while
doing so
</p>
<div class="bt-details">
<p class="small">Lecture Channel</p>
<p class="small"><a href="#">What's this?</a></p>
</div>
</div>
</td>
<td class="td-3">
<div class="td-3-c first">
<div class="bold">
<img
src="./assets/images/icons/lecture2.svg"
alt="lecture icon"
class="icon first"
/>Crypto Adoption
</div>
<p class="small dets">
The crypto adoption by several countries and the
implications of this development
</p>
<div class="bt-details">
<p class="small">Lecture Channel</p>
<p class="small"><a href="#">What's this?</a></p>
</div>
</div>
</td>
<td class="td-3">
<div class="td-3-c first">
<div class="bold">
<img
src="./assets/images/icons/lecture2.svg"
alt="lecture icon"
class="icon first"
/>Crypto & Media
</div>
<p class="small dets">
How the media has contributed to the growth of Crypto and
ways it has affected it
</p>
<div class="bt-details">
<p class="small">Lecture Channel</p>
<p class="small"><a href="#">What's this?</a></p>
</div>
</div>
</td>
</tr>
<tr>
<td class="time-1">12:10 - 12:30</td>
<td colspan="3" class="td-1">Break</td>
</tr>
<tr>
<td class="time-1">12:30 - 2:10</td>
<td class="td-3">
<div class="td-3-c">
<div class="bold">
<img
src="./assets/images/icons/lecture2.svg"
alt="lecture icon"
class="icon first"
/>Bitcoin in Space
</div>
<p class="small dets">
In this other-worldly panel, Bitcoin in space explores
"Space Race 2.0" and how crypto will affect our
multi-planetary economy
</p>
<div class="bt-details">
<p class="small">Lecture Channel</p>
<p class="small"><a href="#">What's this?</a></p>
</div>
</div>
</td>
<td class="td-3">
<div class="td-3-c change">
<div class="bold">
<img
src="./assets/images/icons/forum2.svg"
alt="forum icon"
class="icon second"
/>Driving Crypto Growth
</div>
<p class="small dets">
How can quality discourse foster the adoption of new
technologies while holding power to account. This forum
will explore all the elements that are driving growth in
this booming industry
</p>
<div class="bt-details">
<p class="small">Forum Channel</p>
<p class="small"><a href="#">What's this?</a></p>
</div>
</div>
</td>
<td rowspan="3" class="td-3">
<div class="td-3-c p-3">
<div class="bold">
<img
src="./assets/images/icons/lecture2.svg"
alt="lecture icon"
class="icon first"
/>Maximalism vs. Diversification
</div>
<p class="small dets">
Bitcoins vs. Altcoins? Maximalists vs. Altcoin
enthusiasts? Who does the future belong to? While Bitcoin
supporters cheer for a ubiquitious rein, others see a
diverse future interoperable financial instruments
</p>
<div class="bt-details">
<p class="small">Lecture Channel</p>
</div>
</div>
</td>
</tr>
<tr>
<td class="time-1">2:10 - 2:20</td>
<td colspan="2" class="td-1">Break</td>
</tr>
<tr>
<td class="time-1">2:20 - 3:20</td>
<td class="td-3">
<div class="td-3-c">
<div class="bold">
<img
src="./assets/images/icons/lecture2.svg"
alt="lecture icon"
class="icon first"
/>Innovating on the Crypto Network
</div>
<p class="small dets">
What are the most important open source projects
Innovating on the crypto network and what necessary
changes to make crypto future-proof
</p>
<div class="bt-details">
<p class="small">Lecture Channel</p>
<p class="small"><a href="#">What's this?</a></p>
</div>
</div>
</td>
<td class="td-3">
<div class="td-3-c">
<div class="bold">
<img
src="./assets/images/icons/lecture2.svg"
alt="lecture icon"
class="icon first"
/>Future of Global Economy
</div>
<p class="small dets">
How do these new technologies shape the future of our
macroeconomy? Is the future of finance decentralized? How
do we usher in a new age of prosperity for all?
</p>
<div class="bt-details">
<p class="small">Lecture Channel</p>
<p class="small"><a href="#">What's this?</a></p>
</div>
</div>
</td>
</tr>
<tr>
<td class="time-1">12:10 - 12:30</td>
<td colspan="3" class="td-1">Break</td>
</tr>
<tr>
<td class="time-1">10:00 - 10:40</td>
<td colspan="3" class="td-2">
<div class="td-2-c">
<div class="td-2-r">
<img
src="./assets/images/icons/workshop2.svg"
alt="lecture icon"
class="icon third"
/>
<p class="bold">[Workshop] Hackathon</p>
<p>George Bartley</p>
</div>
<div><p class="red">Workshop Channel</p></div>
</div>
</td>
</tr>
<tr>
<td class="time-1">10:00 - 10:40</td>
<td colspan="3" class="td-2">
<div class="td-2-c change">
<div class="td-2-r">
<img
src="./assets/images/icons/calendar.png"
alt="event icon"
class="icon fourth"
/>
<p class="bold">[Workshop] Hackathon</p>
<p>John Edwards</p>
</div>
<div><p class="red">Workshop Channel</p></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<button class="btn">Join CryptoFest Conference 2021</button>
</section>
</main>
<section class="modal-container"></section>
<footer>
<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>
<script src="./js/schedule.js" type="module"></script>
</body>
</html>