-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
88 lines (82 loc) · 3.81 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Project1G1 - Your Online Encyclopedia</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 2.5;
margin: 0;
padding: 0;
}
.container {
max-width: 800px;
margin: 20px auto;
padding: 0 20px;
}
h1, h2 {
text-align: center;
}
p {
margin-bottom: 20px;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
li {
margin-bottom: 10px;
}
.team-member {
font-weight: bold;
}
.cta-button {
display: block;
width: 200px;
margin: 20px auto;
padding: 10px;
text-align: center;
/* background-color: #007bff; */
background-color: rgba(0,0,0,0.5);
color: #fff;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
}
.cta-button:hover {
background-color: rgba(0,0,0,0.8);
}
</style>
</head>
<body>
<div class="container">
<h1>About Project1G1 - Your Online Encyclopedia</h1>
<p><strong>About Us</strong></p>
<p>Project1G1 is a collaborative effort of ten dedicated developers who share a passion for knowledge and a commitment to making information accessible to all. Our project aims to serve as an online encyclopedia, providing users with a comprehensive repository of information on a wide range of topics.</p>
<p><strong>Our Mission</strong></p>
<p>At Project1G1, our mission is simple: to democratize access to knowledge. We believe that everyone deserves access to accurate, reliable information, regardless of their background or resources. By harnessing the collective expertise of our team, we strive to create a platform where users can explore, learn, and expand their understanding of the world around them.</p>
<p><strong>What Sets Us Apart</strong></p>
<p>What sets Project1G1 apart is our team of ten developers who bring diverse skills, expertise, and perspectives to the table. From coding wizards to design gurus, our team is united by a shared vision of building a better world through knowledge sharing. Together, we've combined our talents to create an online encyclopedia that's intuitive, user-friendly, and constantly evolving to meet the needs of our users.</p>
<p><strong>Our Achievements</strong></p>
<p>Since our inception, Project1G1 has achieved significant milestones in our quest to become a premier destination for information seekers. From expanding our database to forging partnerships with educational institutions, our journey has been marked by growth, innovation, and a relentless commitment to excellence.</p>
<p><strong>Meet the Team</strong></p>
<ul>
<li><span class="team-member">Gideon Dakore</span> - Lead Developer</li>
<li><span class="team-member">Emmanuella Adwoa Achiaa</span> - UX/UI Designer</li>
<li><span class="team-member">Dickson Yaw Addai</span> - Backend Developer</li>
<li><span class="team-member">Klenam Korku Agbengu</span> - Content Creator</li>
<li><span class="team-member">Kwame Agyemang Boakye</span> - Frontend Developer</li>
<li><span class="team-member">Ebenezer Kofi Brown</span> - Graphic Designer</li>
<li><span class="team-member">Selorm Ama Gladys Klutse</span> - Database Administrator</li>
<li><span class="team-member">Michael Koomson</span> - Quality Assurance Engineer</li>
<li><span class="team-member">Mariam Badawisi Tontie</span> - Technical Writer</li>
<li><span class="team-member">Elizabeth Mamsiakya Asaasim</span> - Project Manager</li>
</ul>
<a href="https://github.com/gideondakore/encyclopedia" target="_blank" class="cta-button">Contact Us</a>
</div>
<script src="about.js"></script>
</body>
</html>