-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
52 lines (44 loc) · 1.61 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="about.css">
<title> About Us </title>
</head>
<header>
<div class=im>
<img src="cp_logo.png" height=110 width=90>
</div>
<div>
<br><h1>Course Portal</h1>
</div>
<div>
<a href="index.html"><button id=b1 style="float:right; margin-right:5%;">Home</button></a><br><br>
</div>
</header>
<body>
<div class=h1>
<h1>Offering the best in education to the world. We envision a world where anyone, anywhere can transform their life by accessing the world’s best learning experience.</h1>
<br>
</div>
<div class=h2>
<h2>Our mission</h2>
<h3>Increase access to high-quality education for everyone, everywhere
<br>Enhance teaching and learning on campus and online<br>
Advance teaching and learning through research</h3><br>
Every course on Course Portal is taught by top instructors from the world’s best universities and educational institutions. Courses include recorded video lectures, auto-graded and peer-reviewed assignments. When you complete a course, you’ll receive a sharable electronic Course Certificate from the course provider.<br>
<b>
Benefits:
<ul>
<li>Single portal for multiple sites</li>
<li>Online and open to everyone</li>
<li>Learn a new skill in 4-6 weeks</li>
<li>Earn a Course Certificate</li>
<li>Loads of free Courses available</li>
<li>Learn from top universities while sitting at home</li></b>
</ul>
</div>
<div class=h1>
<h3>We are building, partnering, and promoting a software platform that brings together the best universities from all around the world to create courses for everyone, everywhere in the world.</h3>
</div>
</body>
</html>