-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
581 lines (558 loc) · 34.3 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
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
579
580
581
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible"content="IE=edge">
<meta name="viewport"content="width=device-width,initial-scale=1.0">
<title>Portfolio project</title>
<!-- ====== CSS Files ====== -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="color-1.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
<!------======= style switcher =======-->
<link rel="stylesheet" href="switcher.css">
<link rel="stylesheet" href="color-1.css" class="alternate-style" title="color-1" disabled>
<link rel="stylesheet" href="color-2.css" class="alternate-style" title="color-2" disabled>
<link rel="stylesheet" href="color-3.css" class="alternate-style" title="color-3" disabled>
<link rel="stylesheet" href="color-4.css" class="alternate-style" title="color-4" disabled>
<link rel="stylesheet" href="color-5.css" class="alternate-style" title="color-5" disabled>
</head>
<body>
<!-- ====== Main container Start ====== -->
<div class="main-container">
<!-- ====== Aside Start ====== -->
<div class="aside">
<div class="logo">
<a href="#"><span>A</span>deks</a>
</div>
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li><a href="#home" class="active"><i class="fa fa-home"></i> Home</a></li>
<li><a href="#about"><i class="fa fa-user"></i> About</a></li>
<li><a href="#Zodiac sign"><i class="fa fa-bookmark"></i> Zodiac Sign</i></a></li>
<li><a href="#services"><i class="fa fa-list"></i> Services</a></li>
<li><a href="#portfolio"><i class="fa fa-briefcase"></i> Portfolio</a></li>
<li><a href="#contact"><i class="fa fa-comment"></i> Contact</a></li>
</ul>
</div>
<!-- ====== Aside End ====== -->
<!-- ====== Main Content Start ====== -->
<div class="main-content">
<!-- ====== Home Section Start ====== -->
<section class="home section" id="home">
<div class="container">
<div class="row">
<div class="home-info pad-15">
<h3 class="hello">Hello, my name is <span class="name">Adeko Ayomide</span></h3>
<h3 class="my-profession">I'm <span class="auto-typing"> Web designer </span></h3>
<p>I'm a web designer with over 4 years of experience. My expertise is to create stunning website accross different niche:
E-commerce website, Portfolio website,Travel website,Real estate website, Online course website, Dropshipping website,Membership website and more..</p>
<a href="#Contact" class="btn hire-me">Hire Me</a>
</div>
<div class="home-img pad-15">
<img src="https://fiverr-res.cloudinary.com/t_profile_original,q_auto,f_auto/attachments/profile/photo/6d484a16df52a9a6b234af6db1f0404c-1221439701651513264788/JPEG_20220502_184102_6844465274905690350.jpg" alt="love">
</div>
</div>
</div>
</section>
<!-- ====== Home Section End ====== -->
<!-- ====== About Section Start ====== -->
<section class="about section " id="about">
<div class="container">
<div class="row">
<div class="section-title pad-15">
<h1>About Me</h1>
</div>
</div>
<div class="row">
<div class="about-content pad-15">
<div class="row">
<div class="about-text pad-15">
<h3>I'm Adeko Ayomide and <span> Web Developer</span></h3>
<p>I create and maintain websites professionlly from the layout to the styling to give an appealing feel and look with easy navigation system.
I'm also responsible for your site's technical aspects,
such as its performance and capacity, which are measures of a website's
speed and how much traffic the site can handle. In addition you will not only get a responsive website but also full time support with powerful email marketing strategies and practices to pitch your site to the public for easy awareness and consumption.
</p>
</div>
</div>
<div class="row">
<div class="personal-info pad-15">
<div class="row">
<div class="info-item pad-15">
<p>Birthday: <span>Nov 12 1994</span></p>
</div>
<div class="info-item pad-15">
<p>Age <span>29</span></p>
</div>
<div class="info-item pad-15">
<p>Website: <span>https://adekoelijah.com</span></p>
</div>
<div class="info-item pad-15">
<p>Email: <span>[email protected]</span></p>
</div>
<div class="info-item pad-15">
<p>Degree: <span>Bsc physics</span></p>
</div>
<div class="info-item pad-15">
<p>Phone: <span>+234-7088294012</span></p>
</div>
<div class="info-item pad-15">
<p>City: <span>Lagos</span></p>
</div>
<div class="info-item pad-15">
<p>Freelance: <span>Available</span></p>
</div>
</div>
<div class="row">
<div class="buttons pad-15">
<a href="#" class="btn">Download CV</a>
<a href="£contact" class="btn hire me">Hire Me</a>
</div>
</div>
</div>
<div class="skills pad-15">
<div class="row">
<div class="skill-item pad-15">
<h5>CSS</h5>
<div class="progress">
<div class="progress-in" style="width: 73%;"></div>
<div class="skill-percent">73%</div>
</div>
</div>
<div class="skill-item pad-15">
<h5>JS</h5>
<div class="progress">
<div class="progress-in" style="width: 80%;"></div>
<div class="skill-percent">80%</div>
</div>
</div>
<div class="skill-item pad-15">
<h5>PYTHON</h5>
<div class="progress">
<div class="progress-in" style="width: 79%;"></div>
<div class="skill-percent">79%</div>
</div>
</div>
<div class="skill-item pad-15">
<h5>BOOTSTRAP</h5>
<div class="progress">
<div class="progress-in" style="width: 60%;"></div>
<div class="skill-percent">60%</div>
</div>
</div>
<div class="skill-item pad-15">
<h5>HTML</h5>
<div class="progress">
<div class="progress-in" style="width: 90%;"></div>
<div class="skill-percent">90%</div>
</div>
</div>
<div class="skill-item pad-15">
<h5>EMAIL MARKETING</h5>
<div class="progress">
<div class="progress-in" style="width: 89%;"></div>
<div class="skill-percent">89%</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="education pad-15">
<h3 class="title">Education</h3>
<div class="row">
<div class="timeline-box pad-15">
<div class="timeline shadow-dark">
<!-------timeline item----->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i>2018-2022
</h3>
<h4 class="timeline-title">Bsc in physics</h4>
<p class="timeline-text">Certified physics and education expert
</div>
<!-------timeline item----->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i>2015-2020
</h3>
<h4 class="timeline-title">Google analytics certificate</h4>
<p class="timeline-text">Social Media Marketing.
</p>
</div>
<!-------timeline item----->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i>2019-2021
</h3>
<h4 class="timeline-title">Hubspot Certificate</h4>
<p class="timeline-text">Certified email marketing, Sales & Marketing, Marketing.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="experience pad-15">
<h3 class="title">Experience</h3>
<div class="row">
<div class="timeline-box pad-15">
<div class="timeline shadow-dark">
<!-------timeline item----->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i>2018-2021
</h3>
<h4 class="timeline-title">Email marketer at Gordon Food Service</h4>
<p class="timeline-text">Gordon Food Service (GFS) is a foodservice distributor based in Wyoming,
Michigan serving the Midwest, Northeast, Southeast, and Southwest regions of the United States and coast-to-coast in Canada
</p>
</div>
<!-------timeline item----->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i>2016-2019
</h3>
<h4 class="timeline-title">Social media marketer at Allegis Group</h4>
<p class="timeline-text">Allegis Group, Inc., founded in 1983,
is the largest privately-held talent management firm in the world.
As the global leader in talent solutions, we take pride in what we do, connecting great people to great opportunities, helping businesses win and careers soar. Allegis Group and its network of specialized companies provide a full suite of complementary talent solutions that solves nearly every workforce challenge to empower business success while consistently delivering an unsurpassed quality experience.
</p>
</div>
<!-------timeline item----->
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa fa-calendar"></i>2021-2023
</h3>
<h4 class="timeline-title">Email marketing director at JR Simplot</h4>
<p class="timeline-text">The J.R. Simplot Company is a family-owned, privately held global food and agriculture company headquartered in Boise, Idaho.
Its integrated portfolio includes food processing and food brands,
phosphate mining, fertilizer manufacturing, farming, ranching and cattle production, and other enterprises related to agriculture.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ====== About Section End ====== -->
<!-- ====== Services Section Start ====== -->
<service class="service section" id="services">
<div class="container">
<div class="row">
<div class="section-title pad-15">
<h1>Services</h1>
</div>
</div>
<div class="row">
<!-- ====== Services item Start ====== -->
<div class="service-item pad-15">
<div class="service-item-inner">
<div class="icon">
<i class="fa fa-mobile-alt"></i>
</div>
<h4>Web Design/developer</h4>
<p>I'm a professional and a profound web developer with wealth of experience designing top-notch website accross different niches with mobile and various device in mind.
</p>
</div>
</div>
<!-- ====== Services item End ====== -->
<!-- ====== Services item Start ====== -->
<div class="service-item pad-15">
<div class="service-item-inner">
<div class="icon">
<i class="fa fa-mouse-pointer"></i>
</div>
<h4>Email marketing</h4>
<p>We understand the sole of your business growth may lie in email marketing
as one of the fast efficient and reliable way to reach out to large audience when done probably.
We got you cover by applying the best strategies and email practices to scale up your income.
</p>
</div>
</div>
<!-- ====== Services item Start ====== -->
<div class="service-item pad-15">
<div class="service-item-inner">
<div class="icon">
<i class="fa fa-google-plus-square"></i>
</div>
<h4>Project management</h4>
<p>We can't afford to leave you stranded so we will give you full time support to manage your business while you focus on something else.
We make use of wrike, monday.com, asana, trello, buildetrend and many other platforms to relief you of the stress
</p>
</div>
</div>
<!-- ====== Services item Start ====== -->
<div class="service-item pad-15">
<div class="service-item-inner">
<div class="icon">
<i class="fa fa-code"></i>
</div>
<h4>Social media marketing</h4>
<p>You can have a better experience with social media marketing by working with professional
who is ready to improve ROI.
</p>
</div>
</div>
<!-- ====== Services item Start ====== -->
<div class="service-item pad-15">
<div class="service-item-inner">
<div class="icon">
<i class="fa fa-search"></i>
</div>
<h4>E-commerce web developer</h4>
<p>Not just a design but a complete transformation of visual look into engagement with
all devices in mind to improve sales and interactions.
</p>
</div>
</div>
<!-- ====== Services item Start ====== -->
<div class="service-item pad-15">
<div class="service-item-inner">
<div class="icon">
<i class="fa fa-bullhorn"></i>
</div>
<h4>Cold emailing</h4>
<p>When it comes to reaching out to cold audience that you don't have any
relationship with and you want them to become your potential clients
then congratulate yourself because you have met with your solutions asap!
</p>
</div>
</div>
<!-- ====== Services item End ====== -->
</div>
</div>
</service>
<!-- ====== Services Section End ====== -->
<!-- ====== portfolio Section Start ====== -->
<section class="portfolio section " id="portfolio">
<div class="container">
<div class="row">
<div class="section-title pad-15">
<h1>Portfolio</h1>
</div>
</div>
<div class="row">
<div class="portfolio-header">
<h2>My Last Project:</h2>
</div>
</div>
<div class="row">
<!-----====== portfolio item start =====-->
<div class="portfolio-item pad-15">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="./images/automation 1.png" alt="sorry to hear">
</div>
</div>
</div>
<!-----====== portfolio item start =====-->
<!-----====== portfolio item end =====-->
<div class="portfolio-item pad-15">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="https://files.reallygoodemails.com/emails/pantry-meet-the-highest-quality-staples-/crop.png" alt=" great">
</div>
</div>
</div>
<!-----====== portfolio item start =====-->
<!-----====== portfolio item end =====-->
<div class="portfolio-item pad-15">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="https://files.reallygoodemails.com/emails/open-to-see-the-styles-curated-for-you/crop.png" alt="curate">
</div>
</div>
</div>
<!-----====== portfolio item start =====-->
<!-----====== portfolio item end=====-->
<div class="portfolio-item pad-15">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="https://files.reallygoodemails.com/emails/its-national-protein-day/crop.png" alt="protein day">
</div>
</div>
</div>
<!-----====== portfolio item start =====-->
<!-----====== portfolio item end =====-->
<div class="portfolio-item pad-15">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="https://files.reallygoodemails.com/emails/sale-alert/crop.png" alt="sales">
</div>
</div>
</div>
<!-----====== portfolio item start =====-->
<!-----====== portfolio item end =====-->
<div class="portfolio-item pad-15">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="https://files.reallygoodemails.com/emails/are-you-overpaying-for-home-and-auto-insurance/crop.png" alt="insurance">
</div>
</div>
</div>
<!-----====== portfolio item start =====-->
<!-----====== portfolio item end =====-->
<div class="portfolio-item pad-15">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="https://files.reallygoodemails.com/emails/three-classic-backpacks-head-to-head/crop.png" alt="backpack">
</div>
</div>
</div>
<!-----====== portfolio item start =====-->
<!-----====== portfolio item end =====-->
<div class="portfolio-item pad-15">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="https://files.reallygoodemails.com/emails/rina-menardi-handmade-italian-ceramics/crop.png" alt="creramic">
</div>
</div>
</div>
<!-----====== portfolio item end =====-->
<!-----====== portfolio item end =====-->
<div class="portfolio-item pad-15">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="https://files.reallygoodemails.com/emails/so-many-ways-to-feel-the-/crop.png" alt="shopify">
</div>
</div>
</div>
</div>
</section>
<!-- ====== portfolio Section End ====== -->
<!-- ====== Contact Section Start ====== -->
<div class="section contact" id="contact">
<div class="container">
<div class="row">
<div class="section-title pad-15">
<h1>Contact</h1>
</div>
</div>
<h3 class="contact-title pad-15">Have You Any Question?</h3>
<h4 class="contact-sub-title pad-15">I'M AT YOUR SERVICE</h4>
<div class="row">
<!----=======contact info item start ========-->
<div class="contact-info-item pad-15">
<div class="icon"><i class="fa fa-phone"></i></div>
<h4>Call Us</h4>
<p>+234-7088294012</p>
</div>
<!----=======contact info item End ========-->
<!----=======contact info item start ========-->
<div class="contact-info-item pad-15">
<div class="icon"><i class="fa fa-map marker-alt"></i></div>
<h4>Office</h4>
<p>Lagos Nigeria</p>
</div>
<!----=======contact info item End ========-->
<!----=======contact info item start ========-->
<div class="contact-info-item pad-15">
<div class="icon"><i class="fa fa-envelope"></i></div>
<h4>Email</h4>
<p>[email protected]</p>
</div>
<!----=======contact info item End ========-->
<!----=======contact info item start ========-->
<div class="contact-info-item pad-15">
<div class="icon"><i class="fa fa-globe-europe"></i></div>
<h4>Website</h4>
<p>www.domain.come</p>
</div>
<!----=======contact info item End ========-->
</div>
<h3 class="contact-title pad-15">SEND US AN EMAIL</h3>
<h4 class="contact-sub-title pad-15">I'M VERY RESPONSIVE TO MESSAGES</h4>
<!----========== contact form ==========-->
<div class="row">
<div class="contact-form pad-15">
<div class="row">
<div class="form-item-col-6 pad-15">
<div class="form-group">
<input type="text" class="form-control" placeholder="Name">
</div>
</div>
<div class="form-item-col-6 pad-15">
<div class="form-group">
<input type="email" class="form-control" placeholder="Email">
</div>
</div>
</div>
<div class="row">
<div class="form-item-col-12 pad-15">
<div class="form-group">
<input type="text" class="form-control" placeholder="Subject">
</div>
</div>
</div>
<div class="row">
<div class="form-item-col-12 pad-15">
<div class="form-group">
<textarea name="" class="form-control" id="" placeholder="Message"></textarea>
</div>
</div>
</div>
<div class="row">
<div class="form-item-col-12 pad-15">
<button type="submit" class="btn">Send Message</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ====== Contact Section End ====== -->
</div>
<!-- ====== Main Content End ====== -->
</div>
<!-- ====== Main container End ====== -->
<!-----======= style switcher start======-->
<div class="style-switcher">
<div class="style-switcher-toggler s-icon">
<i class="fas fa-cog fa-spin"></i>
</div>
<div class="day-night s-icon">
<i class="fas fa-moon"></i>
</div>
<h4>Theme colors</h4>
<div class="colors">
<span class="color-1" onclick="setActiveStyle('color-1')"></span>
<span class="color-2" onclick="setActiveStyle('color-2')"></span>
<span class="color-3" onclick="setActiveStyle('color-3')"></span>
<span class="color-4" onclick="setActiveStyle('color-4')"></span>
<span class="color-5" onclick="setActiveStyle('color-5')"></span>
</div>
</div>
<!-----======= style switcher end======-->
<!-- ====== js Files ====== -->
<script src="script."></script>
<!---======== <script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.8/typed.js"></script> ====-->
<script src="style-switcher.js"></script>
<script></script>
<script src="
https://cdn.jsdelivr.net/npm/[email protected]/lib/typed.min.js
"></script>
<script>
var typed = new Typed(".auto-typing",{
strings:["Web designer","Web Developer", "Email Marketer", "Project Manager", "Graphic Designer","Web analysis"],
typespeed:60,
Backspeed:40,
loop:true
})
</script>
<script type="text/javascript">style-switcher.js</script>
</body>
</html>