-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (83 loc) · 1.94 KB
/
index.html
File metadata and controls
84 lines (83 loc) · 1.94 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Ibrahim's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img width="200px" height="200px"; src="https://github.com/Ibrahim-Peacetech001/cv/blob/main/images/Ib.jpg" alt="Ibrahim's Picture">
</td>
<td><h1>Ibrahim Ahmad Muhammad</h1>
<p><em>Founder and CTO of The<strong> <a href="#"> PeaceTEACH Developers Nigeria Limited</a></strong></em>.</p>
<p>I am a Full Stack Developer And Digital Creator.I'm Curios to Learn and Create and I ❤ Coffee Tea and Cake(Gurasa).
</td>
</tr>
</table>
<hr>
<h3>Education and Services</h3>
<!--Services Section-->
<ul>
<li><a href="#">IT Training</a></li>
<li>Web Developement</li>
<li>Web Design</li>
<li>Graphic Design</li>
<li>Social Media Management</li>
<li>Digital Marketing</li>
</ul>
<!--End Of Services Section-->
<hr>
<h3>Work Experience</h3>
<table cellspacing="10">
<thead>
<th>Date</th>
<th>Work</th>
</thead>
<tbody>
<tr>
<td>2016-2022</td>
<td> P.O.P Decoration at A.R.S Co.Nig Ltd.</td>
</tr>
<tr>
<td>2016-to-Date</td>
<td> Screeding at A.R.S Co.Nig Ltd. </td>
</tr>
<tr>
<td>2022-2023</td>
<td>Enrollment Officer at NINITO Co.Nig Ltd.</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>
<table>
<tr>
<td>Web Development</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
<tr>
<td>iOS Development</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
<tr>
<td>SMM</td>
<td>🌟🌟🌟🌟</td>
</tr>
<tr>
<td>Graphic Designing</td>
<td>🌟🌟🌟🌟</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<a href="hobbies.html">My Hobbies</a>
<a href="contact-me.html">Contact Me</a>
<hr>
</body>
</html>