-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
486 lines (411 loc) · 15.2 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ÖMER TURAN</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<style>
#particlesimage{
background-image: url(Img/ge.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
height: 110vh;
}
</style>
<script type="text/javascript" src="particles.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script type="text/javascript" src="typed.js"></script>
<script src="https://unpkg.com/scrollreveal"></script>
<script>
ScrollReveal({ reset: true });
</script>
<script src=”https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js”></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
</head>
<body>
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa-solid fa-arrow-up-long"></i></button>
<div id="particlesimage">
<div class="container-fluid">
<div class="row">
<div class="col-12" style="display: flex; justify-content: flex-end">
<!-- The overlay -->
<div id="myNav" class="overlayy">
<!-- Button to close the overlay navigation -->
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<!-- Overlay content -->
<div class="overlayy-content">
<a href="#" onclick="closeNav();">Anasayfa</a>
<a href="#mycareer" onclick="closeNav();">Hakkımda</a>
<a href="#skillshot" onclick="closeNav();">Yetenekler</a>
<a href="#bylog" onclick="closeNav();">Blog</a>
<a href="#" onclick="closeNav();">İletişim</a>
</div>
</div>
<!-- Use any element to open/show the overlay navigation menu -->
<span onclick="openNav()">
<i class="fa-solid fa-bars" style="font-size:50px ; cursor: pointer; margin-top: 0.2em;"></i>
</span>
</div>
</div>
</div>
<div class="cv">
<img class="me" src="Img/ben.jfif" alt="">
<br id="typed-strings">
<h2 class="texthi"> Hi Everybody , I'm Omer Turan</h2>
<br>
<h3>I'm a <span class="type"></span></h3>
<br>
<a id="mycareer" href="https://github.com/OmerTurann" target="_blank">
<i class="fa-brands fa-github icon"></i>
</a>
<a href="https://www.instagram.com/0merturann/" target="_blank">
<i class="fa-brands fa-instagram icon"></i>
</a>
<a href="https://www.linkedin.com/in/omer-turan/" target="_blank">
<i class="fa-brands fa-linkedin-in icon"></i>
</a>
<a href="https://twitter.com/Omerturan28d">
<i class="fa-brands fa-twitter icon" target="_blank"></i>
</a>
<a href="https://www.facebook.com/profile.php?id=100052792980981">
<i class="fa-brands fa-facebook icon" target="_blank"></i>
</a>
</div>
</div>
<h2 class="about headline">Hakkımda</h2>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-12 arrowww" style="margin-top:3em">
<img class="arrow tagline" style="height: auto; width: 220px;" src="Img/cs.webp" alt="">
</div>
<div class="col-lg-9 col-md-12 textline" style="margin-top:3em">
Front End Developer
<br>
4 Temmuz 2001'de İstanbul'un Bağcılar ilçesinde doğdum.Uludağ Üniversitesi Yönetim Bilişim
Sistemleri son sınıf öğrencisiyim. Kendimi Front End Alanında Geliştiriyorum.
Kod yazmayı , yeni teknolojiler öğrenmeyi ve araştırmayı çok seviyorum.
<br>
<br>
<button class="cv-buton" id="skillshot">Cv'mi Görüntüle</button>
<button class="contact-buton">İletişim Kur</button>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="headline" style="text-align: center; margin-top:3em; margin-bottom:1em;">Yetenekler</h2>
</div>
<div class="col-lg-4 col-md-6 skills1" style="margin-top: 2em;">
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="40"
aria-valuemin="0" aria-valuemax="100" style="width:85%">
Html
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="85"
aria-valuemin="0" aria-valuemax="100" style="width:85%">
Css
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="75"
aria-valuemin="0" aria-valuemax="100" style="width:75%">
Bootstrap
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="60"
aria-valuemin="0" aria-valuemax="100" style="width:60%">
JavaScript
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="45"
aria-valuemin="0" aria-valuemax="100" style="width:45%">
JQuery
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 skills2" style="margin-top: 2em;">
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="50"
aria-valuemin="0" aria-valuemax="100" style="width:50%">
React
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="70"
aria-valuemin="0" aria-valuemax="100" style="width:70%">
Github
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="45"
aria-valuemin="0" aria-valuemax="100" style="width:45%">
Php
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="50"
aria-valuemin="0" aria-valuemax="100" style="width:50%">
Sql
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="40"
aria-valuemin="0" aria-valuemax="100" style="width:40%">
c# 40%
</div>
</div>
</div>
<div class="col-lg-4 skillsimage" style="margin-top: 2em;display: flex; align-items: center; justify-content: center;">
<img style="height: 170px;" src="Img/111111.avif" alt="">
</div>
</div>
</div>
<div class="container" id="bylog">
<div class="row">
<div class="col-12">
<h2 class="headline" style="text-align: center; margin-top:3em; margin-bottom:1em;">Blog</h2>
</div>
<div class="col-lg-4 col-md-12">
<div class="card blogimage1">
<img src="2.avif" class="card-img-top" alt="...">
<div class="card-body">
<h5>Particles js</h5>
<p class="card-text">Hareketli Parçalar oluşturmamıza yarayan bir JavaScript kütüphanesidir.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="card blogimage2" >
<img src="1.avif" class="card-img-top" alt="...">
<div class="card-body">
<h5>Typed js</h5>
<p class="card-text">Bilgisayarda kendi kendine yazıların yazması olayını gerçekleştiren Js kütüphanesidir.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="card blogimage3">
<img src="4.avif" class="card-img-top" alt="...">
<div class="card-body">
<h5>Responsive Web Design</h5>
<p class="card-text">RWD tasarlanan sayfanın tüm ekranlarda iyi görünmesi sağlayan bir yapıdır. </p>
</div>
</div>
</div>
</div>
</div>
<!-- Remove the container if you want to extend the Footer to full width. -->
<footer class="bg-dark text-center text-white" style="margin-top: 3em;">
<div class="col-12">
<ul style="list-style-type:none; padding:2em; font-size: 20px;">
<li>Anasayfa</li>
<li>Hakkımda</li>
<li>Yetenekler</li>
<li>Blog</li>
<li>İletişim</li>
</ul>
</div>
<!-- Grid container -->
<div class="container p-4 pb-0">
<!-- Section: Social media -->
<section class="mb-4">
<!-- Facebook -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fab fa-facebook-f"></i
></a>
<!-- Twitter -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fab fa-twitter"></i
></a>
<!-- Google -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fab fa-google"></i
></a>
<!-- Instagram -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fab fa-instagram"></i
></a>
<!-- Linkedin -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fab fa-linkedin-in"></i
></a>
<!-- Github -->
<a class="btn btn-outline-light btn-floating m-1" href="#!" role="button"
><i class="fab fa-github"></i
></a>
</section>
<!-- Section: Social media -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2020 Copyright:
<a class="text-white">Created by Ömer Turan</a>
</div>
<!-- Copyright -->
</footer>
<!-- End of .container -->
<script>
particlesJS("particlesimage", {
"particles": {
"number": {
"value": 100,
"density": {
"enable": true,
"value_area": 800
}
},
"color": {
"value": "#ffffff"
},
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#000000"
},
"polygon": {
"nb_sides": 5
},
"image": {
"src": "img/github.svg",
"width": 100,
"height": 100
}
},
"opacity": {
"value": 0.5,
"random": false,
"anim": {
"enable": false,
"speed": 1,
"opacity_min": 0.1,
"sync": false
}
},
"size": {
"value": 3,
"random": true,
"anim": {
"enable": false,
"speed": 40,
"size_min": 0.1,
"sync": false
}
},
"line_linked": {
"enable": true,
"distance": 150,
"color": "#ffffff",
"opacity": 0.4,
"width": 1
},
"move": {
"enable": true,
"speed": 6,
"direction": "none",
"random": false,
"straight": false,
"out_mode": "out",
"bounce": false,
"attract": {
"enable": false,
"rotateX": 600,
"rotateY": 1200
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": true,
"mode": "grab"
},
"onclick": {
"enable": true,
"mode": "push"
},
"resize": true
},
"modes": {
"grab": {
"distance": 140,
"line_linked": {
"opacity": 1
}
},
"bubble": {
"distance": 400,
"size": 40,
"duration": 2,
"opacity": 8,
"speed": 3
},
"repulse": {
"distance": 200,
"duration": 0.4
},
"push": {
"particles_nb": 4
},
"remove": {
"particles_nb": 2
}
}
},
"retina_detect": true
});
var typed3 = new Typed('.type', {
strings: ['Front End Developer !' , 'Designer !' , 'Blogger !' , 'Freelancer !'],
typeSpeed: 60,
backSpeed: 30,
smartBackspace: true, // this is a default
loop: true
});
function openNav() {
document.getElementById("myNav").style.width = "100%";
}
/* Close when someone clicks on the "x" symbol inside the overlay */
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}
/* Open */
window.sr = new ScrollReveal();
sr.reveal('.headline' , {origin: 'bottom' , distance: '150px'});
sr.reveal('.tagline', { origin : 'left' , delay: 300 , distance: '80px'});
sr.reveal('.textline', { origin : 'right' , delay: 300 , distance: '80px'});
sr.reveal('.skills1', { origin : 'left' , delay: 300 , distance: '80px'});
sr.reveal('.skills2', { origin : 'left' , delay: 500 , distance: '80px'});
sr.reveal('.skillsimage', { origin : 'right' , delay: 300 , distance: '80px'});
sr.reveal('.blogimage1', { origin : 'left' , delay: 300 , distance: '80px'});
sr.reveal('.blogimage2', { origin : 'bottom' , delay: 300 , distance: '80px'});
sr.reveal('.blogimage3', { origin : 'right' , delay: 300 , distance: '80px'});
//Get the button:
mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 620|| document.documentElement.scrollTop > 620) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0; // For Safari
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}
</script>
</body>
</html>