-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtraders.html
More file actions
43 lines (40 loc) · 2.74 KB
/
traders.html
File metadata and controls
43 lines (40 loc) · 2.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</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="trader.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jersey+10&family=Rye&display=swap" rel="stylesheet">
</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="intro" > WELCOME TO </h1>
<h1 class="intro">TRADERS</h1>
<div class="prime">
<div class="define">
<h3> We are Traders@BPHC, a community of passionate traders dedicated to expanding financial knowledge and navigating the dynamic world of financial markets. Our mission is to empower traders, from beginners to seasoned professionals, with the tools, insights, and strategies needed to thrive in today's markets. Through education, mentorship, and collaborative discussions, we aim to help you make informed decisions and unlock new opportunities in trading and investment. Join us as we explore the ever-evolving financial landscape together.</h3>
</div>
<div class="item" ><img src="logo.jpg" class="logo"> </div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>