-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
234 lines (187 loc) · 10.4 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<!-- https://cdnjs.com/libraries/twitter-bootstrap/5.0.0-beta1 -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.0-beta1/css/bootstrap.min.css" />
<!-- Icons: https://getbootstrap.com/docs/5.0/extend/icons/ -->
<!-- https://cdnjs.com/libraries/font-awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/Responsiveness.css">
<link rel="stylesheet" href="assets/css/style.css">
<title>NBA</title>
</head>
<body>
<!-- Landing Page one -->
<section class="Landing-page">
<header>
<nav>
<!---------------Top Nav----------------->
<div class="image-logo">
<div><img src="assets/img/ikeja branch NBA logo2 1.png" class="logo1" width="50px" height="40px"></div>
<div><img src="assets/img/ikeja branch NBA logo 1.png" class="logo2" width="140px" height="40px"></div>
</div>
<div class="burger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
<div class="nav-list">
<ul class="topnav">
<li class="active"> <a href="index">HOMES</a></li>
<li> <a href="#">NEWS & EVENTS</a></li>
<li> <a href="about">ABOUT US</a></li>
<li> <a href="member">MEMBERS PORTAL</a></li>
</ul>
</div>
</nav>
</div>
</header>
<!-- Home Page -->
<div id="myCarousel" class="carousel slide" data-bs-ride="carousel">
<ol class="carousel-indicators">
<li data-bs-target="#myCarousel" data-bs-slide-to="0" class="active"></li>
<li data-bs-target="#myCarousel" data-bs-slide-to="1"></li>
<li data-bs-target="#myCarousel" data-bs-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container">
<div class="img-fluid">
<div class=" landing-background ">
<div class="landing-content ">
<h1>NBA Annual
<br>Conference</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it
to make.
</p>
<button type="button " class="btn ">Learn More <i class="fas fa-arrow-right "></i></button>
</div>
<div class="landing-image ">
<img src="assets/img/bg1.png " class="girl-bg ">
</div>
</div>
<img src="assets/img/Vector(1).png" class="vector">
</div>
</div>
</div>
<!-- <div class="carousel-item ">
<svg class="bd-placeholder-img " width="100% " height="100% " xmlns="http://www.w3.org/2000/svg " aria-hidden="true " preserveAspectRatio="xMidYMid slice " focusable="false "><rect width="100% " height="100% " fill="#777 "/></svg>
<div class="container ">
<div class="carousel-caption ">
</div>
</div>
</div>
<div class="carousel-item ">
<svg class="bd-placeholder-img " width="100% " height="100% " xmlns="http://www.w3.org/2000/svg " aria-hidden="true " preserveAspectRatio="xMidYMid slice " focusable="false "><rect width="100% " height="100% " fill="#777 "/></svg>
<div class="container ">
<div class="carousel-caption text-end ">
</div>
</div>
</div> -->
</div>
<a class="carousel-control-prev " href="#myCarousel " role="button " data-bs-slide="prev ">
<span class="carousel-control " aria-hidden="true "></span>
<span class="visually-hidden ">Previous</span>
</a>
<a class="carousel-control-next " href="#myCarousel " role="button " data-bs-slide="next ">
<span class="carousel-control " aria-hidden="true "></span>
<span class="visually-hidden ">Next</span>
</a>
</div>
<!-- End of Home Page -->
<!-- About Us -->
<section class="landingpageTwo" style="background-color: #66b700; border-top-left-radius: 40px;">
<div class="landing-background-Two">
<div class="landing-image2">
<img src="assets/img/Mask Group.png">
</div>
<div class="landing-content-Two">
<h1>About Us</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make.
</p>
<button type="button" class="btn">Read More <i class="fas fa-arrow-right"></i></button>
</div>
</div>
</section>
<!-- End of About Us -->
<!-- President Page -->
<div class="landing-background-Three">
<div class="landing-content-Three">
<h6>President</h6>
<h1>Oumide A. Akpata</h1>
<p>Olumide A. Akpata was born on 7 October 1972, and I had my early education in Warri, Delta State. I thereafter attended King's College, Lagos from where I proceeded to study Law at the University of Benin (UNIBEN). I graduated from UNIBEN
in 1992, and I was called to the Nigerian Bar on 15 December, 1993.</p>
<button type="button" class="btn">Read More <i class="fas fa-arrow-right"></i></button>
</div>
<div class="landing-image3">
<img src="assets/img/Olumide president 1.png">
</div>
</div>
<!-- End of President Page -->
<!-- Latest News -->
<div class="landing-background-Four">
<h1>Latest News</h1>
<div class="landing-background-PageFour">
<div class="landing-content-Four-One">
<div class="PageFour-Content">
<h6>NEWS</h6>
<h5>The standard Lorem Ipsum passage, used since the 1500s</h5>
<p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat ....</p>
<button type="button" class="btn">Read More <i class="fas fa-arrow-right"></i></button>
</div>
</div>
<div class="landing-content-Four-Two">
<div class="PageFour-Content">
<h6>NEWS</h6>
<h5>The standard Lorem Ipsum passage, used since the 1500s</h5>
<p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat ....</p>
<button type="button" class="btn">Read More <i class="fas fa-arrow-right"></i></button>
</div>
</div>
</div>
</div>
<!-- End of Latest News -->
<!-- Footer -->
<footer class="page-footer font-small pt-4 d-flex justify-content-around mt-4">
<div class="contacts">
<h6>Contact</h6>
<p>
<i class="fa fa-map-marker" aria-hidden="true"></i> Ikeja, Lagos, Nigeria
</p>
<p>
<ion-icon name="call"></ion-icon> 080376811156
</p>
<p>
<i class="fa fa-at" aria-hidden="true"></i> [email protected]
</p>
</div>
<div class="link mt-4">
<div class="social-links ">
<ion-icon name="logo-facebook"></ion-icon>
<ion-icon name="logo-instagram"></ion-icon>
<ion-icon name="logo-twitter"></ion-icon>
<ion-icon name="logo-linkedin"></ion-icon>
</div>
<div class="copyright">
<i class="far fa-copyright" aria-hidden="true"></i> Copyright 2021 NBAIJEKA. All rights reserved.
</div>
</footer>
<!-- End of Footer -->
</section>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.0-beta1/js/bootstrap.bundle.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
</body>
</html>