-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (57 loc) · 2.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
<!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>David Akpunku</title>
<link rel="stylesheet" href="styles2.css">
<link rel="icon" href="favicon.ico">
<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=Merienda&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="cloud.png" alt="cloud image">
<h1>I'm David.</h1>
<h2>A Programmer. </h2>
<img class="bottom-cloud" src="cloud.png" alt="cloud image">
<img src="mountain.png" alt="mountain image">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile" src="IMG_1396.jpg" alt="David" width="200px" height="200px">
<h2>Hello.</h2>
<p class="intro">I'm David Akpunku, A student of Tarrant County College and my major is Software Engineering.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="code-img" src="https://media1.giphy.com/media/xT9IgzoKnwFNmISR8I/200.webp?cid=ecf05e47ubynwbu7tau6rsba1xeyyp41kgqw5xx82ua4oa64&rid=200.webp&ct=g" alt="coding">
<h3>Design & Development</h3>
<p class="">Through devotion and Hardwork, I have acquired knowledge of at least 3 different programming languages and i plan to learn more to be a better person on my field of work.</p>
</div>
<div class="skill-row">
<img class="soccer-img" src="https://media3.giphy.com/media/JfxTdqnGXbRRHpsrdS/200w.webp?cid=ecf05e47021u0gp0v4dqi3v1ticopxh7891tt0ywh9kb5roj&rid=200w.webp&ct=g" alt="soccer">
<h3>I Play Soccer!</h3>
<p class="">As i also learn how to code, My hobby is Playing soccer. Soccer takes my mind away from all the stress I might face when on a particuar task.</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 Like i do? Let's talk about how awesome programming and programming languages are. We can play a little soccer for a break after coding 😁</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.instagram.com/david_zekanna">Instagram</a>
<a class="footer-link" href="https://twitter.com/AkpunkuD">Twitter</a>
<a class="footer-link" href="david's resume.pdf">View My Resume</a>
<p class="copyright">© 2022 Zekanna inc.</p>
</div>
</body>
</html>