Skip to content

Commit 143d621

Browse files
triggerring pipeline
1 parent 7ef76cc commit 143d621

File tree

2 files changed

+57
-24
lines changed

2 files changed

+57
-24
lines changed

client/src/pages/Home/index.jsx

Lines changed: 57 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const Home = () => {
3030
<p>
3131
Experience the future of remote voting with our cutting-edge
3232
platform. Leveraging advanced AI and geolocation technology, we
33-
ensure every vote is authentic, secure, and tamper-proof from
33+
ensure every vote is authentic, secure, and tamper-proof - from
3434
anywhere, anytime.
3535
</p>
3636
<div className="landing-page-btn-container">
@@ -95,7 +95,7 @@ const Home = () => {
9595
</h4>
9696
<p>
9797
"Make the shift from manual ballot voting to a secure online
98-
systemwithout compromising the integrity of your vote."
98+
system-without compromising the integrity of your vote."
9999
</p>
100100
</div>
101101
</div>
@@ -213,52 +213,89 @@ const Home = () => {
213213
<img src={faqs} alt="Frequently Asked Questions" />
214214
</div>
215215
</div>
216-
216+
217217
<footer className="landing-footer">
218218
<div className="footer-content">
219219
<div className="footer-section">
220220
<h3>About Us</h3>
221-
<p>Secure remote voting is an online voting system designed to gather instant and trustworthy results. We aim to make voting and elections easy, seamless and fair.</p>
221+
<p>
222+
Secure remote voting is an online voting system designed to gather
223+
instant and trustworthy results. We aim to make voting and
224+
elections easy, seamless and fair.
225+
</p>
222226
</div>
223-
227+
224228
<div className="footer-section">
225229
<h3>Quick Links</h3>
226230
<ul className="footer-links">
227-
<li><a href="#home">Home</a></li>
228-
<li><a href="#about-us">About Us</a></li>
229-
<li><a href="#faqs">FAQs</a></li>
230-
<li><a onClick={() => navigate('/login')} style={{cursor: 'pointer'}}>Login</a></li>
231-
<li><a onClick={() => navigate('/register')} style={{cursor: 'pointer'}}>Register</a></li>
231+
<li>
232+
<a href="#home">Home</a>
233+
</li>
234+
<li>
235+
<a href="#about-us">About Us</a>
236+
</li>
237+
<li>
238+
<a href="#faqs">FAQs</a>
239+
</li>
240+
<li>
241+
<a
242+
onClick={() => navigate("/login")}
243+
style={{ cursor: "pointer" }}
244+
>
245+
Login
246+
</a>
247+
</li>
248+
<li>
249+
<a
250+
onClick={() => navigate("/register")}
251+
style={{ cursor: "pointer" }}
252+
>
253+
Register
254+
</a>
255+
</li>
232256
</ul>
233257
</div>
234-
258+
235259
<div className="footer-section">
236260
<h3>Features</h3>
237261
<ul className="footer-links">
238-
<li><a href="#">Secured Platform</a></li>
239-
<li><a href="#">Online Voting</a></li>
240-
<li><a href="#">Real-time Results</a></li>
241-
<li><a href="#">AI-Powered Security</a></li>
262+
<li>
263+
<a href="#">Secured Platform</a>
264+
</li>
265+
<li>
266+
<a href="#">Online Voting</a>
267+
</li>
268+
<li>
269+
<a href="#">Real-time Results</a>
270+
</li>
271+
<li>
272+
<a href="#">AI-Powered Security</a>
273+
</li>
242274
</ul>
243275
</div>
244-
276+
245277
<div className="footer-section">
246278
<h3>Contact</h3>
247279
<div className="footer-contact">
248280
<div className="contact-item">
249281
<span>Email:</span>
250-
<a href="mailto:contact@securevoting.com">contact@securevoting.com</a>
282+
<a href="mailto:houssienzd@hotmail.com">
283+
houssienzd@hotmail.com
284+
</a>
251285
</div>
252286
<div className="contact-item">
253287
<span>Phone:</span>
254-
<a href="tel:+1234567890">+1 (234) 567-890</a>
288+
<a href="tel:0096170432805">+ 961 70 432805</a>
255289
</div>
256290
</div>
257291
</div>
258292
</div>
259-
293+
260294
<div className="footer-bottom">
261-
<p>&copy; {new Date().getFullYear()} Secure Remote Voting. All rights reserved.</p>
295+
<p>
296+
&copy; {new Date().getFullYear()} Secure Remote Voting. All rights
297+
reserved.
298+
</p>
262299
</div>
263300
</footer>
264301
</div>

docker-compose.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ services:
1717

1818
frontend:
1919
image: ${DOCKERHUB_USERNAME:-username}/final_project_react_image:latest
20-
build:
21-
context: ./client
22-
args:
23-
- VITE_API_URL=https://13.38.84.88/:8000/api/v0.1
2420
ports:
2521
- "80:80"
2622
depends_on:

0 commit comments

Comments
 (0)