-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcontact.html
More file actions
78 lines (74 loc) · 2.47 KB
/
Copy pathcontact.html
File metadata and controls
78 lines (74 loc) · 2.47 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NAGS | Contact</title>
<link rel="stylesheet" type="text/css" href="css/other.css">
<link rel="stylesheet" type="text/css" href="css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="css/solid.css">
<link rel="stylesheet" type="text/css" href="css/regular.css">
</head>
<body>
<header>
<div class="container">
<div id="brand">
<img src="images/globe2.gif" height="19%" width="23%" style="border-radius:50%;"/>
<h1 style="margin-top:-17%; color:#07283E;"><b style="margin-left:25%;">NAGS</b>_ibbul</h1>
<i><h4 style="margin-left:29%; margin-top:-1%">We own the globe...</h4></i>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="gallery.html" >Gallery</a></li>
<li><a href="contact.html" class="active">Contact Us</a></li>
<li><a href="team.html">Our Team</a></li>
</ul>
</div>
</header>
<section>
<div id="body">
<div class="container">
<h1>Contact Us</h1>
<div class="form-group">
<form>
<input type="text" name="" value="" placeholder="Matric Number">
<input type="text" name="" value="" placeholder="Email Address">
<input type="text" name="" value="" placeholder="Subject">
<textarea name="name" rows="8" cols="80" placeholder="Type your message here"></textarea>
<button type="button" name="button">Submit</button>
</form>
</div>
</div>
</div>
</section>
<section>
<div id="sub-footer">
<div class="container">
<div class="box">
<h2>site map</h2>
<a href="index.html">Home</a>
<a href="about.html">About Us</a>
<a href="contact.html" class="highlight">Contact Us</a>
<a href="team.html">Our Team</a>
<a href="faq.html">FAQ</a>
</div>
<div class="box">
<h2>Contact Us</h2>
<p> <strong>Phone:</strong> +234 903455 6416 </p>
<p> <strong>Work:</strong> +234 909245 9254 </p>
<p> <strong>Email:</strong> jibrinbalajibrin2@gmail.com </p>
</div>
<div class="box">
<h2>Social</h2>
<p><strong> Facebook<span class="fa fa-facebook"></span>: </strong> No new Posts</p>
<p><strong> Twitter<span class="fa fa-twitter"></span>: </strong> No new Posts</p>
</div>
</div>
</div>
</section>
<footer>
<p>Copyright © 2019 IBB University, Lapai</p>
</footer>
</body>
</html>