-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kemsguy7.html
108 lines (97 loc) · 3.41 KB
/
Kemsguy7.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title> My profile</title>
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<table>
<section>
<h1>Matthew Idungafa</h1><br>
<img src="https://res.cloudinary.com/kemsguy7/image/upload/v1566658159/pics_yft6ap.jpg">
<br/><br><br><hr/></section>
<tr>
<td><h2> <span><i class="fa fa-user"></i> </span> <b>Personal Profile</b></td>
<td>
<br/>
Sex: Male<br>
State of Origin: Akwa Ibom State <br>
Nationality: Nigerian <br>
Marital Status: Single<br>
</td>
</tr>
<tr>
<td><b><h2><span><i class="fa fa-briefcase"></i> </span> Work Experience</b></h2></td>
<td> <br>
Freelance Web Developer 2018-till date<br>
</td>
</tr>
<tr>
<td><h2><span><i class="fa fa-pencil"></i></span> <b>Key Skills</b></h2></td>
<td>
<ul>
<h3><b>Web Developer </b></h3>
<li> <b>Skillsets</b> - Html css javascript Jquery Bootstrap and Php</li>
<li>Seo Analyst</li>
<li>Content Developer</li>
</ul>
</td>
</tr><br>
<tr>
<td><h2> <span><i class="fa fa-graduation-cap"></i></span><b> Education</b></h2></td><br>
<td>
<h3> Primary Education</h3>
<ul></ul>
<li>Learner's Field International Nurseryand Primary School </li>
<small>2004-2009 </small> <br>
</ul>
<h3><b> Secondary Education</b></h3>
<ul>
<li>Queen of Apostles Seminary Afaha Obong, Abak Akwa Ibom State.</li>
<small>2009-2015</small>
<li><b>Certificate</b></li>
<li>Waec and Neco</li></ul>
</ul>
<h3><b>University Education</b></h3>
<ul>
<li>
University of Uyo
</li>
<small>2015 till date</small>
<h3><b>Award in View</b></h3>
<li>B.Sc Human Anatomy</li>
</ul>
<ul>
</ul>
</td>
</ul>
</td>
</tr>
<tr>
<td><h2> <span><i class="fa fa-users"></i></span><b>Team Skills</b></h2></td>
<td>
<ul>
<li>Team player</li>
<li>Goal Oriented and resilient</li>
<li>Honesty</li>
<li>Receptive to knowledge</li>
<li>Effective Time Management and ability to work with little or no supervision.</li>
<li>Critical and analytical thinking.</li>
</ul>
</td>
</tr>
<tr>
<td><h2> <span><i class="fa fa-futbol-o"></i></span>Hobbies</h2></td>
<td>
<ul>
<li>Reading</li>
<li>Playing Musical Instruments</li>
<li>Gyming</li>
<li>Coding</li>
</ul>
</td>
</tr>
</table>
</body>
</html>