-
Notifications
You must be signed in to change notification settings - Fork 0
/
profil-ulgerb.html
119 lines (111 loc) · 4.7 KB
/
profil-ulgerb.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://fonts.googleapis.com/css2?family=Almarai&family=Lexend+Deca:wght@300&display=swap"
rel="stylesheet">
<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" />
<link rel="stylesheet" href="style/style.css" type="text/css">
</head>
<body>
<!-- =========== Side Navbar =========== -->
<nav class="navbar">
<div class="navbar-side">
<div class="navbar-top">
<div class="navbar-photo">
<img src="photo/berkayprofil.jpg" alt="Basri Berkay Ülger">
</div>
<div class="navbar-name">
<h3>Basri Berkay Ülger</h3>
</div>
<div class="navbar-social">
<a href="https://www.instagram.com/ulger.b/?hl=tr" target="_blank" class="fab fa-instagram"
onclick="soc(this)"></a>
<a href="https://www.facebook.com/berkay.ulger/" target="_blank" class="fab fa-facebook"
onclick="soc(this)"></a>
<a href="https://www.youtube.com/channel/UC0v86FlvFjQAD_nh3b1KGag" target="_blank"
class="fab fa-youtube" onclick="soc(this)"></a>
<a href="https://github.com/ulgerb" target="_blank" class="fab fa-github" onclick="soc(this)"></a>
<a href="https://www.linkedin.com/in/berkay-%C3%BClger-abb7b8215/" target="_blank"
class="fab fa-linkedin" onclick="soc(this)"></a>
</div>
</div>
<div class="navbar-pages">
<a href="anasayfa-ulgerb.html" class="fa fa-home">
<p>Anasayfa</p>
</a>
<a href="profil-ulgerb.html" class="fa fa-user">
<p>Profil</p>
</a>
<a href="hakkında-ulgerb.html" class="fa fa-file-alt">
<p>Hakkında</p>
</a>
<a href="port-ulgerb.html" class="fa fa-columns">
<p>Portfolio</p>
</a>
<a href="servis-ulgerb.html" class="fa fa-server">
<p>Servis</p>
</a>
<a href="iletişim-ulgerb.html" class="fa fa-contact-card">
<p>İletişim</p>
</a>
</div>
<div class="navbar-bottom">
<p><small>Site design / logo © 2022 Ulgerb Inc; <br> user contributions licensed under ulgerb</small>
</p>
</div>
</div>
</nav>
<!-- =========== Profil =========== -->
<div class="profil">
<div class="profil-top">
</div>
<div class="profil-text profil-sw">
<h2>Yetenekler</h2><br>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Debitis quia reprehenderit, assumenda facilis possimus modi officiis voluptatibus, saepe expedita ab voluptatum et sint quam molestiae!</p>
</div>
<!-- == Profil Bar == -->
<div class="profil-bar1 profil-sw">
<h4>HTML</h4>
<div class="bar1">
<div class="skill html"><p>%100</p></div>
</div>
<h4>CSS</h4>
<div class="bar1">
<div class="skill css"><p>%100</p></div>
</div>
<h4>JS</h4>
<div class="bar1">
<div class="skill js"><p>%100</p></div>
</div>
<h4>PHP</h4>
<div class="bar1">
<div class="skill php"><p>%100</p></div>
</div>
<h4>C#,C++</h4>
<div class="bar1">
<div class="skill cplus"><p>%100</p></div>
</div>
</div>
<!-- == Profil Bar 2 -->
<div class="profil-bar2 profil-sw">
<h2>Diğer</h2>
<h4>Image_Processing(Halcon,Matlab)_____ %80</h4>
<h4>Matlab,Simulink__________________ %95</h4>
<h4>Solidworks,AutoCad_______________ %90</h4>
<h4>PLC(Codesys,Omron,Siemens)________ %70</h4>
</div>
</div>
<script>
// function soc(item) {
// item.style.transform = "translate(2px, 2px)";
// item.style.background = "white";
// }
</script>
</body>
</html>