-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
26 lines (25 loc) · 1016 Bytes
/
about.php
File metadata and controls
26 lines (25 loc) · 1016 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css/about.css">
</head>
<body>
<div class="about-section">
<div class="inner-container">
<h1>About Us</h1>
<p class="text">eAcademy is a platform that allows instructors to build online courses on their preferred topics.
Using eAcademy's course development tools, they can upload videos, PowerPoint presentations, PDFs, audio, ZIP files and live classes to create courses.</p>
<div class="skills">
<span>Web Design</span>
<span>Networking</span>
<span>Game Development</span>
</div>
</div>
</div>
<button><a href="index.php">Go Back</a></button>
</body>
</html>