-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
511 lines (483 loc) · 25.7 KB
/
header.html
File metadata and controls
511 lines (483 loc) · 25.7 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>douglasgraphics</title>
<link rel="icon" type="image/x-icon" href="favicon.ico.png">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/5485a8e8c8.js" crossorigin="anonymous"></script>
</head>
<body>
<nav>
<input type="checkbox" name="" id="chk1">
<img src="Douglas Graphics logo.png" class="logo">
<div class="search-box">
<form action="">
<input type="text" name="search" id="srch" placeholder="Search">
<button type="submit"><i class="fa fa-search"></i></button>
</form>
</div>
<div class="menu">
<label for="chk1">
<i class="fa fa-bars"></i>
</label>
</div>
<ul>
<li><a href="header.html"></i>Home</a></li>
<li><a href="about.html" ></i>About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="portfolio.html"></i>My Potfolio</a></li>
<li><a href="Contact.html">Contact Me</a></li>
</ul>
<li>
<a href="https://www.facebook.com/dictorsanja.abdallah"><i class="fab fa-facebook"></i></a>
<a href="https://x.com/OlameDicto26034"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.instagram.com/olamedictor37/"><i class="fa-brands fa-instagram"></i></a>
</li>
</nav>
<div class="header">
<h1>Hello, Welcome!</h1>
<h2> This is Dictor Olame</h2>
<h4> I am a <span class="auto-type"></span></h4>
</div>
<!----------------------about-------------------------->
<div id="about">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="DICTOR OLAME.png">
</div>
<div class="about-col-2">
<h1 class="sub-title">About Me</h1>
<p>I am a passionate community leader, humanitarian advocate,<br>
and digital strategist with extensive experience in partnership development,<br>
education, and social impact projects. Currently serving as the Director of<br>
Partnerships at Free Fluency Academy, I have also worked with Humanity & Inclusion<br>
and led youth-driven initiatives as the Chairperson of Kaya Youth Volunteers.<br>
I hold a BA in General Studies with a concentration in Information Systems from <br>
Saint Louis University and has certifications in Graphic Design, Peace Leadership, and ICT.
At 23 years old,I continue to drive positive change through education,<br>
technology, and grassroots activism.<br></p>
<br> <h2>Dictor A. Olame</h2>
<div class="tab-titles">
<p class="tab-links active-link" onclick="opentab('skills')">Skills</p>
<p class="tab-links" onclick="opentab('experience')">Experience</p>
<p class="tab-links" onclick="opentab('education')">Education</p>
</div>
<div class="tab-contents active-tab" id="skills">
<ul>
<li> <span>Content Creator</span><br> Creating contents fiting our demands</li>
<li> <span>Leadership</span><br> Problem Solver, Educator and Conflict Mediator</li>
<li> <span>Graphic Design</span><br> Adobe Photoshop, Canva Pro, Adobe Illustrator</li>
<li> <span>Web Developent</span><br> HTML, CSS, JavaScript, Java</li>
<li> <span>Entreprenuership</span><br> Risk Taker, time manager, coorperative, and collaborative</li>
<li> <span>Basic ICT</span><br> Computer Packages, i.e Microsoft Office</li>
<li> <span>Analytical & Visualization</span><br> Data Analyst and Visualist</li>
<li> <span>Cybersecurity & IT</span><br> Information Systems, ICT, Microsoft Office Suite</li>
<li> <span>Research & Education</span><br> Field Monitoring, Teaching, Curriculum Development</li>
<li> <span>Leadership & Community Engagement </span><br> Partnership Development, Conflict Resolution, Mentorship </li>
<li> <span>Critical thinking and creative writing</span><br>Essential for effective communication and problem-solving</li>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li> <span>2025 - date </span><br>Director of Partnership at Free Fluency Academy </li>
<li> <span>2025 - date </span><br>Humanity & Inclusion, SNE Teacher at Greenlight Secondary School </li>
<li> <span>2022 - Date </span><br>Kaya Youth Chairperson</li>
<li> <span>2023 - date </span><br>Website Design for business, ie Luminara Alliance, Charity Action...</li>
<li> <span>2024 - date </span><br>Board member, Raise Again Hope Again</li>
<li> <span>2024 - date </span><br>Project Lead, Kakuma Social Agriventures</li>
</ul>
</div>
<div class="tab-contents" id="education">
<ul>
<li> <span>2023 - <b>Content Creation</b></span><br> Certification at Saint Joseph College, Bangolore, India</li>
<li> <span>2023 - <b>Peace Leader Studies</b></span><br> Certification at Hekima University college</li>
<li> <span>2024 - <b>pre-STEM Program</b></span><br> Certification at Creighton University, USA</li>
<li> <span>2024 - <b>Interreligious Cooperation For Peace</b></span><br> Certification at Globethics.net</li>
<li> <span>2022 - <b>KCSE</b></span><br> Certification at Greenlight Secondary School, Kakuma Camp, Kenya</li>
<li> <span>2018 - <b>KCPE</b></span><br> Certification at Fuji Primary School, Kakuma Camp, Kenya</li>
<li> <span>2023 - <b>Graphic Design</b></span><br> Certification at Saint Joseph college, Bangolore, India</li>
<li> <span>2023 - <b>Web Developent</b></span><br> Certification at Saint Joseph College, Bangolore, India</li>
<li> <span>2023 - <b>Entreprenuership Course</b></span><br> Certification at Don Bosco, Kakuma</li>
<li> <span>2023 - <b>ICT Packages</b></span><br> Certification At Don Bosco, Kakuma</li>
<li> <span>2028 - <b>Computer Science</b></span><br> Bachelor of Science at University of the people</li>
<li> <span>2027 - <b>General studies & Aata Analyst</b></span><br> Bachelor of Arts At Saint Louis University, Missouri, USA</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-----------------Services------------------->
<div id="Services">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<div class="container">
<h1 class="sub-title"> My Services</h1>
<div class="Services-list">
<div>
<i class="fas fa-pencil-alt"> </i>
<h2>Content Creation</h2>
<p>As passionate content creator, i specialize in crafting engaging,
informative, and visually appealionmg contentacross various platforms.
My work spans a diverse array of formats, includingb blog posts, videos,
social media updates, infographics, andpodcasts </p>
<a href="https://www.facebook.com/dictorsanja.abdallah">Learn more</a>
</div>
<div>
<i class="fa-solid fa-palette"></i>
<h2>Graphic Design</h2>
<p> I design everything from logos and brand guidelines to
social media graphics and website visuals.
My focus? Creating a cohesive visual identity that grabs attention
and tells your brand story.</p>
<a href="https://www.facebook.com/dictorsanja.abdallah">Learn more</a>
</div>
<div>
<i class="fas fa-code"></i>
<h2>Web Design</h2>
<p> I design everything you need to visually represent your brand,
from logos and brand guidelines to social media graphics and website visuals.
My focus is on crafting a cohesive visual identity that grabs attention and tells your unique brand story.</p>
<a href="https://www.facebook.com/dictorsanja.abdallah">Learn more</a>
</div>
<div>
<i class="fas fa-pencil-alt"> </i>
<h2>Data Analyst</h2>
<p>As a data analyst, i visualize and analyst various range of data of an oraganization to a desired formats
to help the company discover the trend of theiur business as compared to othgers and also make probabailities
of the company data in the future using their trends and variation </p>
<a href="https://www.facebook.com/dictorsanja.abdallah">Learn more</a>
</div>
<div>
<i class="fa-solid fa-database"></i>
<h2>computer instruction</h2>
<p>As a computer specialist and a cybersecurity, i provide technological solutions using my critical thinking and creative
skills and knowledge to make the company and the organization have secure environment both online and onsite </p>
<a href="https://www.facebook.com/dictorsanja.abdallah">Learn more</a>
</div>
<div>
<i class="fas fa-handshake"></i>
<h2>Counselling</h2>
<p>As a creative and critical thinker, i do provide counselling and guidance sessions to Students and
few elders both at School and community , just to improve and embrace inclusivity in the society </p>
<a href="https://www.facebook.com/dictorsanja.abdallah">Learn more</a>
</div>
<div>
<i class="fa-solid fa-magnifying-glass"></i>
<h2>Researching</h2>
<p>I am a skilled researcher with expertise in data analysis using R-programming, qualitative and<br>
quantitative research methods, and data visualization. My work focuses on addressing real-world <br>
challenges like food insecurity and water scarcity, transforming data into actionable insights for impactful solutions. </p>
<a href="https://www.facebook.com/dictorsanja.abdallah">Learn more</a>
</div>
<div>
<i class="fas fa-life-ring"></i>
<h2>Backup and Disaster Recovery</h2>
<p>Implement robust backup solutions and disaster recovery plans to ensure business<br>
continuity in case of data loss or system failure. </p>
<a href="https://www.facebook.com/dictorsanja.abdallah">Learn more</a>
</div>
<div>
<i class="fas fa-wifi"></i>
<h2>IoT Solutions</h2>
<p>Design and implement Internet of Things (IoT) systems to connect and<br>
manage smart devices for automation and data collection. </p>
<a href="https://www.facebook.com/dictorsanja.abdallah">Learn more</a>
</div>
<div>
<i class="fas fa-chart-line"></i>
<h2>Data Analytics and Business Intelligence</h2>
<p>Analyze data to provide actionable insights and create dashboards using tools like Power BI,<br>
Tableau, or Python libraries. </p>
<a href="https://www.facebook.com/dictorsanja.abdallah">Learn more</a>
</div>
<div>
<i class="fas fa-tools"></i>
<h2>IT Support and Maintenance</h2>
<p>Offer ongoing technical support, troubleshooting, and maintenance<br>
services to ensure smooth operation of IT systems.
</p>
<a href="https://www.facebook.com/dictorsanja.abdallah">Learn more</a>
</div>
<div>
<i class="fas fa-shield-alt"></i>
<h2>Cybersecurity Solutions</h2>
<p>Protect systems and data from cyber threats by implementing firewalls, <br>
encryption, intrusion detection systems, and conducting vulnerability assessments.
</p>
<a href="https://www.facebook.com/dictorsanja.abdallah">Learn more</a>
</div>
<div>
<i class="fas fa-cogs"></i>
<h2>DevOps Services</h2>
<p>Streamline software development and deployment processes using CI/CD <br>
pipelines, containerization (Docker), and orchestration tools (Kubernetes).
</p>
<a href="https://www.facebook.com/dictorsanja.abdallah">Learn more</a>
</div>
</div>
</div>
</div>
<!---------portfolio---- ----->
<div id="portfolio">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<div class="container">
<h1 class="sub-title"> My Projects</h1>
<div class="work-list">
<div class="work">
<img src="work17.png">
<div class="layer">
<h3>Graphic Design Sernice</h3>
<p>These are the samples of my designs and their
respective prices, asking a question qurantees no payment,
but Designing goes for cash</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="work18.png">
<div class="layer">
<h3>Social Media Post</h3>
<p>These are the samples of my designs and their
respective prices, asking a question qurantees no payment,
but Designing goes for cash</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="Dictor Webinar.png">
<div class="layer">
<h3>Social Media Post</h3>
<p>These are the samples of my designs and their
respective prices, asking a question qurantees no payment,
but Designing goes for cash</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="work3.png">
<div class="layer">
<h3>Social Media</h3>
<p>These are the samples of my designs and their
respective prices, asking a question qurantees no payment,
but Designing goes for cash</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="work2.png">
<div class="layer">
<h3>Graphic Design Sernice</h3>
<p>These are the samples of my designs and their
respective prices, asking a question qurantees no payment,
but Designing goes for cash</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="work7.png">
<div class="layer">
<h3>Graphic Design Sernice</h3>
<p>These are the samples of my designs and their
respective prices, asking a question qurantees no payment,
but Designing goes for cash</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="work16.png">
<div class="layer">
<h3>Graphic Design Sernice</h3>
<p>These are the samples of my designs and their
respective prices, asking a question qurantees no payment,
but Designing goes for cash</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="work6.png">
<div class="layer">
<h3>Graphic Design Sernice</h3>
<p>These are the samples of my designs and their
respective prices, asking a question qurantees no payment,
but Designing goes for cash</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="WORK5.png">
<div class="layer">
<h3>Graphic Design Sernice</h3>
<p>These are the samples of my designs and their
respective prices, asking a question qurantees no payment,
but Designing goes for cash</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="kakuma social demonstration.png">
<div class="layer">
<h3>Graphic Design Sernice</h3>
<p>These are the samples of my designs and their
respective prices, asking a question qurantees no payment,
but Designing goes for cash</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="Duglas graphics poster.png">
<div class="layer">
<h3>Graphic Design Sernice</h3>
<p>These are the samples of my designs and their
respective prices, asking a question qurantees no payment,
but Designing goes for cash</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="Gray and White Manager Business Card.png">
<div class="layer">
<h3>Graphic Design Sernice</h3>
<p>These are the samples of my designs and their
respective prices, asking a question qurantees no payment,
but Designing goes for cash</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="work1000.png">
<div class="layer">
<h3>Graphic Design Sernice</h3>
<p>These are the samples of my designs and their
respective prices, asking a question qurantees no payment,
but Designing goes for cash</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="work 30.png">
<div class="layer">
<h3>Graphic Design Sernice</h3>
<p>These are the samples of my designs and their
respective prices, asking a question qurantees no payment,
but Designing goes for cash</p>
<a href="#"><i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>
</div>
<a href="https://www.facebook.com/dictorsanja.abdallah" class="btn">See More</a>
</div>
</div>
<!-------------------------Contact------------------------->
<div id="Contact">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-title">Contact Me</h1>
<p><i class="fa-sharp fa-solid fa-paper-plane"></i>douglasdictor409@gmail.com</p>
<p><i class="fa-solid fa-square-phone-flip"></i>+254748225353</p>
<div class="social-icons">
<a href="https://www.facebook.com/dictorsanja.abdallah"><i class="fa-brands fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/dictor-olame-5b9632275/"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://x.com/OlameDicto26034"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.instagram.com/olamedictor37/"><i class="fa-brands fa-instagram"></i></a>
<a href="https://github.com/Dictor-div"><i class="fa-brands fa-github"></i></i></a>
<a href="https://www.youtube.com/@user-oh6bv9ox5q"><i class="fa-brands fa-youtube"></i></a>
<a href="https://www.tiktok.com/@dictor.olame"><i class="fa-brands fa-tiktok"></i></a>
<a href="https://www.pinterest.com/douglasdictor/"><i class="fa-brands fa-pinterest"></i></a>
</div>
<a href="MY CURRICULUM VITAE.pdf"Download class="btn btn2">Download CV</a>
</div>
<div class="contact-right">
<form name="submit-to-google-sheet">
<input type="text" name="Name" placeholder="Your Name" required>
<input type="email" name="Email" placeholder="Your Email" required>
<textarea name="Message" rows="6" placeholder="Your Message"></textarea>
<button type="submit" class="btn btn2">Submit</button>
</form>
<span id="msg"></span>
</div>
</div>
</div>
<div class="copyright">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<a href="#header">
<img src="Douglas Graphics logo.png" class="logo">
</a>
<div class=" footer">
<ul id="sidemenu">
<li><a href="header.html"> Home</a></li>
<li><a href="about.html"> About</a></li>
<li><a href="services.html"> Services</a></li>
<li><a href="portfolio.html"> Portfolio</a></li>
<li><a href="contact.html"> Contact</a></li>
</div>
</ul>
<p>Copyright © Dictor Olame. Made for <i class="fa-solid fa-heart"></i> Personal Use and professional only</p>
</div>
</script>
<script>
var tablinks = document.getElementsByClassName ("tab-links");
var tabcontents = document.getElementsByClassName ("tab-contents");
function opentab(tabname){
for(tablink of tablinks){
tablink.classList.remove("active-link");
}
for(tabcontent of tabcontents){
tabcontent.classList.remove("active-tab");
}
event.currentTarget.classList.add("active-link");
document.getElementById(tabname).classList.add("active-tab");
}
</script>
<script>
var sidemenu = document.getElementById("sidemenu");
function openmenu(){
sidemenu.style.right="0";
}
function closemenu(){
sidemenu.style.right="-200px";
}
</script>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbyZFQBhINHJrQporC7Xwg0vxHtXKUO0cPEqapURAE-m9-vKpgb8QtYLSl1azWt9dhC4/exec'
const form = document.forms['submit-to-google-sheet']
const msg =document.getElementById("msg")
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form)})
.then(response => {
msg.innerHTML= "Message sent successfully"
setTimeout(function(){
msg.innerHTML=''
},5000)
form.reset()
})
.catch(error => console.error('Error!', error.message))
})
function showsidebar(){
const sidebar =document.querySelector('.sidebar')
sidebar.style.display='flex'
}
function hideSidebar(){
const sidebar =document.querySelector('.sidebar')
sidebar.style.display='none'
}
</script>
<script src="https://unpkg.com/typed.js@2.1.0/dist/typed.umd.js"></script>
<script>
var typed = new Typed(".auto-type",
{
strings :["Programmer", "IT Supporter", "Web Developer", "Graphic Designer"],
typeSpeed:150,
backSpeed:150,
looped:true,
}
)
</script>
</body>
</html>