-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
93 lines (72 loc) · 2.86 KB
/
Copy pathcv.html
File metadata and controls
93 lines (72 loc) · 2.86 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CV</title>
<style>
div {
background-color: whitesmoke;
font-family: Arial, Helvetica, sans-serif;
justify-content: space-between;
font-size:10px ;
text-align: left;
}
</style>
</head>
<body>
<div>
<h1 >NA-ALLAH DYERIS ZAKKA</h1>
<h2>Web Developer</h2>
<img src="IMG_20240227_000329.jpg" style="float: right; width: 200px; height: 200px; border-radius: 50px;">
<p><span style="font-weight: bold;">Address</span> Christ appostolic church ung/musa kafanchan </p>
<p><span style="font-weight: bold;">Phone</span> 08143786258</p>
<p><span style="font-weight: bold;">Date of birth</span> 15-sept-2004</p>
<p><span style="font-weight: bold;">email</span> nazteeemba@gmail.com</p>
<p><span style="font-weight: bold;">Marital status</span> Single</p>
<p><span style="font-weight: bold;">Citizenship</span> Nigerian</p>
<h4>summary</h4>
<br>
<p>I am a hard working ang talented web Developer with 2 years of esperience </p>
<br>
<h3>Work History</h3>
<hr>
<p><span style="margin-right: 100px;">2023-2 -2023-3</span><strong>Jamb Operator </strong></p>
<p style="margin-left: 120px;">Fantsuam foundation CBT centre</p>
<ul style="margin-left: 100px;">
<li>I co-ordinated guide students on how to fill their Jamb template</li>
<li>I then register them and print their registration slip for them </li>
</ul>
<br>
<p><span style="margin-right: 100px;">2026-3 -Date</span><strong>frontend Developer </strong></p>
<p style="margin-left: 120px;">Colab Innovation hub</p>
<ul style="margin-left: 100px;">
<li>I'm working on html for web structuring </li>
<li>and on CSS for web styling and more </li>
</ul>
<br>
<h4>Education</h4>
<p><span style="margin-right: 100px;">2018-3 -2021</span><strong>GSS MAI-LAFIYA,SSCE </strong></p>
<p><span style="margin-right: 100px;">2021-3 -Date</span><strong>Management & Information Technogy,B.Tech </strong></p>
<p style="margin-left: 120px;">ATBU, Bauchi</p>
<ul style="margin-left: 100px;">
<li>CGPA: 3.14</li>
</ul>
<br>
<h4>Skills</h4>
<ul style="margin-left: 100px; list-style: none;">
<li>Management Skills</li>
<li>problem solving</li>
<li>strategic planning</li>
<li>communication Skills</li>
</ul>
<h4>languages</h4>
<ul style="margin-left: 100px; list-style: none;">
<li>kagoma</li>
<li>hausa</li>
<li>french</li>
<li>spanish</li>
</ul>
</div>
</body>
</html>