-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
90 lines (75 loc) · 3.23 KB
/
index.htm
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
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<!--DESIGNED BY AVISHEK CHOWDHURY-->
<html>
<head>
<title>ONLINE CLASS ASSISTANT</title>
<meta charset="UTF-8">
<meta name="OCA" content="Online Class Material, Classroom, Free courses">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="icon.png" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Acme">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<script src="https://kit.fontawesome.com/a15ab95a54.js"></script>
</head>
<body>
<div class="row-1">
<div class="header col-12">
<h1>Online Class Assistant</h1>
</div>
</div>
<div class="row-2">
<div class="navbar col-12">
<nav>
<a href="login.php" class="option"> LOG IN </a>
<a href="signup.php" class="option"> SIGN UP </a>
</nav>
</div>
</div>
<div class="row-3">
<div class="menu col-3">
</div>
<div class="main col-6">
<h1>ONLINE CLASS ASSISTANT (OCA)</h1>
<br>
<h2>For Institutional Purposes:</h2>
<ul>
<li>It can be used to upload necessary documents, reference books, slides, videos by teachers.</li>
<li>Enrolled students will be able to collect the documents from the OCA.</li>
<li>Teachers can also upload marks, assign class works / assignment, schedule exams, announce notices (class postponed/ extra class) using OCA.</li>
</ul>
<h3>Why OCA?</h3>
<ul>
<li>Teachers can easily inform student about class notices(such as class postponed/ extra class).</li>
<li>Students can easily get necessary information,documents in a common platform. </li>
<li>And many more...</li>
</ul>
<br>
<h2>For Public Use:</h2>
<ul>
<li>Anyone who is expert in a particular topics can upload online courses (Paid/Free) as a video/slides/documents. </li>
<li>Students can enroll to any courses and learn from online.</li>
</ul>
<h3>Why OCA?</h3>
<ul>
<li>Teachers can share their valuable knowledge.</li>
<li>Students will get online assistance from online courses.</li>
<li>And many more...</li>
</ul>
</div>
<div class="sidebar col-3">
</div>
</div>
<div class="row-4">
<div class="footer col-12">
<footer>
<a href="index.htm?footer" class="option"> ABOUT US </a>
<a href="pages/contact.php?footer" class="option">Contact Information</a>
<a href="pages/privacy.php?footer" class="option">Privacy Policy</a>
<a href="pages/terms.php?footer" class="option">Terms of Services</a>
<a href="pages/copyright.php?footer" class="option">Copyright Information</a>
<a href="pages/sitemap.php?footer" class="option">Sitemap and Related Documents</a></footer>
</div>
</div>
</body>
</html>