-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgetStarted.html
More file actions
51 lines (35 loc) · 1.89 KB
/
getStarted.html
File metadata and controls
51 lines (35 loc) · 1.89 KB
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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>MATHISI</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="Mini-class App designs/mathisi logo.png" type="image/png">
<link rel="stylesheet" href="css/get_started.css">
</head>
<body>
<div class="view">
<div class="main">
<a href="index.html"><img class="logo" src="Mini-class App designs/Logo.svg" alt=""></a>
<p class="learning">Learning Made Easy</p>
<div class= "signup">
<div class="teacher section">
<p class="t-text">Teacher</p>
<p class="s-text">Share Materials your studets need. Connect your students all over the world and share materials easily at your disposal. Save yourself time.</p>
<a href="teacher_sign_up.php" class="submit">Sign Up As Teacher</a>
<a href="teacher-login.php" class="submit">Log In As Teacher</a>
</div>
<hr>
<div class="student section">
<p class="t-text">Student</p>
<p class="s-text-s">Find where you belong and learn without discrimination and improve yourself in an aspect.<span>..........................</span></p>
<a href="student_sign_up.php" class="submit">Sign Up As Student</a>
<a href="student-login.php" class="submit">Log In As Student</a>
</div>
</div>
<img class="b-img" src="./Mini-class App designs/2286871.svg" alt="">
<img class="x" src="Mini-class App designs/Vector.svg" alt="">
</div>
</div>
</body>
</html>