-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
189 lines (158 loc) · 8.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--=============== FAVICON ===============-->
<link rel="shortcut icon" href="assets/img/logo.png" type="image/x-icon">
<!--=============== REMIXICONS ===============-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/3.5.0/remixicon.css" crossorigin="">
<!--=============== CSS ===============-->
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Propulsive Landers @ Georgia Tech</title>
</head>
<body>
<!--==================== HEADER ====================-->
<header class="header" id="header">
<nav class="nav container">
<a href="#" class="nav__logo">
<img src="assets/img/logo.png" alt="GTPL">
</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item">
<a href="index.html" class="nav__link">Home</a>
</li>
<li class="nav__item">
<a href="about.html" class="nav__link">About</a>
</li>
<li class="nav__item">
<a href="project.html" class="nav__link">Projects</a>
</li>
<li class="nav__item">
<a href="sponsors.html" class="nav__link">Sponsors</a>
</li>
<li class="nav__item">
<a href="contact.html" class="nav__link">Contact</a>
</li>
</ul>
<!-- <a href="#" class="nav__button">Login</a> -->
<!-- Close button -->
<div class="nav__close" id="nav-close">
<i class="ri-close-line"></i>
</div>
</div>
<!-- Toggle button -->
<div class="nav__toggle" id="nav-toggle">
<i class="ri-apps-2-line"></i>
</div>
</nav>
</header>
<!--==================== MAIN ====================-->
<main class="main">
<!--==================== HOME ====================-->
<section class="home">
<div class="home__container container">
<div class="home__content">
<h3 class="home__subtitle">
HELLUVA ROCKETRY CLUB
</h3>
<h1 class="home__title">
<span>
Propulsive Landers <br>
@ Georgia Tech
</span>
</h1>
<p class="home__description">
<a href="mailto:[email protected]" class="contact__icons" target="_blank"><i class="ri-mail-fill"></i></a>
<a href="https://www.linkedin.com/company/propulsive-landers-georgia-tech" target="_blank" class = "contact__icons" ><i class="ri-linkedin-fill"></i></a>
<a href="https://www.instagram.com/propulsivelandersgt/" target="_blank" class="contact__icons"><i class="ri-instagram-fill"></i></a>
<a href="https://www.tiktok.com/@propulsive.landers.gt" target= "_blank" class="contact__icons"><i class="ri-tiktok-fill"></i></a>
<a href="https://www.youtube.com/spacex" target = "_blank" class="contact__icons"><i class="ri-youtube-fill"></i></a>
<a href="https://www.flickr.com/photos/spacex/" target = "_blank" class="contact__icons"><i class="ri-flickr-fill"></i></a>
</p>
<!-- <a href="#" class="home__button">
Join the Team!
</a> -->
</div>
<!-- <div class="home__images">
<img src="assets/img/points-space.svg" alt="image" class="home__points">
<img src="assets/img/planet.svg" alt="image" class="home__planet-2">
<img src="assets/img/planet.svg" alt="image" class="home__planet-1">
<img src="assets/img/rocket.svg" alt="image" class="home__rocket">
</div>
</div> -->
</section>
<!-- Who We Are Section -->
<section class="about section">
<div class="about__container container">
<div class="about__content">
<div class="about__text">
<h2 class="section__title">Who We Are</h2>
<p class="about__description" style="font-size: 1.2rem;">
Propulsive Landers @ Georgia Tech (GTPL) is the student-run propulsive landing team at the Georgia Institute of Technology. We focus on research and development of hybrid propulsion and control systems, bringing together students of all backgrounds to achieve our goal of becoming the first student team in the world to achieve hovering, vertical take-off, and landing (VTOL) of a hybrid rocket. By giving students hands-on experience and exposure to real-world engineering challenges outside of the classroom, we help shape the next generation of pioneers.
</p>
</div>
<div class="about__image">
<img src="assets/img/WhoWeAre.jpg" alt="Who We Are Image">
</div>
</div>
</div>
</section>
<!-- Sponsors Section -->
<section class="sponsors section">
<h2 class="section__title">Our Sponsors</h2>
<div class="sponsors__container container">
<img src="assets/img/platinum-sponsor1.png" alt="Sponsor 1" class="sponsors__logo">
<img src="assets/img/gold-sponsor1.webp" alt="Sponsor 2" class="sponsors__logo">
<!-- Add more sponsor logos as needed -->
</div>
<div class="sponsors__cta">
<a href="#contact" class="sponsors__button">Become a Sponsor</a>
</div>
</section>
<!-- Contact Section -->
<section class="contact section">
<div class="contact__container container">
<div class="contact__content">
<div class="contact__location">
<h2 class="wheretofind">Where To Find Us</h2>
<p>Georgia Institute of Technology</p>
<p>North Avenue</p>
<p>Atlanta, GA 30332</p>
</div>
<div class="site_map">
<h2 class="mapsite">Site Map</h2>
<ul class="site_map__list">
<li><a href="about.html" target="_blank" class="map_site">About Us</a></li>
<li><a href="projects.html" target="_blank" class="map_site">Projects</a></li>
<li><a href="sponsors.html" target="_blank" class="map_site">Sponsors</a></li>
<li><a href="contact.html" target="_blank" class="map_site">Contact</a></li>
</ul>
</div>
<div class="contact__socials">
<h2 class="socialcontact">Our Socials</h2>
<div class="social__icons">
<a href="mailto:[email protected]" target="_blank" class="fa fa-envelope"></a>
<a href="https://www.linkedin.com/company/propulsive-landers-georgia-tech" target="_blank" class="fa fa-linkedin"></a>
<a href="https://www.instagram.com/propulsivelandersgt/" target="_blank" class="fa fa-instagram"></a>
<a href="https://www.tiktok.com/@propulsive.landers.gt" target="_blank" class="social-icon tiktok">
<img src="assets/img/tiktok_round.png" class="tiktok-icon">
</a>
</div>
</div>
</div>
<h3 class="gtpl-heading">GTPL</h3>
</div>
</div>
<p class="copyright">Copyright 2024 © All rights Reserved. GTPL.</p>
</div>
</section>
</main>
<!--=============== GSAP ===============-->
<script src="assets/js/gsap.min.js"></script>
<!--=============== MAIN JS ===============-->
<script src="assets/js/main.js"></script>
</body>
</html>