-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
405 lines (266 loc) · 13 KB
/
index.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
<!DOCTYPE html>
<html>
<!-- Head meta tags -->
<head>
<title>Omoi</title>
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="style.css" rel="stylesheet">
</head>
<!-- HTML body -->
<body>
<!-- Header content -->
<a href="index.html">
<header>
<a href="index.html">
<object class="logo" type="image/svg+xml" data="./assets/logo.svg"></object>
</a>
</header>
</a>
<!-- Main content -->
<main role="main">
<!-- Hero section -->
<section class="hero">
<h1 class="hero-cap">Experience the magic of Omoi</h1>
<div class="sum-btn">
<p class="hero-sum">Unleash your full potential and become a master of human connection. At Omoi we empower
tech talents with the emotional intelligence (EQ) skills to thrive in today's collaborative world.</p>
<button class="btn-primary">Join our Community <object class="btn-icon" type="image/svg+xml"
data="./assets/arrow-right.svg"></object></button>
</div>
<img class="hero-image" src="./images/hero.png" alt="community people">
</section>
<!-- About section -->
<section class="about">
<h3>About Omoi</h3>
<div class="about-text">
<h2>We help you individuals and organizations bridge communication gaps and unlock potentials with
personalized Emotional Intelligence (EQ) training. </h2>
<p>Omoi is an Emotional Intelligence initiative based in Lagos, Nigeria, serving and training individuals
and organizations on the intricacies of EQ while enabling individuals build stronger relationships and
thrive in today’s goal driven world.</p>
<a href="mission.html">
<button class="btn-primary" id="learn-btn">
Learn More
<object class="btn-icon" type="image/svg+xml" data="./assets/arrow-right.svg"></object>
</button>
</a>
</div>
<div class="partners">
<p class="partners-header">Our Partners</p>
<div class="partner-logos">
<img src="./images/shecode.png" alt="Shecode Africa">
<img src="./images/roadtrip.png" alt="RoadTrip Communitty">
<img src="./images/sections.png" alt="Sections">
</div>
</div>
</section>
<!-- Traction section -->
<section class="traction">
<h2>Our Strength in Numbers</h2>
<div class="omoi-numbers">
<div class="numbers">
<h1>50K</h1>
<p>Virtual Members</p>
</div>
<div class="numbers">
<h1>16</h1>
<p>Partner Coaches</p>
</div>
<div class="numbers">
<h1>23</h1>
<p>Virtual Events</p>
</div>
<div class="numbers">
<h1>7</h1>
<p>Physical Trainings</p>
</div>
</div>
</section>
<!-- Values section -->
<section class="values">
<h3>Our Values</h3>
<div class="grid position">
<div class="values-card one">
<div class="label-info">
<div class="label green">We Value</div>
<h2>Empathy</h2>
</div>
<p>We understand the importance of seeing things from different perspectives.</p>
<img src="./assets/empathy.svg" alt="empathy">
</div>
<div class="values-card two">
<div class="label-info">
<div class="label blue">We Value</div>
<h2>Community</h2>
</div>
<p>We believe in continuous learning and development, which is the focal point of our trainings and
learning goals.</p>
<img src="./assets/community.svg" alt="Community">
</div>
<div class="values-card three">
<div class="label-info">
<div class="label orange">We Value</div>
<h2>Collaboration</h2>
</div>
<p>We are passionate about making a positive difference in the tech industry by fostering collaborative
work and partnership.</p>
<img src="./assets/collaboration.svg" alt="empathy">
</div>
<div class="values-card four">
<div class="label-info">
<div class="label yellow">We Value</div>
<h2> Self Development</h2>
</div>
<p>We encourage genuine self-expression in a safe and supportive environment.</p>
<img src="./assets/selfdev.svg" alt="empathy">
</div>
</div>
</section>
<!-- Spotlight section -->
<section class="spotlight">
<div class="spot-text">
<h3>Member Spotlight</h3>
<p>Our members are star talents across multiple sectors and industries but predominantly in the tech
eco-system.</p>
</div>
<div class="spot-card">
<div class="card first-card">
<div class="member-spot">
<img class="first-img" src="./assets/alex.svg" alt="Alex Oyebade">
<div class="card-info">
<h2>Alex Oyebade</h2>
<p>Member</p>
</div>
</div>
</div>
<div class="card second-card">
<div class="member-spot">
<img class="second-img" src="./assets/bolu.svg" alt="Boluwatife Awakan">
<div class="card-info">
<h2>Boluwatife Awakan</h2>
<p>Member</p>
</div>
</div>
</div>
</div>
</section>
<!-- Events section -->
<section class="events">
<h3>Events</h3>
<div class="events-text">
<h2>At Omoi we host a plethora of events to educate, inspire, and create an awareness on the importance
of Emotional Intelligence (EQ).</h2>
<p>We’re at the forefront of birthing a community of professionals who are equipped with mental and
emotional tools to blossom in their career, relationships, and in life.</p>
</div>
<div class="events-list list">
<div class="events-card g-card">
<div class="events-label">
<div class="label green">Event</div>
<h3>Neuroscience & Giggles</h3>
</div>
</div>
<div class="events-card b-card">
<div class="events-label">
<div class="label blue">Event</div>
<h3>Vivid Imaginations</h3>
</div>
</div>
<div class="events-card o-card">
<div class="events-label">
<div class="label orange">Event</div>
<h3>Social Alchemy</h3>
</div>
</div>
<div class="events-card y-card">
<div class="events-label">
<div class="label yellow">Event</div>
<h3>The Joy Code</h3>
</div>
</div>
</div>
</section>
<!-- Omoi Gallery -->
<section class="gallery">
<h2>Omoi Gallery</h2>
<div class="omoi-gallery">
<div class="photos">
<img class="img-one" src="./images/gallery-1.png">
<img class="img-two" src="./images/gallery-2.png">
<img class="img-three" src="./images/gallery-3.png">
</div>
<div class="photos">
<img class="img-one" src="./images/gallery-4.png">
<img class="img-two" src="./images/gallery-5.png">
<img class="img-three" src="./images/gallery-6.png">
</div>
<div class="photos">
<img class="img-one" src="./images/gallery-7.png">
<img class="img-two" src="./images/gallery-8.png">
<img class="img-three" src="./images/gallery-9.png">
</div>
</div>
</section>
<!-- Join section -->
<section class="join-clan">
<div class="join-top">
<div class="join-text">
<h2>Join the Omoi Clan</h2>
<p>Our community of like minds helps you surround yourself with other professionals that on the
trajectory of becoming better people, developing amazing friendship and imbibing the tenets of
assertive training.
</p>
</div>
<button class="btn-primary join-btn" id="learn-btn">
Join our community
<object class="btn-icon" type="image/svg+xml" data="./assets/arrow-right.svg"></object>
</button>
<button class="btn-sec hide-mobile">Join our community<object class="btn-icon" type="image/svg+xml"
data="./assets/arr0w-green.svg"></object></button>
</div>
<img class="com" src="./assets/clan.svg" alt="join Omoi clan">
</section>
</main>
<!-- Footer content -->
<footer>
<!-- Newsletter form section -->
<div class="newsletter">
<div class="newsletter-header">
<h2>Newsletter</h2>
<p>Sign up to our newsletter to get guides and tips on how to manage your emotions, lead a healthy life
and increase you psychological well being.</p>
</div>
<form action="/subscribe" method="post" class="newsletter-form">
<input class="first-name" type="text" placeholder="First name" name="firstName">
<input class="last-name" type="text" placeholder="Last name" name="lastName">
<div class="email-button-wrap">
<input class="email" type="email" placeholder="Email address" name="email">
<button class="submit-btn" type="submit">→</button>
</div>
</form>
</div>
<!-- Omoi social links -->
<section class="socials">
<div class="left">
<img class="sologo" src="./assets/logo.svg" alt="Omoi logo">
<p>Experience the magic of Omoi.</p>
</div>
<div class="right">
<object class="social" type="image/svg+xml" data="./assets/sms.svg"></object>
<object class="social" type="image/svg+xml" data="./assets/instagram.svg"></object>
<object class="social" type="image/svg+xml" data="./assets/facebook.svg"></object>
<object class="social" type="image/svg+xml" data="./assets/whatsapp.svg"></object>
<object class="social" type="image/svg+xml" data="./assets/youtube.svg"></object>
</div>
</section>
<!-- Omoi footer -->
<object class="logo-footer" type="image/svg+xml" data="./assets/Logo-footer.svg"></object>
</footer>
<script src="script.js"></script>
</body>
</html>