-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
136 lines (108 loc) · 5.17 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Go to http://fontawesome.io/get-started/ to generate your own embed code! -->
<script src="https://use.fontawesome.com/6e47fdd73a.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Evans Tjabadi | Resume</title>
<link href="https://fonts.googleapis.com/css?family=Caveat|Open+Sans:400,700" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
<link rel='icon' href='images/favicon.ico' type='image/x-icon'/ >
</head>
<body>
<!-- // Intro -->
<header id="about">
<a href="../docs/resume.pdf" download class="btn download"> My CV (PDF)</a>
<nav>
<a href="#about">Brief</a>
<a href="#work">Work Experience</a>
<a href="#education">Education</a>
<a href="#contact">Contact</a>
<div class="dropdown">
<button class="dropbtn">MENU</button>
<div class="dropdown-content">
<a href="pages/About.html">About</a>
<a href="pages/Projects.html">Projects</a>
<a href="pages/Achievements.html">Achievements</a>
<a href="pages/contact.html">Contact Form</a>
<a href="enum">Enum</a>
</div>
</div>
</nav>
<div class="content-wrap">
<img class="profile-img col-narrow" src="images/mypicture.jpg" alt="Evans Tjabadi">
<div class="col-wide">
<h1>Evans Tjabadi</h1>
<h2>Network Engineer (in the making)</h2>
<p align=" justify"> I am completing my last semester of studies as a Electrical Engineer and more focused on Telecommunication Engineering. Embracing evolution of technologies. I believe the most basic need for the future is internet connectivity or network access. Providing access to the unconnected and improving experience of the connected are key and my greatest passions. </p>
</div>
</div>
</header>
<main>
<!-- // Work Experience -->
<section id="work" class="work">
<div class="content-wrap">
<h2>Work Experience</h2>
<!-- Job 1 Details -->
<div class="col-narrow">
<h3>Signals and Systems II Tutor</h3>
<p>Feb 2019 - June 2019</p>
</div>
<div class="col-wide job-description">
<p> I was involved in class tutorial sessions and assisted students with conceptual understanding and questions relating to signal processing (mainly continuous time signals).</p>
</div>
<!-- Job 2 Details -->
<div class="col-narrow">
<h3>MTN Engineering Intern</h3>
<p>Jan 2019 - Febr 2019</p>
</div>
<div class="col-wide job-description">
<p>I undertook a 4 weeks internship with MTN Western Cape Region where I have learnt the MTN network and got exposure to the real-time operations and designs of new sites.</p>
</div>
<!-- Job 3 Details -->
<div class="col-narrow">
<h3>PRASA (Metrorail) Intern</h3>
<p>Nov 2018 - Dec 2018</p>
</div>
<div class="col-wide job-description">
<p>I spent 5 weeks working with Metrorail Cape Town. During this period, I was exposed to Metrorail Power Network Operations and Maintenance. I have worked with a Protection team testing both AC and DC equipment.</p>
</div>
<p>See my complete work history on <a href="https://www.linkedin.com/in/evans-tjabadi-835205125/" target="_blank">LinkedIn</a>.</p>
</div>
</section>
<!-- // Education -->
<section id="education" class="education">
<div class="content-wrap">
<h2>Education</h2>
<!-- School 1 details. -->
<h3>University of Cape Town, South Africa</h3>
<h4>Jan 2016 - Present </h4>
<p> BSc(Eng) Electrical Engineering</p>
<p> I am currently completing my undergraduate degree in Electrical, Electronic and Telecommunications Engineering.<p/>
<!-- School 2 details. -->
<h3>Matshumane Secondary School</h3>
<h4>Jan 2012 - Dec 2015</h4>
<p>National Senior Certificate</p>
<p>Mathematics and Sciences.</p>
<p>Learners representative Committee, Chess.
</div>
</section>
</main>
<!-- // Footer & contact info -->
<footer id="contact">
<div class="content-wrap">
<h2>Let's Keep in Touch!</h2>
<!-- Social media links. Add or remove any networks. -->
<div class="contact-info">
<a href="mailto:[email protected]"><img src="images/mail.png" width="82" height="86" title="mail" alt="mail"></a>
<a href="https://www.linkedin.com/in/evans-tjabadi-835205125/"><img src="images/linkedin.png" width="82" height="86" title="linkedin" alt="linkedin"></a>
<a href="https://twitter.com/EvansTjabadi"><img src="images/twitter.png" width="82" height="86" title="twitter" alt="twitter"></a>
<a href="https://www.facebook.com/evans.tjabadi"><img src="images/facebook.jpg" width="82" height="86" title="facebook" alt="facebook"></a>
<a href="https://www.instagram.com/evanstjabadi/"><img src="images/insta.png" width="82" height="86" title="instagram" alt="instagram"></a>
</div>
<p>Copyright © 2019 by Evans Tjabadi</p>
</div>
</footer>
</body>
</html>