-
Notifications
You must be signed in to change notification settings - Fork 4
/
aboutus.php
41 lines (40 loc) · 1.96 KB
/
aboutus.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
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<title>About US</title>
</head>
<link rel="stylesheet" type="text/css" href="css/aboutus.css">
<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>
<h3>Team Ariadne Mini classroom is a special online edcuation programme that offers opportunities to everyone to learn and gain special training on different subjects ranging from technology, humanities, business, health to designs. Our programmes lasts for a duration of six months for certificate course and one year for diploma course. Admissions are offered between september to December yearly. Applications are accepted through the year.</h3>
</p>
</body>
</html>