forked from EXO-Genesis/comming-soon-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
105 lines (104 loc) · 5.16 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Exogenesis</title>
<link rel="stylesheet" href="styles.css" />
<script src="https://kit.fontawesome.com/9cf1f43e46.js" crossorigin="anonymous"></script>
<link
href="https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Quicksand:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navbar Section -->
<nav class="navbar">
<div class="navbar__container">
<div class="main__content">
<h1>EXO</h1>
</div>
<div class="navbar__toggle" id="mobile-menu">
<span class="bar"></span> <span class="bar"></span>
<span class="bar"></span>
</div>
<ul class="navbar__menu">
<li class="navbar__item">
<a href="/" class="navbar__links">Home</a>
</li>
<li class="navbar__item">
<a href="/about.html" class="navbar__links">About</a>
</li>
<li class="navbar__btn"><a href="/contact.html" class="button">Contact</a></li>
</ul>
</div>
</nav>
<!-- Services Section -->
<div class="about">
<div class="about__container">
<div class="about__content">
<h1>About</h1>
<p>Welcome to the adrenaline-fueled world of Exogenesis, where passion meets precision on the racetrack of innovation. As a dedicated team competing in F1 in Schools, we are driven by a shared love for engineering, design, and the pursuit of excellence.</p>
<h1>Our Mission</h1>
<p>At Exogenesis, our mission is simple: to push the boundaries of what's possible. We strive to embody the spirit of Formula 1 racing by embracing innovation, teamwork, and relentless determination. Through our journey in F1 in Schools, we aim to inspire the next generation of engineers, designers, and leaders.</p>
<h1> Our Team</h1>
<p> Exogenesis is comprised of a diverse group of talented individuals, each bringing their unique skills and expertise to the table. From creative minds shaping our car's design to meticulous engineers optimizing its performance, every team member plays a crucial role in our success.</p>
<h1>Our Journey</h1>
<p>Our journey in F1 in Schools is not just about competition; it's about growth, learning, and pushing our limits. From the drawing board to the racetrack, we pour countless hours into research, development, and testing, constantly refining our approach to achieve peak performance.
<h1>Our Partners</h1>
<p> None of our achievements would be possible without the generous support of our partners. From industry leaders to local businesses, we are grateful for their contributions and commitment to our success. Together, we're shaping the future of STEM education and fostering the next generation of innovators.</p>
<h1>Get Involved</h1>
<p> Are you ready to join us on the fast track to success? Whether you're a sponsor looking to support our journey or a student eager to be part of our team, we welcome you to reach out and become part of the Exogenesis family.
Join us as we chase our dreams, break barriers, and make history in the exhilarating world of F1 in Schools.</p>
</div>
</div>
</div>
<!-- Footer Section -->
<div class="footer__container">
<div class="footer__links">
<div class="footer__link--wrapper">
<div class="footer__link--items">
<h2>About Us</h2>
<a href="/sign__up">How it works</a> <a href="/">Testimonials</a>
<a href="/">Careers</a> <a href="/">Investments</a>
<a href="/">Terms of Service</a>
</div>
<div class="footer__link--items">
<h2>Contact Us</h2>
<a href="/">Contact</a> <a href="/">Support</a>
<a href="/">Destinations</a> <a href="/">Sponsorships</a>
</div>
</div>
<div class="footer__link--wrapper">
<div class="footer__link--items">
</div>
<div class="footer__link--items">
<h2>Social Media</h2>
<a href="instagram.com/exogenesisks">Instagram</a>
</div>
</div>
</div>
<section class="social__media">
<div class="social__media--wrap">
<div class="footer__logo">
<a href="/" id="footer__logo">EXO</a>
</div>
<p class="website__rights">© Exogenesis 2024. All rights reserved</p>
<div class="social__icons">
<a
class="social__icon--link"
href="/"
target="_blank"
aria-label="Instagram"
>
<i class="fab fa-instagram"></i>
</a>.
</a>
</div>
</div>
</section>
</div>
<script src="app.js"></script>
</body>
</html>