-
Notifications
You must be signed in to change notification settings - Fork 0
/
Aboutus.html
81 lines (74 loc) · 2.46 KB
/
Aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel = "stylesheet" href = "../css/style.css">
<title>About Us</title>
</head>
<body class="red">
<nav class="about">
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href ="Aboutus.html">About Us</a></li>
<li><a href="Register.html">Service</a></li>
</ul>
</nav>
<img class="fftt" src="../images/IMG-20240705-WA0011.jpg">
<h2 class="hh">CEO</h2>
<h4><p class="yyy">The name of the CEO is MR. KUMI.
<br>
<br>
He holds a degree in Bachelor of Technology in Scienc.
<br>
<br>
He worked with Telecel Ghana for 10 years.
<br>
<br>
He had an idea to setup an institution for Education.</p> <br>
</h4>
<div class="photos">
<div class="photos">
<div>
<img src="../images/University_Prospectus_at Mansfield_College_by_John_Cairns_14.6.17-224.jpg">
<h2 class="txt1">OUR CAMPUS</h2>
</div>
<div>
<img src="../images/College-UG-index.jpg ">
<h2 class="txt2"> GREAT HALLK</h2>
</div>
<div>
<img src="../images/Exterior_Aerial.jpg">
<h2 class="txt3"> DORNE VIEW</h2>
</div>
</div>
<div class="photo">
<div>
<img src="../images/email.png">
<h2><a href="[email protected]"> E-MAIL US </a></h2>
</div>
<div>
<img src="../images/facaebook.png">
<h2><a href="https://www.facebook.com/King Faisal"> VISIT OUR FACEBOOK </a></h2>
</div>
<div>
<img src="../images/phone.png">
<h2><a href="tel:0599334662"> PHONE NUMBER</a></h2>
</div>
<div>
<img src="../images/whatsap.png">
<h2><a href="https://wa.me/+233599334662 "> VISIT WHATSAPP NUMBER </a></h2>
</div>
<div>
<img src="../images/x.png">
<h2><a href="https://www.x.com"> VISIT OUR TWITER</a></h2>
</div>
<div>
<img src="../images/ig.png">
<h2><a href="instagram.com/King Faisal"> VISIT OUR INSTAGRAM </a></h2>
</div>
<div>
<img src="../images/location.png">
<h1> LONDON</h1>
</div>
</div>
</body>
</html>