-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
42 lines (36 loc) · 1.67 KB
/
about.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
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>
About us
</title>
</head>
<body>
<header>
<!-- Top header menu containing
logo and Navigation bar -->
<div id="top-header">
<!-- Logo -->
<div id="logo">
<img src="EduTree.png" height="100" width="100" />
</div>
<!-- Navigation Menu -->
<nav>
<ul id="menu">
<li class="active"><a href="C:\Users\shivani yadav\Documents\WEB DESIGNING\company\SL.html">Home</a></li>
<li><a href="C:\Users\shivani yadav\Documents\WEB DESIGNING\company\form.html">Student</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="help.html">Help Desk</a></li>
</ul>
</nav>
</div>
</header>
<Center><h1>ABOUT US</h1>
</Center>
<h2>About EduTree</h2>
<h3>EduTree is an unaided website that practices an inclusive education policy. It was founded with the focus to provide a holistic
education with time-tested traditions and strong sense of values, combining academic excellence with personal capabilities. The website has put together world-class educational facilities with diversity of curricular options.
EduTree is a website with a difference, committed to excellence, and high achievements.</h3>
</body>
</html>