-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathabout-us.html
578 lines (540 loc) · 22.6 KB
/
about-us.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
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-K9NL9QCYZR"
></script>
<script async>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-K9NL9QCYZR");
</script>
<meta charset="utf-8" />
<title>About Us - Ruby Conf Africa 2024</title>
<meta
name="description"
content="Learn about Ruby Conf Africa 2024, our mission to connect Ruby developers in Africa, our team, and how to get involved in this vibrant community."
/>
<!-- 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="About 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="About 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" />
<!-- Meta Tags for Responsive Design -->
<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 and Twitter meta tags -->
<meta property="og:title" content="About Ruby Conf Africa 2024" />
<meta
property="og:description"
content="Join us on the 26th to 27th July 2024, as leading Ruby developers from around the world come together in Nairobi, Kenya, to share, inspire, and learn."
/>
<meta property="og:image" content="images/logo/arc_logo_coloured.png" />
<meta property="og:url" content="https://rubyconf.africa/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="About Ruby Conf Africa 2024" />
<!-- Twitter OG tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="About Ruby Conf Africa 2024" />
<meta
name="twitter:description"
content="Get to know the mission, team, and community behind the leading Ruby developers conference in Nairobi, Kenya."
/>
<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": "About Ruby Conf Africa 2024",
"description": "Join us on the 26th to 27th July 2024, as leading Ruby developers from around the world come together in Nairobi, Kenya, to share, inspire, and learn.",
"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": "KCA University - Nairobi Kenya",
"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 -->
<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"
loading="lazy"
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 class="current"><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><a href="contact.html">Contact</a></li>
<li class="dropdown">
<a href="practicalities.html">Attendee Guide</a>
<ul>
<li>
<a href="practicalities.html">Attendee Guide</a>
</li>
<li>
<a href="code-of-conduct.html">Code of Conduct</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" loading="lazy"
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-->
<!-- About Section -->
<section class="about-section" style="margin-top: 40px">
<!-- <div class="anim-icons full-width"> -->
<!-- <span class="icon icon-circle-blue wow fadeIn"></span> -->
<!-- <span class="icon icon-dots wow fadeInleft"></span> -->
<!-- <span class="icon icon-circle-1 wow zoomIn"></span> -->
<!-- </div> -->
<div class="auto-container">
<div class="row">
<!-- Content Column -->
<div class="content-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<div class="sec-title">
<span class="title"
>THE ORGANIZER - AFRICA RUBY COMMUNITY</span
>
<div class="text">
The African Ruby Community (ARC) is a community of 5000+
Ruby Developers developers (Engineers), entrepreneurs,
designers and freelancers with chapters in Nairobi- Kenya,
Kampala - Uganda, Kigali-Rwanda, and Dar es Salaam-
Tanzania.
</div>
<div class="text">
ARC aims to unite entrepreneurs, developers, designers, and
open-source contributors to tackle various challenges. By
embracing entrepreneurship and open-source principles, ARC
believes in offering comprehensive solutions to numerous
issues. Attendees are equipped with both technological tools
and entrepreneurial methodologies to maximize their
potential and inspire others in their communities and
beyond.
</div>
</div>
</div>
</div>
<!-- Content Column -->
<div class="content-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<div class="sec-title">
<span class="title"
>ABOUT THE CONFERENCE - RUBY CONF AFRICA 2024</span
>
<h3>Agile, Open Source & Entrepreneurship</h3>
<div class="text">
<b>RubyConf Africa 2024</b> is the first conference of its
kind organized by ARC that aims to connect together
Developers (Engineers), Designers and Entrepreneurs, from
across Africa to a <b>two day</b> conference from
<b>26th to 27th July, 2024 in Nairobi, Kenya</b> to have
conversations around the theme
<b>“Agile, Open Source & Entrepreneurship”</b>. The
objective of the conference is to:
</div>
</div>
<ul class="list-style-one">
<li>
Showcase and advocate for Open Source technologies as
catalysts for advancement across Industry, Entrepreneurship,
and Academia.
</li>
<li>
Foster discussions and explore how Agile methodologies can
be adapted and optimized for sustainable development
practices within the Ruby community.
</li>
<li>
Provide insights, Inspire and equip Ruby developers with the
entrepreneurial mindset and skills necessary to build
successful tech startups.
</li>
<li>
Elevate the status of the Ruby community in Africa to become
a globally recognized and integrated community.
</li>
</ul>
<!-- [Insert New Registration Link] -->
<div class="btn-box">
<a href="tickets.html" class="theme-btn btn-style-three"
><span class="btn-title">Buy Tickets</span></a
>
</div>
</div>
</div>
<!-- Image Column -->
<!-- <div class="image-column col-lg-6 col-md-12 col-sm-12">
<div class="image-box">
<figure class="image wow fadeIn"><img src="images/logo/nairobi.jpg" alt="image of the city of Nairobi, Kenya"></figure>
</div>
</div> -->
</div>
</div>
</section>
<!--End About Section -->
<!-- Event Info Section -->
<section class="event-info-section">
<div class="auto-container">
<div class="row">
<!-- Info Column -->
<div class="info-column col-lg-6 col-md-12 col-sm-12 order-2">
<div class="inner-column">
<div class="sec-title style-two">
<span class="title">Directions</span>
<h2>Direction for the <br />Conference</h2>
</div>
<div class="event-info-tabs tabs-box">
<!--Tabs Box-->
<ul class="tab-buttons clearfix">
<li class="tab-btn active-btn" data-tab="#tab1">Time</li>
<li class="tab-btn" data-tab="#tab2">Venue</li>
<li class="tab-btn" data-tab="#tab3">How to get there</li>
</ul>
<div class="tabs-content">
<!--Tab-->
<div class="tab active-tab" id="tab1">
<h4>
<span class="icon far fa-calendar"></span> July 26 & 27,
2024
</h4>
<div class="text">9.00 AM - 04.00 PM</div>
<!-- <ul class="info-list">
<li><span class="icon icon_profile"></span> Dianne Ameter</li>
<li><span class="icon icon_phone"></span> <a href="tel:+690-147-265-345">+123 456 7890</a></li>
<li><span class="icon icon_mail"></span> <a href="mailto:[email protected]">[email protected]</a></li>
</ul> -->
</div>
<!--Tab-->
<div class="tab" id="tab2">
<h4>
<span class="icon fa fa-map-marker-alt"></span>KCA
University, Nairobi, Kenya
</h4>
<div class="text">
Located in the vibrant Ruaraka area of Nairobi, KCA
University offers conference attendees modern facilities
and a comfortable environment. The university features
well-maintained lecture halls, computer labs, a library,
and Wi-Fi, ensuring an optimal experience for all
visitors.
<br />
<br />
Surrounded by numerous amenities, KCA University is just
a short distance from Garden City Mall and Thika Road
Mall, providing ample dining and shopping options. The
university is well-connected by public transportation,
with major roads and highways easily accessible. Taxi
and ride-sharing services are also readily available.
Conveniently, KCA University is approximately a
30-minute drive from Jomo Kenyatta International
Airport, making it easily accessible for international
and out-of-town visitors.
<br />
<br />
The campus and its surrounding areas are generally safe,
with university security and local law enforcement
ensuring the safety of students and visitors. Enjoy your
time at the conference and take the opportunity to
explore the vibrant surroundings of KCA University!
<br />
<br />
</div>
</div>
<!--Tab-->
<div class="tab" id="tab3">
<h4>
<span class="icon fa fa-directions"></span> How to get
there
</h4>
<div class="text">
Directions to KCA University are provided in the map
section.
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Image Column -->
<div class="map-column col-lg-6 col-md-12 col-sm-12">
<!--Map Outer-->
<div class="map-outer">
<!--Map Canvas-->
<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>
</section>
<!--End Event Info Section -->
<!-- Main Footer -->
<div id="footer-placeholder"></div>
<!-- End Footer -->
</div>
<!--End pagewrapper-->
<!--Search Popup-->
<div id="search-popup" class="search-popup">
<div class="close-search theme-btn">
<span class="fas fa-window-close"></span>
</div>
<div class="popup-inner">
<div class="overlay-layer"></div>
<div class="search-form">
<form method="post" action="index.html">
<div class="form-group">
<fieldset>
<input
type="search"
class="form-control"
name="search-input"
value=""
placeholder="Search Here"
required
/>
<input type="submit" value="Search Now!" class="theme-btn" />
</fieldset>
</div>
</form>
<br />
<h3>Recent Search Keywords</h3>
<ul class="recent-searches">
<li><a href="#">Seo</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">Events</a></li>
<li><a href="#">Digital</a></li>
<li><a href="#">Conference</a></li>
</ul>
</div>
</div>
</div>
<!--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/script.js"></script>
<!-- Color Setting -->
<script src="js/color-settings.js"></script>
<!-- Skeleton Loading -->
<!-- <script src="js/skeleton-loader.js"></script> -->
<!-- Lazy Loading -->
<script src="js/lazysizes.min.js" async=""></script>
<!-- Include the footer using jQuery -->
<script>
$(function () {
$("#footer-placeholder").load("footer.html");
});
</script>
</body>
</html>