-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (80 loc) · 3.67 KB
/
index.html
File metadata and controls
81 lines (80 loc) · 3.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="bootstrap/bootstrap/css/bootstrap.css">
</head>
<body style="background-color: aquamarine;">
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#"><img src="/IMAGE/FB_IMG_16331215026453736.jpg" width="50" alt=""></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav me-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 active" href="media.html">media</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="about.html">about us</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="contact.html">contact us</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="form.html">register</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container mt-3">
<div style="text-align: center;">
<h1>
OTUKPO TECH ACADEMY
</h1>
<h3>
moving godliness throught tech
</h3>
</div>
<hr>
<div class="row">
<div class="col-md-6">
<h3> OUR MISSION</h3>
Otukpo tech academy is an institution that is moved with the responsibility to educate and enpower young people of otukpo and as that instealing Godliness into the land
<p></p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Aliquam, corporis tempore. Expedita, aperiam. Vel accusamus voluptates necessitatibus omnis minima sit ipsam odit? Iure, aliquid molestias? Libero ut maxime nobis earum.
</div>
<div class="col-md-6">
<h3>AMAZING THINGS </h3>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Suscipit, accusantium reiciendis temporibus illo ex aspernatur nobis perferendis facilis dolor id commodi ut sint earum assumenda consequatur officiis officia magnam dicta.
</div>
</div>
<hr>
<div>
<h3>watch the video and learn more about us </h3>
<video src="/video/3d1d60aeb40f6d49bf90eb9542468a45.mp4" width="200"></video>
</div>
<h3 style="text-align: center;">IN COLLABORATION WITH</h3>
<div class="row mt-3">
<div class="col-md-4">
<h4>new vision institute (nvit)</h4>
</div>
<div class="col-md-4">
<h4>new vision institute (nvit)</h4>
</div>
<div class="col-md-4">
<h4>new vision institute (nvit)</h4>
</div>
</div>
</div>
<script src="bootstrap/bootstrap/js/bootstrap.js"></script>
<script src="bootstrap/bootstrap/js/popper.min.js"></script>
</body>
</html>