-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
215 lines (178 loc) · 6.23 KB
/
Copy pathindex.html
File metadata and controls
215 lines (178 loc) · 6.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Roketry</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700;800&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- ================= NAVBAR ================= -->
<nav class="navbar navbar-expand-md bg-body-tertiary fixed-top">
<div class="container-fluid">
<!-- Brand -->
<a class="navbar-brand fw-bold" href="#home"> DBAT - Model Rocketry </a>
<!-- Hamburger Button (3 lines) -->
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#rokentryNavbar"
aria-controls="rokentryNavbar"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapsible Menu -->
<div class="collapse navbar-collapse" id="rokentryNavbar">
<ul class="navbar-nav ms-auto mb-2 mb-md-0">
<!-- <li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- ================= SCROLL SNAP CONTAINER ================= -->
<div class="snap-container">
<!-- ================= HOME ================= -->
<section id="home" class="snap">
<div class="hero">
<!-- LEFT: TEXT -->
<div class="hero-text">
<h1 class="title">
From Sketchbook<br>
to Sky
</h1>
<p class="subtitle">
Every prototype, redesign, failure,
and launch — archived as it happened.
</p>
</div>
<!-- RIGHT: IMAGE -->
<div class="hero-image">
<img src="rocket2.png" alt="Rocket illustration">
</div>
</div>
</section>
<!-- ================= PROJECTS ================= -->
<section id="projects" class="snap projects-section">
<div class="projects-layout">
<div class="projects-main">
<!-- LEFT -->
<div class="projects-info">
<h2 class="projects-title">Projects</h2>
<p class="projects-desc">
A collection of open-source aerospace, robotics, and experimental
engineering projects developed by the Roketry community.
</p>
</div>
<!-- BLOCKS BELOW SUBTITLE -->
<div class="projects-slider">
<div class="project-card">
<h3>Solid Rocket Motor</h3>
<p>Design and static testing of small-scale SRMs.</p>
</div>
<div class="project-card">
<h3>Avionics Stack</h3>
<p>Flight computer, telemetry, and recovery systems.</p>
</div>
<div class="project-card">
<h3>Launch Rail System</h3>
<p>Modular rail-based launch infrastructure.</p>
</div>
<div class="project-card">
<h3>CFD Simulation</h3>
<p>Aerodynamic analysis of rocket bodies.</p>
</div>
<div class="project-card more-card">
<span><a href="project.html">View All Projects →</a></span>
</div>
</div>
</div>
<!-- RIGHT: FAINT IMAGE PLACEHOLDER -->
<div class="projects-image-placeholder" aria-hidden="true">
<span>PROJECT VISUAL</span>
</div>
</div>
</section>
<!-- ================= ABOUT ================= -->
<section id="about" class="snap about-section">
<div class="about-layout">
<!-- LEFT -->
<div class="about-stats">
<div class="stat">
<span class="stat-number">12+</span>
<span class="stat-label">Projects</span>
</div>
<div class="stat">
<span class="stat-number">5+</span>
<span class="stat-label">Launch Tests</span>
</div>
<div class="stat">
<span class="stat-number">30+</span>
<span class="stat-label">Contributors</span>
</div>
<div class="stat">
<span class="stat-number">Open</span>
<span class="stat-label">Source</span>
</div>
</div>
<!-- RIGHT -->
<div class="about-text">
<h2 class="about-title">About DBAT</h2>
<p class="about-desc">
We are a student-led rocketry lab based in Vadodara, India, dedicated to democratizing access to aerospace engineering through open-source projects and collaborative learning.
</p>
<p class="about-desc">
From propulsion and avionics to simulation and launch
infrastructure, we design, test, and share everything openly.
</p>
</div>
</div>
</section>
<!-- ================= CONTACT ================= -->
<section id="contact" class="snap contact-section">
<div class="contact-layout">
<!-- LEFT -->
<div class="contact-info">
<h2 class="contact-title">Contact</h2>
<p class="contact-desc">
Interested in collaborating, contributing, or launching
something together? Reach out.
</p>
<div class="contact-meta">
<p>Email: <span>roketry@opensource.dev</span></p>
<p>GitHub: <a href="https://github.com/DBAT-Rocketry-Lab" target="_blank" rel="noopener noreferrer">https://github.com/DBAT-Rocketry-Lab</a></p>
<p>Location: <span>Vadodara, India</span></p>
</div>
</div>
<!-- RIGHT -->
<form class="contact-form">
<input type="text" placeholder="Your Name" required>
<input type="email" placeholder="Your Email" required>
<textarea rows="4" placeholder="Your Message"></textarea>
<button type="submit">Send Message</button>
</form>
</div>
</section>
</div>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>