-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
792 lines (700 loc) · 35.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
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
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Ercan TEKOGLAN - Java Developer</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600" />
<link rel="stylesheet" href="css/all.min.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="slick/slick.css" />
<link rel="stylesheet" href="slick/slick-theme.css" />
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/css1.css" />
<link rel="stylesheet" href="css/templatemo-dream-pulse.css" />
<link rel="icon" type="image/x-icon" href="img/logo.png" />
</head>
<body>
<main class="container-fluid">
<nav id="tmSidebar" class="tm-bg-black-transparent tm-sidebar">
<button class="navbar-toggler" type="button" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<div class="tm-sidebar-sticky">
<div class="tm-brand-box">
<div class="tm-double-border-1">
<div class="tm-double-border-2">
<h1 class="tm-brand ">Ercan Tekoglan</h1>
</div>
</div>
</div>
<ul id="tmMainNav" class="nav flex-column text-uppercase text-right tm-main-nav">
<li class="nav-item">
<a href="#intro" class="nav-link active">
<span class="d-inline-block mr-3">Intro</span>
<span class="d-inline-block tm-white-rect"></span>
</a>
</li>
<li class="nav-item">
<a href="#projects" class="nav-link">
<span class="d-inline-block mr-3">Projects</span>
<span class="d-inline-block tm-white-rect"></span>
</a>
</li>
<li class="nav-item">
<a href="#skills" class="nav-link">
<span class="d-inline-block mr-3">Skills</span>
<span class="d-inline-block tm-white-rect"></span>
</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link">
<span class="d-inline-block mr-3">About</span>
<span class="d-inline-block tm-white-rect"></span>
</a>
</li>
<li class="nav-item">
<a href="#education" class="nav-link">
<span class="d-inline-block mr-3">Education</span>
<span class="d-inline-block tm-white-rect"></span>
</a>
</li>
</ul>
<ul class="nav flex-row tm-social-links">
<li class="nav-item">
<a href="https://www.linkedin.com/in/ercantekoglan/" target="_blank" class="nav-link tm-social-link">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
<li class="nav-item">
<a href="https://github.com/ercantekoglan" target="_blank" class="nav-link tm-social-link">
<i class="fab fa-github"></i>
</a>
</li>
<li class="nav-item">
<a href="https://www.instagram.com/ercantekoglan/" target="_blank" class="nav-link tm-social-link">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
<footer class="text-center text-white small">
<p class="mb-0">[email protected]</p>
<p class="mb-0">+1 432 553 8447</p>
</footer>
</div>
</nav>
<main role="main" class="ml-sm-auto col-12">
<div class="parallax-window" data-parallax="scroll" data-image-src="img/dream-pulse-header.jpg">
<div class="tm-section-wrap">
<section id="intro" class="tm-section">
<div class="tm-bg-white-transparent tm-intro">
<h2 class="tm-section-title mb-5 text-uppercase tm-color-primary">Full Stack Java Developer</h2>
<p class="tm-color-gray">
Highly motivated and ambitious software developer with a passion for growth
and development.
</p>
<p class="mb-0 tm-color-gray">
Always desires to learn new technologies and improve the ones currently use. Looking forward
to a career where I can combine my background and technical skills to solve problems by writing
clean and efficient code.
</p>
</div>
</section>
</div>
</div>
<!-- Portfolio Grid-->
<div class="tm-section-wrap bg-white">
<section id="projects" class="row tm-section">
<section class="page-section bg-white" id="portfolio">
<div class="container">
<div class="tm-w-80 mb-5">
<h2 class="tm-color-primary tm-section-title mb-4">Projects</h2>
<hr class="bg-info">
</div>
<div class="row">
<div class="col-lg-4 col-sm-6 mb-4">
<!-- Portfolio item 1-->
<div class="portfolio-item">
<a class="portfolio-link" data-bs-toggle="modal" href="#portfolioModal1">
<div class="portfolio-hover">
<div class="portfolio-hover-content">Full Stack Java Project</div>
</div>
<img class="img-fluid" src="img/farmer.jpg" alt="Full Stack Java Project" />
</a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">USA Farmers</div>
<div class="portfolio-caption-subheading text-muted">Full Stack Java Project</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<!-- Portfolio item 2-->
<div class="portfolio-item">
<a class="portfolio-link" data-bs-toggle="modal" href="#portfolioModal2">
<div class="portfolio-hover">
<div class="portfolio-hover-content">Full Stack Java Project</div>
</div>
<img class="img-fluid" src="img/chat.png" alt="Full Stack Java Project" />
</a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Anonymous Chat</div>
<div class="portfolio-caption-subheading text-muted">Full Stack Java Project</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<!-- Portfolio item 3-->
<div class="portfolio-item">
<a class="portfolio-link" data-bs-toggle="modal" href="#portfolioModal3">
<div class="portfolio-hover">
<div class="portfolio-hover-content">Business Web Page</div>
</div>
<img class="img-fluid" src="img/rabbitSmall.jpg" alt="Business Web Page" />
</a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Rabbit Wireless</div>
<div class="portfolio-caption-subheading text-muted">Business Web Page</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<!-- Portfolio item 4-->
<div class="portfolio-item">
<a class="portfolio-link" data-bs-toggle="modal" href="#portfolioModal4">
<div class="portfolio-hover">
<div class="portfolio-hover-content">REST API Project</div>
</div>
<img class="img-fluid" src="img/spoonacularSmall.jpg" alt="REST API Project" />
</a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Meal Planner</div>
<div class="portfolio-caption-subheading text-muted">REST API Project</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<!-- Portfolio item 5-->
<div class="portfolio-item">
<a class="portfolio-link" data-bs-toggle="modal" href="#portfolioModal5">
<div class="portfolio-hover">
<div class="portfolio-hover-content">Under Construction</div>
</div>
<img class="img-fluid" src="img/doctor.jpg" alt="Under Construction" />
</a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">My Doctor</div>
<div class="portfolio-caption-subheading text-muted">Full Stack Java Project</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<!-- Portfolio item 6-->
<div class="portfolio-item">
<a class="portfolio-link" data-bs-toggle="modal" href="#portfolioModal6">
<div class="portfolio-hover">
<div class="portfolio-hover-content">Business Android Application</div>
</div>
<img class="img-fluid" src="img/rabbitinkSmall.jpg" alt="Business Android Application" />
</a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Rabbit INK</div>
<div class="portfolio-caption-subheading text-muted">Android Application</div>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
</div>
<!-- Skills-->
<div class="tm-section-wrap bg-white">
<section id="skills" class="row tm-section">
<div class="col-12 tm-section-pad">
<div class="tm-flex-item-left">
<div class="tm-w-80">
<h2 class="tm-color-primary tm-section-title mb-4">Skills</h2>
<hr class="bg-info">
</div>
<div class="row tm-clients-images">
<div class="col-xl-3 col-lg-6 col-md-4 col-sm-6 tm-img-wrap">
<a href="https://www.java.com">
<img src="img/client-1.png" alt="Java Image" class="img-fluid tm-client-img" />
</a>
</div>
<div class="col-xl-3 col-lg-6 col-md-4 col-sm-6 tm-img-wrap">
<a href="https://spring.io/">
<img src="img/client-2.png" alt="Spring Boot Image" class="img-fluid tm-client-img" />
</a>
</div>
<div class="col-xl-3 col-lg-6 col-md-4 col-sm-6 tm-img-wrap">
<a href="https://spring.io/">
<img src="img/client-4.png" alt="Spring Framework Image" class="img-fluid tm-client-img" />
</a>
</div>
<div class="col-xl-3 col-lg-6 col-md-4 col-sm-6 tm-img-wrap">
<a href="https://spring.io/">
<img src="img/client-3.png" alt="Spring Security Image" class="img-fluid tm-client-img" />
</a>
</div>
<div class="col-xl-3 col-lg-6 col-md-4 col-sm-6 tm-img-wrap">
<a href="https://www.thymeleaf.org/">
<img src="img/client-5.png" alt="Thymeleaf Image" class="img-fluid tm-client-img" />
</a>
</div>
<div class="col-xl-3 col-lg-6 col-md-4 col-sm-6 tm-img-wrap">
<a href="https://hibernate.org/">
<img src="img/client-6.png" alt="Hibernate Image" class="img-fluid tm-client-img" />
</a>
</div>
<div class="col-xl-3 col-lg-6 col-md-4 col-sm-6 tm-img-wrap">
<a href="https://www.mysql.com/">
<img src="img/client-7.png" alt="MySQL Image" class="img-fluid tm-client-img" />
</a>
</div>
<div class="col-xl-3 col-lg-6 col-md-4 col-sm-6 tm-img-wrap">
<a href="https://www.javascript.com/">
<img src="img/client-8.png" alt="JavaScript Image" class="img-fluid tm-client-img" />
</a>
</div>
<div class="col-xl-3 col-lg-6 col-md-4 col-sm-6 tm-img-wrap">
<a href="https://reactjs.org/">
<img src="img/client-15.png" alt="React Image" class="img-fluid tm-client-img" />
</a>
</div>
<div class="col-xl-3 col-lg-6 col-md-4 col-sm-6 tm-img-wrap">
<a href="https://html5.org/">
<img src="img/client-9.png" alt="HTML Image" class="img-fluid tm-client-img" />
</a>
</div>
<div class="col-xl-3 col-lg-6 col-md-4 col-sm-6 tm-img-wrap">
<a href="https://getbootstrap.com/">
<img src="img/client-16.png" alt="Bootstrap Image" class="img-fluid tm-client-img" />
</a>
</div>
<div class="col-xl-3 col-lg-6 col-md-4 col-sm-6 tm-img-wrap">
<a href="https://junit.org/junit5/">
<img src="img/client-10.png" alt="Junit Image" class="img-fluid tm-client-img" />
</a>
</div>
<div class="col-xl-3 col-lg-6 col-md-4 col-sm-6 tm-img-wrap">
<a href="https://www.eclipse.org/">
<img src="img/client-11.png" alt="Eclipse Image" class="img-fluid tm-client-img" />
</a>
</div>
<div class="col-xl-3 col-lg-6 col-md-4 col-sm-6 tm-img-wrap">
<a href="https://restfulapi.net/">
<img src="img/client-12.png" alt="Rest Image" class="img-fluid tm-client-img" />
</a>
</div>
<div class="col-xl-3 col-lg-6 col-md-4 col-sm-6 tm-img-wrap">
<a href="https://maven.apache.org/">
<img src="img/client-13.png" alt="Maven Image" class="img-fluid tm-client-img" />
</a>
</div>
<div class="col-xl-3 col-lg-6 col-md-4 col-sm-6 tm-img-wrap">
<a href="https://www.postman.com/">
<img src="img/client-14.png" alt="Postman Image" class="img-fluid tm-client-img" />
</a>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- About-->
<div class="tm-section-wrap bg-white">
<section id="about" class="row tm-section">
<h2 class="tm-color-primary tm-section-title mb-4">About</h2>
<hr class="bg-info">
<div class="col-xl-6">
<div class="tm-section-half">
<div><i class="fa fa-6x fa-handshake mb-5 tm-section-icon"></i></div>
<h2 class="tm-section-title tm-color-primary mb-5">About Me</h2>
<p>
Earned degree in Computer Science at Midland College in August 2021, and strengthened my skills with
Coders Campus bootcamp in 2022 as Full Stack Java Developer. </p>
<p>
Also familiar with C#, C++, PL/SQL, Asp.Net, and soft skills such as Project Management, System Analysis
and Design.
</p>
</div>
</div>
<div class="col-xl-6">
<div class="tm-section-half" style="padding-top:0px">
<div><i class="far fa-6x fa-address-card mb-5 tm-section-icon"></i></div>
<h2 class="tm-section-title tm-color-primary mb-5">Developer Profile</h2>
<p class="mb-5">
<ul class="fa-ul">
<li>
<span class="fa-li"><i class="fas fa-check"></i></span>
Object-Oriented Programming
</li>
<li>
<span class="fa-li"><i class="fas fa-check"></i></span>
Unit Testing & Debugging
</li>
<li>
<span class="fa-li"><i class="fas fa-check"></i></span>
Web Development
</li>
<li>
<span class="fa-li"><i class="fas fa-check"></i></span>
Git - Github version control
</li>
</ul>
</p>
<p>
<ul class="fa-ul">
<li>
<span class="fa-li"><i class="fas fa-check"></i></span>
Software Development Life Cycle
</li>
<li>
<span class="fa-li"><i class="fas fa-check"></i></span>
Mobile-First, Responsive Design
</li>
<li>
<span class="fa-li"><i class="fas fa-check"></i></span>
Data Structures, and Algorithms
</li>
<li>
<span class="fa-li"><i class="fas fa-check"></i></span>
Language Agnostic
</li>
</ul>
</p>
</div>
</div>
</section>
</div>
<!-- Education-->
<div class="tm-section-wrap bg-white">
<section id="education" class="tm-section">
<div class="row">
<h2 class="tm-color-primary tm-section-title mb-4">Education</h2>
<hr class="bg-info">
<!-- CC-->
<div class="container mb-4 mt-3">
<div class="row">
<div class="col-3">
<a href="https://www.coderscampus.com/" target="_blank"><img src="img/coderscampus.jpg" width="100" height="100" alt="coderscampus"/></a>
</div>
<div class="col-5 mt-3">
<h4 class="tm-color-primary">Full Stack Java Developer Boot Camp</h4>
</div>
<div class="col-4 mt-3 text-center">
<p class="section-subheading text-muted">
<button class="btn btn-primary btn-lg" type="button" data-bs-toggle="collapse"
data-bs-target="#coderscampus" aria-expanded="false" aria-controls="collapseExample">Coders
Campus</button>
</p>
</div>
</div>
</div>
<div class="col">
<div class="collapse" id="coderscampus">
<div class="card card-body" style="margin-bottom: 20px">
<ul class="list-group list-group-flush">
<li class="list-group-item">• A fully-immersive, project-based, and intensive 22-week Full-Stack Java Developer program.</li>
<li class="list-group-item">• Provides students with real-life projects in software development.</li>
<li class="list-group-item">• Trained on Java, Spring Boot, Hibernate, MySQL, HTML, CSS, BootStrap, JavaScript and React.</li>
</ul>
</div>
</div>
</div>
<!-- MC-->
<div class="container mb-4 mt-3">
<div class="row">
<div class="col-3">
<a href="https://www.midland.edu/" target="_blank"><img src="img/mc.png" width="100" height="100" alt="midland college"/></a>
</div>
<div class="col-5 mt-3 ">
<h4 class="tm-color-primary">A.A.S Computer Science</h4>
</div>
<div class="col-4 mt-3 text-center">
<p class="section-subheading text-muted mb-4">
<button class="btn btn-primary btn-lg" type="button" data-bs-toggle="collapse"
data-bs-target="#midland" aria-expanded="false" aria-controls="collapseExample">Midland
College</button>
</p>
</div>
</div>
</div>
<div class="col">
<div class="collapse" id="midland">
<div class="card card-body" style="margin-bottom: 20px">
<ul class="list-group list-group-flush">
<li class="list-group-item">• Participant of PTK Society and Honor Society recipient with 3.6 / 4 GPA.</li>
<li class="list-group-item">• Listed President`s list throughout education.</li>
<li class="list-group-item">• Java, C++, C#, ASP.NET, RDBMS-SQL,PL/SQL, Web Development(HTML, CSS , JS)</li>
<li class="list-group-item">• Data Structure and Algorithm, Object Oriented Programming, Project Management, Database Administration</li>
<li class="list-group-item">• Capstone project - System Analysis and Design (New system design and implementation for Haskell Schoo</li>
<li class="list-group-item">• Analyzing the Business Case, Managing Systems Projects, Requirement Engineering, Data and Process Modeling</li>
</ul>
</div>
</div>
</div>
<!-- C-->
<div class="container mb-4 mt-3">
<div class="row">
<div class="col-3">
<a href="https://www.comu.edu.tr/" target="_blank"><img src="img/canakkale.jpg" width="100" height="100" alt="canakkele university"/></a>
</div>
<div class="col-5 mt-3 ">
<h4 class="tm-color-primary">B.S. Agricultural Engineering</h4>
</div>
<div class="col-4 mt-3 text-center">
<p class="section-subheading text-muted mb-4">
<button class="btn btn-primary btn-lg" type="button" data-bs-toggle="collapse"
data-bs-target="#canakkale" aria-expanded="false" aria-controls="collapseExample">18 March University</button>
</p>
</div>
</div>
</div>
<div class="col">
<div class="collapse" id="canakkale">
<div class="card card-body" style="margin-bottom: 20px">
<ul class="list-group list-group-flush">
<li class="list-group-item">• Engineering principles in Agronomy.</li>
<li class="list-group-item">• 5+ years experience which consists management positions.</li>
<li class="list-group-item">• Management of tough Agile environment.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</main>
</div>
</div>
<!-- Portfolio item 1 modal popup-->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-bs-dismiss="modal"><img src="img/close.png" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col">
<div class="modal-body">
<!-- Project details-->
<h2 class="tm-color-primary text-uppercase">USA Farmers</h2>
<p class="item-intro text-muted">Full Stack Java Project</p>
<a href="https://github.com/ercantekoglan/USA-Farmers" target="_blank"
class="btn btn-primary mb-5">Github Link</a>
<div class="embed-responsive embed-responsive-21by9 mb-5">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/Rg68YqL5juw"
allowfullscreen></iframe>
</div>
<p>USA Farmers project aims to build a new community for farmers which developed with Maven. Users can
interact with each other via the form and can do all CRUD functionalities in the security of Spring
Security. They can also fetch data from database and plantnutrition.io which is an external api.</p>
<ul class="list-inline">
<li>
<strong>Technologies:</strong>
HTML | CSS | BootStrap | JavaScript |Java | Spring Framework | Spring Boot | Spring Security |
Hibernate | ThymeLeaf | MySQL
</li>
</ul>
<button class="btn btn-primary btn-lg text-uppercase" data-bs-dismiss="modal" type="button">
<i class="fas fa-xmark me-1"></i>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio item 2 modal popup-->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-bs-dismiss="modal"><img src="img/close.png" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col">
<div class="modal-body">
<!-- Project details-->
<h2 class="tm-color-primary text-uppercase">Anonymous Chat</h2>
<p class="item-intro text-muted">Full Stack Java Project</p>
<a href="https://github.com/ercantekoglan/Chat_Application" target="_blank"
class="btn btn-primary mb-5">Github Link</a>
<div class="embed-responsive embed-responsive-21by9 mb-5">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/5YTgaAT_JXk"
allowfullscreen></iframe>
</div>
<p>In-browser Messaging application This application runs on a Spring Boot backend with a simple HTML/CSS Frontend that Uses Session Storage to save each user's profile which can text/message. Messages are stored in a MySQL relational database. Uses Javascript fetch API to send and retrieve message data to and from spring back, which communicates with MySQL.</p>
<ul class="list-inline">
<li>
<strong>Technologies:</strong>
HTML | CSS | BootStrap | JavaScript | Java | Spring | ThymeLeaf | MySQL | H2
</li>
</ul>
<button class="btn btn-primary btn-lg text-uppercase" data-bs-dismiss="modal" type="button">
<i class="fas fa-xmark me-1"></i>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio item 3 modal popup-->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-bs-dismiss="modal"><img src="img/close.png" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col">
<div class="modal-body">
<!-- Project details-->
<h2 class="tm-color-primary text-uppercase">MEAL PLANNER</h2>
<p class="item-intro text-muted">Full Stack Java Project</p>
<a href="https://github.com/ercantekoglan/CodersCampusBootcamp/tree/main/Assignment_10_REST_and_JSON" target="_blank"
class="btn btn-primary mb-5">Github Link</a>
<img class="img-fluid" src="img/spoonacular.PNG" alt="spoonacular">
<p>Integrates with the Spoonacular API via creating daily or weekly meal plans. It automatically analyze recipes to check for ingredients. We also determine whether a recipe is vegan, vegetarian and more.</p>
<ul class="list-inline">
<li>
<strong>Technologies:</strong>
HTML | CSS | BootStrap | JavaScript | Java | Spring | ThymeLeaf | Rest Api
</li>
</ul>
<button class="btn btn-primary btn-lg text-uppercase" data-bs-dismiss="modal" type="button">
<i class="fas fa-xmark me-1"></i>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio item 4 modal popup-->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-bs-dismiss="modal"><img src="img/close.png" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col">
<div class="modal-body">
<!-- Project details-->
<h2 class="tm-color-primary text-uppercase">Rabbit Wireless</h2>
<p class="item-intro text-muted">Business Web Page</p>
<a href="https://github.com/ercantekoglan/rabbitwireless" target="_blank"
class="btn btn-primary mb-5">Github Link</a> <a href="https://www.rabbitphonerepair.com/" target="_blank"
class="btn btn-primary mb-5">Live Page</a>
<img class ="img-fluid" src="img/rabbit.PNG" alt="rabbit">
<p>The Rabbit Wireless webpage is tailored to the needs of the business. It is aimed to reach permanent and potential customers more effectively. It can be used easily on different-sized electronic devices with its responsive design.</p>
<ul class="list-inline">
<li>
<strong>Technologies:</strong>
HTML | CSS | BootStrap | JavaScript
</li>
</ul>
<button class="btn btn-primary btn-lg text-uppercase" data-bs-dismiss="modal" type="button">
<i class="fas fa-xmark me-1"></i>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio item 5 modal popup-->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-bs-dismiss="modal"><img src="img/close.png" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col">
<div class="modal-body">
<!-- Project details-->
<h2 class="tm-color-primary text-uppercase">USA Farmers</h2>
<p class="item-intro text-muted">Full Stack Java Project</p>
<a href="https://github.com/ercantekoglan/USA-Farmers" target="_blank"
class="btn btn-primary mb-5">Github Link</a>
<div class="embed-responsive embed-responsive-21by9 mb-5">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/Rg68YqL5juw"
allowfullscreen></iframe>
</div>
<p>USA Farmers project aims to build a new community for farmers which developed with Maven. Users can
interact with each other via the form and can do all CRUD functionalities in the security of Spring
Security. They can also fetch data from database and plantnutrition.io which is an external api.</p>
<ul class="list-inline">
<li>
<strong>Technologies:</strong>
HTML | CSS | BootStrap | JavaScript |Java | Spring Framework | Spring Boot | Spring Security |
Hibernate | ThymeLeaf | MySQL
</li>
</ul>
<button class="btn btn-primary btn-lg text-uppercase" data-bs-dismiss="modal" type="button">
<i class="fas fa-xmark me-1"></i>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio item 6 modal popup-->
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-bs-dismiss="modal"><img src="img/close.png" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col">
<div class="modal-body">
<!-- Project details-->
<h2 class="tm-color-primary text-uppercase">RABBIT INK</h2>
<p class="item-intro text-muted">Business Android Application</p>
<a href="https://github.com/ercantekoglan/Raabi_Ink_Mobile_App" target="_blank"
class="btn btn-primary mb-5">Github Link</a>
<div class="embed-responsive embed-responsive-21by9 mb-5">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/Xp-EhKEhx4Q"
allowfullscreen></iframe>
</div>
<p>This android application developed for Rabbit Ink small business to sell products, get orders and to build faster communication with customers.It can be used easily on different-sized electronic devices with its responsive design.</p>
<ul class="list-inline">
<li>
<strong>Technologies:</strong>
Android Studio | Java Core | XML
</li>
</ul>
<button class="btn btn-primary btn-lg text-uppercase" data-bs-dismiss="modal" type="button">
<i class="fas fa-xmark me-1"></i>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.singlePageNav.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="slick/slick.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/templatemo-scripts.js"></script>
</body>
</html>