-
Notifications
You must be signed in to change notification settings - Fork 6
/
contact.html
442 lines (411 loc) · 15.3 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
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-K9NL9QCYZR"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-K9NL9QCYZR");
</script>
<meta charset="utf-8" />
<title>Contact Us - Ruby Conf Africa 2024</title>
<meta
name="description"
content="Get in touch with the Ruby Conf Africa 2024 team. Find our email, phone number, and social media links. We'd love to hear from you."
/>
<!-- Favicon -->
<!-- <link rel="shortcut icon" href="images/favicons/favicon.ico" type="image/x-icon"> -->
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<!-- For browsers requiring 16x16 px favicon -->
<link
rel="icon"
type="image/png"
sizes="16x16"
href="images/favicons/favicon-16x16.png"
/>
<!-- For browsers requiring 32x32 px favicon -->
<link
rel="icon"
type="image/png"
sizes="32x32"
href="images/favicons/favicon-32x32.png"
/>
<!-- <link rel="icon" href="images/logo/ruby.svg" type="image/x-icon"> -->
<!-- For Apple devices -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="images/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="images/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="images/favicons/favicon-16x16.png"
/>
<link rel="manifest" href="site.webmanifest" />
<meta
name="apple-mobile-web-app-title"
content="Contact Us - Ruby Conf Africa 2024"
/>
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<!-- For Android devices -->
<meta name="theme-color" content="#ffffff" />
<meta name="mobile-web-app-capable" content="yes" />
<meta
name="application-name"
content="Contact Us - Ruby Conf Africa 2024"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="images/favicons/android-chrome-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="512x512"
href="images/favicons/android-chrome-512x512.png"
/>
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<link href="css/responsive.css" rel="stylesheet" />
<!--Color Switcher Mockup-->
<link href="css/color-switcher-design.css" rel="stylesheet" />
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
<!-- Open Graph meta tags -->
<meta property="og:title" content="Contact Ruby Conf Africa 2024" />
<meta
property="og:description"
content="Reach out to the Ruby Conf Africa team with questions, feedback, or to get involved."
/>
<meta property="og:image" content="images/logo/arc_logo_coloured.png" />
<meta property="og:url" content="https://rubyconf.africa/contact.html" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Ruby Conf Africa 2024" />
<!-- Twitter OG tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Contact Ruby Conf Africa 2024" />
<meta name="twitter:description" content="Reach out to the Ruby Conf Africa
team with questions, feedback, or to get involved.>
<meta name=" twitter:image" content="images/logo/arc_logo_coloured.png" />
<!--[if lt IE 9
]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script
><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
<!-- JSON-LD -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "Contact Ruby Conf Africa 2024",
"description": "Reach out to the Ruby Conf Africa team with questions, feedback, or to get involved.",
"image": "https://rubyconf.africa/images/logo/arc_logo_coloured.png",
"startDate": "2024-07-26T09:00",
"endDate": "2024-07-27",
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"location": {
"@type": "Place",
"name": "Argyle Grand Hotel",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "Nairobi",
"postalCode": "JWW4+R5W",
"addressCountry": "KE"
}
}
}
</script>
</head>
<body>
<!-- Skeleton loader -->
<!-- <div class="skeleton-loader">
<div class="skeleton-date"></div>
<div class="skeleton-header"></div>
<div class="skeleton-details"></div>
<div class="skeleton-footer"></div>
</div> -->
<div class="page-wrapper">
<!-- Preloader -->
<!-- <div class="preloader"></div> -->
<!-- Header span -->
<!-- Header Span -->
<span class="header-span"></span>
<!-- Main Header-->
<header class="main-header header-style-two">
<div class="main-box">
<div class="auto-container clearfix">
<div class="logo-box">
<div class="logo">
<a href="index.html"
><img
src="images/logo/arc_logo_coloured.png"
alt="Africa Ruby Community Logo - Building a vibrant Ruby community in Africa"
title=""
/></a>
</div>
</div>
<!--Nav Box-->
<div class="nav-outer clearfix">
<!--Mobile Navigation Toggler-->
<div class="mobile-nav-toggler">
<span class="icon flaticon-menu"></span>
</div>
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md navbar-light">
<div class="navbar-header">
<!-- Toggle Button -->
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="icon flaticon-menu-button"></span>
</button>
</div>
<div
class="collapse navbar-collapse clearfix"
id="navbarSupportedContent"
>
<ul class="navigation clearfix">
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About</a></li>
<li class="dropdown">
<a href="speakers.html">Speakers</a>
<ul>
<li><a href="speakers.html">Speakers</a></li>
<li>
<a
href="https://www.papercall.io/rubyconfafrica2024"
target="_blank"
>CFP</a
>
</li>
</ul>
</li>
<li><a href="tickets.html">Tickets</a></li>
<li class="current"><a href="contact.html">Contact</a></li>
<li class="dropdown">
<a href="practicalities.html">Attendee Guide</a>
<ul>
<li>
<a href="code-of-conduct.html">Code of Conduct</a>
</li>
<li>
<a href="practicalities.html">Attendee Guide</a>
</li>
</ul>
</li>
</ul>
</div>
</nav>
<!-- Main Menu End-->
<!-- Outer box -->
<!-- <div class="outer-box">
<div class="btn-box">
<a
href="tickets.html"
target="_blank"
class="theme-btn btn-style-one"
>
<span class="btn-title">Get Tickets</span></a
>
</div>
</div> -->
</div>
</div>
</div>
<!-- Mobile Menu -->
<div class="mobile-menu">
<div class="menu-backdrop"></div>
<div class="close-btn">
<span class="icon flaticon-cancel-1"></span>
</div>
<!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header-->
<nav class="menu-box">
<div class="nav-logo">
<a href="index.html"
><img src="images/logo/arc_logo_coloured.png" alt="Africa Ruby
Community Logo - Building a vibrant Ruby community in Africa""
title=""></a
>
</div>
<ul class="navigation clearfix">
<!--Keep This Empty / Menu will come through Javascript-->
</ul>
</nav>
</div>
<!-- End Mobile Menu -->
</header>
<!--End Main Header -->
<!-- Disable page title banner -->
<!--Page Title Banner-->
<!--
<section class="page-title" style="background-image:url(images/logo/nairobi.jpg);">
<div class="auto-container">
<h1>About Ruby Conf, Africa 2024</h1>
</div>
</section>
-->
<!--End Page Title Banner-->
<!-- Contact Page Section -->
<section class="contact-page-section">
<div class="auto-container">
<div class="row clearfix">
<div class="contact-column col-lg-4 col-md-12 col-sm-12 order-2">
<div class="inner-column">
<div class="sec-title top-pd-mobile">
<h2>Contact Info</h2>
</div>
<ul class="contact-info">
<li>
<span class="icon fa fa-envelope"></span>
<div class="text">
<a href="mailto:[email protected]"
>
</div>
<div class="text">
<a href="mailto:[email protected]"
>
</div>
</li>
</ul>
<ul class="social-icon-one social-icon-colored">
<li>
<a href="https://web.facebook.com/rubycommunity.africa"
><i class="fab fa-facebook-f"></i
></a>
</li>
<li>
<a href="https://twitter.com/ruby_african"
><i class="fab fa-twitter"></i
></a>
</li>
<li>
<a href="https://www.linkedin.com/company/83046693"
><i class="fab fa-linkedin"></i
></a>
</li>
<li>
<a href="https://www.youtube.com/@nairubyorg7626"
><i class="fab fa-youtube"></i
></a>
</li>
</ul>
</div>
</div>
<!-- Form Column -->
<div class="form-column col-lg-8 col-md-12 col-sm-12">
<div class="inner-column">
<div class="contact-form">
<div class="sec-title">
<h2>Get in Touch</h2>
</div>
<div class="auto-container">
<div class="map-outer">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3988.863608869563!2d36.856877776387456!3d-1.2534464987346106!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x182f17eb1d447363%3A0x17a2d29bdcf01fda!2sKCA%20University!5e0!3m2!1sen!2ske!4v1717111382662!5m2!1sen!2ske"
width="600"
height="450"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--End Contact Page Section -->
<!-- Main Footer -->
<div id="footer-placeholder"></div>
<!-- End Footer -->
</div>
<!--End pagewrapper-->
<!-- Color Palate / Color Switcher -->
<div class="color-palate">
<div class="color-trigger">
<i class="fa fa-cog"></i>
</div>
<div class="color-palate-head">
<h6>Choose Your Demo</h6>
</div>
<ul class="box-version option-box">
<li>Full width</li>
<li class="box">Boxed</li>
</ul>
<ul class="rtl-version option-box">
<li>LTR Version</li>
<li class="rtl">RTL Version</li>
</ul>
<div class="palate-foo">
<span
>You will find much more options for colors and styling in admin
panel. This color picker is used only for demonstation purposes.</span
>
</div>
<a href="#" class="purchase-btn">Purchase now</a>
</div>
<!-- End Color Switcher -->
<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target" data-target="html">
<span class="fa fa-angle-double-up"></span>
</div>
<script src="js/jquery.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/jquery.fancybox.js"></script>
<script src="js/appear.js"></script>
<script src="js/owl.js"></script>
<script src="js/wow.js"></script>
<script src="js/validate.js"></script>
<script src="js/script.js"></script>
<!-- Color Setting -->
<script src="js/color-settings.js"></script>
<!-- Skeleton Loading -->
<!-- <script src="js/skeleton-loader.js"></script> -->
<script src="js/lazysizes.min.js" async=""></script>
<!-- Include the footer using jQuery -->
<script>
$(function () {
$("#footer-placeholder").load("footer.html");
});
</script>
</body>
</html>