-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
367 lines (354 loc) · 16 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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta name="description" content="Innovative Technology, Education Solutions, and Placement Services for Tomorrow's Businesses." />
<meta name="keywords" content="Technology, Education, Placement Services, Cloud Services, Software Development" />
<meta name="author" content="Skunkworks" />
<!-- Individual CSS Files -->
<link href="./css/footer.css" rel="stylesheet" />
<link href="./css/forms.css" rel="stylesheet" />
<link href="./css/header.css" rel="stylesheet" />
<link href="./css/main.css" rel="stylesheet" />
<link href="./css/sidebar.css" rel="stylesheet" />
<link href="./css/airbnb.css" rel="stylesheet" />
<link href="./css/arabic.css" rel="stylesheet" />
<link href="./css/bass-addons.css" rel="stylesheet" />
<link href="./css/bass.css" rel="stylesheet" />
<link href="./css/button.css" rel="stylesheet" />
<link href="./css/carbon-components.min_copy.css" rel="stylesheet" />
<link href="./css/carbon-components_copy.css" rel="stylesheet" />
<link href="./css/confetti.css" rel="stylesheet" />
<link href="./css/confirmDate.css" rel="stylesheet" />
<link href="./css/dark.css" rel="stylesheet" />
<link href="./css/example.css" rel="stylesheet" />
<link href="./css/flatpickr.css" rel="stylesheet" />
<link href="./css/flatpickr.min.css" rel="stylesheet" />
<link href="./css/fonts.css" rel="stylesheet" />
<link href="./css/github.css" rel="stylesheet" />
<link href="./css/ie.css" rel="stylesheet" />
<link href="./css/jasmine.css" rel="stylesheet" />
<link href="./css/light.css" rel="stylesheet" />
<link href="./css/manager.css" rel="stylesheet" />
<link href="./css/material_blue.css" rel="stylesheet" />
<link href="./css/material_green.css" rel="stylesheet" />
<link href="./css/material_orange.css" rel="stylesheet" />
<link href="./css/material_red.css" rel="stylesheet" />
<link href="./css/page.css" rel="stylesheet" />
<link href="./css/screen_copy.css" rel="stylesheet" />
<link href="./css/services.css" rel="stylesheet" />
<link href="./css/source-code-pro.css" rel="stylesheet" />
<link href="./css/style.css" rel="stylesheet" />
<link href="./css/styles.css" rel="stylesheet" />
<link href="./css/styles.min.css" rel="stylesheet" />
<link href="./css/tocbot.css" rel="stylesheet" />
<link href="./css/achievements.css" rel="stylesheet" />
<!-- Favicon -->
<link href="https://github.com/skunkworksza/www/blob/main/assets/skunkworks/logo-skunkworks-trans%2040%20%C3%97%2040%20px.png?raw=true" rel="icon" type="image/png" />
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
line-height: 1.6;
background-color: #121212;
color: #fff;
}
header {
background-color: #333;
color: #fff;
padding: 10px 0;
text-align: center;
}
header img {
max-width: 100%;
height: auto;
}
nav ul {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
nav ul li {
margin: 0 15px;
position: relative;
}
nav ul li a {
color: #fff;
text-decoration: none;
display: block;
padding: 10px;
}
nav ul li ul {
display: none;
position: absolute;
top: 100%;
left: 0;
background-color: #333;
padding: 0;
margin: 0;
list-style-type: none;
z-index: 1000;
}
nav ul li:hover ul {
display: block;
}
nav ul li ul li a {
padding: 10px 15px;
}
.section {
padding: 20px;
margin: 20px 0;
}
.welcome-title {
color: #fff; /* White color */
margin-bottom: 20px; /* Adds spacing after the title */
}
.welcome-subtitle {
color: #fff; /* White color for the subtitle */
}
.welcome-section-content {
background-color: #000; /* Black background for contrast */
max-width: 800px;
margin: 0 auto;
padding: 30px; /* Increased padding for more spacing */
border: 2px solid #fff; /* White border for emphasis */
border-radius: 10px;
text-align: center; /* Center-align the text */
color: #fff; /* White text color */
}
.welcome-heading {
font-size: 1.8em; /* Larger font size for the heading */
margin-bottom: 25px; /* Spacing after heading */
color: #fff;
}
.intro-text {
font-size: 1.2em; /* Slightly larger intro text */
margin-bottom: 15px; /* Spacing after intro text */
color: #ddd;
}
.body-text {
margin-bottom: 20px; /* Consistent spacing after paragraphs */
line-height: 1.6; /* Improved line spacing for readability */
color: #ccc;
}
.contact-text {
font-weight: bold; /* Make contact info stand out */
margin-bottom: 30px; /* Extra spacing before the button */
color: #fff;
}
.cta-button {
background-color: #007bff; /* Primary color for the button */
color: #fff;
padding: 10px 20px;
border: none;
border-radius: 5px;
font-size: 1em;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.3s ease;
}
.cta-button:hover {
background-color: #0056b3; /* Darker shade on hover */
transform: translateY(-2px); /* Subtle lift effect on hover */
}
.welcome-section-content {
background-color: #000000;
max-width: 800px;
margin: 0 auto;
padding: 20px;
border: 2px solid #ffffff;
border-radius: 8px;
}
.grid-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
form {
display: flex;
flex-direction: column;
max-width: 600px;
margin: 0 auto;
}
form input,
form textarea,
form button {
margin-bottom: 10px;
padding: 10px;
font-size: 1em;
width: 100%;
box-sizing: border-box;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px 0;
}
button {
background-color: #333;
color: #fff;
border: none;
padding: 10px 15px;
cursor: pointer;
transition: background-color 0.3s ease;
}
button:hover {
background-color: #555;
}
.partners-list {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
text-align: center;
}
.partner-item {
background-color: #ffffff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
}
.partner-item img {
max-width: 100%;
max-height: 100px;
object-fit: contain;
}
.statistics {
text-align: center;
margin-top: 20px;
}
.divider {
height: 2px;
background-color: #444;
margin: 20px 0;
}
.centered-container {
max-width: 800px;
margin: 0 auto;
background-color: #ffffff;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
border-radius: 8px;
text-align: center;
color: #000;
}
.libutton {
display: flex;
flex-direction: column;
justify-content: center;
padding: 7px;
text-align: center;
outline: none;
text-decoration: none !important;
color: #ffffff !important;
width: 200px;
height: 32px;
border-radius: 16px;
background-color: #ffffff;
font-family: "SF Pro Text", Helvetica, sans-serif;
margin: 10px auto;
}
.icon {
width: 20px;
height: 20px;
margin-right: 5px;
}
.service-icon {
width: 40px;
height: 40px;
display: block;
margin: 0 auto 10px auto;
}
/* Mobile Styles */
@media (max-width: 768px) {
.grid-container {
grid-template-columns: 1fr;
}
nav ul {
flex-direction: column;
}
nav ul li {
margin: 10px 0;
}
.partners-list {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="https://skunkworks.africa/index.html"><img alt="Home" class="icon" src="https://raw.githubusercontent.com/skunkworksza/Media/0b53a76fb034583714f1660a8f0dfe6c405928b6/carbon/application.svg" />Home</a></li>
<li>
<a href="https://courses.skunkworks.africa/"><img alt="Training" class="icon" src="https://raw.githubusercontent.com/skunkworksza/Media/0b53a76fb034583714f1660a8f0dfe6c405928b6/carbon/training.svg" />Training</a>
<ul>
<li><a href="https://skunkworks.africa/blended-learning.html"><img alt="Blended Learning" class="icon" src="https://raw.githubusercontent.com/skunkworksza/Media/0b53a76fb034583714f1660a8f0dfe6c405928b6/carbon/literature.svg" />Blended Learning</a></li>
<li><a href="https://skunkworks.africa/course-development.html"><img alt="Course Development" class="icon" src="https://raw.githubusercontent.com/skunkworksza/Media/0b53a76fb034583714f1660a8f0dfe6c405928b6/carbon/presentation.svg" />Course Development</a></li>
<li><a href="https://skunkworks.africa/project-mentoring.html"><img alt="Project Mentoring" class="icon" src="https://raw.githubusercontent.com/skunkworksza/Media/0b53a76fb034583714f1660a8f0dfe6c405928b6/carbon/presenter.svg" />Project Mentoring</a></li>
<li><a href="https://skunkworks.africa/performance-support.html"><img alt="Performance Support Tools" class="icon" src="https://raw.githubusercontent.com/skunkworksza/Media/0b53a76fb034583714f1660a8f0dfe6c405928b6/carbon/support--services.svg" />Performance Support Tools</a></li>
<li><a href="https://skunkworks.africa/training-programs.html"><img alt="Training Programs" class="icon" src="https://raw.githubusercontent.com/skunkworksza/Media/0b53a76fb034583714f1660a8f0dfe6c405928b6/carbon/professional--marketplace.svg" />Training Programs</a></li>
</ul>
</li>
<li>
<a href="#"><img alt="Services" class="icon" src="https://raw.githubusercontent.com/skunkworksza/Media/0b53a76fb034583714f1660a8f0dfe6c405928b6/carbon/automation--software.svg" />Services</a>
<ul>
<li><a href="https://skunkworks.africa/software-development.html"><img alt="Software Development" class="icon" src="https://raw.githubusercontent.com/skunkworksza/Media/0b53a76fb034583714f1660a8f0dfe6c405928b6/carbon/software.svg" />Software Development</a></li>
<li><a href="https://skunkworks.africa/hardware-software.html"><img alt="Hardware and Software" class="icon" src="https://raw.githubusercontent.com/skunkworksza/Media/0b53a76fb034583714f1660a8f0dfe6c405928b6/carbon/server--rack.svg" />HW/SW Solutions</a></li>
<li><a href="https://skunkworks.africa/managed-cloud.html"><img alt="Managed Cloud Services" class="icon" src="https://raw.githubusercontent.com/skunkworksza/Media/bd6b329933add88d1b2fbd81339a6a2cf0683aaa/carbon/cloud--managed--services.svg" />Managed Cloud</a></li>
<li><a href="https://skunkworks.africa/technical-support.html"><img alt="Technical Support Services" class="icon" src="https://raw.githubusercontent.com/skunkworksza/Media/0b53a76fb034583714f1660a8f0dfe6c405928b6/carbon/support--services.svg" />Technical Support</a></li>
<li><a href="https://skunkworks.africa/placement-recruitment.html"><img alt="Placements" class="icon" src="https://raw.githubusercontent.com/skunkworksza/Media/0b53a76fb034583714f1660a8f0dfe6c405928b6/carbon/global--partner%20(1).svg" />Placements</a></li>
</ul>
</li>
<li><a href="https://skunkworks.africa/contact.html"><img alt="Contact" class="icon" src="https://raw.githubusercontent.com/skunkworksza/Media/0b53a76fb034583714f1660a8f0dfe6c405928b6/carbon/bluepages.svg" />Contact</a></li>
</ul>
</nav>
</header><br>
<main class="container mx-auto p-8 flex-grow">
<div class="bg-custom-white p-6 border-custom rounded mb-4 contact-info">
<p>Email us at: <a href="mailto:info@skunkworks.africa">info@skunkworks.africa</a></p>
<p>Visit our website: <a href="http://www.skunkworks.africa" target="_blank">www.skunkworks.africa</a></p>
<h3 class="text-xl font-bold mt-4">Connect with us:</h3>
<p>LinkedIn: <a href="https://www.linkedin.com/company/skunkworksza" target="_blank">Skunkworksza LinkedIn</a></p>
<p>Facebook: <a href="https://www.facebook.com/skunkworksza" target="_blank">Skunkworksza Facebook</a></p>
<p>Twitter: <a href="https://twitter.com/skunkworksza" target="_blank">Skunkworksza Twitter</a></p>
<p>Stack Overflow: <a href="https://stackoverflow.com/company/skunkworksza" target="_blank">Skunkworksza Stack Overflow</a></p>
</div>
<div class="bg-custom-white p-6 border-custom rounded mb-4 onboarding-info">
<h2 class="text-2xl font-bold mb-4">Interested in Joining Skunkworks?</h2>
<p>If you're looking to become an instructor, member, or customer, we'd love to have you on board. Start your onboarding process today!</p>
<a class="bg-black hover:bg-gray-800 text-white font-bold py-2 px-4 rounded inline-block mt-4" href="onboarding.html">Begin Onboarding</a>
</div>
</main>
<footer class="footer-navbar">
<div class="dropdown-content">
<nav class="flex justify-center space-x-4">
<a class="text-white hover:underline" href="index.html">Home</a>
<a class="text-white hover:underline" href="about-us.html">About Us</a>
<a class="text-white hover:underline" href="course-catalog.html">Course Catalog</a>
<a class="text-white hover:underline" href="contact.html">Contact</a>
<a class="text-white hover:underline" href="onboarding.html">Onboarding</a>
</nav>
</div>
</footer>
<footer class="text-center p-4 text-white bg-black">
<p>© 2024 Skunkworks. All rights reserved.</p>
</footer>
<script src="./js/partnerSearchFilter.js"></script>
<script src="./js/partnerFilter.js"></script>
<script src="./js/mobileDropdown.js"></script>
<script src="./js/main.js"></script>
<script src="./js/include-header.js"></script>
<script src="./js/gulpfile.js"></script>
<script src="./js/formHandeler.js"></script>
<script src="./js/combinedPartnerFilter.js"></script>
</body>
</html>