-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
603 lines (588 loc) · 23.7 KB
/
index.html
File metadata and controls
603 lines (588 loc) · 23.7 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
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
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta property="og:title" content="Forex Trading Symposium Website" />
<meta
property="og:url"
content="https://rawcdn.githack.com/teekaytech/HTML-CSS-capstone-project/dd52e49dca01322534863968c87adc3ad5f49cd8/index.html"
/>
<meta
property="og:image"
content="https://raw.githubusercontent.com/teekaytech/HTML-CSS-capstone-project/master/assets/img/home1.jpg"
/>
<meta
property="og:description"
content="This is a capstone project that focuses on developing a website for an upcoming forex trading symposium. The aim of this project is to develop a real-world-like project based on an online website for an upcoming symposium. "
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="assets/css/main.css" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed:wght@700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Lato&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/fdccd4f74a.js"
crossorigin="anonymous"
></script>
<title>Forex Trading Symposium</title>
</head>
<body>
<header>
<nav class="top-nav">
<div class="container">
<ul class="socials">
<li class="social-items">
<a href="#" class="nav-anchor"><i class="fab fa-facebook"></i></a>
</li>
<li class="social-items">
<a href="#" class="nav-anchor"><i class="fab fa-twitter"></i></a>
</li>
<li class="social-items">
<a href="#" class="nav-anchor">French</a>
</li>
<li class="social-items">
<a href="#" class="nav-anchor">My Page</a>
</li>
<li class="social-items">
<a href="#" class="nav-anchor">Login</a>
</li>
</ul>
</div>
</nav>
<div class="main-nav-container">
<nav class="navbar navbar-expand-md navbar-light main-nav">
<div class="container">
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarTogglerDemo01"
aria-controls="navbarTogglerDemo01"
aria-expanded="false"
aria-label="Toggle navigation"
>
<i class="fas fa-bars font-weight-bolder menu"></i>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<a class="navbar-brand mr-auto" href="#">
<img
src="assets/img/teekay-logo.jpg"
class="img-fluid w-50"
alt="company-logo"
/>
</a>
<ul class="navbar-nav mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link mr-4 n-a-link" href="">Home</a>
</li>
<li class="nav-item">
<a class="nav-link mr-4 n-a-link" href="pages/about.html"
>About</a
>
</li>
<li class="nav-item">
<a class="nav-link mr-4 n-a-link" href="pages/tickets.html"
>Tickets</a
>
</li>
<li class="nav-item">
<a class="nav-link mr-4 n-a-link" href="#">Sponsor</a>
</li>
<li class="nav-item">
<a class="nav-link mr-4 n-a-link" href="#">News</a>
</li>
</ul>
<button
type="button"
class="btn btn-outline-danger mr-3 rounded-0 my-button"
>
TG Symposium
</button>
</div>
</div>
</nav>
</div>
</header>
<main>
<section class="top-content bg-white">
<div class="container pt-2 pb-4">
<h2 class="sub-head">Trading Made Easy!</h2>
<h1 class="banner text-white">
FOREX TRADING <br />
GLOBAL SYMPOSIUM <br />
2020
</h1>
<div class="description p-3 w-50 mt-4">
<span>
A life-changing opportunity targeted at educating the populace on
foreign exchange trading. Be a part of the few elites generating
massive income from the digital space.
</span>
</div>
<div class="venue-time mt-4">
<h1 class="date font-weight-bolder">2020.07.07(TUE) ~ 09(THU)</h1>
<p class="venue">
@ International Conference Center, University of Ibadan.
</p>
</div>
</div>
</section>
<section class="main-program bg-white">
<h3 class="text-white pt-4">Main Program</h3>
<hr class="under-line" />
<div class="container">
<div class="programmes p-2">
<article class="program p1">
<div class="col-2 col-md-12">
<img
src="assets/img/icons8-start-48.png"
alt="start-logo"
class="img-fluid"
/>
</div>
<div class="col-3 col-md-12">
<h2 class="p-head font-weight-bolder">Getting Started</h2>
</div>
<div class="col-7 col-md-12">
<small class="p-details font-weight-bolder"
>Experience a simple, yet comprehensive approach to getting
started with Forex Trading</small
>
</div>
</article>
<article class="program p2">
<div class="col-2 col-md-12">
<img
src="assets/img/icons8-lecturer-50.png"
alt="lecture-logo"
class="img-fluid"
/>
</div>
<div class="col-3 col-md-12">
<h2 class="p-head font-weight-bolder">Lectures</h2>
</div>
<div class="col-7 col-md-12">
<small class="p-details font-weight-bolder"
>Come and listen to the speakers from various countries who
are expert in trading.</small
>
</div>
</article>
<article class="program p3">
<div class="col-2 col-md-12">
<img
src="assets/img/icons8-video-projector-50.png"
alt="projector-logo"
class="img-fluid"
/>
</div>
<div class="col-3 col-md-12">
<h2 class="p-head font-weight-bolder">Live Session</h2>
</div>
<div class="col-7 col-md-12">
<small class="p-details font-weight-bolder"
>Witness trading methodologies right from the symposium, with
live trading session.</small
>
</div>
</article>
<article class="program p4">
<div class="col-2 col-md-12">
<img
src="assets/img/icons8-chat-64.png"
alt="chat-logo"
class="img-fluid"
/>
</div>
<div class="col-3 col-md-12">
<h2 class="p-head font-weight-bolder">Testimony</h2>
</div>
<div class="col-7 col-md-12">
<small class="p-details font-weight-bolder"
>Dedicated session to past beneficiaries to tell their
stories, encouraging new participants.</small
>
</div>
</article>
<article class="program p5">
<div class="col-2 col-md-12">
<img
src="assets/img/icons8-social-network-64.png"
alt="network-logo"
class="img-fluid"
/>
</div>
<div class="col-3 col-md-12">
<h2 class="p-head font-weight-bolder">Network Session</h2>
</div>
<div class="col-7 col-md-12">
<small class="p-details font-weight-bolder"
>Come and mingle with like minds. Create a network with fellow
participants and lecturers.</small
>
</div>
</article>
</div>
<p class="whole-under text-white pb-5">
<a href="#" class="text-uppercase text-decoration-none text-white"
>see the whole program</a
>
</p>
<button
type="button"
class="btn mb-5 rounded-0 d-xs-block d-md-none join-button"
>
Join TG Symposium 2020
</button>
</div>
</section>
<section class="featured-speakers my-5">
<h3 class="text-black text-center font-weight-bold">
Featured Speakers
</h3>
<hr class="under-line" />
<div class="container my-5">
<div class="row mx-2">
<article class="col-lg-6 col-sm-12 card border-0 sp1">
<div class="row pb-2 mb-3">
<div class="col-lg-4 col-md-3 col-3 p-0 r-pos">
<img
src="assets/img/soros.jpg"
class="card-img pt-3 pl-3 pb-3 i-height"
alt="bonnie"
/>
</div>
<div class="col-lg-8 col-md-9 col-9 pl-0 pr-4">
<div class="card-body m-0 p-0 pl-3">
<h2 class="pb-0 mb-0">
<a
href="#"
class="h5 text-decoration-none text-dark font-weight-bolder mb-0"
>George Soros</a
>
</h2>
<i class="display-inline-block text-danger">
<small
>Hungarian-American investor and philanthropist</small
>
</i>
<hr class="speaker-line my-2" />
<p class="card-text deep-link text-dark">
<small class="text-muted"
>A man known as a result of the consequences of his
actions, which include making the GBP to leave the
European Foreign Exchange because the value of the
Sterling fell far below the agreed-upon value. This is
why he is called the man who broke the bank of England.
He made the bank withdraw the currency from the market.
</small>
</p>
</div>
</div>
</div>
</article>
<article class="col-lg-6 col-sm-12 card border-0 sp2">
<div class="row pb-2 mb-3">
<div class="col-lg-4 col-md-3 col-3 p-0 r-pos">
<img
src="assets/img/andriew.jpg"
class="card-img pt-3 pl-3 pb-3 i-height"
alt="andrew"
/>
</div>
<div class="col-lg-8 col-md-9 col-9 pl-0 pr-4">
<div class="card-body m-0 p-0 pl-3">
<h2 class="pb-0 mb-0">
<a
href="#"
class="h5 text-decoration-none text-dark font-weight-bolder mb-0"
>Andrew Krieger</a
>
</h2>
<i class="display-inline-block text-danger">
<small>Author of The Money Bazaar</small>
</i>
<hr class="speaker-line my-2" />
<p class="card-text deep-link text-dark">
<small class="text-muted"
>Went to the Wharton School of Business, which is part
of the University of Pennsylvania, which put him on the
path to becoming one of the most famous and one of the
best Forex traders in the world.
</small>
</p>
</div>
</div>
</div>
</article>
<article class="col-lg-6 col-sm-12 card border-0 sp3">
<div class="row pb-2 mb-3">
<div class="col-lg-4 col-md-3 col-3 p-0 r-pos">
<img
src="assets/img/bruce.jpg"
class="card-img pt-3 pl-3 pb-3 i-height"
alt="bruce"
/>
</div>
<div class="col-lg-8 col-md-9 col-9 pl-0 pr-4">
<div class="card-body m-0 p-0 pl-3">
<h2 class="pb-0 mb-0">
<a
href="#"
class="h5 text-decoration-none text-dark font-weight-bolder mb-0"
>Bruce Kovner</a
>
</h2>
<i class="display-inline-block text-danger">
<small>American investor and philanthropist</small>
</i>
<hr class="speaker-line my-2" />
<p class="card-text deep-link text-dark">
<small class="text-muted"
>He took the $3000 he had on his credit card and bought
some Soybean futures. This brought him some nice
winnings of $23000, even though he could have had $40
000 if he had known when to pull out. This is when he
learned about appropriate risk management and how to
manage your funds well.</small
>
</p>
</div>
</div>
</div>
</article>
<article class="col-lg-6 col-sm-12 card border-0 sp4">
<div class="row pb-2 mb-3">
<div class="col-lg-4 col-md-3 col-3 p-0 r-pos">
<img
src="assets/img/jones.jpg"
class="card-img pt-3 pl-3 pb-3 i-height"
alt="jones"
/>
</div>
<div class="col-lg-8 col-md-9 col-9 pl-0 pr-4">
<div class="card-body m-0 p-0 pl-3">
<h2 class="pb-0 mb-0">
<a
href="#"
class="h5 text-decoration-none text-dark font-weight-bolder mb-0"
>Paul Tudor Jones</a
>
</h2>
<i class="display-inline-block text-danger">
<small
>American hedge fund manager and philanthropist</small
>
</i>
<hr class="speaker-line my-2" />
<p class="card-text deep-link text-dark">
<small class="text-muted"
>This man’s beginnings were as humble as any other’s and
yet he too was able to create a reputation of one the
top Forex traders in the world for himself. The way he
did it was pretty simple – when the legendary black
Monday rolled around, he bet against a very large
currency with a whole lot of capital.
</small>
</p>
</div>
</div>
</div>
</article>
<article class="col-lg-6 col-sm-12 card border-0 sp5">
<div class="row pb-2 mb-3">
<div class="col-lg-4 col-md-3 col-3 p-0 r-pos">
<img
src="assets/img/urs.jpg"
class="card-img pt-3 pl-3 pb-3 i-height"
alt="urs"
/>
</div>
<div class="col-lg-8 col-md-9 col-9 pl-0 pr-4">
<div class="card-body m-0 p-0 pl-3">
<h2 class="pb-0 mb-0">
<a
href="#"
class="h5 text-decoration-none text-dark font-weight-bolder mb-0"
>Urs Schwarzenbach</a
>
</h2>
<i class="display-inline-block text-danger">
<small>UK-based Swiss Financier</small>
</i>
<hr class="speaker-line my-2" />
<p class="card-text deep-link text-dark">
<small class="text-muted"
>One hundred thousand Swiss Francs, at twenty-four years
old, was used by Urs to trade on the Foreign Exchange
market and produce his first million. He would keep
trading on the market privately, earning himself
millions of dollars until he was able to start his own
company.
</small>
</p>
</div>
</div>
</div>
</article>
<article class="col-lg-6 col-sm-12 card border-0 sp6">
<div class="row pb-2 mb-3">
<div class="col-lg-4 col-md-3 col-3 p-0 r-pos">
<img
src="assets/img/stanley.jpg"
class="card-img pt-3 pl-3 pb-3 i-height"
alt="stanley"
/>
</div>
<div class="col-lg-8 col-md-9 col-9 pl-0 pr-4">
<div class="card-body m-0 p-0 pl-3">
<h2 class="pb-0 mb-0">
<a
href="#"
class="h5 text-decoration-none text-dark font-weight-bolder mb-0"
>Stanley Druckenmiller</a
>
</h2>
<i class="display-inline-block text-danger">
<small
>American hedge fund manager and philanthropist</small
>
</i>
<hr class="speaker-line my-2" />
<p class="card-text deep-link text-dark">
<small class="text-muted"
>A man born to a rather regular, middle-class family,
without any outstanding features or fortunes, who would
eventually become one of the best FX traders in the
world by playing on the market with the German Mark.
</small>
</p>
</div>
</div>
</div>
</article>
</div>
<div class="more border p-3 text-center d-md-none d-xs-block">
<a href="#">
MORE
<span class="text-danger display-inline-block pl-2"
><i class="fas fa-caret-down"></i
></span>
</a>
</div>
</div>
</section>
</main>
<footer>
<section class="partners-section">
<h3 class="text-center py-4">Partners</h3>
<hr class="under-line" />
<div class="container">
<div class="partners p-5">
<div class="partner partner1">
<a href="#">
<img
src="assets/img/fxtm-trader.png"
alt="fxtm-logo"
class="img-fluid"
/>
</a>
</div>
<div class="partner partner2">
<a href="#">
<img
src="assets/img/alpari-trader.png"
alt="alpari-logo"
class="img-fluid"
/>
</a>
</div>
<div class="partner partner3">
<a href="#">
<img
src="assets/img/alpha-trader.png"
alt="alpha-logo"
class="img-fluid"
/>
</a>
</div>
<div class="partner partner4">
<a href="#">
<img
src="assets/img/iq-trader.png"
alt="iq-option-logo"
class="img-fluid"
/>
</a>
</div>
</div>
</div>
</section>
<div class="container p-5">
<div class="main-footer d-flex align-content-center px-3">
<div class="items item1 px-5 align-self-center">
<img
src="assets/img/teekay-logo.jpg"
alt="teekay-logo"
class="img-fluid"
/>
</div>
<div class="items item2 flex-fill">
<p class="font-weight-bold">
2020 Teekay Global Symposium. Some Rights Reserved.
</p>
<div class="sub-item">
<small class="d-block"
>This is a Capstone Project issued by
<a href="https://www.microverse.org/" class="whole-under"
>Microverse Inc.</a
>, that marks the completion of HTML/CSS track of the main
curriculum.</small
>
<small class="last-item d-xs-none d-md-block"
>Appropriate credits are given to the author of the design, the
publisher of the contents and platforms used. This can be found
in
<a
href="https://github.com/teekaytech/HTML-CSS-capstone-project"
class="whole-under"
>the github project page</a
>
of
<a href="https://github.com/teekaytech" class="whole-under">
the developer</a
></small
>
</div>
</div>
</div>
</div>
</footer>
<script
src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"
></script>
</body>
</html>