-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
511 lines (281 loc) · 14.7 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
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
<!DOCTYPE html>
<style>
html {
height: 100vh;
}
body {
min-height: 100vh;
display: grid;
grid-template-rows: 1fr auto;
}
.footer {
grid-row-start: 2;
grid-row-end: 3;
}
</style>
<html lang="en-tr"><head>
<meta charset="utf-8">
<title>Mehmet Enes Onuş</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" property="og:description" content="I'm a second year Computer Science student at Durham">
<meta name="image" property="og:image" content="/">
<meta name="author" content="Mehmet Enes Onuş">
<meta name="generator" content="Hugo 0.92.2" />
<!-- plugins -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css ">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="/css/style.min.css" integrity="" media="screen">
<link rel="stylesheet" href="/css/syntax.min.css" integrity="" media="screen">
<link rel="alternate" type="application/rss+xml" href="https://enesonus.com/index.xml" title="Mehmet Enes Onuş" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/mailgo.min.js" defer></script>
<!--Favicon-->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body class="">
<div class="wrapper"><div uk-sticky="sel-target: .uk-navbar-container; cls-active: uk-navbar-sticky; bottom: #transparent-sticky-navbar">
<nav class="uk-navbar-container uk-margin" uk-navbar="mode: click;" style="padding-right: 3rem">
<div class="uk-navbar-left" style="padding-left: 1.5rem">
<a href="https://enesonus.com">
<img src="/images/mainpage/logo.png" style ="height: 120px">
</a>
</div>
<div class="uk-navbar-right">
<ul class="uk-navbar-nav uk-visible@s">
<li class="uk-active "><a style="font-size: 18px; text-transform: none"
href="https://enesonus.com"> Home </a></li>
<li><a style="font-size: 18px; text-transform: none" href="/about">About</a></li>
<li><a style="font-size: 18px; text-transform: none" href="/blog">Blog</a></li>
<li><a style="font-size: 18px; text-transform: none" href="/contact">Contact</a></li>
</ul>
<a class="uk-navbar-toggle uk-hidden@s" uk-toggle="target: #sidenav" uk-navbar-toggle-icon href="#"></a>
</div>
</nav>
</div>
<div id="sidenav" uk-offcanvas="overlay: true">
<div class="uk-offcanvas-bar uk-flex uk-flex-column">
<ul class="uk-nav uk-nav-primary uk-nav-center uk-margin-auto-vertical">
<li class="uk-active"><a style="font-size: 18px" href="https://enesonus.com"> Home </a>
</li>
<li><a style="font-size: 18px" href="/about">About</a></li>
<li><a style="font-size: 18px" href="/blog">Blog</a></li>
<li><a style="font-size: 18px" href="/contact">Contact</a></li>
</ul>
</div>
</div>
<!-- Hexagon Stylesheet -->
<link rel="stylesheet" href="/css/hexagon.min.css">
<!-- Index -->
<link rel="stylesheet" href="/css/index.min.css">
<section>
<div class="uk-container uk-margin-xlarge-top uk-margin-xlarge-bottom">
<h1 class="uk-heading-large">Hi! I’m Enes</h1>
</div>
</section>
<div class="uk-text-center uk-margin-xlarge-bottom uk-margin-xlarge-top">
<ul id="links" class="icons">
<li><a href="https://www.linkedin.com/in/mehmet-enes-onu%c5%9f-1773b3211/">
<img class="contain" src="https://cdn.svgporn.com/logos/linkedin-icon.svg" alt="LinkedIn" loading="lazy"> </a></li>
<li><a href="https://github.com/enes-mehmet"> <img
class="contain" src="https://cdn.svgporn.com/logos/github-icon.svg" alt="GitHub" loading="lazy"> </a></li>
<li><a href="mailto:[email protected]" > <img
class="contain" src="https://cdn.svgporn.com/logos/google-gmail.svg" alt="Gmail" loading="lazy"></a></li>
</ul>
</div>
<section class="uk-margin-large-top">
<div class="uk-container">
<div class="uk-text-center">
<p class="uk-text-lead">3rd Year Sabanci University Computer Science and Engineering Student</p>
<a class="uk-button uk-button-text" href="https://enesonus.com/about">Find out more</a>
</div>
</div>
</section>
<section class="uk-margin-large-bottom uk-margin-large-top">
<div class="uk-container">
<h1 class="uk-heading-line uk-heading-medium"><span>Portfolio</span></h1>
<div>
<h2 class="uk-text-center uk-text-bold uk-margin-large-top"> PolyPharm </h2>
<div class="uk-flex uk-flex-center">
<img src="/images/mainpage/polypharm.jpg" class="uk-width-medium uk-width-large@s uk-height-large contain" >
</div>
<p class="uk-text-center">A Medicine tracking IoT device with remote control and a mobile app</p>
<div class="uk-flex uk-flex-center">
<div uk-grid>
<div>
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/node-dot-js.svg" />
</div>
<div>
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/electron.svg" />
</div>
<div>
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/raspberrypi.svg" />
</div>
</div>
</div>
<div class="uk-flex uk-flex-center uk-margin-medium-top">
<a href="#" class="uk-text-center">Find out more</a>
</div>
</div>
</section>
<div id="modal_JavaScript" uk-modal>
<div class="uk-modal-dialog uk-modal-body">
<button class="uk-modal-close-default" type="button" uk-close></button>
<div class="uk-modal-header">
<h2 class="uk-modal-title">JavaScript</h2>
</div>
<p>Used JavaScript to add robotics background to a desktop application made with Elelctron using NodeJS and Johnny-Five framework.</p>
</div>
</div>
<div id="modal_CSS" uk-modal>
<div class="uk-modal-dialog uk-modal-body">
<button class="uk-modal-close-default" type="button" uk-close></button>
<div class="uk-modal-header">
<h2 class="uk-modal-title">CSS</h2>
</div>
<p>Used CSS to customize GUI that was created with the help of Electron.</p>
</div>
</div>
<div id="modal_HTML" uk-modal>
<div class="uk-modal-dialog uk-modal-body">
<button class="uk-modal-close-default" type="button" uk-close></button>
<div class="uk-modal-header">
<h2 class="uk-modal-title">HTML</h2>
</div>
<p>Used HTML to create pages of GUI that was created with the help of Electron.</p>
</div>
</div>
<div id="modal_MySQL" uk-modal>
<div class="uk-modal-dialog uk-modal-body">
<button class="uk-modal-close-default" type="button" uk-close></button>
<div class="uk-modal-header">
<h2 class="uk-modal-title">MySQL</h2>
</div>
<p>Used MySQL to create a working database management system which stores data of a bike sharing company that has 4 different types of users with different dependencies.</p>
</div>
</div>
<div id="modal_PHP" uk-modal>
<div class="uk-modal-dialog uk-modal-body">
<button class="uk-modal-close-default" type="button" uk-close></button>
<div class="uk-modal-header">
<h2 class="uk-modal-title">PHP</h2>
</div>
<p>Used PHP to create working webpages to show relevant data from MySQL database.</p>
</div>
</div>
<div id="modal_Python" uk-modal>
<div class="uk-modal-dialog uk-modal-body">
<button class="uk-modal-close-default" type="button" uk-close></button>
<div class="uk-modal-header">
<h2 class="uk-modal-title">Python</h2>
</div>
<p>Used Python to develop a robotics projects such as simple biological 3D printer project.</p>
</div>
</div>
<div id="modal_C__" uk-modal>
<div class="uk-modal-dialog uk-modal-body">
<button class="uk-modal-close-default" type="button" uk-close></button>
<div class="uk-modal-header">
<h2 class="uk-modal-title">C++</h2>
</div>
<p>Learned C++ as main coding language at University. Can code Data Structures such as Hash Maps, Binary Trees, AVL trees and sorting algorithms such as Heap Sort, Quick Sort and Merge Sort.</p>
</div>
</div>
<section class="uk-margin-large-top uk-margin-large-bottom">
<div class="uk-container">
<h1 class="uk-heading-line uk-text-center uk-heading-medium"><span>Skills</span></h1>
<p class="uk-text-center uk-text-lead"><i>Click the images below to find out more</i></p>
<div class="uk-child-width-1-6@l uk-child-width-1-3@m uk-child-width-1-3@s uk-child-width-1-2 uk-text-center uk-flex-center"
uk-grid>
<div class="imagemargin">
<img class="contain skills" src="/images/mainpage/js.png" alt="" loading="lazy" style="cursor: pointer"
uk-toggle="target: #modal_JavaScript">
<h4>JavaScript</h4>
</div>
<div class="imagemargin">
<img class="contain skills" src="/images/mainpage/css.png" alt="" loading="lazy" style="cursor: pointer"
uk-toggle="target: #modal_CSS">
<h4>CSS</h4>
</div>
<div class="imagemargin">
<img class="contain skills" src="/images/mainpage/html.png" alt="" loading="lazy" style="cursor: pointer"
uk-toggle="target: #modal_HTML">
<h4>HTML</h4>
</div>
<div class="imagemargin">
<img class="contain skills" src="/images/mainpage/mysql.png" alt="" loading="lazy" style="cursor: pointer"
uk-toggle="target: #modal_MySQL">
<h4>MySQL</h4>
</div>
<div class="imagemargin">
<img class="contain skills" src="/images/mainpage/php.png" alt="" loading="lazy" style="cursor: pointer"
uk-toggle="target: #modal_PHP">
<h4>PHP</h4>
</div>
<div class="imagemargin">
<img class="contain skills" src="/images/mainpage/py.png" alt="" loading="lazy" style="cursor: pointer"
uk-toggle="target: #modal_Python">
<h4>Python</h4>
</div>
<div class="imagemargin">
<img class="contain skills" src="/images/mainpage/cpp.png" alt="" loading="lazy" style="cursor: pointer"
uk-toggle="target: #modal_C__">
<h4>C++</h4>
</div>
</div>
</div>
</section>
<section class="uk-margin-xlarge-bottom">
<div class="uk-container">
<h1 class="uk-heading-line uk-heading-medium uk-margin-large-bottom"><span>Education</span></h1>
<div class=" uk-grid-large uk-child-width-1-3@s uk-child-width-1 uk-text-center uk-flex-center" uk-grid
style="padding-left: 20px; padding-right: 20px">
<div>
<div class="uk-card uk-card-default uk-height-max-large">
<div class="uk-card-media-top">
<img class="contain experience" src="https://www.sabanciuniv.edu/sites/default/files/logo_sabancirgb.png" alt="" style="padding: 20px" loading="lazy">
</div>
<div class="uk-card-body" style="padding-top: 0">
<div style="height: 5em">
<h3 class="uk-card-title">Sabanci University</h3>
</div>
<p style="height: 4em">BSc Computer Science and Engineering</p>
<p>2020 - Present</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<footer class="footer">
<div class="uk-container">
<div class="uk-grid-small uk-child-width-1-4@m uk-text-center uk-flex-center uk-margin-medium-bottom" uk-grid>
<div class="uk-margin-small-bottom">
<h5 class="uk-margin-small-bottom">Email</h5>
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div>
<h5 class="uk-margin-small-bottom">Address</h5>
<div uk-lightbox>
<a href="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJwbHYJaUqfEgRK0Ui9dVGimc&key=AIzaSyAE_4rVAKux_DSPcb_OdSRDaovtPOSk_3U" data-caption="Istanbul, Turkey"
data-type="iframe">Istanbul, Turkey</a>
</div>
</div>
</div>
<div class="footer-copyright uk-text-center" style="padding-bottom: 1rem">
<img loading="lazy" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" style="height: 1.2em;
width: 1.2em;" alt="Creative Commons">
<img loading="lazy" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" style="height: 1.2em;
width: 1.2em;" alt="CC-BY">
2022
Mehmet Enes Onuş
</div>
</footer>
<!-- JS Plugins -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit-icons.min.js"></script>
</body>
</html>