-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.html
More file actions
69 lines (69 loc) · 3.75 KB
/
events.html
File metadata and controls
69 lines (69 loc) · 3.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>events</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="colour.css">
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" style="color: #99D5C6;">Traders</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link active" aria-current="page" href="traders.html" style="color: #99D5C6;">Home</a>
<a class="nav-link" href="about.html" style="color: #99D5C6;">About Us</a>
<a class="nav-link" href="events.html" style="color: #99D5C6;">Events</a>
<a class="nav-link " href="contactpage.html" style="color: #99D5C6;" >Contact Us</a>
</div>
</div>
</div>
</nav>
<h1 class="heading"> <u> Our Previous Events </u></h1>
<div class="card">
<div class="row row-cols-1 row-cols-md-2 g-4">
<div class="col">
<div class="card">
<img src="pittrade.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Pit Trading</h5>
<p class="card-text">We had organized a real-life Pit Trading Competition as part of Finnovate. Participants were able to experience the fast- paced excitement of physical pit trading, engaging in face-to- face negotiations, making rapid decisions, and competing in a high-energy trading environment</p>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img src="tfa.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Unlocking The Stock Market</h5>
<p class="card-text">This covered both Technical and Fundamental Analysis, teaching participants to analyze charts, patterns, market trends, and company fundamentals.Designed for all experience levels, to help attendees apply them in real-world investment scenarios.</p>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img src="bse.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Bits Stock Exchange</h5>
<p class="card-text">Last year's virtual stock trading challenge pitted the best investing minds against each other, allowing them to apply strategies in real- time markets and test their grit and wits. A live leaderboard tracked the performance of all participants, and those with the highest portfolio values emerged victorious..</p>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img src="pit.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Pit Trading</h5>
<p class="card-text">We had organized a real-life Pit Trading Competition as part of Finnovate. Participants were able to experience the fast- paced excitement of physical pit trading, engaging in face-to- face negotiations, making rapid decisions, and competing in a high-energy trading environment..</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>