-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
50 lines (44 loc) · 1.56 KB
/
contact.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
<!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">
<title>JM. STANLEY</title>
<link rel="stylesheet" href="style.css">
</head>
<body style="background: url(images/li1.jpg); background-repeat: no-repeat;">
<div class="navbar">
<nav>
<ul class="order">
<li><a href="index.html">HOME</a></li>
<li><a href="gallery.html">MY GALLERY</a></li>
<li><a href="about.html">ABOUT BU</a></li>
<li><a href="others.html">SCHOOL</a></li>
<li><a href="#" class="active">CONTACTS</a></li>
</ul>
</nav>
</div>
<div class="contact">
<h3 style="text-align: center; font-family: century; margin-top: 25px;">
How to Find Me
</h3>
<p>
You can easily find me in Bugema University main-campus <br>
TGR hostel, Next to prince hostel <br>
You cana as well reach me via the following means <br>
Email: [email protected] <br>
OR call +256783805313
</p>
<p>
You can as well find me in Juba South Sudan <br>
In Hai-Soura opposite University of Juba <br>
Or call +211921244380
</p>
<p>
To view My other pages.. please
</p>
<button><a href="https://malesh-stanley.github.io/eobb/">Click Here</a></button>
</div>
</body>
</html>