-
Notifications
You must be signed in to change notification settings - Fork 0
/
About us.html
75 lines (56 loc) · 2.33 KB
/
About us.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About us</title>
<link rel="stylesheet" href="C:\Users\DELL\Desktop\PROGATE WEBSITE\stylesheet css.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
</head>
<body>
<header>
<div class="container">
<div class="header-left">
<a href="C:\Users\DELL\Desktop\PROGATE WEBSITE\1.html"><center><img class="logo" src="C:\Users\DELL\Desktop\PROGATE WEBSITE\homeskool.jpg"></center></a><br><marquee behavior="scroll" direction="right"><h3 style="color:black;">The whole purpose of education is to turn Mirrors into Windows !</h3></marquee><br>
</div>
</div>
<div class="topnav">
<center>
<a href="C:\Users\DELL\Desktop\PROGATE WEBSITE\About us.html">ABOUT-US</a>
<a href="C:\Users\DELL\Desktop\PROGATE WEBSITE\Contact us.html">CONTACT-US</a>
<a href="C:\Users\DELL\Desktop\PROGATE WEBSITE\login.html" class="login">LOG-IN</a>
<a href="C:\Users\DELL\Desktop\PROGATE WEBSITE\Bulletin-board.html">BULLETIN-BOARD</a>
<a href="C:\Users\DELL\Desktop\PROGATE WEBSITE\Timetables.html">TIME-TABLES</a>
<a href="C:\Users\DELL\Desktop\PROGATE WEBSITE\Resources.html">RESOURCES</a>
<a href="C:\Users\DELL\Desktop\PROGATE WEBSITE\Assignments.html">ASSIGNMENTS</a>
<a href="C:\Users\DELL\Desktop\PROGATE WEBSITE\Attendance.html">ATTENDANCE</a>
</center>
</div>
</header>
<br>
<br>
<br>
<br><br><br><br><br><br>
<br>
<center><h2>*ABOUT US*</h2><br></center>
<p>
<br><h2>About:</h2>
<h3 style="color: black;">This is an online website made for Teacher-Student Communication!! <br>
The objectives of this website:<br>
1.Teachers and Students can be in touch with each other...<br>
2.Students can clarify their doubts.<br>
3.They can study through the resources provided here.</h3>
<br>
<br>
<h2>Features:</h2><br>
<h3 style="color: black;">The features of this online education are:<br>
1.Students can study and stay connected through this platform.<br>
2.Notices<br>
3.Bulletin-Board<br>
4.Assignment submisssions<br>
5.online resources such as videos , textbooks, graphs,etc.
6.Peroidic Attendance Display</h3>
</p>
<br>
</body>
</html>