-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·718 lines (523 loc) · 31 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
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Yasin Yıldırım</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/media-queries.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.png" >
</head>
<body>
<!-- Header
================================================== -->
<header id="home">
<nav id="nav-wrap">
<a class="mobile-btn" href="#nav-wrap" title="Show navigation">Show navigation</a>
<a class="mobile-btn" href="#" title="Hide navigation">Hide navigation</a>
<ul id="nav" class="nav">
<li class="current"><a class="smoothscroll" href="#home">Home</a></li>
<li><a class="smoothscroll" href="#about">About</a></li>
<li><a class="smoothscroll" href="#resume">Resume</a></li>
<li><a class="smoothscroll" href="#portfolio">Projects</a></li>
<li><a class="smoothscroll" href="#contact">Contact</a></li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
<div class="row banner">
<div class="banner-text">
<h1 class="responsive-headline">Hi! I am Yasin Yıldırım.</h1>
<h3>I'm a <span>Berlin</span> based <span>Android Developer</span> and <span>Software Engineer</span> developing awesome Android applications, using latest technologies and working agile. Please <a class="smoothscroll" href="#about">start scrolling</a>
to learn more <a class="smoothscroll" href="#about">about me</a>.</h3>
<hr />
<ul class="social">
<li><a href="https://www.linkedin.com/in/yasinyildirim" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/vudin" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="https://stackoverflow.com/users/439051/yasin-yildirim" target="_blank"><i class="fa fa-stack-overflow"></i></a></li>
<li><a href="https://twitter.com/vudin" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/vudin" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.facebook.com/yasinyildirim" target="_blank"><i class="fa fa-facebook"></i></a></li>
</ul>
</div>
</div>
<p class="scrolldown">
<a class="smoothscroll" href="#about"><i class="icon-down-circle"></i></a>
</p>
</header> <!-- Header End -->
<!-- About Section
================================================== -->
<section id="about">
<div class="row">
<div class="three columns">
<img class="profile-pic" src="images/profilepic.jpg" alt="" />
</div>
<div class="nine columns main-col">
<h2>About Me</h2>
<p>I'm a Senior Software Engineer highly passionate about Android. I started learning about Android back in late 2009 and
built my first couple of Android applications as part of my Bachelor's thesis. Since 2010, I've been working as Android
Software Engineer on exciting projects.
<br><br>
Currently, I'm working for eBay Kleinanzeigen, Germany's leading classifieds platform. The app is downloaded more than 20
million times, featured by Google Play multiple times, and it has a rating of 4.7 stars on Google Play Store.
<br><br>
If you want to get in contact with me, just drop me a line.
</p>
<div class="row">
<div class="columns contact-details">
<h2>Contact Details</h2>
<p class="address">
<span>Mehmet Yasin Yildirim</span><br>
<span>yasinyildirim495@gmail.com</span><br>
<span>+49 151 6896 9106</span><br>
</p>
</div>
</div> <!-- end row -->
</div> <!-- end .main-col -->
</div>
</section> <!-- About Section End-->
<!-- Resume Section
================================================== -->
<section id="resume">
<!-- Work
----------------------------------------------- -->
<div class="row work">
<div class="three columns header-col">
<h1><span>Work</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns">
<h3>eBay Kleinanzeigen</h3>
<p class="info">Android Development Team Lead <span>•</span> <em class="date">Nov 2017 - Present</em></p>
<p class="info">Senior Android Engineer <span>•</span> <em class="date">July 2013 - Present</em></p>
<p>
eBay Kleinanzeigen is eBay's classifieds platform for Germany. It's one of the most well-known internet platform in Germany, and therefore the mobile apps have a great reach.<br><br>
I've been working on eBay Kleinanzeigen's Android application which has a user rating of 4.4 stars out of 5. The application have already been featured multiple times by Google Play Store and provides best in class experience.<br><br>
Here are some key technologies and architectural patterns that I've been using during my time at eBay Kleinanzeigen:<br>
<ul style="list-style-type:disc;margin-left:20px;">
<li>Model View Presenter (MVP) Architecture with Android Architecture Components</li>
<li>UI Automation and integration tests using Espresso</li>
<li>Unit tests with JUnit, Robolectric & Mockito</li>
<li>Backwards compatibility with Android Support Libraries</li>
<li>Https client-server communication using Retrofit and RxJava</li>
<li>JSON data format, creation and parsing</li>
<li>Android standard and custom UI elements</li>
<li>Android UI animations</li>
<li>Open source library usage and contribution</li>
<li>Android camera and photo processing</li>
<li>Google Cloud Messaging</li>
<li>Google Analytics Integration</li>
<li>Google Maps integration& location services</li>
</ul>
</p>
</div>
</div> <!-- item end -->
<br>
<div class="row item">
<div class="twelve columns">
<h3>TMOB Mobile Technologies</h3>
<p class="info">Senior Android Engineer <span>•</span> <em class="date">April 2012 - May 2013</em></p>
<p>
I worked for Tmob as a senior Android Software Engineer since April 2012 until the end of May 2013. During my experience at Tmob, I have participated and managed three massive projects which are based on e-commerce and mobile payment systems.<br><br>
I led and developed Turkey's the most comprehensive Android application, GittiGidiyor for Android. Later on I led and developed a mobile payment and fund transfer application for Vodafone, Vodafone Wallet, and lastly I worked on another comprehensive e-commerce app, Teknosa Mobile for Android.<br><br>
I have worked in an agile environment and used these methods and technologies for Android Platform:<br>
<ul style="list-style-type:disc;margin-left:20px;">
<li>Backwards compatible Android applications</li>
<li>Http/Https client-server interaction on Android clients</li>
<li>JSON data format, creation and parse</li>
<li>Android standard and custom UI elements</li>
<li>Android UI animations</li>
<li>Android Sliding menu and gesture recognition</li>
<li>Open source library usage and contribution</li>
<li>Android camera and photo processing</li>
<li>Google Cloud Messaging</li>
<li>Google Analytics Integration</li>
<li>Mobile Payment technologies</li>
<li>NFC</li>
<li>QR Code generation and decoding</li>
<li>Google Maps & Location</li>
</ul>
</p>
</div>
</div> <!-- item end -->
<br>
<div class="row item">
<div class="twelve columns">
<h3>Matriks Mobile</h3>
<p class="info">Android Engineer <span>•</span> <em class="date">July 2010 - April 2012</em></p>
<p>
I have worked as an Android Developer for almost 2 years. During those 2 years, I've participated in and managed several mobile application projects. <br>
While developing those applications, I have used following methodologies and skills:<br>
<ul style="list-style-type:disc;margin-left:20px;">
<li>Android standard and custom UI components</li>
<li>Android Google Maps integration and Location Based Services</li>
<li>Http / Https based Client-Server communication</li>
<li>Real-Time Socket connection</li>
<li>JSON data interchange format</li>
<li>JSON creation and parsing</li>
<li>XML data interchange</li>
<li>Android C2DM (Cloud to Device Messaging) service usage</li>
</ul>
</p>
</div>
</div> <!-- item end -->
</div> <!-- main-col end -->
</div> <!-- End Work -->
<!-- Education
----------------------------------------------- -->
<div class="row education">
<div class="three columns header-col">
<h1><span>Education</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns">
<h3>Gebze Institute of Technology, Turkey</h3>
<p class="info">B.Eng. Computer Science & Engineering <span>•</span> <em class="date">Graduated in 2010</em></p>
<p>
I have completed my Bachelor's of Engineering degree on Computer Science & Engineering at Gebze Institute of Technology in Gebze, Turkey. During my studies, I have attended and succeeded the courses including<br>
<ul style="list-style-type:disc;margin-left:20px;">
<li>Computer Programming with C Language</li>
<li>Data Structures and Algorithms</li>
<li>Object Oriented Programming with C++ and JAVA</li>
<li>Advanced and Concurrent Algorithms</li>
<li>Software Engineering</li>
<li>Computer Architecture</li>
<li>Computer Graphics</li>
<li>Computer Networks</li>
<li>Operating System Concepts</li>
<li>Network and Information Security</li>
<li>Artificial Neural Networks and Applications</li>
<li>Artificial Intelligence Methods</li>
</ul>
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>Bielska Wyższa Szkoła im. J. Tyszkiewicza, Poland</h3>
<p class="info">B.Sci. Computer Science <span>•</span> <em class="date">Winter 2009/2010</em></p>
<p>
I studied at Bielska Wyższa Szkoła im. J. Tyszkiewicza in Winter Semester of 2009/2010 academic year as an Erasmus Exchange student.<br>
</p>
</div>
</div> <!-- item end -->
</div> <!-- main-col end -->
</div> <!-- End Education -->
<!-- Skills
----------------------------------------------- -->
<div class="row skill">
<div class="three columns header-col">
<h1><span>Skills</span></h1>
</div>
<div class="nine columns main-col">
<p>Here you can see some of the skills I've been developing during my career and how much knowledge I have on each of them.
</p>
<div class="bars">
<ul class="skills">
<li><span class="bar-expand android"></span><em>Android Development</em></li>
<li><span class="bar-expand kotlin"></span><em>Kotlin</em></li>
<li><span class="bar-expand java"></span><em>Java</em></li>
<li><span class="bar-expand android_architectural_patterns"></span><em>Android Architectural Patterns</em></li>
<li><span class="bar-expand gradle"></span><em>Gradle</em></li>
<li><span class="bar-expand junit"></span><em>jUnit</em></li>
<li><span class="bar-expand espresso"></span><em>Android UI Automation with Espresso</em></li>
<li><span class="bar-expand kanban"></span><em>Kanban</em></li>
<li><span class="bar-expand git"></span><em>Git</em></li>
<li><span class="bar-expand android_studio"></span><em>Android Studio</em></li>
<li><span class="bar-expand sketch"></span><em>Sketch</em></li>
<li><span class="bar-expand photoshop"></span><em>Photoshop</em></li>
</ul>
</div><!-- end skill-bars -->
</div> <!-- main-col end -->
</div> <!-- End skills -->
<!-- Languages
----------------------------------------------- -->
<div class="row languages">
<div class="three columns header-col">
<h1><span>Languages</span></h1>
</div>
<div class="nine columns main-col">
<div class="bars">
<ul class="languages">
<li><span class="bar-expand turkish"></span><em>Turkish (Native)</em></li>
<li><span class="bar-expand english"></span><em>English</em></li>
<li><span class="bar-expand polish"></span><em>Polish</em></li>
<li><span class="bar-expand german"></span><em>German</em></li>
</ul>
</div><!-- end skill-bars -->
</div> <!-- main-col end -->
</div> <!-- End skills -->
</section> <!-- Resume Section End-->
<!-- Portfolio Section
================================================== -->
<section id="portfolio">
<div class="row">
<div class="twelve columns collapsed">
<h1>Check Out Some of the Projects I worked on</h1>
<!-- portfolio-wrapper -->
<div id="portfolio-wrapper" class="bgrid-quarters s-bgrid-thirds cf">
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-01" title="">
<img alt="" src="images/portfolio/ebay_kleinanzeigen.png">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>eBay Kleinanzeigen</h5>
<p>Android App</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-02" title="">
<img alt="" src="images/portfolio/gittigidiyor.png">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Gittigidiyor</h5>
<p>Android App</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-03" title="">
<img alt="" src="images/portfolio/teknosa.png">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Teknosa</h5>
<p>Android App</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-04" title="">
<img alt="" src="images/portfolio/vodafone_wallet.png">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Vodafone Mobile Wallet</h5>
<p>Android App</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-05" title="">
<img alt="" src="images/portfolio/bavul.png">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Bavul</h5>
<p>Android App</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-06" title="">
<img alt="" src="images/portfolio/is_yatirim_trademaster.png">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Is Investment Trademaster HD</h5>
<p>Android Tablet App</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-07" title="">
<img alt="" src="images/portfolio/turkcell_seyahat.png">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Turkcell Seyahat</h5>
<p>Android App</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
</div> <!-- portfolio-wrapper end -->
</div> <!-- twelve columns end -->
<!-- Modal Popup
--------------------------------------------------------------- -->
<div id="modal-01" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/m-coffee.jpg" alt="" />
<div class="description-box">
<h4>eBay Kleinanzeigen</h4>
<p>German eBay Classifieds App, 4.4 star ratings, >20Mio downloads, Top Developer & Featured in Play Store</p>
<span class="categories"><i class="fa fa-tag"></i>Android, Classifieds</span>
</div>
<div class="link-box">
<a href="https://play.google.com/store/apps/details?id=com.ebay.kleinanzeigen&lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base%3BhIwES4fyRny3x0X6ACcHlw%3D%3D" target="_blank">View on Google Play</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-01 End -->
<div id="modal-02" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/m-console.jpg" alt="" />
<div class="description-box">
<h4>Gittigidiyor</h4>
<p>Gittigidiyor, an eBay company, is an e-commerce platform in Turkey. As a senior Android application developer, I was responsible for building the main parts of the application and managing the Android Development team. <br>This application includes advanced UI features and enhancements using Android ActionBar, Android Fragments and some other compatibility libraries. Also it communicates with the server-‐side by using HTTPS Connection and JSON formatted data.</p>
<span class="categories"><i class="fa fa-tag"></i>Android, e-commerce</span>
</div>
<div class="link-box">
<a href="https://play.google.com/store/apps/details?id=com.gittigidiyormobil&lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base%3BhIwES4fyRny3x0X6ACcHlw%3D%3D" target="_blank">View on Google Play</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-02 End -->
<div id="modal-03" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/m-judah.jpg" alt="" />
<div class="description-box">
<h4>Teknosa</h4>
<p>Mobile shopping application for Teknosa, Turkey's leading chain of stores selling consumer electronics.</p>
<span class="categories"><i class="fa fa-tag"></i>Android, e-commerce</span>
</div>
<div class="link-box">
<a href="https://play.google.com/store/apps/details?id=com.tmob.teknosa&lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base%3BhIwES4fyRny3x0X6ACcHlw%3D%3D" target="_blank">View on Google Play</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-03 End -->
<div id="modal-04" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/m-intothelight.jpg" alt="" />
<div class="description-box">
<h4>Vodafone Mobile Wallet</h4>
<p>Mobile Wallet application for Vodafone Turkey.<br>
Vodafone Wallet is a smart phone application with many services provided to ease and add value to Vodafone customers’ lives. Vodafone Wallet is the new way of sending and requesting money, top-up airtime , purchasing Vodafone air time packages and saving money.</p>
<span class="categories"><i class="fa fa-tag"></i>Android, Mobile Wallet</span>
</div>
<div class="link-box">
<a href="https://play.google.com/store/apps/details?id=com.tmob.vodafonewallet&lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base%3BhIwES4fyRny3x0X6ACcHlw%3D%3D" target="_blank">View on Google Play</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-04 End -->
<div id="modal-05" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/m-farmerboy.jpg" alt="" />
<div class="description-box">
<h4>Turkcell Bavul</h4>
<p>A simple travel planner which provides its users planning their flights and bus trips on all over the world. Also includes useful info –such as weather forecast and touristic places-‐ about the most important cities of the world. Includes advanced UI features and HTTPS server communication with JSON data format.</p>
<span class="categories"><i class="fa fa-tag"></i>Android, Travel</span>
</div>
<div class="link-box">
<a href="https://play.google.com/store/apps/details?id=com.turkcell.seyahat&lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base%3BhIwES4fyRny3x0X6ACcHlw%3D%3D" target="_blank">View on Google Play</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-05 End -->
<div id="modal-06" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/m-girl.jpg" alt="" />
<div class="description-box">
<h4>İş Investment Trademaster HD</h4>
<p>This application provides monitoring of stock market data in real-‐time. It provides monitoring for Turkey’s Stock Exchange Market data and stock market data from all over the world. It also has a feature to buy and sell stock.<br>
Technically; this application includes real-‐time socket connection, effective usage of list views with real-‐time data and custom charts implementation. Also uses HTTPS connection to provide breaking news data for users. In addition to these, this application uses Google’s C2DM service as a reminder to its users.</p>
<span class="categories"><i class="fa fa-tag"></i>Android, Finance, Stock Market</span>
</div>
<div class="link-box">
<a href="https://play.google.com/store/apps/details?id=com.matriksdata.trademaster&lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base%3BhIwES4fyRny3x0X6ACcHlw%3D%3D" target="_blank">View on Google Play</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-06 End -->
<div id="modal-07" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/m-origami.jpg" alt="" />
<div class="description-box">
<h4>Turkcell Seyahat (Deprecated)</h4>
<p>Basically this application is a travel planner with lots of additional small features in it. It provides flight planning on all over the world, bus planning in Turkey, flight monitoring over maps, weather forecasting all over the world, world clocks, currency calculator and more extra features. Includes HTTPS server requests and responses handling, map integration, location based services and advanced UI features on Android Platform.</p>
<span class="categories"><i class="fa fa-tag"></i>Android, Travel</span>
</div>
<div class="link-box">
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-07 End -->
</div> <!-- row End -->
</section> <!-- Portfolio Section End-->
<!-- Contact Section
================================================== -->
<section id="contact">
<div class="row section-head">
<div class="two columns header-col">
<h1><span>Get In Touch.</span></h1>
</div>
<div class="ten columns">
<p class="lead">If you want to get in touch with me, please drop me a line. You can also follow me along on the social media.
</p>
</div>
</div>
<div class="row">
<aside class="four columns footer-widgets">
<div class="widget widget_contact">
<h4>Address and Phone</h4>
<div class="columns contact-details">
<p class="address">
<span>Mehmet Yasin Yildirim</span><br>
<span>yasinyildirim495@gmail.com</span> <br>
<span>+49 151 6896 9106</span><br>
</p>
</div>
</aside>
</div>
</section> <!-- Contact Section End-->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="twelve columns">
<ul class="social-links">
<li><a href="https://www.linkedin.com/in/yasinyildirim" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/vudin" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="https://stackoverflow.com/users/439051/yasin-yildirim" target="_blank"><i class="fa fa-stack-overflow"></i></a></li>
<li><a href="https://twitter.com/vudin" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/vudin" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.facebook.com/yasinyildirim" target="_blank"><i class="fa fa-facebook"></i></a></li>
</ul>
<ul class="copyright">
<li>© Copyright 2017 Yasin Yildirim</li>
<li>Design by <a title="Styleshout" target="_blank" href="http://www.styleshout.com/">Styleshout</a></li>
</ul>
</div>
<div id="go-top"><a class="smoothscroll" title="Back to Top" href="#home"><i class="icon-up-open"></i></a></div>
</div>
</footer> <!-- Footer End-->
<!-- Java Script
================================================== -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="js/init.js"></script>
</body>
</html>