-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.html
179 lines (166 loc) · 5.95 KB
/
index.html.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
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text'html;charset-UTF-8">
<title> YABATECH E-Learning Website</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="E-Learning website for primary school.">
<link rel="stylesheet" href="css/e school.css">
</head>
<body>
<div class="top-header">
<header>
<nav>
<div class="logo">
<img src="image/e school logo.png" alt="" class="logo-img">
</div>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#online-courses">Books</a></li>
<li><a href="#online-courses">Courses</a></li>
<li><a href="#footer-box">others</a></li>
<li><a href="#online-courses" class="btn">Lessons</a></li>
</ul>
</nav>
</header>
<!-- top hero -->
<section class="hero-section">
<div class="hero-box">
<div class="left-box">
<p class="ready">Are you ready to learn?</p>
<h1>learn with fun<br>on <span>any schedule</span></h1>
<p class="left-para"> 2023 YABATECH E learning project. </p>
<a href="#online-courses" class="btn started">Get Started</a>
</div>
<div class="right-box">
<img src="image/online teaching.png" alt="header images" class="right-img">
</div>
</section>
</div>
<!--***************************Feature section****************-->
<!--****************online courses section and courses box***************-->
<div class="course-top" id="online-courses">
<div class="online-tittle">
<h3>Online Courses</h3>
</div>
<section class="online-courses">
<div class="online-box">
<img src="image/science.jpg" alt="">
<h2>Basic Science</h2>
<p>Designation</p>
<a href="#" class="btn started course-btn">Start Lesson</a>
<div class="bottom-feature">
<div class="left-date">
<img src="image/seat.png" alt="" style="width: 20px; height: 20px;">
<p>Unlimited</p>
</div>
<div class="right-stu">
<img src="image/user.png" alt="" style="width: 20px; height: 20px;">
<p>100 Students</p>
</div>
</div>
</div>
<div class="online-box">
<img src="image/english.jpg" alt="">
<h2>English</h2>
<p>Designation</p>
<a href="#" class="btn started course-btn">Start Lesson</a>
<div class="bottom-feature">
<div class="left-date">
<img src="image/seat.png" alt="" style="width: 20px; height: 20px;">
<p>Unlimited</p>
</div>
<div class="right-stu">
<img src="image/user.png" alt="" style="width: 20px; height: 20px;">
<p>100 Students</p>
</div>
</div>
</div>
<div class="online-box">
<img src="image/math.jpg" alt="">
<h2>Math</h2>
<p>Designation</p>
<a href="#" class="btn started course-btn">Start Lesson</a>
<div class="bottom-feature">
<div class="left-date">
<img src="image/seat.png" alt="" style="width: 20px; height: 20px;">
<p>Unlimited</p>
</div>
<div class="right-stu">
<img src="image/user.png" alt="" style="width: 20px; height: 20px;">
<p>100 Students</p>
</div>
</div>
</div>
<div class="online-box">
<img src="image/Computer Studies.jpg" alt="">
<h2>Computer Studies</h2>
<p>Designation</p>
<a href="#" class="btn started course-btn">Start Lesson</a>
<div class="bottom-feature">
<div class="left-date">
<img src="image/seat.png" alt="" style="width: 20px; height: 20px;">
<p>Unlimited</p>
</div>
<div class="right-stu">
<img src="image/user.png" alt="" style="width: 20px; height: 20px;">
<p>100 Students</p>
</div>
</div>
</div>
<div class="online-box">
<img src="image/verbal reasoning.png" alt="">
<h2>Verbal Reasoning</h2>
<p>Designation</p>
<a href="#" class="btn started course-btn">Start Lesson</a>
<div class="bottom-feature">
<div class="left-date">
<img src="image/seat.png" alt="" style="width: 20px; height: 20px;">
<p>Unlimited</p>
</div>
<div class="right-stu">
<img src="image/user.png" alt="" style="width: 20px; height: 20px;">
<p>100 Students</p>
</div>
</div>
</div>
<div class="online-box">
<img src="image/social studies.jpg" alt="">
<h2>Social Studies</h2>
<p>Designation</p>
<a href="#" class="btn started course-btn">Start Lesson</a>
<div class="bottom-feature">
<div class="left-date">
<img src="image/seat.png" alt="" style="width: 20px; height: 20px;">
<p>Unlimited</p>
</div>
<div class="right-stu">
<img src="image/user.png" alt="" style="width: 20px; height: 20px;">
<p>100 Students</p>
</div>
</div>
</div>
</section>
</div>
<!--*************** testimonial section**********-->
<footer>
<div class="footer-box" id="footer-box">
<div class="footer-link footer-about">
<p>Group A 2023 YABATECH E learning project, supervised by MR. AKINSOLA</p>
</div>
<div class="footer-links">
<h3>Courses</h3>
<a href="#">Basic Science</a>
<a href="#">English</a>
<a href="#">Math</a>
</div>
<div class="footer-links">
<h3>Courses</h3>
<a href="#">Social Studies</a>
<a href="#">Verbal Reasoning</a>
<a href="#">Computer Studies</a>
</div>
</div>
<p class="end">Copright © Group A 2023 YABATECH E learning project, supervised by MR. AKINSOLA</p>
</footer>