-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
278 lines (252 loc) · 9.92 KB
/
features.html
File metadata and controls
278 lines (252 loc) · 9.92 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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Features - VotingSystem AS</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
<style>
body {
background-color: #121212;
color: #fff;
font-family: 'Segoe UI', sans-serif;
margin: 0;
padding: 0;
scroll-behavior: smooth;
}
/* Navbar */
.navbar {
border-radius: 20px;
background-color: #1f1f1f;
}
.navbar-brand {
font-weight: bold;
font-size: 1.5rem;
display: flex;
align-items: center;
}
.navbar-brand i {
font-size: 2rem;
margin-right: 10px;
color: #0ef;
}
.nav-link {
color: #fff !important;
transition: 0.4s ease;
}
.nav-link:hover {
color: #0ef !important;
transform: scale(1.1);
}
.hero-features {
background: url('https://images.unsplash.com/photo-1605902711622-cfb43c4437d1') no-repeat center center/cover;
height: 60vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
padding: 2rem;
}
.hero-features h1 {
font-size: 3rem;
animation: fadeInDown 2s ease-in-out;
}
.hero-features p {
font-size: 1.2rem;
animation: fadeInUp 2s ease-in-out;
max-width: 700px;
}
section {
padding: 80px 0;
}
.slide-in {
opacity: 0;
transform: translateY(50px);
transition: all 0.8s ease-in-out;
}
.slide-in.visible {
opacity: 1;
transform: translateY(0);
}
.icon-lg {
font-size: 2.5rem;
color: #0ef;
margin-bottom: 15px;
}
.feature-box {
background-color: #1f1f1f;
padding: 30px;
border-radius: 12px;
text-align: center;
transition: 0.3s;
}
.feature-box:hover {
transform: translateY(-10px);
background-color: #2a2a2a;
}
footer {
background-color: #1f1f1f;
text-align: center;
padding: 1rem;
font-size: 0.9rem;
color: #aaa;
}
</style>
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top px-3">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<i class="bi bi-fingerprint"></i> VotingSystem AS
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navLinks">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navLinks">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link active" href="features.html">Features</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#security">Security</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#vote">Vote</a></li>
</ul>
</div>
</div>
</nav>
<!-- Hero -->
<section class="hero-features text-white mt-5">
<h1>Platform Features</h1>
<p>Explore the core technologies that power our secure and transparent blockchain voting system.</p>
</section>
<!-- Core Features -->
<section class="container slide-in">
<h2 class="text-center mb-5">Core Blockchain Features</h2>
<div class="row text-center g-4">
<div class="col-md-4">
<div class="feature-box">
<i class="bi bi-lock-fill icon-lg"></i>
<h5>Security</h5>
<p>End-to-end encryption and cryptographic verification for every transaction and vote cast.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-box">
<i class="bi bi-globe icon-lg"></i>
<h5>Decentralization</h5>
<p>Data stored across a distributed network ensures trustless consensus and immutability.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-box">
<i class="bi bi-clock-history icon-lg"></i>
<h5>Real-Time Processing</h5>
<p>Votes are validated and reflected on-chain within seconds for maximum efficiency.</p>
</div>
</div>
</div>
</section>
<!-- Blockchain Security -->
<section class="container slide-in">
<h2 class="text-center mb-5">Blockchain Security & Performance</h2>
<div class="row text-center g-4">
<div class="col-md-4">
<div class="feature-box">
<i class="fas fa-shield-alt icon-lg"></i>
<h5>Immutability</h5>
<p>Once recorded, votes cannot be altered — ensuring integrity and auditability.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-box">
<i class="fas fa-user-shield icon-lg"></i>
<h5>Voter Privacy</h5>
<p>Advanced cryptographic techniques protect voter identities while maintaining transparency.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-box">
<i class="fas fa-network-wired icon-lg"></i>
<h5>DDoS Resilience</h5>
<p>Node replication and load balancing protect the system from malicious network attacks.</p>
</div>
</div>
</div>
</section>
<!-- Smart Contracts -->
<section class="container slide-in">
<h2 class="text-center mb-5">Smart Contract Advantages</h2>
<div class="row text-center g-4">
<div class="col-md-4">
<div class="feature-box">
<i class="fab fa-ethereum icon-lg"></i>
<h5>Self-Executing Logic</h5>
<p>Votes are automatically counted and locked via secure, tamper-proof smart contracts.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-box">
<i class="fas fa-code-branch icon-lg"></i>
<h5>Transparency</h5>
<p>All rules and outcomes are encoded on-chain for full auditability and zero manipulation.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-box">
<i class="fas fa-robot icon-lg"></i>
<h5>No Human Intervention</h5>
<p>Automated logic ensures no one can interfere with results — not even admins.</p>
</div>
</div>
</div>
</section>
<!-- Additional Benefits -->
<section class="container slide-in">
<h2 class="text-center mb-5">Why Choose VotingSystem AS?</h2>
<div class="row text-center g-4">
<div class="col-md-4">
<div class="feature-box">
<i class="fas fa-mobile-alt icon-lg"></i>
<h5>Mobile Friendly</h5>
<p>Accessible from smartphones, tablets, and desktops — anytime, anywhere.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-box">
<i class="fas fa-search icon-lg"></i>
<h5>Auditable Records</h5>
<p>Election data can be independently verified, restoring trust in democracy.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-box">
<i class="fas fa-layer-group icon-lg"></i>
<h5>Modular System</h5>
<p>Easy to adapt for campus elections, community polls, or national-level voting.</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
© 2025 VotingSystem AS | Built with Solidity + Bootstrap + ❤️
</footer>
<!-- Animation Script -->
<script>
const slideIns = document.querySelectorAll('.slide-in');
const onScroll = () => {
slideIns.forEach(el => {
const rect = el.getBoundingClientRect();
if (rect.top <= window.innerHeight - 100) {
el.classList.add('visible');
}
});
};
window.addEventListener('scroll', onScroll);
window.addEventListener('load', onScroll);
</script>
</body>
</html>