-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathabout.html
More file actions
84 lines (76 loc) · 4.06 KB
/
about.html
File metadata and controls
84 lines (76 loc) · 4.06 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
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="https://res.cloudinary.com/dexcjehc5/image/upload/v1569397404/Logo" type="image/png">
<link rel="stylesheet" type="text/css" href="css/about.css">
<link rel="stylesheet" href="css/ham.css">
<title>About Maithisi</title>
</head>
<body>
<header class="desk-nav">
<a href="index.html"><img src="Mini-class App designs/Logo.svg" class="logo" alt="Logo" style="width: 100px; height: 100px;">
</a>
<nav class="desk-nav">
<ul class="nav__links">
<li class="home"><a href="index.html">Home</a></li>
<li class="about"><a href="about.html">About</a></li>
<li class="students"><a href="student-login.php">Students</a></li>
<li class="teachers"><a href="teacher-login.php">Teachers</a></li>
</ul>
</nav>
<a href="getStarted.html" class="get-started"><button>Get Started</button></a>
</header>
<!-- Mobile nav bar -->
<header class="mobile-nav-header" >
<div class="moblie-header-cont">
<a class="navbar-brand" href="index.html"><img style="width: 100px" src="images/Logo.svg" class="" alt="Logo"></a>
<button class="toggle-button">
<span class="toggle-button__bar " style="width: 30px;
/* height: 1.2rem; */
background: white;
display: block;
margin: 1rem -1rem;
padding: 2px;"></span>
<span class="toggle-button__bar " style="width: 30px;
/* height: 1.2rem; */
background: white;
display: block;
margin: 1rem -1rem;
padding: 2px;"></span>
<span class="toggle-button__bar " style="width: 30px;
/* height: 1.2rem; */
background: white;
display: block;
margin: 1rem -1rem;
padding: 2px;"></span>
</button>
</div>
<nav class="mobile-nav">
<ul class="mobile-nav__items">
<li class="about mobile-nav__item"><a href="index.html">Home</a></li>
<li class="about mobile-nav__item"><a href="about.html">About</a></li>
<li class="students mobile-nav__item"><a href="student-login.php">Students</a></li>
<li class="teachers mobile-nav__item"><a href="teacher-login.php">Teachers</a></li>
</ul>
</nav>
</header>
<div class="mainbody">
<p class="mb-5">Welcome to Mathisi,</p>
<p class="mb-5">Mathisi Mini Classroom is a virtual learning platform for focused studies. Majorly important subjects High School Students must be excellent at in other to excel and to move to the next class or write School Certificate Exams at Junior and Senior Levels. All the subjects on Mathisi are based on the Nigerian National Secondary School Curriculum and have been vetted to ensure that only the highest teaching standards are deployed on the platform.</p>
<p class="mb-5"> How it Works<br> Mathisi has dedicated workspaces for Students where they can access live tutor-led sessions, take and submit Homework, Tests and Quizzes that are created to teach reasoning and cognitive skills. In a bid to make learning interesting we offer fun games, downloads and many more. Students are required to log in and create a profile before gaining access to the full suite of options.</p>
<p class="mb-5"> There are also dedicated workspaces for teachers to coordinate, monitor and administer classes. Teachers are also required to login and create a teacher profile on the platform.</p>
<p> The Approach<br> Mathisi delivers a combination of live learning sessions with other online and offline interactive material.</p>
<p>Courses covered on Mathisi include:</p>
<br> Mathematics
<br> English Language
<br> Literature
<br>Further Mathematics
<br> Biology
<br> Economics
</div>
<script src="js/main.js"></script>
</body>
</html>