-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (84 loc) · 4.31 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
104
<!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>Curriculum Vitae - Shaun Ethien Kamesiepo</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="main">
<div class="top-section">
<img src="profile.png" class="profile"/>
<p class="p1">SHAUN ETHIEN <span>KAMESIEPO</span></p>
<p class="p2">Software Developer</p>
</div>
<div class="sidebar">
<div class="content-box">
<p class="head">Contact</p>
<p class="p3"><i class="fa fa-phone" aria-hidden="true"></i> + 264 81 409 8095</p>
<p class="p3"><i class="fa fa-envelope" aria-hidden="true"></i> [email protected]</p>
<p class="p3"><i class="fa fa-home" aria-hidden="true"></i> Windhoek, Namibia</p>
<br />
<p class="head">My Skills</p>
<ul class="skills">
<li><span>HTML5</span></li>
<li><span>CSS3</span></li>
<li><span>JavaScript</span></li>
<li><span>Grapic Design</span></li>
</ul>
<br />
<p class="head">Languages</p>
<p class="p3">English</p>
<p class="p3">Afrikaans</p>
<p class="p3">German</p>
</div>
</div>
<div class="line"></div>
<div class="main-content">
<div class="content-box">
<p class="head">Profile</p>
<p class="p3">
I am based in Namibia, Southern Africa, as a front-end (eventually
full-stack) developer. My passion lies in designing and developing beautiful as well as responsive web
applications that users love.
</p>
<br/>
<p class="head">Experience</p>
<p><strong>Swakopmund Local Municipality (2017 – 2019)</strong></p>
<p>Junior Town Councillor</p>
<p class="p-4">
• Represented organizations in relations with governmental and media institutions <br>
• Spoke to community groups to explain and interpret the organization's purposes, programs, and aims <br>
• Acted as a role model and representative between the youth and the Municipality of Swakopmund</p>
<p><strong>Oveni va Africa <br> (Non-Profit organization in partnership with 3 E’s 4 Africa e.V.) <br> (June 2021 – March 2022)</strong></p>
<p>EXTERNAL PUBLIC RELATIONS OFFICER</p>
<p class="p-4">
• Researched the impacts of climate change on water and clean sanitation in the northern rural regions of Namibia <br>
• Established and maintained relationships between Oveni va Africa and other agencies and organizations <br>
• Conducted surveys and partook in "on-the-ground" data gathering activities while interacting with local communities</p>
</p>
<p><strong>G-Mobility Investment CC (May 2022 – September 2022)</strong></p>
<p>WEB APPLICATION SOFTWARE DEVELOPER INTERN</p>
<p class="p-4">
• Worked with the Git version control system (Github and Gitlab online repositories) <br>
• Development of websites built on PHP and the Laravel Framework, and the Wordpress framework <br>
• Front-End UI/UX design and interactivity with pure CSS, CSS Frameworks such as Tailwind CSS and Bootstrap and JavaScript <br>
• Graphical design with Adobe Photoshop and Adobe Illustrator <br>
</p>
<p><strong>Namibia University of Science and Technology <br> (October 2022 – December 2022)</strong></p>
<p>FRONT-END SOFTWARE DEVELOPER (3-MONTH CONTRACT)</p>
<p class="p-4">
• Developed a web application with PHP & JavaScript that aims to tackle the challenge of open parking payments in Windhoek
</p>
<p class="head">Education</p>
<p class="p-4">NAMIB HIGH SCHOOL - HIGHER INTERNATIONAL CERTIFICATE GENERAL CERTIFICATE OF SECONDARY EDUCATION (HIGSCE) (2015 - 2019)</p>
<p class="p-4">BACHELOR OF COMPUTER SCIENCE (2020 - 2023)</p>
</div>
</div>
</div>
<br/>
</body>
</html>