-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
443 lines (430 loc) · 19.8 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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-134176907-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-134176907-1');
</script>
<title>T.T. Ouzounellis Kavlakonis</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta name="description"
content="Theodoros Ouzounellis Kavlakonis: Engineering Student at University of Cambridge and a tech enthusiast. Check out my portfolio.">
<meta name="author" content="T.T. Ouzounelis Kavlakonis">
<meta type="image" property="og:image"
content="https://storage.googleapis.com/www.theodorosouzounellis.com/images/favicon.PNG">
<meta property="og:image:width" content="300" />
<meta property="og:image:height" content="300" />
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
</head>
<body>
<!--Navbar-->
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top" style="background-color: #e3f2fd;">
<a class="navbar-brand" data-value="home" href="#">
T.T. Ouzounellis Kavlakonis
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02"
aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link" data-value="about" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" data-value="skills" href="#">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" data-value="portfolio" href="#">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" data-value="work-exp" href="#">Work Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" data-value="education" href="#">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" data-value="blog" href="#">Featured Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" data-value="contact" href="#">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- Header-->
<header class="header" id="home">
<div class="container">
<div class="description">
<h1>Hello, Welcome to my official Website</h1>
<p> Feel free to explore all my projects and learn more about me</p>
<button class="btn btn-outline-secondary btn-lg"
onclick=" window.open('https://drive.google.com/file/d/1G3aZ_amQsdePN5oE-lZEEwOEIFcBFfAv/view?usp=sharing', '_blank'); return false;">View
Resume</button>
<button class="btn btn-outline-secondary btn-lg"
onclick=" window.open('http://www.theodorosouzounellis.com/blog.html', '_blank'); return false;">Go
to Blog</button>
</div>
</div>
</header>
<!--About me-->
<div class="about" id="about">
<div class="container">
<div class="overlay"></div>
<div class="container">
<h1 class="text-center">About Me</h1>
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-12">
<img src="images/me2.jpg" class="img-fluid">
</div>
<div class="col-lg-9 col-md-9 col-sm-12 desc">
<h3>T.T. Ouzounellis Kavlakonis</h3>
<p>
I am a second-year undergraduate studying engineering at Trinity College - University of Cambridge,
looking
to specialize in Information and Computer Engineering.
I am very passionate and enthusiastic about technology and especially Software Development with
a vision of working in Machine Learning and AI. During my school years, I participated and won
distinctions in many technology and engineering competitions and events and have worked on a
variety of projects from electronics to image recognition and AI.
Overall I am very tenacious and always up for a challenge!
</p>
</div>
</div>
</div>
</div>
</div>
<!--Skills-->
<div class="skills" id="skills">
<div class="container">
<h1 class="text-center">My Skills</h1>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 desc">
<div class="skillbar clearfix " data-percent="90%">
<div class="skillbar-title" style="background: #d35400;"><span>Python</span></div>
<div class="skillbar-bar" style="background: #e67e22;"></div>
<div class="skill-bar-percent">90%</div>
</div> <!-- End Skill Bar -->
<div class="skillbar clearfix " data-percent="83%">
<div class="skillbar-title" style="background: #2980b9;"><span>HTML5</span></div>
<div class="skillbar-bar" style="background: #3498db;"></div>
<div class="skill-bar-percent">83%</div>
</div> <!-- End Skill Bar -->
<div class="skillbar clearfix " data-percent="82%">
<div class="skillbar-title" style="background: #2c3e50;"><span>CSS3</span></div>
<div class="skillbar-bar" style="background: #2c3e50;"></div>
<div class="skill-bar-percent">82%</div>
</div> <!-- End Skill Bar -->
<div class="skillbar clearfix " data-percent="85%">
<div class="skillbar-title" style="background: #46465e;"><span>C/C++</span></div>
<div class="skillbar-bar" style="background: #5a68a5;"></div>
<div class="skill-bar-percent">85%</div>
</div> <!-- End Skill Bar -->
<div class="skillbar clearfix " data-percent="80%">
<div class="skillbar-title" style="background: #333333;"><span>Git</span></div>
<div class="skillbar-bar" style="background: #525252;"></div>
<div class="skill-bar-percent">80%</div>
</div> <!-- End Skill Bar -->
<div class="skillbar clearfix " data-percent="90%">
<div class="skillbar-title" style="background: #27ae60;"><span style="font-size: 8px;">Project
Management</span></div>
<div class="skillbar-bar" style="background: #2ecc71;"></div>
<div class="skill-bar-percent">90%</div>
</div> <!-- End Skill Bar -->
<div class="skillbar clearfix " data-percent="100%">
<div class="skillbar-title" style="background: #124e8c;"><span style="font-size: 9px;">Problem
Solving</span></div>
<div class="skillbar-bar" style="background: #4288d0;"></div>
<div class="skill-bar-percent">100%</div>
</div> <!-- End Skill Bar -->
<div class="skillbar clearfix " data-percent="67%">
<div class="skillbar-title" style="background: #5e2852;"><span style="font-size: 9px;">JavaScript</span>
</div>
<div class="skillbar-bar" style="background: #9b5890;"></div>
<div class="skill-bar-percent">67%</div>
</div> <!-- End Skill Bar -->
</div>
</div>
</div>
</div>
<!-- Porfolio -->
<div class="portfolio" id="portfolio">
<div class="container">
<h1 class="text-center">Portfolio</h1>
<h3 class="text-center">...apart from this website</h3>
<div class="row">
<div class="col-md-4 col-lg-4 col-sm-12 d-flex">
<div class="card">
<div class="card-img">
<img src="images/portfolio/port7.jpg" class="img-fluid">
</div>
<div class="card-body">
<h4 class="card-title">Hack Cambridge 2019</h4>
<p class="card-text">In a team of 4 we create a web app that can summarize terms and conditions documents
so it can be easier for the user's to be informed abouth how their data is used</p>
</div>
<div class="card-footer">
<a href="https://github.com/theo9921/privacy-expert" target="_blank" class="card-link">View on Github</a>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-sm-12 d-flex">
<div class="card">
<div class="card-img">
<img src="images/portfolio/port4.jpg" class="img-fluid">
</div>
<div class="card-body">
<h4 class="card-title">Citadel UK Data Open 2018</h4>
<p class="card-text">A Datathon organized by Citadel centered around analyzing correlations
between sets of data regarding the USA. In a team of 3 I was responsible for data
cleaning and parsing.</p>
</div>
<div class="card-footer">
<a href="./DataOpenReport.html" target="_blank" class="card-link">Read more</a>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-sm-12 d-flex">
<div class="card">
<div class="card-img">
<img src="images/portfolio/port6.jpg" class="img-fluid">
</div>
<div class="card-body">
<h4 class="card-title">Sir William Siemens Challenge 2018</h4>
<p class="card-text">A Datathon organized by Siemens where students from around the UK work
on finding a way to represent data in an interesting way.</p>
</div>
<div class="card-footer">
<a href="https://www.youtube.com/watch?v=ZS5B44k8LI0" target="_blank" class="card-link">View Promo on
Youtube</a>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-sm-12 d-flex">
<div class="card">
<div class="card-img">
<img src="images/portfolio/port1.png" class="img-fluid">
</div>
<div class="card-body">
<h4 class="card-title">Hack Cambridge 2018</h4>
<p class="card-text">In a team of 4 we created a 2 step verification system for private
spaces such as businesses utilizing Facial Recognition and blockchain technologies.</p>
</div>
<div class="card-footer">
<a href="https://github.com/ryanctlin/Blue_Door_of_Death" target="_blank" class="card-link">View
on Github</a>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-sm-12 d-flex">
<div class="card">
<div class="card-img">
<img src="images/portfolio/port5.jpg" class="img-fluid">
</div>
<div class="card-body">
<h4 class="card-title">CanSat Belgium 2015-2017</h4>
<p class="card-text">Team Leader and Lead Software Engineer in a team of 6 where we
designed and built a mini satellite in the size of a 33cL soda can.</p>
</div>
<div class="card-footer">
<a href="https://atxeeb3.wordpress.com/" target="_blank" class="card-link">Read more</a>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-sm-12 d-flex">
<div class="card">
<div class="card-img">
<img src="images/portfolio/port2.png" class="img-fluid">
</div>
<div class="card-body">
<h4 class="card-title">WatchBeats</h4>
<p class="card-text">A watch prototype that can detect the sound of snoring and produce
vibrations to stop the wearer from snoring.</p>
</div>
<div class="card-footer">
<a href="https://drive.google.com/file/d/1tHZqOaYykQ5PiSCDPXaNoOgeJxwFfd0Z/view" target="_blank"
class="card-link">Read more</a>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-sm-12 d-flex">
<div class="card">
<div class="card-img">
<img src="images/portfolio/port3.png" class="img-fluid">
</div>
<div class="card-body">
<h4 class="card-title">AD Shoe</h4>
<p class="card-text">Developed a device to aid in tracking lost Alzheimer’s patients, using
a step pattern recognition, to determine if the patient is lost. </p>
</div>
<div class="card-footer">
<a href="https://drive.google.com/file/d/1G45jeMCMo8d5xyNXHow6yG5bJ_4AIQ83/view" target="_blank"
class="card-link">Read
more</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Work Experience-->
<div class="work-exp" id="work-exp">
<div class="overlay"></div>
<div class="container">
<h1 class="text-center">Work Experience</h1>
<div class="row work-exp-entry">
<div class="col-lg-3 col-md-3 col-sm-12">
<img src="./images/uni_comp/arm.jpg" class="img-fluid">
</div>
<div class="col-lg-9 col-md-9 col-sm-12 desc">
<h3>Systems Software Summer Intern 2018</h3>
<p>ARM Ltd. is a multinational company specializing in semiconductor and software design. As a member of the
Partner Enablement Group's (PEG) Systems Software team I was responsible for researching and testing certain
capabilities of ARMv8-A models/boards and posting relevant reports, tutorials and FAQs in the ARM Community
(a public platform providing technical support for customers and partners of ARM). Examples of my work can
be seen <a
href="https://community.arm.com/dev-platforms/w/docs/415/spawn-a-linux-virtual-machine-on-arm-using-qemu-kvm"
target="_blank">here</a> and <a
href="https://community.arm.com/dev-platforms/w/docs/385/build-a-buildroot-user-space"
target="_blank">here</a>.</p>
</div>
</div>
<div class="row work-exp-entry">
<div class="col-lg-3 col-md-3 col-sm-12">
<img src="./images/uni_comp/microsoft.png" class="img-fluid">
</div>
<div class="col-lg-9 col-md-9 col-sm-12 desc">
<h3>Microsoft Student Partner</h3>
<p>As a Student Partner my job is to inspire my peers to get involved in technology by conveying my passion
and my experiences. Additionally I am responsible for writing blogs and organizing events such as technical
workshops demonstrating different Microsoft technology services and tools</p>
</div>
</div>
</div>
</div>
<!--Education-->
<div class="education" id="education">
<div class="overlay"></div>
<div class="container">
<h1 class="text-center">Education</h1>
<div class="row ed-entry">
<div class="col-lg-3 col-md-3 col-sm-12">
<img src="./images/uni_comp/cam.jpg" class="img-fluid">
</div>
<div class="col-lg-9 col-md-9 col-sm-12 desc">
<h3>3rd year Engineering Student (BA/MEng.)</h3>
<p>I plan on specializing in Information and Computer Engineering as part of my 3rd and 4th year studies.
During my studies I am also involved in the First and Third Trinity Boatclub, the Cambridge University
Amateur Boxing club and academic societies such as the Engineering Society (Strategy Officer), the Cambridge University
Algorithmic Trading Society and Hackbridge.io (Director of Commercial and Research Projects)</p>
</div>
</div>
<div class="row ed-entry">
<div class="col-lg-3 col-md-3 col-sm-12">
<img src="./images/uni_comp/eeb3.jpg" class="img-fluid">
</div>
<div class="col-lg-9 col-md-9 col-sm-12 desc">
<h3>European School of Brussels III (European Baccalaureate-91.44% Overall)</h3>
<p>As a student a student at the European School I had the opportunity to work with people from all around the
world, in a multicultural environment. Some of my key modules included: </p>
<ul>
<li>
<a>Mathematics (Hight Level): 96.6%</a>
</li>
<li>
<a>Advanced Mathematics: 97.3%</a>
</li>
<li>
<a>Physics: 98.3%</a>
</li>
<li>
<a>Chemistry: 92.5%</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--Blog-->
<div class="blog" id="blog">
<div class="overlay"></div>
<div class="container">
<h1 class="text-center">Feautured in Blog</h1>
<div class="button">
<button class="btn btn-outline-secondary btn-lg"
onclick=" window.open('http://www.theodorosouzounellis.com/blog.html', '_blank'); return false;">Go
to Blog</button>
<p></p>
</div>
<div class="row">
<div class="col-md-4 col-lg-4 col-sm-12 d-flex">
<div class="card">
<div class="card-img">
<img src="images/blog/azureNotebooks.png" class="img-fluid">
</div>
<div class="card-body">
<h4 class="card-title">Visualizing Climate Change Using Azure Notebooks</h4>
<p class="card-text">A tutorial on how to use Azure Notebooks to visualize Climate Change using basic ML
Libraries.</p>
</div>
<div class="card-footer">
<a href="blogs/visualizingClimateChange/visualizingClimateChange.html">Read</a>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-sm-12 d-flex">
<div class="card">
<div class="card-img">
<img src="images/blog/pythonForFinance.png" class="img-fluid">
</div>
<div class="card-body">
<h4 class="card-title">Python for Finance Part 1</h4>
<p class="card-text">In this 2 part series learn how to use Python to obtain and visualize
Financial data.</p>
</div>
<div class="card-footer">
<a href="blogs/pythonInFinance/pt1/pythonInFinancePt1.html">Read</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact form -->
<div class="contact-form" id="contact">
<div class="container">
<div class="overlay"></div>
<form action="https://formspree.io/[email protected]" method="POST">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12">
<h1>Get in Touch</h1>
</div>
<div class="col-lg-8 col-md-8 col-sm-12 right">
<div class="form-group">
<input type="text" class="form-control form-control-lg" placeholder="Your Name" name="name">
</div>
<div class="form-group">
<input type="email" class="form-control form-control-lg" placeholder="[email protected]" name="email">
</div>
<div class="form-group">
<textarea class="form-control form-control-lg" name="message" placeholder="Message"></textarea>
</div>
<input type="submit" class="btn btn-secondary btn-block" value="Send" name="" onclick="">
</div>
</div>
</form>
</div>
<h7 style="font-size: 0.7em; color: aliceblue">Created by T.T.Ouzounellis Kavlakonis</h7>
</div>
<script type="text/javascript" src='./js/main.js'></script>
</body>
</html>