-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout us.html
64 lines (64 loc) · 2.53 KB
/
about us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - Empowering the Nation</title>
<link rel="stylesheet" href="about us.css">
<link rel="icon" href="pixel.ico" type="image/x-icon">
</head>
<body>
<header>
<!-- <div class="Logo">
<img src="logo.ico" alt = "Logo">
</div>-->
<nav>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms.html">Terms of Service</a></li>
</ul>
</nav>
</header>
<main>
<section class="about">
<h1>About Us</h1>
<div class="mission-vision">
<div class="mission">
<h2>Our Mission</h2>
<p>Our mission is to empower domestic workers, gardeners, and their employers by providing comprehensive educational resources and support. We strive to foster a community of growth, learning, and mutual respect.</p>
</div>
<div class="vision">
<h2>Our Vision</h2>
<p>We envision a world where domestic workers and gardeners are recognized for their valuable contributions and have access to the resources and opportunities needed to advance their skills and careers.</p>
</div>
</div>
<div class="team">
<h2>Meet the Team</h2>
<div class="Omphe">
<img src="Omphe.jpg" alt="Omphemetse">
<h3>Omphemetse Tlhoaele</h3>
<p>Head of Operations</p>
</div>
<div class="Kabelo">
<img src="Kabelo.jpg" alt="Griffin">
<h3>Kabelo Kgosana</h3>
<p>Founder</p>
</div>
<div class="Vanessa">
<img src="Vanessa.jpg" alt="Vanessa">
<h3>Vanessa Langa</h3>
<p>CEO</p>
</div>
</div>
</section>
</main>
<br>
<footer>
<p><a href="privacy.html">Privacy Policy</a> | <a href="terms.html">Terms of Service</a></p>
<p>© KOV 2024. All rights reserved.</p>
</footer>
</body>
</html>