-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·658 lines (592 loc) · 37.1 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
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="icon" href="#">
<title>Mel Ertekin</title>
</head>
<body>
<!-- SPPS App Modal -->
<div class="modal fade" id="spps" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Smart Pass and Payment System</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body text-center">
<div class="row">
<!--
<div class="col-3">
<img class="modal-project-img img-fluid" alt="portfolio website screenshot" src="images/spps/login.png">
</div>
<div class="col-3">
<img class="modal-project-img img-fluid" alt="portfolio website screenshot" src="images/spps/menu.png">
</div>
<div class="col-3">
<img class="modal-project-img img-fluid" alt="portfolio website screenshot" src="images/spps/kapilar.png">
</div>
<div class="col-3">
<img class="modal-project-img img-fluid" alt="portfolio website screenshot" src="images/spps/logs.png">
</div>
-->
<div class="col-12">
<img class="modal-project-img img-fluid" alt="portfolio website screenshot" src="images/spps/news1.png">
</div>
</div>
<div class="row">
<div class="col-12">
<img class="modal-project-img img-fluid" alt="portfolio website screenshot" src="images/spps/news2.png">
</div>
</div>
<hr>
<p class="modal-parag">Created an Android app tailored for authorization profile level entry into campus buildings and a payment tracking system to monitor purchases in the campus restaurants of Gediz University. Implemented location check using <b>location API</b>, and push notification using <b>Google Cloud Messaging</b>. Created <b>SOAP web services</b>. Used <b>Java, Python, Raspberry Pi, Oracle, and PHP</b>.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Mipp Modal -->
<div class="modal fade" id="mipp" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Mobile Auction System</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body text-center">
<div class="row">
<div class="col-12">
<img class="modal-project-img img-fluid" alt="portfolio website screenshot" src="images/mipp/mipp.png">
</div>
</div>
<hr>
<p class="modal-parag">Developed a Mobile Auction System as a senior design project to help buyers with their shopping experience; specifically allowing several stores to bid for the products the customer desires while allowing consumers to find the best combinations of prices from different sellers. Implemented push notification using <b>Google Cloud Messaging (GCM)</b>. Executed solution using <b>IBM ILOG CPLEX Optimizer, used Java, MySQL, PHP, SOAP web services</b>.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Learn Turkish App Modal -->
<div class="modal fade" id="learnTurkish" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Learn Turkish App</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body text-center">
<div class="row">
<div class="col-3">
<img class="modal-project-img img-fluid" alt="colors page screenshot" src="images/learnTurkish/colors.png">
</div>
<div class="col-3">
<img class="modal-project-img img-fluid" alt="family page screenshot" src="images/learnTurkish/family.png">
</div>
<div class="col-3">
<img class="modal-project-img img-fluid" alt="numbers page screenshot" src="images/learnTurkish/numbers.png">
</div>
<div class="col-3">
<img class="modal-project-img img-fluid" alt="phrases page screenshot" src="images/learnTurkish/phrases.png">
</div>
</div>
<br>
<a class="modal-project-link" target="_blank" href="https://github.com/melike-ertekin/learnTurkish">https://github.com/melike-ertekin/learnTurkish</a>
<hr>
<p class="modal-parag">Developed an Android app to teach Turkish language(Basic level) with displaying lists of vocabulary words and their pronunciation. Used <b>Java</b>.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- SandwichClub App Modal -->
<div class="modal fade" id="sandwichClub" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Sandwich Club App</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body text-center">
<div class="row">
<div class="col-4">
<img class="modal-project-img img-fluid" alt="colors page screenshot" src="images/sandwichClub/sandwichClub1.png">
</div>
<div class="col-4">
<img class="modal-project-img img-fluid" alt="family page screenshot" src="images/sandwichClub/sandwichClub2.png">
</div>
<div class="col-4">
<img class="modal-project-img img-fluid" alt="numbers page screenshot" src="images/sandwichClub/sandwichClub3.png">
</div>
</div>
<br>
<a class="modal-project-link" target="_blank" href="https://github.com/melike-ertekin/sandwichClub">https://github.com/melike-ertekin/sandwichClub</a>
<hr>
<p class="modal-parag">
<b>Project Overview:</b>
<br>
<br>
Completed the project as a part of Udacity Android Nanodegree program. Sandwich Club app shows the details of each sandwich once it is selected.
<br>
<br>
<b>Why this Project:</b>
<br>
<br>
Building a layout and populating its fields from data received as JSON is a common task for Android Developers. Although JSON parsing is usually done using libraries, writing the JSON parsing for this project helped me to better understand how it is processed.
<br>
<br>
<b>What I Learned:</b>
<br>
<br>
Through this project, I learned:
<ul class="text-left">
<li>Practice <b>JSON</b> parsing to a model object.</li>
<li>Design an activity layout.</li>
<li>Populate all fields in the layout accordingly.</li>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Popular Movies App Modal -->
<div class="modal fade" id="popularMovies" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Popular Movies (Stage-1)</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body text-center">
<div class="row">
<div class="col-4">
<img class="modal-project-img img-fluid" alt="colors page screenshot" src="images/popularMovies/popularMovies1.png">
</div>
<div class="col-4">
<img class="modal-project-img img-fluid" alt="family page screenshot" src="images/popularMovies/popularMovies2.png">
</div>
<div class="col-4">
<img class="modal-project-img img-fluid" alt="numbers page screenshot" src="images/popularMovies/popularMovies3.png">
</div>
</div>
<br>
<a class="modal-project-link" target="_blank" href="https://github.com/melike-ertekin/popularMovies">https://github.com/melike-ertekin/popularMovies</a>
<hr>
<p class="modal-parag">
<b>Project Overview:</b>
<br>
<br>
Completed the project as a part of Udacity Android Nanodegree program. Popular Movies App:
<ul class="text-left">
<li>Present the user with a grid arrangement of movie posters upon launch.</li>
<li>Allow your user to change sort order via a setting: The sort order can be by most popular or by highest-rated.</li>
<li>Allow the user to tap on a movie poster and transition to a details screen with additional information such as:
original title,
movie poster, image thumbnail,
overview,
vote average,
release date.</li>
</ul>
<br>
<p class="text-left">
<b>Why this Project:</b>
<br>
<br>
To become an Android developer, you must know how to bring particular mobile experiences to life. Specifically, you need to know how to build clean and compelling user interfaces (UIs), fetch data from network services, and optimize the experience for various mobile devices.</p>
<br>
<p class="text-left">
<b>What I Learned:</b>
<ul class="text-left">
<li>Fetch data from the Internet with <b>theMovieDB API.</b></li>
<li>Use adapters and custom list layouts to populate list views.</li>
<li>Use <b>Retrofit</b> library for network calls to simplify the amount of code I need to write.</li>
</ul>
</p>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Political Preparedness App -->
<div class="modal fade" id="politicalpreparedness" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Political Preparedness App</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body text-center">
<div class="row">
<!-- <div class="col-4">
<img class="modal-project-img img-fluid" alt="colors page screenshot" src="images/popularMovies/popularMovies1.png">
</div>
<div class="col-4">
<img class="modal-project-img img-fluid" alt="family page screenshot" src="images/popularMovies/popularMovies2.png">
</div>
<div class="col-4">
<img class="modal-project-img img-fluid" alt="numbers page screenshot" src="images/popularMovies/popularMovies3.png">
</div> -->
</div>
<br>
<a class="modal-project-link" target="_blank" href="https://github.com/melike-ertekin/PoliticalPreparedness">https://github.com/melike-ertekin/PoliticalPreparedness</a>
<hr>
<p class="modal-parag">
<b>Project Overview:</b>
<br>
<br>
Completed the project as a part of Udacity Kotlin Android Developer Nanodegree program. Political Preparedness App:
<ul class="text-left">
<li>Build an application that provides civic data intended to provide educational opportunities to the U.S. electorate using data provided by the Google Civic Information API.</li>
<li>Use data from API to allow users to track information on target representatives and voting initiatives where applicable.</li>
<li>Users will be able to target a specific location and retrieve the associated civic data, displaying it to the user, and providing a clean user experience for consumption. </li>
<li>Users will be able to target a specific location and retrieve the associated civic data, displaying it to the user, and providing a clean user experience for consumption. </li>
<li>Users will be able to save predefined locations for quick access and mark preferred representatives and policy outcomes. Where available, elections and voter information will also be provided, notifying the users on upcoming elections and providing access to associated information and saved data. </li>
</ul>
<br>
<p class="text-left">
<b>What I Learned:</b>
<ul class="text-left">
<li>Fetch data from the Internet with <b>Google Civic Information API.</b></li>
<li>Use <b>Retrofit & Moshi</b> libraries for network calls to simplify the amount of code I need to write.</li>
<li>Use <b>Room</b> persistence library to save data in the local database.</li>
<li>Use <b>Geo-location</b> to generate address information.</li>
</ul>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Location Reminder App -->
<div class="modal fade" id="locationreminder" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Location Reminder App</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body text-center">
<div class="row">
<div class="col-4">
<img class="modal-project-img img-fluid" alt="location reminder app screenshot" src="images/locationReminder/locationReminder1.png">
</div>
<div class="col-4">
<img class="modal-project-img img-fluid" alt="location reminder app screenshot" src="images/locationReminder/locationReminder3.png">
</div>
<div class="col-4">
<img class="modal-project-img img-fluid" alt="location reminder app screenshot" src="images/locationReminder/locationReminder4.png">
</div>
</div>
<br>
<a class="modal-project-link" target="_blank" href="https://github.com/melike-ertekin/LocationReminderApp">https://github.com/melike-ertekin/LocationReminderApp</a>
<hr>
<p class="modal-parag">
<b>Project Overview:</b>
<br>
<br>
Completed the project as a part of Udacity Kotlin Android Developer Nanodegree program. This app is a TODO list app with location reminders that remind the user to do something when the user is at a specific location. The app will require the user to create an account and login to set and access reminders.
<br>
<p class="text-left">
<b>What I Learned:</b>
<ul class="text-left">
<li>Use <b>Firebase Authentication</b> to enable Email/Password and Google Sign-in methods.</li>
<li>Use <b>Google Maps</b> to create <b>geofence</b> for selected location.</li>
<li>Use <b>Room</b> persistence library to save data in the local database.</li>
<li>Use <b>Espresso</b> and <b>Mockito</b> to test the app.</li>
</ul>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Asteroid Radar App -->
<div class="modal fade" id="asteroidradar" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Asteroid Radar App </h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body text-center">
<div class="row">
<div class="col-12">
<img class="modal-project-img img-fluid" alt="colors page screenshot" src="images/asteroidRadar/asteroidRadar.png">
</div>
</div>
<br>
<a class="modal-project-link" target="_blank" href="https://github.com/melike-ertekin/AsteroidRadarApp">https://github.com/melike-ertekin/AsteroidRadarApp</a>
<hr>
<p class="modal-parag">
<b>Project Overview:</b>
<br>
<br>
Completed the project as a part of Udacity Kotlin Android Developer Nanodegree program. Asteroid Radar is an app to view the asteroids detected by NASA that pass near Earth. Users can view all the detected asteroids given a period of time with data such as the size, velocity, distance to earth and if they are potentially hazardous. Users can search for Asteroids based on their closest approach date to Earth, lookup a specific Asteroid.
<br>
<p class="text-left">
<b>What I Learned:</b>
<ul class="text-left">
<li>Fetch data from the Internet with <b>Moshi</b></li>
<li>Use <b>NEoWs API</b> which is a free, open source API provided by NASA JPL Asteroid team.</li>
<li>Use <b>Room</b> persistence library to save data in the local database.</li>
</ul>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Memory Game Modal -->
<div class="modal fade" id="memory-game" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Memory Game</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body text-center">
<img class="modal-project-img img-fluid" alt="memory game screenshot" src="images/memoryGame/memory-game.png">
<br>
<a class="modal-project-link" target="_blank" href="https://melike-ertekin.github.io/memoryGame/">https://melike-ertekin.github.io/memoryGame/</a>
<hr>
<p class="modal-parag">Developed a memory game for fun! Click the link, enjoy the game! <b>Used HTML, CSS, JS, Bootstrap</b>.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Pixel Art Modal -->
<div class="modal fade" id="pixel-art" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Pixel Art</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body text-center">
<img class="modal-project-img img-fluid" alt="pixel art screenshot" src="images/pixelArt/pixel-art.png">
<br>
<a class="modal-project-link" target="_blank" href="https://melike-ertekin.github.io/pixelArt">https://melike-ertekin.github.io/pixelArt</a>
<hr>
<p class="modal-parag">Developed a pixel art web page for fun. Click the link, make your own canvas and color it! Used <b>HTML, CSS, JS, Bootstrap</b>.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal -->
<div class="modal fade" id="portfolio" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Portfolio Website</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body text-center">
<img class="modal-project-img img-fluid" alt="portfolio website screenshot" src="images/portfolio/portfolio.png">
<br>
<a class="modal-project-link" target="_blank" href="https://github.com/melike-ertekin/portfolio">https://github.com/melike-ertekin/portfolio</a>
<hr>
<p class="modal-parag">Created a responsive website to show projects. <b> Used HTML, CSS, JS, Bootstrap</b>.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<header class="header">
<div class="container">
<div class="row no-gutters">
<div id="logo" class="col-12 col-sm-6">
<img class="profile" alt="Melike's profile picture" src="images/profile.jpg">
</div>
<div id="info" class="col-12 col-sm-6">
<h2>Melike Ertekin</h2>
<h5>Software Engineer</h5>
<a class="fa fa-github social-icon" href="https://github.com/melike-ertekin" title="GitHub" target="_blank"></a>
<a class="fa fa-envelope social-icon" href="mailto:[email protected]" target="_blank"></a>
<a class="fa fa-linkedin social-icon" href="https://www.linkedin.com/in/melike-ertekin/" title="Linkedin" target="_blank"></a>
</div>
</div>
</div>
<div class="container">
<div class="row no-gutters nav justify-content-center">
<div class="col-12 col-md-4">
<ul class="nav nav-tabs nav-justified" id="scroll-nav">
<li class="nav-item">
<a class="nav-link link-inactive" href="resume.html">Resume</a>
</li>
<li class="nav-item link-active">
<a class="nav-link active" href="index.html">Portfolio</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<main class="align-items-center">
<div class="container">
<!-- Android Section-1 -->
<section class="align-items-center">
<div class="row">
<!-- SPPS APP -->
<div class="col-12 col-sm-4 text-center">
<img class="project-img img-fluid" alt="Smart pass and payment system image" data-toggle="modal" data-target="#spps" src="images/spps/2.png">
<h3 data-toggle="modal" data-target="#spps" class="project-title">Smart Pass and Payment System</h3>
</div>
<!-- MIPP APP -->
<div class="col-12 col-sm-4 text-center">
<img class="project-img img-fluid" alt="Mobile Auction System App" data-toggle="modal" data-target="#mipp" src="images/mipp/mipp_small_screen.png"">
<h3 data-toggle="modal" data-target="#mipp" class="project-title">Mobile Auction System</h3>
</div>
<!-- LearnTurkish APP -->
<div class="col-12 col-sm-4 text-center">
<img class="project-img img-fluid" alt="Learn Turkish App image" data-toggle="modal" data-target="#learnTurkish" src="images/learnTurkish/deneme2.png">
<h3 data-toggle="modal" data-target="#learnTurkish" class="project-title">Learn Turkish App</h3>
</div>
<div class="col-12">
<hr>
</div>
</div>
</section>
<!-- Android Section-2 -->
<section class="align-items-center">
<div class="row">
<!-- Political Preparedness APP -->
<div class="col-12 col-sm-4 text-center">
<img class="project-img img-fluid" alt="Political Preparedness App" data-toggle="modal" data-target="#politicalpreparedness" src="images/placeholder.png">
<h3 data-toggle="modal" data-target="#politicalpreparedness" class="project-title">Political Preparedness App</h3>
</div>
<!-- Location Reminder APP -->
<div class="col-12 col-sm-4 text-center">
<img class="project-img img-fluid" alt="Location Reminder App" data-toggle="modal" data-target="#locationreminder" src="images/locationReminder/locationReminder.png">
<h3 data-toggle="modal" data-target="#locationreminder" class="project-title">Location Reminder App</h3>
</div>
<!-- Asteroid Radar APP -->
<div class="col-12 col-sm-4 text-center">
<img class="project-img img-fluid" alt="Asteroid Radar App" data-toggle="modal" data-target="#asteroidradar" src="images/asteroidRadar/asteroidRadar.png">
<h3 data-toggle="modal" data-target="#asteroidradar" class="project-title">Asteroid Radar App</h3>
</div>
<div class="col-12">
<hr>
</div>
</div>
</section>
<!-- Android Section-3 -->
<section class="align-items-center">
<div class="row">
<!-- Popular Movies APP -->
<div class="col-12 col-sm-4 text-center">
<img class="project-img img-fluid" alt="Popular movies app" data-toggle="modal" data-target="#popularMovies" src="images/popularMovies/popularMovies.png">
<h3 data-toggle="modal" data-target="#popularMovies" class="project-title">Popular Movies (Stage-1)</h3>
</div>
<!-- Sandwich Club APP-->
<div class="col-12 col-sm-4 text-center">
<img class="project-img img-fluid" alt="Sandwich Club App" data-toggle="modal" data-target="#sandwichClub" src="images/sandwichClub/sandwichClub.png"">
<h3 data-toggle="modal" data-target="#sandwichClub" class="project-title">Sandwich Club App</h3>
</div>
<!-- Baking APP -->
<div class="col-12 col-sm-4 text-center">
<img class="project-img img-fluid" alt="Baking App image" data-toggle="modal" data-target="#bakingApp" src="images/placeholder.png">
<h3 data-toggle="modal" data-target="#bakingApp" class="project-title">Baking App</h3>
</div>
<div class="col-12">
<hr>
</div>
</div>
</section>
<!-- Web Section -->
<section class="align-items-center">
<div class="row">
<div class="col-12 col-sm-4 text-center">
<img class="project-img img-fluid" alt="memory game screenshot" data-toggle="modal" data-target="#memory-game" src="images/memoryGame/memory-game.png">
<h3 data-toggle="modal" data-target="#memory-game" class="project-title">Memory Game</h3>
</div>
<div class="col-12 col-sm-4 text-center">
<img class="project-img img-fluid" alt="pixel art website screenshot" data-toggle="modal" data-target="#pixel-art" src="images/pixelArt/pixel-art.png">
<h3 data-toggle="modal" data-target="#pixel-art" class="project-title">Pixel Art</h3>
</div>
<div class="col-12 col-sm-4 text-center">
<img class="project-img img-fluid" alt="portfolio website screenshot" data-toggle="modal" data-target="#portfolio" src="images/portfolio/portfolio.png">
<h3 data-toggle="modal" data-target="#portfolio" class="project-title">Portfolio Website</h3>
</div>
<div class="col-12">
<hr>
</div>
</div>
</section>
</div>
</main>
<footer class="footer sticky-bottom">
<div class="container">
<div class="row no-gutters">
<div class="col-12 text-center">
<a class="fa fa-github social-icon" href="https://github.com/melike-ertekin" title="GitHub" target="_blank"></a>
<a class="fa fa-envelope social-icon" href="mailto:[email protected]" target="_blank"></a>
<a class="fa fa-linkedin social-icon" href="https://www.linkedin.com/in/melike-ertekin/" title="Linkedin" target="_blank"></a>
</div>
</div>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="js/scripts.js"></script>
</body>
</html>