-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.php
128 lines (101 loc) · 4.51 KB
/
cv.php
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!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>Breaking news</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<style>
.cv{
border: 2px solid #000;
margin: 40px
}
.cv h1, h2{
margin-top: 18px;
}
</style>
<!-- Navbar Start -->
<div class="nav">
<div class="navbar">
<div class="logo">
<a href="home.php">IM<span>ORY</span></a>
</div>
<div class="nav-items">
<ul>
<li><a href="home.php">Home</a></li>
<li><a href="me.php">About me</a></li>
<li><a href="register.php">Register</a></li>
<li><a href="course.php">Course</a></li>
<li><a href="cv.php">CV</a></li>
<li><a href="comm.php">Community Engagement</a></li>
<li><a href="news.php">News</a></li>
<li><a href="library.php">Library</a></li>
<li><a href="contacts.php">Contacts</a></li>
</ul>
</div>
</div>
</div>
<!--- Navbar Ends ---->
<!--- cv start here --->
<div align="center" class="cv">
<h1>Imory Waziri</h1><br>
<p> 57 Outland Road,Dingley,LE16 9SJ</p><br>
<p> Mobile: +255612 410 107 Email:[email protected]</p><br><br>
<h2 style="color:darkolivegreen;"><ins>Personal Profile Statement</ins></h2><br><br>
<p>A motivated, adaptable Computing graduate seeking a position in an IT</p><br>
position which will utilize the profrssional and technical skills developed through past<br>
work experience in this field. I have a methodical, customer-focused approach to work<br>
and a strong drive to see things through completion. In my current job,<br> I have managed the lounch and migration of two major IT system which was completed to<br>time and within budget.<br<br>
<h2 style="color:darkolivegreen;"><ins>Achievements</ins></h2>
<ul>
<li>Implementing major system with zero downtime and zero dataloss</li>
<li>Employee of the month for two consecutive month</li>
<li>Member of the British Computing Soviety</li><br><br>
</ul>
<h2 style="color:darkolivegreen;">Education</h2><br><br>
<p><h3>PRIMARY EDUCATION.</h3><br><sup>Pugu Primary School(2009-2015)</sup><sup></sup><br>
<h3>SECONDARY EDUCATION.</h3><br><sup>Kisarika Secondary School(2016-2019)</sup><sup></sup><br>
<h3>ADVANCED EDUCATION.</h3><br><sup>Bagamoyo Secondary School(2020-2022)</sup><sup></sup><br>
<h3>UNIVERSITY LEVEL.</h3><br><sup>University of Dar es salaam(2022-present).</sup><sup></sup><br>
<h2 style="color:darkolivegreen;">Emoployment</h2>
<p>Mentoring and traing New IT staff</p><br>
<p>Researching, installing and configuring new computer system</p> <br>
</div>
<!--- cv ends here --->
<!--- Footer start here --->
<div class="footer">
<div class="footer-content">
<div class="footer-1">
<h3>Contacts</h3>
<div class="contact-f">
<p>Call Us: +255612 410 107</p>
<p>[email protected]</p>
<p>Open: Monday-Friday, 8am-5pm</p>
</div>
</div>
<div class="footer-2">
<h3>Useful Links</h3>
<ul>
<li><a href="home.php">Home</a></li>
<li><a href="#">About me</a></li>
<li><a href="register.php">Register</a></li>
<li><a href="#">Course</a></li>
<li><a href="#">CV</a></li>
<li><a href="#">Community Engagement</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Library</a></li>
<li><a href="#">Contacts</a></li>
</ul>
</div>
<div class="footer-3">
<h3>About me</h3>
<p>Web developer</p>
<p>Education background</p>
</div>
</div>
</div>
</body>
</html>