-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (70 loc) · 2.01 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Baloo+Bhaijaan" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title> SAM'S CURRICULUM VITAE</title>
<h2 align="center">CURRICULUM VITAE</h2>
</head>
<body>
<p>
<ul>
Personal Details:
<li>Name: Samuel Agaba Aronda </li>
<li>Date of Birth: 29/10/1996</li>
<li> Email:<a style="color: #F2F1EF" href="mailto:[email protected]">[email protected]</a> </li>
<li> Phone: 0791019910</li>
<li> Nationality: Ugandan</li>
<li> Martial Status: Single</li>
</ul>
</div>
<ul>
<b>EDUCATION</b>
<li>Strathmore University(2016- present)</li>
<li>Bachelor In Business Information Technology</li>
<li>Diploma In Business Information Technology</li>
</ul><div align="center">
<h3> Welcome To My Curriculum Vitae!!!</h3>
</div>
<ul>
<b>OTHER COURSES</b>
<li>USSD Mobile Certified Developer Program</li>
</ul>
<ul>Greensteds International School(2011- 2015)
<li> 3 Alevels: Geograpy, IT, PE</li>
<li> 5 IGCSE: Chemistry, IT, English, Geography, PE</li>
</ul>
<ul>
<b>WORK EXPERIENCE</b>
<li>I worked at Strathmore Admissions Office performing data entry</li>
</ul>
<div id="sec1">
<ul>
<b>SKILLS</b>
<li>I am proficient in HTML and CSS</li>
<li>I am proficient in PHP, Java and JavaScript</li>
<li>Iam proficient in MySQL databases</li>
</ul>
<ul>
<b>VOLUNTEERING</b>
<li>I worked in a slum as a teacher in a children centre called High-Cue</li>
</ul>
<ul>
<b>HOBBIES</b>
<li>Playing Football</li>
<li>Reading books(currently reading New Earth)</li>
<li>Hiking(climbed Mt Kenya and Mt Elephant)</li>
</ul>
<ul>
<b>REFERENCES</b>
<li>Dr. Joseph Orero- Dean of Faculty of IT
<a style="color: #F2F1EF" href="mailto:[email protected]">[email protected]</a> </li>
</ul>
</div>
<div align="center">
<a href="cvone.html" class="button"> Python Founder's CV</a>
<a style="color: #F2F1EF" href="#top">Top of the page</a>
</div>
</p>
</body>
</html>