-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathafriqueyouthelectionosrvers.html
More file actions
66 lines (58 loc) · 3.95 KB
/
afriqueyouthelectionosrvers.html
File metadata and controls
66 lines (58 loc) · 3.95 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Election Observation for Youth in Africa</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Welcome to Afrique Youth Election Observers</h1>
<nav>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="#vision">Our Vision</a></li>
<li><a href="#value">Our Core Value</a></li>
<li><a href="#join">Join Us</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<section id="about">
<h2>About Us</h2>
<p>Afrique Youth Election Observers (AYEO) is a dynamic, youth-led organization committed to promoting democratic engagement and the integrity of electoral processes across the world. Our mission is to empower young people to actively participate in election observation, ensuring that elections are conducted with the utmost transparency, accountability, and fairness. We strive to create a new generation of election observers who are dedicated to upholding democratic values and contributing to credible, peaceful, and inclusive elections..</p>
<section id="Vision">
<h2>Our Vision</h2>
<P>We envision a world where young people are at the forefront of strengthening democratic processes. Through their active participation in election observation, we aim to build more transparent, accountable, and effective political systems. By engaging youth in electoral monitoring, we aim to foster trust in democratic institutions and ensure that every vote is counted fairly, with respect to the will of the people.</p>
<section id="value">
<h2>Our Core Value</h2>
<p>Accountability. We hold ourselves, election authorities, and political entities accountable to the citizens whose rights are being exercised in the electoral process.</p>
<p> We believe that elections should be inclusive of all voices, and youth observers play a key role in promoting the participation of marginalized communities in the democratic process.</p>
<P>Empowerment. We empower young people by providing the tools, training, and resources necessary to effectively participate in election observation, allowing them to make a lasting impact on their communities.</p>
<p>Integrity. We are committed to upholding the highest standards of honesty, fairness, and transparency in every aspect of our work.</p>
<p>Inclusivity. We believe that elections should be inclusive of all voices, and youth observers play a key role in promoting the participation of marginalized communities in the democratic process.</p>
</section>
<section id="join">
<h2>Join Us</h2>
<p>Afrique Youth Election Observers invites young people from all walks of life to join us in observing elections with transparency and accountability. Your participation will help promote democratic values, protect electoral integrity, and build the foundation for a stronger, more engaged citizenry. By being an election observer, you have the power to make a tangible difference in the political landscape of your country. Together, let’s shape the future of democracy, one election at a time.</p>
<a href="sign_up.html">Sign Up</a>
</section>
<section id="contact">
<h2>Contact Us</h2>
<form action="php/contact_form.php" method="POST">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required><br><br>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required><br><br>
<label for="message">Message:</label><br>
<textarea id="message" name="message" rows="4" required></textarea><br><br>
<input type="submit" value="Submit">
</form>
</section>
<footer>
<p>© 2025 Afrique Youth Election Observers - All Rights Reserved</p>
</footer>
<script src="script.js"></script>
</body>
</html>