forked from OvidiuRusu/TW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (47 loc) · 2.07 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>OAM</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<h1><img src="images/oamlogo3.png" alt="" />Online <span style="font-weight:bold; color:#73868C;">Assignment</span> Manager</h1>
</div>
<div id="container">
<ul id="nav">
<li><a href="signup.php">Sign Up</a></li>
<li><a href="login.php">Login</a></li>
<li><a href="index.html">How it Works</a></li>
</ul>
<div id="content">
<h1 style="text-align:center;">OAM for <span style="font-weight:bold; color:#0a10da;">Students</span></h1>
<div class="indexbox">
<p><strong> <span class="number">1</span> Check your existing courses or enroll to new suggested ones</strong></p>
</div>
<div class="indexbox">
<p><strong><span class="number">2</span> Track your progress, view courseware and assignments</strong></p>
</div>
<div class="indexbox">
<p><strong><span class="number">3</span> Submit your solutions, view grades and statistics</strong></p>
</div>
<h1 style="text-align:center;">OAM for <span style="font-weight:bold; color:#0a10da;">Teachers</span></h1>
<div class="indexbox">
<p><strong><span class="number">1</span> Create and upload new assignments for your course</strong></p>
</div>
<div class="indexbox">
<p><strong><span class="number">2</span> Manage your students list, grade their assignments</strong></p>
</div>
<div class="indexbox">
<p><strong><span class="number">3</span> Generate and download your own customized reports</strong></p>
</div>
</div>
</div>
<div id="footer">
<div id="bottomlinks">
<a href="mailto:[email protected]">contact</a> | <a href="ghid.html"> sitemap</a> | © 2015 Mitocariu Emilian • Rusu Ovidiu • Stoian Sorin • Tacutanu Vlad
</div>
</div>
</body>
</html>