-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (66 loc) · 3.14 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
<!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>Eniola Ademola - A Web Developer</title>
<link rel="stylesheet" type="text/css" href="./styles/style.css">
<link rel="icon" href="./Fav-Icon/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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:wght@100&family=Sacramento&display=swap"rel="stylesheet">
</head>
<body>
<div class="top-container">
<img src="./images/cloud.png" alt="top-cloud" class="top-cloud">
<h1>I'm Eniola</h1>
<h2 class="a-programmer">a <span class="pro">Pro</span>grammer.</h2>
<img src="./images/cloud.png" alt="bottom-cloud" class="bottom-cloud">
<img src="./images/mountain.png" alt="mountain">
</div>
<div class="middle-container">
<div class="profile">
<img src="./images/eniola.png" alt="my-image" class="my-image">
<h2>Hello.</h2>
<p class="intro">
I am a Web Developer and Computer Science Academic Coordinator at<a href="https://www.uniosun.edu.ng/" target="_blank" class="osun">Osun State
University</a> i ❤ playing Chess and i've won lots of Competitions.
</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row1">
<img class="skill-image1" src="./images/computer.png" alt="programming">
<h3>Programming</h3>
<p> I started learning to code when i was 16 years old because i had passion for it. Over time, i have gained experience
designing and developing both web applications and Machine Learning Models.
</p>
</div>
<div class="skill-row2">
<img class="skill-image2" src="../CSS My-Site/images/teaching.png" alt="teaching pics">
<h3>Tutoring</h3>
<p>But my best skill is actually teaching other aspiring programmers and student who have interest in programming.
i am the undisputed King of teaching student, i've Taught thousand of student with high success rate in their domain.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love Programming as much as i do.</h3>
<p class="contact-message">Love programming as much as i do? Let's talk on how awesome
they are, i have over 3 years of experience programming💻 with <em>10+</em> different Languages.</p>
<a class="btn" href="">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.instagram.com/_DAVEWORLD">Instagram</a>
<a class="footer-link" href="https://twitter.com/_DAVEWORLD">Twitter</a>
<a class="footer-link" href="#">Website</a>
<p class="copyright">© 2022 Eniola Ademola. @ CSC Academic Director</p>
</div>
</body>
</html>