forked from geniusyinka/Ariadne-Class-room-main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact-us.php
42 lines (40 loc) · 1.65 KB
/
contact-us.php
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
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<title>Contact us</title>
<link rel="stylesheet" type="text/css" href="css/contact-us.css">
</head>
<header>
<div class="navbar">
<div class="header" id="header-right">
<a href="#default" class="logo"> <img src="https://res.cloudinary.com/enema/image/upload/v1569275206/students_rohjps.jpg" position="absolute" width="109px;" height="100px;" top:33px;></a>
<b>
<div class="navbar">
<a href="class.html">Home</a>
<a href="#home">About Us</a>
<a href="#home">News</a>
<a href="createclass.html">Create Class</a>
<a href="login.html">Teacher Sign In</a>
<a href="login.html">Student Sign In</a>
<a href="#news">Contact Us</a>
<div class="dropdown">
<button class="dropbtn">Sign Up
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="sign up.html">I'm a teacher</a>
<a href="sign up.html">I'm a student</a>
<a href="sign up.html">I'm a parent</a>
</div>
<div class="dropdown">
</div>
</div>
</b>
</header>
<body>
<p>
<h4>HNG HUB, Ibom e-Library, Uyo, Akwa Ibom State Nigeria, you can also reach us on our email teamariadne80@gmail.com</h4>
</p>
</body>
</html>