forked from hngi/mini-classroom-TEAM-PRIAPUS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomepage.html
58 lines (49 loc) · 2.15 KB
/
homepage.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/hpage.css">
<title>Home Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header class="header">
<nav>
<div class="row">
<img id="#" alt="Logo" class="logo">
<ul class="main-nav">
<li id="line1"><a href="#">Home</a></li>
<li id="line2"><a href="#">About</a></li>
<li id="line3"><a href="#">courses</a></li>
<li id="line4"><a href="#">Resources</a></li>
<li id="line5"><a href="#">Contact Us</a></li>
</ul>
</div>
</nav>
</header>
<div class = "container">
<div class = "caption">
<p>...Get the professional skills and knowledge you need for a successful career in IT and Digital Technology...</p>
</div>
<div class = "instructor">
<p><a href = "#" class="instructor-sign-up">INSTRUCTORS: FREE SIGN UP</a></p>
</div>
<div class = "student">
<p><a href="#">STUDENTS: SIGN UP HERE</a></p>
</div>
<div class = "Priapusclass">
<h1>What is Priapus E-learning?</h1>
<p>Priapus E-learning is a platform that allows educators to create online classes <br> whereby they can store the course materials online; manage assignments, quizzes and exams; <br> monitor due dates; grade results and provide students with feedback all in one place</p>
</div>
<div class = "instructor-only">
<p>FOR <b>INSTRUCTORS</b></p>
</div>
<video class="media" width="200" height="150" controls>
<source src="#" type="video/mp4">
</video>
<div>
<footer> ©TeamPriapus 2019</footer>
</div>
</div>
</body>
</html>