-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
65 lines (61 loc) · 3.66 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="aboutus.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About LearnEDU</title>
</head>
<body>
<div class="navall">
<nav>
<ul>
<li><a class="navspecial">LearnEDU</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="service.html">Service</a></li>
<li><a href="pricing.html">Pricing</a></li>
<section class="navend">
<li><a class="navspe" href="register.html"><img src="login-2-svgrepo-com.png" alt="" height="20px" width="20px"
style="position: relative; right: 4px; top: 4px;">Register</a></li>
<li><a class="navspe" href="login.html"><img src="login-2-svgrepo-com.png" alt="" height="20px" width="20px"
style="position: relative; right: 4px; top: 4px;">Log In
</a></li>
</section>
</ul>
</nav>
</div>
<div class="intro">
<div class="what">
<h1>What is LearnEDU ?</h1>
<p><span style="color: rgb(8, 0, 255); font-size: 30px;" >LearnEDU</span> is a learning platform.We teach courses in diffrent fields with experienced teachers and modern technology.It helps
students to learn basic courses for free in a whole new way, so they can enjoy learning and motivate to learn more.
LEARN 360, our complete suite of courses, increase your interest in education, make you more creative and innovative and will teach u from basic to a pro...</p>
</div>
<div class="what" style="margin-top: 30px;">
<h1>What does LearnEDU do ?</h1>
<p><span class="firstl">It</span> helps in learning and understanding courses better. Learn how to create, enhance, and use the knowledge in work. By improving the knowledge and enhancing your skills success will come one step closer. </p>
</div>
</div>
<div class="info">
<div class="container">
<h2>Connect the dots between understanding and learning.</h2>
<p><span class="firstl">U</span>se the understanding and learning ability right where
they are most likely to come in handy. Just click on the courses and learn the complete course with easy understanding and concepts. For any information, clicking on the course , an
automated message is sent to us, and our team will help you.</p>
</div>
<div class="container">
<h2>Popular Certificates</h2>
<p><span class="firstl">E</span>xplore our most popular programs, get job-ready for an in-demand career.<br><img src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRcrrpWV_ARn2e2MJZz77Objup1npyR37DQNsNX7s5GhLuF8zBB" alt="Missing" style="width: 300px; height: auto;"> <img src="https://inprogrammer.com/wp-content/uploads/2023/01/500-Free-Google-certification-course-1024x576.png" aly="missing" style="width: 300px; height:auto;">
</p>
</div>
<div class="container">
<h2>Make LearnEDU the secret to your success.</h2>
<p><span class="firstl">B</span>ecause our support team can see all your learning courses information,our team members
can better deliver those essential surprise-and-delight moments. And big
issues get resolved faster..</p>
</div>
</div>
</body>
</html>