-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (87 loc) · 2.93 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
<!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>Resume</title>
<link href="thestyles.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<h1>ahmed adekoya</h1>
<header>
<p class="myinfo">+2349030820066</p>
<p class="myinfo">[email protected]</p>
<p class="myinfo">Ikeja Lagos, Nigeria</p>
</header>
<h3 class="graphics">Graphics and Website Designer</h3>
<p>
2 years experienced in Coreldraw and Photoshop graphics design. I
started learning how to code on html and css few weeks ago. My coding
experience started in late 2019 at my school so I learnt the basics of C
program and Python. I am still learning and have a long way to go so I
am still a beginner
</p>
<div class="keys-list">
<h3 class="keys">key skills</h3>
<ul class="first-list">
<li class="firstullist">Coreldraw Design</li>
<li class="firstullist">Photoshop</li>
<li class="firstullist">Python Beginner</li>
<li class="firstullist">HTML and CSS Beginner</li>
</ul>
</div>
<div class="intern-back">
<h3 class="interns">INTERNSHIPS</h3>
<h5>New Horizons Computer Training Center</h5>
<p class="italy">
One of Nigeria's best computer training center for programming related
courses
</p>
<ul>
<li class="int-list">
Currently learning more python basics and putting it into work for
school IT
</li>
</ul>
</div>
<div class="edu-back">
<h3 class="edu">EDUCATION</h3>
<h5>Computer Engineering</h5>
<h6 class="neu">Near East University</h6>
<p class="italy">One of the largest universities in Northern Cyprus</p>
</div>
<div class="add-back">
<h3 class="add-info">Additional Information</h3>
<ul>
<li><strong>Languages</strong>: English, Yoruba, Nigerian Pidgin</li>
</ul>
</div>
<footer class="imgfooter">
<img
src="img/1_N6Gfu_nw0v-oljFOlj4nYA.png"
alt="HNG LOGO"
width="64"
height="26"
/>
<img src="img/download.png" alt="i4g logo" width="45" height="45" />
<img
src="img/P9bcAPyy_400x400.png"
alt="zuri logo"
width="45"
height="45"
/>
</footer>
<footer>
<ul class="footer-links">
<li class="hng">
<a href="https://hng.tech/" target="blank">HNG</a>
</li>
<li><a href="https://ingressive.org/" target="_blank">i4G</a></li>
<li><a href="https://zuri.team/" target="_blank">ZURI</a></li>
</ul>
</footer>
</div>
</body>
</html>