-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
117 lines (68 loc) · 2.77 KB
/
index.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<nav class="navbar">
<div class="brand-title">Vote Management</div>
<a href="#" class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<div class="navbar-links">
<ul>
<li><a href="#">Home</a></li>
<li class="list"><a href="#" >List</a></li>
<li class="formNav"><a href="../html/form.html" >form</a></li>
</ul>
<div class="btnsing"><a href="./html/login.html" class="Sign">Sign in</a></div>
</div>
</nav>
<hero class="herosuper">
<div class="infocontact">
<h1>Welcome to the Voting Management System!</h1>
<p>We are delighted to welcome you to our platform, where your voice matters!
Here, you have the power to shape the future by participating in the voting
process.Engage in meaningful decisions that impact your community and let
your opinion be heard.</p>
</div>
<div class="heroimg">
<img src="../img/WhatsApp Image 2024-10-20 at 7.56.50 PM.jpeg" alt="">
</div>
</hero>
<section class="Candidates">
<h1 class="contact-Candidates">Get to Know the Candidates!</h1>
<div class="box-Candidates">
<div class="box">
<img src="https://media.istockphoto.com/id/2155992155/photo/man-volunteer-and-happy-portrait-with-clipboard-in-nature-supervisor-and-environment.webp?a=1&b=1&s=612x612&w=0&k=20&c=mZ02p7UUt9I0Zb6jxvtdmQkB-4RAndKNG4j6Uisz3Jc=" alt="">
<h2>mr Mohamed</h2>
<a href="#" class="btn btnall">View More</a>
</div>
<div class="box">
<img src="https://images.unsplash.com/photo-1590086782957-93c06ef21604?q=80&w=1374&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="" class="boximg">
<h2>mr Aadan</h2>
<a href="#" class="btn1 btnall">View More</a>
</div>
<div class="box">
<img src="https://images.unsplash.com/photo-1579038773867-044c48829161?q=80&w=1374&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="">
<h2> dr usama</h2>
<a href="#" class="btn2 btnall">View More</a>
</div>
</div>
</section>
<section class="faq">
<h1 class="faq-titale">Guidelines for a Fair Election!</h1>
<div class="accordion"></div>
</section>
<footer>
© 2024 Vote Management system . All rights reserved.
</footer>
<script src="/js/action.js"></script>
<script src="../js/login.js"></script>
</body>
</html>