-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
300 lines (296 loc) · 16.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
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
<!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">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<title>Bootstrap5</title>
<link rel="stylesheet" href="CSS/main.css"
</head>
<body>
<nav class="navbar navbar-expand-lg bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">NTech_hq</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-capitalize" href="about.html">about us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Service
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Ethical Hacking</a></li>
<li><a class="dropdown-item" href="#">Website Development</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Computer Graphics</a></li>
</ul>
<li class="nav-item">
<a class="nav-link text-capitalize" href="gallery.html">galery</a>
</li>
<li class="nav-item">
<a class="nav-link text-capitalize" href="contact.html">contact us</a>
</li>
</li>
</ul>
</div>
</div>
</nav>
<header>
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="false">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/car.jpg" class="d-block w-100" alt="img/car.jpg">
<div class="carousel-caption d-md-block">
<h5>Ethical hacking training </h5>
<p>Want to learn hacking?? you are welcome.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/car1.jpg" class="d-block w-100" alt="img/car.jpg">
<div class="carousel-caption d-md-block">
<h5>Web Development training</h5>
<p>Contact us to create wonderful and responsive web pages.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/car2.jpg" class="d-block w-100" alt="img/car.jpg">
<div class="carousel-caption d-md-block">
<h5>Computer Graphics training</h5>
<p>You arein the right place to learnvery creative designs.</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</header>
<section class="main-heading my-5">
<div class="text-center">
<h1 class="display-4">about us</h1>
<hr class="w-25 mx-auto"/>
</div>
</section>
<div class="container">
<div class="row my-2">
<div class=" col-lg-6 col-md-6 col-12 col-xxl-6">
<img src="img/j1.jpg" alt="default image" class="image-fluid about-image">
</div>
<div class=" col-lg-6 col-md-6 col-12 col-xxl-6 d-flex justify-content-center align-items-start flex-column">
<h1>My Journey</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.
Optio maxime tempora excepturi totam ex at, nobis in magnam consequatur.
Delectus tempore, expedita voluptas architecto excepturi fugit quam consectetur eum et?
</p>
<button type="button" class="btn btn-info" data-bs-toggle="tooltip" data-bs-placement="right" title="who am i">Know more</button>
</div>
</div>
</div>
<section class="main-heading my-5">
<div class="text-center">
<h1 class="display-4">our services</h1>
<hr class="w-25 mx-auto"/>
</div>
<div class="container services pt-5">
<div class="row">
<div class="col-lg-4 col-md-4 col-xxl-4 col-12">
<div class="card mb-3" style="max-width: 540px;">
<div class="row">
<div class="col-md-4">
<img src="img/j3.jpg" class="img-fluid rounded-start" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Ethical Hacking</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-xxl-4 col-12">
<div class="card mb-3" style="max-width: 540px;">
<div class="row">
<div class="col-md-4">
<img src="img/j3.jpg" class="img-fluid rounded-start" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Website Development</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-xxl-4 col-12">
<div class="card mb-3" style="max-width: 540px;">
<div class="row">
<div class="col-md-4">
<img src="img/j3.jpg" class="img-fluid rounded-start" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Computer Graphics</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
</div>
</div>
<div class="col-xxl-12 text-center my-5">
<button type="button" class="btn btn-info" data-bs-toggle="tooltip" data-bs-placement="right" title="know more about our service">Know more</button>
</div>
</div>
</div>
</section>
<section class="main-heading my-5">
<div class="text-center">
<h1 class="display-4">Gallery</h1>
<hr class="w-25 mx-auto"/>
</div>
<div class="container services pt-5">
<div class="row gy-3">
<div class="col-lg-4 col-md-4 col-xxl-4 col-12">
<img src="img/g1.jpg" alt="gallery images">
</div>
<div class="col-lg-4 col-md-4 col-xxl-4 col-12">
<img src="img/g1.jpg" alt="gallery images">
</div>
<div class="col-lg-4 col-md-4 col-xxl-4 col-12">
<img src="img/g1.jpg" alt="gallery images">
</div>
<div class="col-lg-4 col-md-4 col-xxl-4 col-12">
<img src="img/g1.jpg" alt="gallery images">
</div>
<div class="col-lg-4 col-md-4 col-xxl-4 col-12">
<img src="img/g1.jpg" alt="gallery images">
</div>
<div class="col-lg-4 col-md-4 col-xxl-4 col-12">
<img src="img/g1.jpg" alt="gallery images">
</div>
<div class="col-lg-4 col-md-4 col-xxl-4 col-12">
<img src="img/g1.jpg" alt="gallery images">
</div>
<div class="col-lg-4 col-md-4 col-xxl-4 col-12">
<img src="img/g1.jpg" alt="gallery images">
</div>
<div class="col-lg-4 col-md-4 col-xxl-4 col-12">
<img src="img/g1.jpg" alt="gallery images">
</div>
<div class="col-lg-4 col-md-4 col-xxl-4 col-12">
<img src="img/g1.jpg" alt="gallery images">
</div>
<div class="col-lg-4 col-md-4 col-xxl-4 col-12">
<img src="img/g1.jpg" alt="gallery images">
</div>
<div class="col-lg-4 col-md-4 col-xxl-4 col-12">
<img src="img/g1.jpg" alt="gallery images">
</div>
</div>
</div>
</section>
<section class="main-heading my-5">
<div class="text-center">
<h1 class="display-4">Offers</h1>
<hr class="w-25 mx-auto"/>
</div>
<div class="container-fluid bg-offer">
<div class="row">
<div class="col-xxl-12 col-12 text-center py-5">
<h1>Check my videos please</h1>
<p>Please support and give me Jobs, Thank you for showing love.</p>
<a href="https://www.google.com" target="_blank"><button type="button" class="btn btn-info" data-bs-toggle="tooltip" data-bs-placement="right" title="know more about our offers">Know more</button></a>
</div>
</div>
</div>
</section>
<section class="main-heading my-5">
<div class="text-center">
<h1 class="display-4">Contact Us</h1>
<hr class="w-25 mx-auto"/>
</div>
<div class="container">
<div class="row">
<div class="col-xxl-8 col-10 col-md-8 mx-auto">
<form>
<div class="mb-3">
<label for="exampleInputEmail1" class="form-label">Name</label>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter your full name" aria-describedby="emailHelp">
<div id="emailHelp" class="form-text"></div>
</div>
<div class="mb-3">
<label for="exampleInputPassword1" class="form-label">Email address</label>
<input type="text" class="form-control" id="exampleInputPassword1" placeholder="Enter your email address">
</div>
<div class=" mb-3 ">
<label for="" class="pr-4">Gender</label>
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" id="inlineCheckbox1" value="option1">
<label class="form-check-label" for="inlineCheckbox1">Female</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" id="inlineCheckbox2" value="option2">
<label class="form-check-label" for="inlineCheckbox2">Male</label>
</div>
</div>
<div class=" mb-3 ">
<label for="exampleDataList" class="form-label">Select City</label>
<input class="form-control" list="datalistOptions" id="exampleDataList" placeholder="Type to search...">
<datalist id="datalistOptions">
<option value="Port Harcourt"></option>
<option value="Lagos"></option>
<option value="Abuja"></option>
<option value="Abeokuta"></option>
<option value="Enugu"></option>
</datalist>
</div>
<div class="mb-3">
<label for="exampleFormControlTextarea1" class="form-label">Comments</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea>
</div>
<div class="mb-3 form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">Check me out</label>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
</div>
</div>
</section>
<footer class="bg-secondary text-center text-white">
<p>@copyright Ordunoble 2022</p>
</footer>
<script>
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
</script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-kjU+l4N0Yf4ZOJErLsIcvOU2qSb74wXpOhqTvwVx3OElZRweTnQ6d31fXEoRD1Jy" crossorigin="anonymous"></script>
</body>
</html>