-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
492 lines (399 loc) · 26.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="author" content="Ausbeth Aguguo">
<meta name="description" content="Software Engineer Portfolio">
<meta name="keywords" content="Portfolio, Software Engineer">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<title>Ausbeth Portfolio</title>
<link rel="icon" type="image/x-icon" href="images/layers.png">
<!-- CSS FILES -->
<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=DM+Sans:wght@400;500;700&display=swap" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-icons.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<section class="preloader">
<div class="spinner">
<span class="spinner-rotate"></span>
</div>
</section>
<nav class="navbar navbar-expand-lg">
<div class="container">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand mx-auto mx-lg-0">Welcome</a>
<div class="d-flex align-items-center d-lg-none">
<ul class="social-icon">
<li class="social-icon-item"><a href="https://discordapp.com/users/1079761956044550144" target="_blank" class="social-icon-link bi-discord"></a></li>
<li class="social-icon-item"><a href="https://instagram.com/aus_bee?igshid=ZDdkNTZiNTM=" target="_blank" class="social-icon-link bi-instagram"></a></li>
<li class="social-icon-item"><a href="https://github.com/Ausbeth" target="_blank" class="social-icon-link bi-github"></a></li>
</ul>
</div>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-lg-5">
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_1">Home</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_2">About</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_3">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_4">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="#section_5">Contact</a>
</li>
</ul>
<div class="d-lg-flex align-items-center d-none ms-auto">
<ul class="social-icon">
<li class="social-icon-item"><a href="https://discordapp.com/users/1079761956044550144" target="_blank" class="social-icon-link bi-discord"></a></li>
<li class="social-icon-item"><a href="https://instagram.com/aus_bee?igshid=ZDdkNTZiNTM=" target="_blank" class="social-icon-link bi-instagram"></a></li>
<li class="social-icon-item"><a href="https://github.com/Ausbeth" target="_blank" class="social-icon-link bi-github"></a></li>
</ul>
</div>
</div>
</div>
</nav>
<main>
<section class="hero d-flex justify-content-center align-items-center" id="section_1">
<div class="container">
<div class="row">
<div class="col-lg-7 col-12">
<div class="hero-text">
<div class="hero-title-wrap d-flex align-items-center mb-4">
<img src="images/Ausbeth1.png" class="avatar-image avatar-image-large img-fluid" alt="">
<h1 class="hero-title ms-3 mb-0">Hi there, I'm Ausbeth.</h1>
</div>
<h2 class="mb-4">Software Engineer</h2>
</div>
</div>
<div class="col-lg-5 col-12 position-relative">
<div class="hero-image-wrap"></div>
<img src="images/hero-desk.png" class="hero-image img-fluid" alt="">
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#535da1" fill-opacity="1" d="M0,160L24,160C48,160,96,160,144,138.7C192,117,240,75,288,64C336,53,384,75,432,106.7C480,139,528,181,576,208C624,235,672,245,720,240C768,235,816,213,864,186.7C912,160,960,128,1008,133.3C1056,139,1104,181,1152,202.7C1200,224,1248,224,1296,197.3C1344,171,1392,117,1416,90.7L1440,64L1440,0L1416,0C1392,0,1344,0,1296,0C1248,0,1200,0,1152,0C1104,0,1056,0,1008,0C960,0,912,0,864,0C816,0,768,0,720,0C672,0,624,0,576,0C528,0,480,0,432,0C384,0,336,0,288,0C240,0,192,0,144,0C96,0,48,0,24,0L0,0Z"></path></svg>
</section>
<section class="about section-padding" id="section_2">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12">
<img src="images/P-languages.png" class="about-image img-fluid" alt="">
</div>
<div class="col-lg-6 col-12 mt-5 mt-lg-0">
<div class="about-thumb">
<div class="section-title-wrap d-flex justify-content-end align-items-center mb-4">
<h2 class="text-white me-4 mb-0">About Me</h2>
<img src="images/Ausbeth2.png" class="avatar-image img-fluid" alt="">
</div>
<h3 class="pt-2 mb-3">Professional Summary</h3>
<p align ="justify">Software engineer with experience working productively in dynamic environments. Proficient in Object-Oriented programming and other programming languages such as XML, HTML, CSS, as well as Object-Oriented Modelling, and Data Modelling. Used these and a user-centered approach to develop web, mobile and desktop applications as well as multi-tiered systems. </p>
<p align ="justify">Communicates productively with both technical and non-technical personnel and clients. Problem-solver with an analytical and driven mindset. Passionate about trying out new technologies and using my technical skills in real-world scenarios to unlock new opportunities for people and businesses in the society. </p>
</div>
</div>
</div>
</div>
</section>
<section class="featured section-padding">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12">
<div class="profile-thumb">
<div class="profile-title">
<h4 class="mb-0">Personal Information</h4>
</div>
<div class="profile-body">
<p>
<span class="profile-small-title">Name</span>
<span>Ausbeth Aguguo</span>
</p>
<p>
<span class="profile-small-title">Phone</span>
<span><a href="tel: +2349071270109">+2349071270109</a></span>
</p>
<p>
<span class="profile-small-title">Title</span>
<span>Masters Student</span>
</p>
<p>
<span class="profile-small-title">Country</span>
<span>Nigeria</span>
</p>
</div>
</div>
</div>
<div class="col-lg-6 col-12 mt-5 mt-lg-0">
<div class="about-thumb">
<div class="row">
<div class="col-lg-6 col-6 featured-border-bottom py-2">
<strong class="featured-numbers">6+</strong>
<p class="featured-text">Years of Experience</p>
</div>
<div class="col-lg-6 col-6 featured-border-start featured-border-bottom ps-5 py-2">
<strong class="featured-numbers">72+</strong>
<p class="featured-text">Courses Taken</p>
</div>
<div class="col-lg-6 col-6 pt-4">
<strong class="featured-numbers">10+</strong>
<p class="featured-text">Major Projects Finished</p>
</div>
<div class="col-lg-6 col-6 featured-border-start ps-5 pt-4">
<strong class="featured-numbers">5+</strong>
<p class="featured-text">Awards & Certificates</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="forage section-padding">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-lg-12 col-12">
<h3 class="text-center mb-5">Forage Virtual Experience Programs Completed (2022)</h3>
</div>
<div class="col-lg-2 col-4 forage-item-height">
<img src="images/forage/Mastercard-logo.png" class="forage-image img-fluid" alt="Mastercard">
</div>
<div class="col-lg-2 col-4 forage-item-height">
<img src="images/forage/SAP-logo.png" class="forage-image img-fluid" alt="SAP">
</div>
<div class="col-lg-2 col-4 forage-item-height">
<img src="images/forage/JP-Morgan-Chase-Logo.png" class="forage-image img-fluid" alt="JP-Morgan-Chase">
</div>
</div>
</div>
</section>
<section class="resume section-padding" id="section_3">
<div class="container">
<div class="row">
<div class="col-lg-10 col-12 mx-auto">
<div class="section-title-wrap d-flex justify-content-center align-items-center mb-5">
<img src="images/handshake-man-woman-after-signing-business-contract-closeup.jpg" class="avatar-image img-fluid" alt="">
<h2 class="text-white ms-4 mb-0">Resumé</h2>
</div>
<div class="row pt-lg-5">
<div class="col-lg-6 col-12">
<div class="resume-thumb">
<div class="d-flex flex-wrap align-items-center border-bottom mb-4 pb-3">
<h3 class="mb-0">Education</h3>
</div>
<div class="d-flex flex-wrap align-items-center mb-4 pb-3">
<p class="Ed-title">NILE UNIVERSITY</p>
<div class="resume-price-wrap ms-auto">
<p class="resume-price-text mb-0">Abuja, Nigeria</p>
<p class="resume-price-text mb-0">Feb 2022 - Current</p>
<div class="resume-price-overlay"></div>
</div>
</div>
<div class="border-bottom mb-4 pb-3">
<p><b>M.Sc Computer Science</b></p>
<p><b>CGPA (in 1st semester):</b> 4.25/5.0</p>
</div>
<div class="d-flex flex-wrap align-items-center mb-4 pb-3">
<p class="Ed-title">BAZE UNIVERSITY</p>
<div class="resume-price-wrap ms-auto">
<p class="resume-price-text mb-0">Abuja, Nigeria</p>
<p class="resume-price-text mb-0">Sep 2021 - April 2021</p>
<div class="resume-price-overlay"></div>
</div>
</div>
<div class="mb-4 pb-3">
<p><b>B.Sc Software Engineering</b></p>
<p><b>Grade:</b>2nd Class Honours Upper Division</p>
<p><b>CGPA:</b> 3.44/4.0</p>
<p><b>Awards:</b> Best Graduating Student 2021</p>
<p><b>Dissertation:</b> The Detection and Prevention of Sniffing in Networks</p>
</div>
<a href="https://drive.google.com/file/d/1Xx8HcG0jHBJs57CwtPX2wkjhY4-XZ3gn/view?usp=sharing" target="_blank" class="custom-btn custom-border-btn btn mt-3">View Dissertation</a>
<div class="resume-icon-ed d-flex justify-content-center align-items-center">
<i class="resume-icon bi-book"></i>
</div>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="resume-thumb resume-thumb-up">
<div class="d-flex flex-wrap align-items-center border-bottom mb-4 pb-3">
<h3 class="mb-0">Skills & Expertise</h3>
</div>
<ul class="skills-list">
<li>Data Structures</li>
<li>Algorithms</li>
<li>Artificial Intelligence</li>
<li>Front-end Wed Development</li>
<li>Graphics Designing</li>
<li>UI/UX Designing</li>
<li>Object-Oriented Modelling</li>
<li>Data Modelling</li>
<li>CyberSecurity</li>
<li>Version Control (Git, Emacs)</li>
<li>Python</li>
<li>C++</li>
<li>Java</li>
<li>HTML</li>
<li>CSS/SASS</li>
<li>JavaScript</li>
<li>SQL</li>
<li>C#</li>
<li>XML</li>
<li>Kotlin</li>
</ul>
<div class="resume-icon-sk d-flex justify-content-center align-items-center">
<i class="resume-icon bi-lightbulb"></i>
</div>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="resume-thumb">
<div class="d-flex flex-wrap align-items-center border-bottom mb-4 pb-3">
<h3 class="mb-0">Professional Experience</h3>
</div>
<div class="d-flex flex-wrap align-items-center mb-4 pb-3">
<p class="Ed-title">PKO Technologies LTD</p>
<div class="resume-price-wrap ms-auto">
<p class="resume-price-text mb-0">Rivers, Nigeria</p>
<p class="resume-price-text mb-0">Jan 2021 - April 2021</p>
<div class="resume-price-overlay"></div>
</div>
</div>
<div class="mb-4 pb-3">
<p><b>Software Engineering Intern</b></p>
</div>
<a href="intern.html" class="custom-btn custom-border-btn btn mt-3">See Details</a>
<div class="resume-icon-pe d-flex justify-content-center align-items-center">
<i class="resume-icon bi-laptop"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex justify-content-center align-items-center mb-4">
<a href="https://drive.google.com/file/d/1IS-pLHRlNHIoQw-b1RprpBJ0tuxoDZCr/view?usp=sharing" class="custom-btn custom-border-btn btn mt-3" target="_blank">View Full Resumé</a>
</div>
</section>
<section class="projects section-padding" id="section_4">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-8 col-12">
<div class="section-title-wrap d-flex justify-content-center align-items-center mb-4">
<img src="images/white-desk-work-study-aesthetics.jpg" class="avatar-image img-fluid" alt="">
<h2 class="text-white ms-4 mb-0">Recent Projects</h2>
</div>
</div>
<div class="clearfix"></div>
<div class="col-lg-4 col-md-6 col-12">
<div class="projects-thumb">
<div class="projects-info">
<small class="projects-tag">Python</small>
<h3 class="projects-title">Discord Bot</h3>
</div>
<a href="discord-bot.html">
<img src="images/projects/discord-bot.jpg" class="projects-image img-fluid" alt="discord-bot">
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="projects-thumb">
<div class="projects-info">
<small class="projects-tag">HTML - SASS</small>
<h3 class="projects-title">Google's Website</h3>
</div>
<a href="google.html">
<img src="images/projects/google.jpg" class="projects-image img-fluid" alt="google">
</a>
</div>
</div>
</div>
</div>
</section>
<section class="contact section-padding" id="section_5">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-8 col-12">
<div class="section-title-wrap d-flex justify-content-center align-items-center mb-5">
<img src="images/aerial-view-man-using-computer-laptop-wooden-table.jpg" class="avatar-image img-fluid" alt="">
<h2 class="text-white ms-4 mb-0">Say Hi</h2>
</div>
</div>
<div class="clearfix"></div>
<div class="col-lg-3 col-md-6 col-12 pe-lg-0">
<div class="contact-info d-flex flex-column">
<h5>Get in touch</h5>
<ul class="smedia">
<li class="connect"><a href="https://discordapp.com/users/1079761956044550144" target="_blank" class="discon bi-discord"></a><a href="https://discordapp.com/users/1079761956044550144" target="_blank"><span>Discord</span></a></li>
<li class="connect"><a href="https://instagram.com/aus_bee?igshid=ZDdkNTZiNTM=" target="_blank" class="instacon bi-instagram"></a><a href="https://instagram.com/aus_bee?igshid=ZDdkNTZiNTM=" target="_blank"><span>Instagram</span></a></li>
<li class="connect"><a href="https://github.com/Ausbeth" target="_blank" class="gitcon bi-github"></a><a href="https://github.com/Ausbeth" target="_blank"><span>GitHub</span></a></li>
</ul>
</div>
</div>
<div class="col-lg-6 col-12 mt-5 mt-lg-0">
<form action="https://formspree.io/f/xpzejrzy" target="_blank" method="POST" class="custom-form contact-form" role="form">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<div class="form-floating">
<input type="text" name="name" id="name" class="form-control" placeholder="Name" required="">
<label for="floatingInput">Name</label>
</div>
</div>
<div class="col-lg-6 col-md-6 col-12">
<div class="form-floating">
<input type="email" name="email" id="email" pattern="[^ @]*@[^ @]*" class="form-control" placeholder="Email address" required="">
<label for="floatingInput">Email address</label>
</div>
</div>
<div class="col-lg-12 col-12">
<div class="form-floating">
<textarea class="form-control" id="message" name="message" placeholder="Leave a message"></textarea>
<label for="floatingTextarea">Leave a message.</label>
</div>
</div>
<div class="col-lg-3 col-12 ms-auto">
<button type="submit" class="form-control">Send</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-lg-12 col-12">
<div class="copyright-text-wrap">
<p class="mb-0">
<span class="copyright-text">Ausbeth Aguguo © 2023</span>
Design:
<a rel="sponsored" href="https://templatemo.com" target="_blank">TemplateMo</a>
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- JAVASCRIPT FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/click-scroll.js"></script>
<script src="js/custom.js"></script>
</body>
</html>