-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
453 lines (413 loc) · 20.1 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
<!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">
<meta name="description"
content="Personal Portfolio Page of Brian Obot, featuring his Services, Projects, and Open-source software contributions">
<meta name="keywords"
content="Brian Obot, Software Developer, Software Development, Programming, Python Developer, Python Tutor, Python Expert, Django Developer">
<!-- Open Graph tags -->
<meta property="og:title" content="Brian Obot (Software Developer)">
<meta property="og:url" content="https://brianobot.github.io/">
<meta property="og:description"
content="Personal Portfolio Page of Brian Obot, featuring his Services, Projects, and Open-source software contributions">
<meta property="og:image" content="https://i.ibb.co/7nzKhsw/Coding-vs-programming.jpg">
<meta property="og:image:secure_url" content="https://i.ibb.co/7nzKhsw/Coding-vs-programming.jpg">
<meta property="og:type" content="portfolio website">
<meta property="og:locale" content="en_GB">
<!-- Styling Links -->
<link rel="preload stylesheet" as="style" href="bootstrap/bootstrap-icons/bootstrap-icons.css">
<link rel="preload stylesheet" as="style" href="bootstrap/css/bootstrap.min.css">
<link rel="preload stylesheet" as="style" href="fontawesome-free/css/all.min.css">
<link rel="preload stylesheet" as="style" href="css/style.min.css">
<!-- Animation on scroll css cdn link -->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<!-- Favicon Links -->
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image\png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image\png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" type="image\png" href="favicon_io/site.webmanifest">
<!-- Structured data for website -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://brianobot.github.io/"
},
"headline": "Brian Obot (Software Developer)",
"description": "Personal Portfolio of Brian Obot",
"image": "https://i.ibb.co/7nzKhsw/Coding-vs-programming.jpg",
"author": {
"@type": "Person",
"name": "Brian Obot",
"url": "https://brianobot.github.io/about.html"
},
"publisher": {
"@type": "Organization",
"name": "",
"logo": {
"@type": "ImageObject",
"url": ""
}
},
"datePublished": "2023-01-15",
"dateModified": "2023-03-22"
}
</script>
<link rel="canonical" href="https://brianobot.github.io/">
<title>Brian Obot (Software Developer)</title>
<style>
#hero-specialty {
color: rgb(175, 173, 173) !important;
font-size: 1.3rem;
}
</style>
</head>
<body oncontextmenu="return true;">
<header id="header" class="fixed-top">
<div class="container d-flex aligh-items-center">
<h1 class="logo me-auto pt-2">
<a href="index.html">Brian's Portfolio</a>
</h1>
<nav id="navbar" class="navbar">
<ul>
<li><a href="index.html" class="nav-link active"> Home</a></li>
<li><a href="about.html" class="nav-link">About</a></li>
<li><a href="about.html#projects" class="nav-link">Projects</a></li>
<li><a href="about.html#social-section" class="nav-link mb-2 mb-md-0">Contact</a></li>
<!-- <li><a href="store/app.html" class="nav-link mb-2 mb-md-0">Store</a></li> -->
<!-- <li><a href="extras.html" class="nav-link mb-2 mb-md-0">Extras</a></li> -->
<li><a href="https://docs.google.com/document/d/1q8O224GCpInFMhEHbFgVfyDXQu5dJ0cZZC5wYpwSQvE/edit?usp=sharing" target="_blank"
class="btn resume-btn justify-content-center mx-2 pe-3 ps-2" download><i class="bi bi-download mx-2"></i>
Get my
Resume</a></li>
</ul>
<i class="d-none bi bi-moon theme-switch mx-3" id="theme-switch" onclick="toggleTheme()"></i>
<i class="bi mobile-nav-toggle bi-list"></i>
</nav>
</div>
</header>
<!-- Start of hero section -->
<section id="hero" style="margin-top: 4.10rem;">
<div class="container">
<div class="row">
<!-- First column for my name and others -->
<div class="col-md-12 pt-5 mb-5">
<h2 class="greetings">Hello there 👋🏾! <span class="loading-after">I am</span> <br>
<hr>
<span class="my-name" data-aos="fade-up" data-aos-duration="500">Brian Obot</span>
<p class="typewrite pt-lg-2 pt-sm-1" id="hero-specialty" data-period="2000"
data-type='["💿 Software Developer.", "📡 Electronic Engineer.", "🐍 Python Enthusiast.", "🌐 Django Developer."]'>
<span class="wrap"></span></p>
</h2>
<!-- Short skills/interest introduction -->
<p class="intro-speech" data-aos="fade-up" data-aos-duration="1000">A Techie with keen interest in Backend and
Infrastructure Engineering, Cloud Computing, Data-Engineering and Distributed System. A Skilled Backend
Engineer with a focus on Developing Scalable, Dynamic and Efficient Systems</p>
<h3>
<div data-aos="fade-up" data-aos-duration="1500">
<a href="about.html" class="btn btn-primary px-4 py-2 mt-1 rounded-pill">About me</a>
<a href="about.html#social-section"
class="btn btn-outline-primary px-4 py-2 mt-1 ms-2 rounded-pill border border-primary border-2"><i
class="bi bi-person-plus"></i> Contact me</a>
</div>
</h3>
</div>
</div>
</div>
</section>
<!-- End of Hero Section -->
<!-- Start of service section -->
<section id="services" class="pt-4">
<div class="container">
<h3 class="subtitle h2 text-dark text-center fw-bolder"><a href="#services" class="text-dark">Top Services</a>
</h3>
<div class="services-list">
<!-- Services card -->
<div data-aos="fade-up" id="software-dev">
<i class="fab fa-app-store"></i>
<h4 class="h3">Software Development</h4>
<p>Conceiving, specifying, designing, programming, documenting, testing, and bug fixing
involved in creating and maintaining applications, frameworks, or other software components...</p>
<a href="https://en.wikipedia.org/wiki/Software_development" class="text-white fw-bold" target="_blank">🌍
Learn more...</a>
</div>
<!-- Services card -->
<div data-aos="fade-up" id="web-design">
<i class="fa fa-solid fa-code"></i>
<h4 class="h3">Web Design</h4>
<p>Skilled and discipline in the production and maintenance of websites. Websites from simple landing pages,
promotional pages,
full-stack web applications, personal portfolio sites...
</p>
<a href="https://en.wikipedia.org/wiki/Web_design" class="text-white fw-bold" target="_blank">🌍 Learn
more...</a>
</div>
<!-- Services card -->
<div data-aos="fade-up" id="engineering-analysis">
<i class="fa fa-sharp fa-solid fa-crop"></i>
<h4 class="h3">Engineering Analysis and Visualization</h4>
<p>Application of scientific/mathematical analytic principles and processes to reveal
the properties and state of a system, device or mechanism under study...</p>
<a href="https://en.wikipedia.org/wiki/Engineering_analysis" class="text-white fw-bold" target="_blank">🌍
Learn more...</a>
</div>
<!-- Services card -->
<!-- <div class="d-lg-none" data-aos="fade-up" id="solana-blockchain-development">
<i class="fa fa-cube fa-solid fa-cube"></i>
<h4 class="h3">Solana Blockchain Development</h4>
<p>Technical writing is writing or drafting technical communication used in technical and occupational
fields, such as computer hardware and software, architecture, engineering...</p>
<a href="https://en.wikipedia.org/wiki/Technical_writing" class="text-white fw-bold" target="_blank">🌍 Learn
more...</a>
</div> -->
<!-- Services card -->
<div class="d-lg-none" data-aos="fade-up" id="technical-writing">
<i class="fa fa-sharp fa-solid fa-pen"></i>
<h4 class="h3">Technical Writing and Documentation</h4>
<p>Technical writing is writing or drafting technical communication used in technical and occupational
fields, such as computer hardware and software, architecture, engineering...</p>
<a href="https://en.wikipedia.org/wiki/Technical_writing" class="text-white fw-bold" target="_blank">🌍 Learn
more...</a>
</div>
</div>
<div class="w-100 mt-5 text-center d-none">
<a href="#" class="btn btn-outline-dark p-3 px-4 disabled">See More Services</a>
</div>
</div>
</section>
<!-- End of service section -->
<hr>
<!-- Frequently asked question section -->
<section id="faq" class="text-center container">
<h4 class="h1 mb-4">Frequently Asked Questions</h4>
<div class="row">
<div class="col-md-6">
<div class="faq-card">
<div class="faq-question"><i class="bi bi-question-circle me-2">
</i> Who is Brian Obot?
</div>
<div class="faq-answer">
<p>Brian Obot, A Software Developer based in Akwa Ibom, Nigeria.
Graduated from Madonna University, Enugu, Nigera; as an Electrical/Electronic Engineer... <a
href="about.html#about-me" title="Read About Brian">Read More...</a>
</p>
</div>
</div>
<hr class="hr-line">
</div>
<div class="col-md-6">
<div class="faq-card">
<div class="faq-question"><i class="bi bi-question-circle me-2">
</i> What is a Portfolio Website?
</div>
<div class="faq-answer">
<p>A portfolio website is a unique way to showcase your work and let others know about
yourself. It's like an evergreen platform for your projects, case studies, and information
about you. In addition, it's one of the best ways to express your personality, experience, and
capabilities. <a
href="https://kinsta.com/blog/portfolio-website/#:~:text=a%20Portfolio%20Website-,What%20Is%20a%20Portfolio%20Website%3F,personality%2C%20experience%2C%20and%20capabilities."
title="Read on Portfolio Website" target="_blank">Read More...</a>
</p>
</div>
</div>
<hr class="hr-line">
</div>
<div class="col-md-6">
<div class="faq-card">
<div class="faq-question"><i class="bi bi-question-circle me-2">
</i>Why do you need a Portfolio Website?
</div>
<div class="faq-answer">
<p>In a nutshell, you need a portfolio website to showcase your work. Whether you’re an
individual, a small team of two or a company of ten people, it’s crucial that you
have a unique online approach. A website portfolio will help you stand out from the crowd,
show your uniqueness, build trust, and make sure that others can actually find you. <a
href="https://kinsta.com/blog/portfolio-website/#why-you-need-a-portfolio-website"
title="Read on Importance of a Portfolio Website" target="_blank">Read More...</a>
</p>
</div>
</div>
<hr class="hr-line">
</div>
<div class="col-md-6">
<div class="faq-card">
<div class="faq-question"><i class="bi bi-question-circle me-2">
</i> Who is Technical Writer?
</div>
<div class="faq-answer">
<p>A technical writer is a professional information communicator whose task
is to transfer information between two or more parties, through any medium
that best facilitates the transfer and comprehension of the information. <a
href="https://en.wikipedia.org/wiki/Technical_writer" title="Read on Technical Writer">Read More...</a>
</p>
</div>
</div>
<hr class="hr-line">
</div>
<div class="col-md-6 d-none">
<div class="faq-card">
<div class="faq-question"><i class="bi bi-question-circle me-2">
</i> How do you acquire new Tech skills?
</div>
<div class="faq-answer">
<p>You learn new tech skills by searching the internet, its usually a search away.
They are a number of MOOCs (), they usually have new recruitment batch frequently and you could join such
a platform,
but if you are solo-learner, using tech-based documentations, blog content, youtube vidoe tutorials and
surrounding yourself
with people that on a similar journey can greatly improve your learning curve and progress.
<a href="https://en.wikipedia.org/wiki/Technical_writer" title="Read on Technical Writer"
class="d-none">Read More...</a>
</p>
</div>
</div>
<hr class="hr-line">
</div>
<div class="col-md-6 d-none">
<div class="faq-card">
<div class="faq-question"><i class="bi bi-question-circle me-2">
</i> What was your motivation to learn programming?
</div>
<div class="faq-answer">
<p>Towards the starts of my journey as a software developer, it was usually the hope
of the great possibilties tech had to offer both financially and innovation-wise that served as
my primary source of inspiration and motivation to improve on tech skills. But after a considerable
amount of time spent doing techy stuffs, it has become a passion, that is both mentally rewarding and
satisfying, ofcourse the financial motivation can not be ignored. <a
href="https://en.wikipedia.org/wiki/Technical_writer" title="Read on Technical Writer"
class="d-none">Read More...</a>
</p>
</div>
</div>
<hr class="hr-line">
</div>
</div>
</section>
<!-- schedule consulation call section -->
<section id="consultation-call" class="consultation-call">
<div class="container-fluid px-0">
<div class="cta-banner">
<div class="cta-container">
<h5 class="call-h2 cta-h2"><span class="text-span">Need Advice?<br></span>Why not schedule a consultation
call.</h5>
<div class="cta-button-wrap"><a href="https://calendly.com/brianobot/consultation-call"
class="button-start w-button">Schedule Consultation</a></div>
</div>
</div>
</div>
<div class="fixed-background"></div>
</section>
<footer class="text-white text-start text-lg-start bg-dark">
<!-- Grid container -->
<div class="container p-4">
<!--Grid row-->
<div class="row mt-4">
<!--Grid column-->
<div class="col-lg-5 col-md-12 mb-4 mb-md-0 pe-5">
<h6 class="text-uppercase mb-4">Get In Touch</h6>
<p>
If you're interested in my work, my services or looking forward to connect better with me, please do not
hesitate to call me.
I am open to new collaborations and job offers.
</p>
<p>
I am actively learning new technologies and involved in contributing to open-source materials.
</p>
<div class="mt-4 mb-3 footer-social-icons">
<!-- Github -->
<a href="https://github.com/brianobot/" target="_blank" type="button" title="github profile link"
class="btn btn-floating btn-light btn-lg"><i class="bi bi-github"></i></a>
<!-- Linkedin -->
<a href="https://www.linkedin.com/in/brian-obot-924b49216/" target="_blank" type="button"
title="linkedin profile line" class="btn btn-floating btn-light btn-lg"><i class="bi bi-linkedin"></i></a>
<!-- Twitter -->
<a href="https://twitter.com/i_am_brian_obot" target="_blank" type="button" title="twitter profile link"
class="btn btn-floating btn-light btn-lg"><i class="bi bi-twitter"></i></a>
<!-- Facebook -->
<a href="https://web.facebook.com/profile.php?id=100068591380321" target="_blank" type="button"
title="facebook profile link" class="btn btn-floating btn-light btn-lg"><i class="bi bi-facebook"></i></a>
</div>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-4 col-md-6 mb-4 mb-md-0">
<h6 class="text-uppercase mb-4 pb-1">Contacts</h6>
<ul class="fa-ul" style="margin-left: 1.65em;">
<li class="mb-3">
<span class="fa-li"><i class="bi bi-map"></i></span><span class="ms-2"><a
href="https://goo.gl/maps/N5pVbkPcuww2JaSPA" target="_blank" class="text-white">Somewhere on
Earth</a></span>
</li>
<li class="mb-3">
<span class="fa-li"><i class="bi bi-envelope"></i></span><a href="mailto:[email protected]"
class="ms-2 text-white">[email protected]</a>
</li>
<li class="mb-3">
<span class="fa-li"><i class="bi bi-telephone"></i></span><a href="tel:+2347018977031"
class="ms-2 text-white">+234
8073487154</a>
</li>
</ul>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h6 class="text-uppercase mb-4">Quick Links</h6>
<ul class="quick-links">
<li><a href="about.html#about-section">About Me</a></li>
<li><a href="about.html#contact">Contact</a></li>
<li><a href="about.html#projects">Projects</a></li>
<li><a href="support.html" title="Click here to support me and this site">Support Me</a></li>
</ul>
<div class="text-center">
<a href="https://calendly.com/brianobot/consultation-call" target="_blank"
class="btn btn-primary mt-3 rounded-pill pe-3"><img loading="lazy" src="images/zoom_img.png" width="30px"
height="28.5px" alt="Zoom Meeting icon"> Schedule a Call Session</a>
</div>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
©
<script>document.write(new Date().getFullYear())</script> Copyright:
<a class="text-white" href="https://brianobot.github.io/">Brian Obot</a><br>
<small id="designed-by-link"><a href="https://github.com/brianobot/brianobot.github.io">Designed & Built by Brian
Obot</a></small><br>
</div>
<!-- End of Copyright -->
</footer>
<!-- Buy me coffee widget -->
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js"
data-id="brianobot" data-description="Support me on Buy me a coffee!"
data-message="Thank you for visiting, you can support me by buying me coffee 😎" data-color="#5F7FFF"
data-position="right" data-x_margin="18" data-y_margin="18">
</script>
<script async defer src="bootstrap/js/bootstrap.min.js"></script>
<script async defer src="js/main.min.js"></script>
<!-- animation on scroll js cdn -->
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!--Start Google tag (gtag.js) -->
<script async defer src="https://www.googletagmanager.com/gtag/js?id=G-0D5MV7MDPD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-0D5MV7MDPD');
</script>
<!--End Google tag (gtag.js) -->
</body>
</html>