-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
353 lines (344 loc) · 14.8 KB
/
contact.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
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
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>One Station</title>
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/img/illustrations/logo3.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/img/illustrations/logo3.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/img/illustrations/logo3.png"
/>
<link
rel="shortcut icon"
type="image/x-icon"
href="assets/img/illustrations/logo3.png"
/>
<link rel="manifest" href="assets/img/favicons/manifest.json" />
<meta
name="msapplication-TileImage"
content="assets/img/illustrations/logo3.png"
/>
<meta name="theme-color" content="#ffffff" />
<link
rel="stylesheet"
href="https://unpkg.com/swiper/swiper-bundle.min.css"
/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css"
/>
<link rel="stylesheet" href="assets/css/style.css" />
<link
rel="stylesheet"
href="https://unpkg.com/aos@2.3.1/dist/aos.css"
/>
</head>
<body>
<section class="navbar mb-5 pb-3">
<nav class="navbar navbar-expand-lg fixed-top py-3 glass-navbar">
<div class="container">
<a
class="navbar-brand d-flex align-items-center fw-bold fs-2"
href="index.html"
>
<img
src="assets/img/illustrations/newlogo.png"
alt="Logo"
class="rounded-circle"
width="150"
height="50"
/>
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse"
id="navbarSupportedContent"
>
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a
class="nav-link fw-medium active"
aria-current="page"
href="index.html"
>Home</a
>
</li>
<li class="nav-item">
<a
class="nav-link fw-medium"
href="service.html"
>Services</a
>
</li>
<li class="nav-item">
<a class="nav-link fw-medium" href="blog.html"
>Case Studies</a
>
</li>
<li class="nav-item">
<a class="nav-link fw-medium" href="#whoweare"
>Who We Are</a
>
</li>
<!-- <li class="nav-item">
<a class="nav-link fw-medium" href="#faq"
>Insight</a
>
</li> -->
</ul>
<form class="d-flex ms-lg-3 mt-3 mt-lg-0">
<a
href="contact.html"
class="btn btn-lg rounded-pill glass-btn"
>
CONTACT US
</a>
</form>
</div>
</div>
</nav>
</section>
<section class="container mt-5 pt-5" data-aos="fade-up">
<div class="text-center mb-5">
<h1 class="display-5 fw-bold">
<span style="color: #ff8f00">Get in Touch</span>
</h1>
<p class="text-muted fs-5">
Connect with us to become a talent or submit your project
proposal. We look forward to collaborating with you!
</p>
</div>
<!-- Talent Application Section -->
<div class="jumbotron mt-5 pt-5" data-aos="fade-up">
<div class="container position-relative">
<div class="row align-items-center py-5">
<div
class="col-md-5 col-lg-6 order-md-1 text-center text-md-end"
>
<img
class="img-fluid"
src="assets/img/illustrations/talent.png"
alt="Talent Application Image"
data-aos="fade-left"
/>
</div>
<div
class="col-md-7 col-lg-6 text-center text-md-start"
>
<h2 class="mb-4 display-6 fw-bold">
Join as a Talent
</h2>
<p class="lead mb-4 fs-5">
Ready to make an impact? Apply to become part of
our talent network and contribute to exciting
projects.
</p>
<a
href="https://forms.gle/qB6C2DQ9R6FBHaji7"
target="_blank"
class="btn btn-lg rounded-pill"
style="background-color: #ff8f00; color: #fff"
data-aos="zoom-in"
>Apply as Talent</a
>
</div>
</div>
</div>
</div>
<!-- Project Proposal Section -->
<div class="jumbotron mt-5 pt-5" data-aos="fade-up">
<div class="container position-relative">
<div class="row align-items-center py-5">
<div class="col-md-5 col-lg-6 text-center text-md-end">
<img
class="img-fluid"
src="assets/img/illustrations/project.png"
alt="Project Proposal Image"
data-aos="fade-right"
/>
</div>
<div
class="col-md-7 col-lg-6 text-center text-md-start"
>
<h2 class="mb-4 display-6 fw-bold">
Submit a Project Proposal
</h2>
<p class="lead mb-4 fs-5">
Have a project idea? Let’s work together to make
it a reality. Submit your proposal, and we'll
get in touch!
</p>
<a
href="https://forms.gle/8M2i3sJAKh14jjbx5"
target="_blank"
class="btn btn-lg rounded-pill"
style="background-color: #ff8f00; color: #fff"
data-aos="zoom-in"
>Submit Proposal</a
>
</div>
</div>
</div>
</div>
<!-- Call to Action for WhatsApp -->
<div class="jumbotron mt-5 pt-5" data-aos="fade-up">
<div class="container text-center">
<h2 class="mb-4 display-6 fw-bold">Have Questions?</h2>
<p class="lead mb-4 fs-5">
Connect with us on WhatsApp for immediate assistance and
inquiries.
</p>
<a
href="https://wa.me/6285155424787"
target="_blank"
class="btn btn-lg rounded-pill"
style="background-color: #25d366; color: #fff"
data-aos="zoom-in"
>
<i class="fab fa-whatsapp"></i> Chat on WhatsApp
</a>
</div>
</div>
</section>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"
></script>
<section class="footer mt-5">
<div class="container">
<div class="row mb-4">
<div class="col-md-6">
<a
href="#"
class="d-flex align-items-center text-decoration-none fw-bold fs-3"
>
<img
src="assets/img/illustrations/newlogo.png"
alt="Logo"
class="footer-logo"
/>
</a>
</div>
<div class="col-md-6 text-md-end">
<ul class="list-unstyled list-inline mb-0">
<li class="list-inline-item me-3">
<a
class="text-dark text-decoration-none"
href="index.html"
>Home</a
>
</li>
<li class="list-inline-item me-3">
<a
class="text-dark text-decoration-none"
href="service.html"
>Services</a
>
</li>
<li class="list-inline-item me-3">
<a
class="text-dark text-decoration-none"
href="blog.html"
>Case Studies</a
>
</li>
<li class="list-inline-item me-3">
<a
class="text-dark text-decoration-none"
href="index.html#whoweare"
>Who We Are</a
>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-6">
<p class="text-muted">
© 2024 One Station. All rights reserved.
</p>
</div>
<div class="col-md-6 text-md-end">
<ul class="list-unstyled list-inline social-links">
<li class="list-inline-item me-3">
<a
href="mailto:onestationone@gmail.com"
class="text-dark"
>
<i class="bi bi-envelope"></i>
</a>
</li>
<li class="list-inline-item me-3">
<a
href="https://www.instagram.com/onestationone/"
class="text-dark"
>
<i class="bi bi-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"
></script>
<!-- Nabar Scroll effect -->
<script>
document.addEventListener("DOMContentLoaded", function () {
var navbar = document.querySelector(".glass-navbar");
window.addEventListener("scroll", function () {
if (window.scrollY > 50) {
navbar.classList.add("scrolled");
} else {
navbar.classList.remove("scrolled");
}
});
});
</script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init({
duration: 1000, // Animation duration in milliseconds
once: true, // Animation occurs only once while scrolling down
});
</script>
</body>
</html>