-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (58 loc) · 2.65 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Bukola Professional Portfolio</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="favicon.ico?v=2">
<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=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top">
<img class="top-cloud" src="images/cloud.png" alt="cloud-image">
<h1>I'm Bukee.</h1>
<h2>a programmer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-image">
<img src="images/mountain.png" alt="mountain-image">
</div>
<div class="middle">
<div class="profile">
<img src="bukee.png" alt="Bukee-image">
<h2>Hello.</h2>
<p class="intro"><em>I am a Current Airport Duty Officer and current student in Python and Ui/Ux
Programming;</em></p>
<p class="intro"><em>I work with the government in<strong><a href="https://faan.gov.ng/">Federal Airports Authority of Nigeria; </a></strong></em></p>
<p class="intro"><em>Recently, I decided to branch out and further my education by studying
Programming Languages. I also love to cook.</em></p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="image2" src="write code.webp" alt="computer-image">
<h3>Design & Development</h3>
<p>I am skilled in HTML, CSS, Python and Ui/Ux designing on a 4 star rating.</p>
</div>
<div class="skill-row">
<img class="image3" src="writing image.webp" alt="book-writing">
<h3>Creativity</h3>
<p>I have a good way with words as I often write poems and short stories</p>
<p>I speak french on a 3.5 rating</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love poems like I do or if you just want to reach out.</h3>
<p class="contact-message">We can bond over poems and books (and I am open to new suggestions) and we could code together while doing that!! Isn't that great?</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom">
<a class="footer-link" href="https://www.linkedin.com/in/bukola-olatunji/">LinkedIn</a>
<p class="copyright">© 2022 Bukola olatunji.</p>
</div>
</body>
</html>