-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
282 lines (234 loc) · 10.2 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!DOCTYPE HTML>
<!--
Prologue by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>TeddyW - Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<div id="header">
<div class="top">
<!-- Logo -->
<div>
<span class="image avatar48">
<img src="images/TeddyW_portrait_photo_.jpg" alt="" />
</span>
</div>
<div id="logo">
<h1 id="title">Teddy Waweru</h1>
<p>Software Developer / Data Analyst</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#top" id="top-link"><span class="icon solid fa-home">Intro</span></a></li>
<li><a href="#portfolio" id="portfolio-link"><span class="icon solid fa-th">Portfolio</span></a></li>
<li><a href="#about" id="about-link"><span class="icon solid fa-user">About Me</span></a></li>
<li><a href="#contact" id="contact-link"><span class="icon solid fa-envelope">Contact</span></a></li>
</ul>
</nav>
</div>
<div class="bottom">
<!-- Social Icons -->
<ul class="icons">
<li><a target="_blank" href="https://www.linkedin.com/in/teddy-waweru-7b6170105/" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a target="_blank" href="https://www.github.com/teddywaweru/" class="icon brands fa-github"><span class="label">LinkedIn</span></a></li>
<li><a target="_blank" href="#" class="icon brands fa-wordpress"><span class="label">Dribbble</span></a></li>
<li><a target="_blank" href="https://twitter.com/_teddywaweru" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a target="_blank" href="discordapp.com/users/teddyW#8545" class="icon brands fa-discord"><span class="label">Discord</span></a></li>
<!-- <li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li> -->
<li><a target="_blank" href="https://wa.me/254700169031" class="icon brands fa-whatsapp"><span class="label">Whatsapp</span></a></li>
<li><a target="_blank" href="#" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
</div>
</div>
<!-- Main -->
<div id="main">
<!-- Intro -->
<section id="top" class="one dark cover">
<div class="container">
<header>
<h2 class="alt">Hi! My name is <strong>Teddy Waweru</strong>.<br/>
I am an enthusiatic Software Developer <br/> & Data Analyst.<br />
</h2>
<p>I am still in <strong> budding stages </strong> in my industries, <br/>
but I intend to ricochet! 🚀<br />
</p>
</header>
<!--
<footer>
<a href="#portfolio" class="button scrolly">Magna Aliquam</a>
</footer> -->
</div>
</section>
<!-- Portfolio -->
<section id="portfolio" class="two">
<div class="container">
<header>
<h2>Portfolio</h2>
</header>
<p>I've attempted some personal projects in my current field, which I would love to share with you below.</p>
<h3>Data Science Projects</h3>
<div class="row">
<div class="col-4 col-12-mobile">
<article class="item">
<a target="_blank" href="https://teddywaweru.github.io/2110ACDS_ND5/" class="image fit">
<img src="images\spain_electrical_shortfall.jpg" alt="" />
</a>
<header>
<h3>Spain Electrical Shortfall</h3>
<p>
The government of Spain released a dataset showing the electrical shortfall of renewable energies against fossil fuel production.
The motive was to predict future shortfalls based on the weather data, as well as gather insights
to assist in development of the country's renewable energy sector.
</p>
</header>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a target="_blank" href="https://jesswn.github.io/2110ACDS_T13/" class="image fit">
<img src="images\tweet_sentiment_analysis.jpg" alt="" />
</a>
<header>
<h3>Tweet Sentiment Analysis</h3>
<p>
With a dataset containing a set of tweets off Twitter, we attempted to determine
the source's sentiment on climate change being a real threat. The insights garnered from the
project would enable stakeholders to plan their brand campaigns strategically.
</p>
</header>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a target="_blank" href="https://public.tableau.com/app/profile/teddy.waweru" class="image fit"><img src="images\tableau_visualizations.jpg" alt="" /></a>
<header>
<h3>Tableau Visualizations</h3>
<p>
Tableau is a powerful data visualization GUI, & here I developed dashboards to offer a feel of its application. <br>
Also, it offers a reliable remote platform to be able to share these visuals, so you don't have to download an entire dataset!
</p>
</header>
</article>
</div>
</div>
<hr>
<br>
<h3>Personal Projects</h3>
<div class="row">
<div class="col-4 col-12-mobile">
<article class="item">
<a href="https://teddywaweru.github.io/MT5-trade-manager/" class="image fit">
<img src="images\MT4_MT5_Trading_Platform.png" alt="" />
</a>
<header>
<h3>MetaTrader 5 Trade Management Application</h3>
<p>
Meta Trader is a global electronic platform used in speculative trading of financial instruments.
I embarked on developing a Python Windows GUI platform that offers additional functionalities in trade management,
which would link with the platform via available APIs.
</p>
</header>
</article>
</div>
<!-- <div class="col-4 col-12-mobile">
<article class="item">
<a href="#" class="image fit"><img src="images\lost_yo_id.jpg" alt="" /></a>
<header>
<h3>LOST YO ID</h3>
<p>
A long time ago, a young lad lost his ID card, & wondered whether if there was a way for some random stranger to pick it up,
& share it to an online platform that records all lost cards...
</p>
</header>
</article>
</div> -->
<div class="col-4 col-12-mobile">
<article class="item">
<a target="_blank" href="https://www.behance.net/gallery/146634467/Sunflowers" class="image fit"><img src="images\blender.png" alt="" /></a>
<header>
<h3>Blender</h3>
<p>
Blender 3D is an amazing open-source 3D viz software. I'm highly attracted by the community
(creators & developers) & the software's potential. I have done some visuals here, now I pursue further
experience in the programme's Python API & codebase.
</p>
</header>
</article>
</div>
</div>
</div>
</section>
<!-- About Me -->
<section id="about" class="three">
<div class="container">
<header>
<h2>About Me</h2>
</header>
<!-- <a href="#" class="image featured"><img src="images/pic08.jpg" alt="" /></a> -->
<p>
I am a citizen of the Republic of Kenya, currently living in Nairobi. <br>
I have an educational background in Electrical Engineering, graduating in 2019, Nairobi University. <br>
I have an esteemed passion in technology & the 21st Century has not disappointed!😄 <br>
Sadly, I have not been fortunate to express this passion effectively in my field of study, <br>
But I am now slowly pushing it into the sectors of Software Development & Data Science, <br>
& the community has welcomed me wholesomely! <br>
I enjoy team collaborations, learning & live for the 'Aha!' moments in solution development. <br> <br>
Here's a link to my recent
<a target="_blank" href="https://drive.google.com/file/d/1-DZn6HxoB_dDlTFEJ4seDqSZF7kdmhWp/view?usp=sharing">resume</a>
for perusal.
</p>
<header>
</header>
</div>
</section>
<!-- Contact -->
<section id="contact" class="four">
<div class="container">
<header>
<h2>Contact</h2>
</header>
<p>Elementum sem parturient nulla quam placerat viverra
mauris non cum elit tempus ullamcorper dolor. Libero rutrum ut lacinia
donec curae mus. Eleifend id porttitor ac ultricies lobortis sem nunc
orci ridiculus faucibus a consectetur. Porttitor curae mauris urna mi dolor.</p>
<form method="post" action="#">
<div class="row">
<div class="col-6 col-12-mobile"><input type="text" name="name" placeholder="Name" /></div>
<div class="col-6 col-12-mobile"><input type="text" name="email" placeholder="Email" /></div>
<div class="col-12">
<textarea name="message" placeholder="Message"></textarea>
</div>
<div class="col-12">
<input type="submit" value="Send Message" />
</div>
</div>
</form>
</div>
</section>
</div>
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<ul class="copyright">
<li>© Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>