-
Notifications
You must be signed in to change notification settings - Fork 4
/
speakers.html
310 lines (258 loc) · 13.8 KB
/
speakers.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> Ruby Conf Africa </title>
<link rel="icon" href="assets/images/logo/ruby.svg" type="image/x-icon">
<!-- add resource links below -->
<link rel="stylesheet" href="index.css"/>
<script defer src="assets/js/alpine.min.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.1.min.js"></script>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<header x-data="{navbarOpen: false,}" class="absolute left-0 top-0 z-50 w-full">
<!-- ================== menu section start ======================================================================-->
<div class="container mx-auto">
<div class="relative -mx-4 flex items-center justify-between">
<div class="w-60 max-w-full px-4">
<a href="index.html" class="block w-full py-5">
<img
src="assets/images/logo/arclogo.png"
alt="logo"
class="w-30"
/>
</a>
</div>
<div class="flex w-full items-center justify-between px-4">
<div>
<button
@click="navbarOpen = !navbarOpen"
:class="navbarOpen && 'navbarTogglerActive'"
class="absolute right-4 top-1/2 transform -translate-y-1/2 lg:hidden bg-transparent text-white px-3 py-2 rounded-lg focus:outline-none"
>
<span
class="block h-1 w-6 bg-white mb-1"
></span>
<span
class="block h-1 w-6 bg-white mb-1"
></span>
<span
class="block h-1 w-6 bg-white mb-1"
></span>
</button>
<nav
x-transition
:class="{'bg-[#81171b] text-black': navbarOpen, 'hidden': !navbarOpen}"
id="navbarCollapse"
class="absolute right-4 top-full w-full max-w-[250px] rounded-lg py-5 px-6 shadow transition-all lg:static lg:block lg:w-full lg:max-w-full lg:shadow-none"
>
<ul class="block lg:flex">
<li>
<a
href="index.html"
class="flex py-2 text-base font-bold text-white hover:text-primary lg:ml-12 lg:inline-flex"
>
Home
</a>
</li>
<li>
<a
href="about.html"
class="flex py-2 text-base font-bold text-white hover:text-primary lg:ml-12 lg:inline-flex"
>
Venue & Schedule
</a>
</li>
<li>
<a
href="speakers.html"
class="active flex py-2 text-base font-bold text-white hover:text-primary lg:ml-12 lg:inline-flex"
>
Speakers
</a>
</li>
<li>
<a
href="sponsors.html"
class="flex py-2 text-base font-bold text-white hover:text-primary lg:ml-12 lg:inline-flex"
>
Sponsors
</a>
</li>
<li>
<a
href="code_of_conduct.html"
class="flex py-2 text-base font-bold text-white hover:text-primary lg:ml-12 lg:inline-flex"
>
Code of Conduct
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<!-- ================== menu section end ======================================================================-->
</header>
<!-- ====================== Banner Section Start ======================================================================-->
<div id="banner" class="relative pt-[120px] pb-[10px] lg:pt-[10px] min-h-32 nav">
<div class="mx-auto max-w-2xl py-32 sm:py-28 lg:py-30">
<div class="text-center">
<h1 class="text-4xl font-bold text-white">RUBY CONF AFRICA 2024</h1>
<p class="mt-6 text-2xl font-bold leading-8 text-white">Nairobi - 26/27 July</p>
<p class="mt-6 text-xl font-bold leading-8 text-white">Theme: Agile, Open Source & Entrepreneurship</p>
</div>
</div>
</div>
<!-- ================= Banner Section End ================================================================================-->
<!-- ================= Sponsors Section Start ===============================================================================-->
<div class="pb-16" style="font-family: 'Lato', sans-serif">
<dh-component>
<div class="container mx-auto pt-16">
<!-- previous sponsors -->
<div class="w-11/12 xl:w-2/3 lg:w-2/3 md:w-2/3 mx-auto sm:mb-10 mb-16">
<h1 tabindex="0"
class="focus:outline-none xl:text-5xl md:text-3xl text-xl text-center text-gray-800 font-extrabold mb-5 pt-4">
Previous Sponsors
</h1>
</div>
<div class="xl:py-16 lg:py-16 md:py-16 sm:py-16 px-15 flex flex-wrap">
<div class="w-6/12 xl:w-1/4 lg:w-1/4 md:w-1/4 flex justify-center xl:pb-10 pb-16 items-center">
<img tabindex="0" class="focus:outline-none"
src="assets/images/logo/shopify_2.png" alt="Kwara" role="img"
width="200" height="200"
/>
</div>
<div class="w-6/12 xl:w-1/4 lg:w-1/4 md:w-1/4 flex justify-center xl:pb-10 pb-16 items-center">
<img tabindex="0" class="focus:outline-none"
src="https://finplusgroup.com/images/Finplus-logo-draft-p-500.png" alt="Finplus" role="img"
width="200" height="200"
/>
</div>
<div class="w-6/12 xl:w-1/4 lg:w-1/4 md:w-1/4 flex justify-center xl:pb-10 pb-16 items-center">
<img tabindex="0" class="focus:outline-none"
src="assets/images/logo/andela.jpeg" alt="Andela" role="img"
width="200" height="200"
/>
</div>
<div class="w-6/12 xl:w-1/4 lg:w-1/4 md:w-1/4 flex justify-center xl:pb-10 pb-16 items-center">
<img tabindex="0" class="focus:outline-none"
src="assets/images/logo/nairobits_logo2.png" alt="Nairobits" role="img"
width="200" height="200"
/>
</div>
<div class="w-6/12 xl:w-1/4 lg:w-1/4 md:w-1/4 flex justify-center xl:pb-10 pb-16 items-center">
<img tabindex="0" class="focus:outline-none"
src="assets/images/logo/kopokopo.png" alt="Kopokopo" role="img"
width="200" height="200"
/>
</div>
<div class="w-6/12 xl:w-1/4 lg:w-1/4 md:w-1/4 flex justify-center xl:pb-10 pb-16 items-center">
<img tabindex="0" class="focus:outline-none"
src="assets/images/logo/kwara_logo.jpeg" alt="Kwara" role="img"
width="200" height="200"
/>
</div>
</div>
<!-- current sponsors -->
<div class="w-11/12 xl:w-2/3 lg:w-2/3 md:w-2/3 mx-auto sm:mb-10 mb-16">
<h1 tabindex="0"
class="focus:outline-none xl:text-5xl md:text-3xl text-xl text-center text-gray-800 font-extrabold mb-5 pt-4">
Current Sponsors
</h1>
</div>
<div class="xl:py-16 lg:py-16 md:py-16 sm:py-16 px-15 flex flex-wrap">
<div class="w-6/12 xl:w-1/4 lg:w-1/4 md:w-1/4 flex justify-center xl:pb-10 pb-16 items-center">
<img tabindex="0" class="focus:outline-none"
src="https://finplusgroup.com/images/Finplus-logo-draft-p-500.png" alt="Finplus" role="img"
width="200" height="200"/>
</div>
</div>
</div>
</dh-component>
</div>
<!-- ================= Sponsors Section End ===============================================================================-->
<!-- ================= CTA Section Start ===============================================================================-->
<section class="flex items-center bg-gray-100 font-poppins">
<div class="justify-center flex-1 px-4 py-4 mx-auto lg:py-10 md:px-7">
<div class="relative max-w-2xl mx-auto overflow-hidden rounded-3xl shadow cta">
<div class="z-20 lg:w-1/3 lg:text-start sm:px-6 lg:py-10 lg:px-8 lg:border-r-4 lg:border-gray-400">
<h2 class="text-xl font-bold md:text-2xl text-center text-white">
JUL
</h2>
<h2 class="mb-6 text-xl font-bold md:text-2xl text-center text-white">
26th & 27th
</h2>
</div>
<div class="lg:absolute top-0 lg:right-0 lg:w-2/3 lg:h-full lg:p-4 flex flex-col justify-center">
<p class="text-white text-center lg:text-start">Join 400 others in Nairobi, KE for a full day of inspiring keynotes and new connections at the premier conference for software Product Managers.</p>
<a href="registration.html"
class="mt-4 inline-flex items-center justify-center rounded-lg bg-[#81171b] py-4 w-full px-6 text-center text-base font-normal text-white hover:bg-opacity-90 sm:px-10 lg:px-8 xl:px-10">
Grab Your Ticket
</a>
</div>
</div>
</div>
</section>
<!-- ================= CTA Section End ===============================================================================-->
<!-- ================= Footer Section Start ===============================================================================-->
<footer class="mx-auto w-full max-w-container px-4 sm:px-6 lg:px-8">
<div class="border-t border-slate-900/5 py-10">
<img tabindex="0" class="mx-auto h-8 w-auto"
src="assets/images/logo/arc_logo_coloured.png"
alt="Finplus" role="img" width="250" height="250"/>
<p class="mt-5 text-center text-sm leading-6 text-slate-500">© 2024 Africa Ruby Community. All rights
reserved.</p>
<div class="mt-8 flex items-center justify-center space-x-4 text-sm font-semibold leading-6 text-slate-700"><a
href="/privacy-policy">Privacy policy</a>
<div class="h-4 w-px bg-slate-500/20"></div>
<a href="/terms">Terms & Conditions</a>
</div>
</div>
</footer>
<!-- ================= Footer Section End ===============================================================================-->
<!-- ================= Scripts Start ===============================================================================-->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="index.js"></script>
<script>
const dropdownToggle = document.getElementById('dropdown-toggle');
const dropdownContent = document.getElementById('dropdown-content');
const dropdownToggleCity = document.getElementById('dropdown-toggle-cities');
const dropdownContentCity = document.getElementById('dropdown-content-cities');
const dropdownToggleArea = document.getElementById('dropdown-toggle-areas');
const dropdownContentArea = document.getElementById('dropdown-content-areas');
dropdownToggle.addEventListener('click', () => {
if (dropdownContent.classList.contains('hidden')) {
dropdownContent.classList.remove('hidden');
} else {
dropdownContent.classList.add('hidden');
}
});
dropdownToggleCity.addEventListener('click', () => {
if (dropdownContentCity.classList.contains('hidden')) {
dropdownContentCity.classList.remove('hidden');
} else {
dropdownContentCity.classList.add('hidden');
}
});
dropdownToggleArea.addEventListener('click', () => {
if (dropdownContentArea.classList.contains('hidden')) {
dropdownContentArea.classList.remove('hidden');
} else {
dropdownContentArea.classList.add('hidden');
}
});
</script>
<!-- ================= Scripts End ===============================================================================-->
</body>
</html>