-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
136 lines (132 loc) · 3.87 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>
<head>
<meta charset="utf-8">
<title> Lebogang's Personal Site </title>
</head>
<body>
<table cellspacing ="20">
<tr>
<td><img src="images/profile pic.jpg" alt="Lebo Mogami profile picture" width="200" height="200">
</td>
<td><h1><a href="index.html">Lebogang Francis 'NigFo' Mogami</a></h1>
<p><em><strong>Multimedia Producer</strong> Freelancer</em></p>
<p><em>Founder of <strong><a href="https://www.youtube.com/@playasparkstudios8855"> Playas Park Creative Space</a></strong></em></p>
<p><em>Founder of <strong>Mother Island Global Trade</strong></em></p>
<p>I am a Multimedia Producer, turned Python Developer, and would like to get work enviroment expiriance.</p>
</td>
</tr>
</table>
<hr size='2' noshade>
<h2>Education</h2>
<ul>
<li>Play House Media</li>
<li>Python Bootcamp</li>
<li>Leadership Certificate</li>
<li>Project Management & Office Admin Management</li>
</ul>
<hr size='2' noshade>
<h2>Work Expiriance</h2>
<table border="1" style="width:60%">
<th>Date</th>
<th>Company</th>
<th>Position</th>
<tbody>
<tr>
<td>Currently</td>
<td>Freelancer</td>
<td>Multimedia Prodction</td>
</tr>
<tr>
<td>2018 - 2023</td>
<td><a href="https://www.facebook.com/WCIpretoria/">Winners Chapel International Pretoria</a></td>
<td>Studio Manager</td>
</tr>
<tr>
<td>2017 - 2018</td>
<td>African Construction Platform</td>
<td>Labor Desk Manager</td>
</tr>
<tr>
<td>2015 - 2017</td>
<td>Tauris Gardens Trading 500 CC</td>
<td>Skilled Labor</td>
</tr>
</tbody>
</table>
<br>
<h2>Volunteer Work Expiriance</h2>
<table border="1" style="width:100%">
<tr>
<th>Date</th>
<th>Company/Organisations</th>
<th>Position</th>
<th>Part-Time</th>
</tr>
<tr>
<td>2020 - Current</td>
<td>Playas Park Creative Space</td>
<td>Content Creater</td>
<td>⭐</td>
</tr>
<tr>
<td>2017 - 2020</td>
<td>Phillip Nel Park Leadership Committee</td>
<td>General Secretary/ Administrator</td>
</tr>
<tr>
<td>2017 - 2022</td>
<td>Community Policing Forum</td>
<td>Strategists</td>
<td>⭐</td>
</tr>
<tr>
<td>2006 - 2012</td>
<td>Forward In Faith Bible Church</td>
<td>Sound Engineer</td>
<td>⭐</td>
</tr>
</table>
<br>
<hr size="2" noshade>
<h2>Skills</h2>
<table cellspacing="10">
<tr>
<td>Python(3) Programmer</td>
<td>⭐⭐⭐⭐</td>
<td>Recording Engineer</td>
<td>⭐⭐⭐⭐</td>
<td>Videography</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>HTML(5) Programming</td>
<td>⭐⭐⭐⭐</td>
<td>Music Prodction</td>
<td>⭐⭐⭐⭐⭐</td>
<td>Video Editing</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>CSS(3)</td>
<td>⭐⭐⭐⭐</td>
<td>Sound Engineer</td>
<td>⭐⭐⭐⭐</td>
<td>Motion Graphics</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>JavaScript</td>
<td>⭐</td>
<td>Audio Post Engineer</td>
<td>⭐⭐⭐⭐⭐</td>
<td>Film Scoring</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<hr size="3" noshade>
<br>
<h3><a href="Contacts.html">My Contact Details</a></h3>
<h3><a href="My Hobbies.html">My Hobbies</a></h3>
</body>
</html>