-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
354 lines (325 loc) · 13 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
<!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>/home/okb</title>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-43MNZ998W0"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-43MNZ998W0");
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap"
rel="stylesheet"
/>
<style>
body {
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
background-color: #f2f1ef;
overflow: hidden;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.footer {
animation: fadeIn 1s ease-in-out;
animation-delay: 1s;
animation-fill-mode: both;
}
@keyframes move {
0% {
background-position: 0 0, 0 0, 35px 61px, 35px 61px, 0 0, 35px 61px;
}
100% {
background-position: 70px 123px, 70px 123px, 105px 185px, 105px 185px,
70px 123px, 105px 185px;
}
}
.main {
animation: fadeIn 1s ease-in-out;
opacity: 1;
color: #111;
flex: 1;
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.header {
text-align: center;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 5%;
animation-timing-function: cubic-bezier(0.5, 0.885, 0.6, 1.22);
animation-delay: 1s;
animation-fill-mode: both;
}
.bottom {
display: flex;
flex: 1;
width: 90vw;
flex-direction: row;
justify-content: center;
padding-top: 5vh;
animation: fadeIn 600ms ease-in-out;
animation-delay: 1.4s;
animation-fill-mode: both;
}
.bottom > * {
flex: 1;
background-color: #f2f2f2;
width: 40vw;
height: 60vh;
margin: 0 16px;
padding: 0 16px;
box-shadow: -5px -5px 20px rgba(0, 0, 0, 0.1);
position: relative;
}
.scrollWrapper {
position: relative;
height: 49vh;
flex-direction: column;
overflow-y: scroll;
}
.scrollWrapper::-webkit-scrollbar-track,
.bottom::-webkit-scrollbar-track {
border-radius: 10px;
background: rgba(0, 0, 0, 0);
}
.scrollWrapper::-webkit-scrollbar,
.bottom::-webkit-scrollbar {
width: 2px;
background: rgba(0, 0, 0, 0);
}
.scrollWrapper::-webkit-scrollbar-thumb,
.bottom::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #d2d2d2;
}
@keyframes goTop {
0% {
top: 35vh;
}
100% {
top: 0px;
}
}
a {
color: rgb(80, 185, 250);
text-decoration: none;
}
h1 {
margin-bottom: 0;
}
.subtitle {
font-size: 1rem;
margin-bottom: 1rem;
margin-top: 0;
color: #565656;
}
@media screen and (min-width: 1440px) {
.bottom {
width: 80vw;
}
}
@media screen and (max-width: 768px) {
.main {
height: 95vh;
}
.bottom {
height: 80vh;
flex-direction: column;
justify-content: flex-start;
align-items: center;
width: auto;
overflow-y: scroll;
padding-top: 0;
margin-top: 5vh;
}
.bottom > * {
width: 80vw;
height: auto;
margin-bottom: 32px;
box-shadow: none;
}
.scrollWrapper {
height: auto;
}
}
h3 {
margin-block-end: 0;
}
.project p {
font-size: 14px;
margin-block-start: 0;
margin-inline-start: 0.5em;
}
.main,
body,
.bottom > *,
a,
.subtitle {
transition: color, background-color 1s ease-out;
}
body.dark {
background-color: #111;
color: #e9e9e9;
}
body.dark .main,
body.dark,
body.dark .subtitle {
color: #e9e9e9;
}
body.dark a {
color: rgb(158, 204, 233);
}
body.dark .bottom > * {
background-color: #171717;
}
small {
font-size: 0.8rem;
}
</style>
</head>
<body>
<div class="main">
<div class="header">
<h1>Oğuzcan Küçükbayrak</h1>
<h5 class="subtitle">Fullstack Developer</h5>
<div class="links-container">
<a href="#" id="toggleDarkMode">
<svg
width="24"
height="24"
stroke-width="1.5"
viewBox="0 0 60 60"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M34.82,56.11a23.86,23.86,0,0,1-9.38-1.9A2,2,0,0,1,27,50.53a19.87,19.87,0,0,0,7.82,1.58A20.16,20.16,0,0,0,46.59,48.3a24.12,24.12,0,0,1-16.2-35.91A20.16,20.16,0,0,0,14.71,32a19.91,19.91,0,0,0,3.88,11.87,2,2,0,0,1-3.23,2.37A24.12,24.12,0,0,1,34.66,7.89h0A2,2,0,0,1,36.5,9.07a2,2,0,0,1-.33,2.16,20.11,20.11,0,0,0,15,33.5h.13a2,2,0,0,1,1.83,1.19,2,2,0,0,1-.34,2.15A24.1,24.1,0,0,1,34.82,56.11Z"
fill="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
</a>
<a target="_blank" href="https://github.com/okb1100">
<!-- GITHUB ICON -->
<svg
width="24"
height="24"
stroke-width="1.5"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16 22.0268V19.1568C16.0375 18.68 15.9731 18.2006 15.811 17.7506C15.6489 17.3006 15.3929 16.8902 15.06 16.5468C18.2 16.1968 21.5 15.0068 21.5 9.54679C21.4997 8.15062 20.9627 6.80799 20 5.79679C20.4558 4.5753 20.4236 3.22514 19.91 2.02679C19.91 2.02679 18.73 1.67679 16 3.50679C13.708 2.88561 11.292 2.88561 8.99999 3.50679C6.26999 1.67679 5.08999 2.02679 5.08999 2.02679C4.57636 3.22514 4.54413 4.5753 4.99999 5.79679C4.03011 6.81549 3.49251 8.17026 3.49999 9.57679C3.49999 14.9968 6.79998 16.1868 9.93998 16.5768C9.61098 16.9168 9.35725 17.3222 9.19529 17.7667C9.03334 18.2112 8.96679 18.6849 8.99999 19.1568V22.0268"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M9 20.0267C6 20.9999 3.5 20.0267 2 17.0267"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
</a>
<a
href=""
onclick="Calendly.initPopupWidget({url: 'https://calendly.com/kucukbayrak/30min'});return false;"
>
<svg
width="24"
height="24"
stroke-width="8"
viewBox="0 0 512 512"
fill="currentColor"
stroke="currentColor"
xmlns="http://www.w3.org/2000/svg"
>
<g>
<path
d="M423.5,44H407v-8.5c0-12.958-10.542-23.5-23.5-23.5S360,22.542,360,35.5V44H103v-8.5C103,22.542,92.458,12,79.5,12 S56,22.542,56,35.5V44H39.5C17.72,44,0,61.72,0,83.5v328C0,433.28,17.72,451,39.5,451h384c21.78,0,39.5-17.72,39.5-39.5v-328 C463,61.72,445.28,44,423.5,44z M375,35.5c0-4.687,3.813-8.5,8.5-8.5s8.5,3.813,8.5,8.5v15.942c0,0.02-0.003,0.038-0.003,0.058 S392,51.538,392,51.558V67.5c0,4.687-3.813,8.5-8.5,8.5s-8.5-3.813-8.5-8.5V35.5z M79.5,27c4.687,0,8.5,3.813,8.5,8.5v32 c0,4.687-3.813,8.5-8.5,8.5S71,72.187,71,67.5V51.558c0-0.02,0.003-0.038,0.003-0.058S71,51.462,71,51.442V35.5 C71,30.813,74.813,27,79.5,27z M423.5,436h-384C25.99,436,15,425.01,15,411.5V123h56.498c4.143,0,7.5-3.357,7.5-7.5 s-3.357-7.5-7.5-7.5H15V83.5C15,69.99,25.99,59,39.5,59H56v8.5C56,80.458,66.542,91,79.5,91S103,80.458,103,67.5V59h257v8.5 c0,12.958,10.542,23.5,23.5,23.5S407,80.458,407,67.5V59h16.5c13.51,0,24.5,10.99,24.5,24.5V108h-40.497 c-4.143,0-7.5,3.357-7.5,7.5s3.357,7.5,7.5,7.5H448v288.5C448,425.01,437.01,436,423.5,436z"
/>
<path
d="m375.498,108h-15.997c-4.143,0-7.5,3.357-7.5,7.5s3.357,7.5 7.5,7.5h15.997c4.143,0 7.5-3.357 7.5-7.5s-3.357-7.5-7.5-7.5z"
/>
<path
d="m335.001,115.5c0-4.143-3.357-7.5-7.5-7.5h-224.004c-4.143,0-7.5,3.357-7.5,7.5s3.357,7.5 7.5,7.5h224.004c4.143,0 7.5-3.357 7.5-7.5z"
/>
<path
d="m330.271,235.762h-56.27c-2.479,0-4.658-1.584-5.424-3.94l-17.388-53.516v-0.001c-2.823-8.69-10.551-14.305-19.689-14.305s-16.866,5.615-19.69,14.306l-17.388,53.516c-0.766,2.356-2.945,3.94-5.424,3.94h-56.27c-9.138,0-16.866,5.615-19.69,14.306-2.823,8.69 0.129,17.776 7.521,23.146l45.522,33.074c2.005,1.457 2.838,4.02 2.072,6.377l-17.389,53.515c-2.823,8.69 0.129,17.776 7.521,23.147s16.947,5.371 24.338,0l45.522-33.074c2.006-1.457 4.699-1.457 6.705,0l45.522,33.074c3.696,2.686 7.933,4.028 12.169,4.028s8.473-1.343 12.169-4.028c7.393-5.371 10.345-14.457 7.521-23.147l-17.389-53.515c-0.766-2.357 0.067-4.92 2.072-6.377l45.522-33.074c7.393-5.37 10.345-14.456 7.521-23.146-2.819-8.691-10.548-14.306-19.686-14.306zm3.353,25.317l-45.522,33.074c-7.279,5.288-10.302,14.591-7.521,23.146l17.389,53.515c1.188,3.657-1.286,5.806-2.072,6.377-0.785,0.572-3.592,2.263-6.705,0.001l-45.522-33.074c-3.64-2.645-7.904-3.967-12.169-3.967s-8.529,1.322-12.169,3.967l-45.522,33.074c-3.113,2.262-5.919,0.571-6.705-0.001-0.786-0.571-3.26-2.72-2.072-6.377l17.386-53.514c2.78-8.556-0.242-17.858-7.521-23.146l-45.522-33.074c-3.11-2.26-2.372-5.452-2.071-6.376 0.3-0.925 1.579-3.941 5.424-3.941h56.27c8.996,0 16.909-5.749 19.689-14.306l17.388-53.515c1.188-3.657 4.453-3.941 5.425-3.941s4.236,0.284 5.425,3.94l17.388,53.516c2.78,8.557 10.693,14.306 19.689,14.306h56.27c3.845,0 5.124,3.017 5.424,3.941 0.298,0.923 1.036,4.115-2.074,6.375z"
/>
<path
d="m267.893,269.317c-11.736,9.127-19.098,22.842-20.198,37.628-0.466,6.262 0.187,12.509 1.938,18.569 0.949,3.283 3.946,5.419 7.201,5.419 0.689,0 1.392-0.096 2.087-0.297 3.979-1.15 6.272-5.309 5.122-9.288-1.256-4.342-1.723-8.813-1.39-13.29 0.786-10.566 6.053-20.371 14.448-26.901 3.27-2.543 3.858-7.255 1.315-10.524-2.541-3.271-7.252-3.859-10.523-1.316z"
/>
<path
d="m238.553,242.9c-1.408-3.895-5.705-5.91-9.604-4.502-3.895,1.408-5.911,5.708-4.502,9.604 2.185,6.041 5.401,11.563 9.561,16.413 1.484,1.729 3.584,2.617 5.697,2.617 1.728,0 3.464-0.594 4.879-1.807 3.144-2.697 3.507-7.432 0.811-10.576-2.975-3.467-5.277-7.42-6.842-11.749z"
/>
</g>
</svg>
</a>
</div>
</div>
</div>
</div>
<script>
const userPrefersDarkScheme =
window.matchMedia &&
window.matchMedia("(prefers-color-scheme: dark)").matches;
const bodyElement = document.querySelector("body");
const darkModeButton = document.querySelector("#toggleDarkMode");
if (window.localStorage) {
const theme = localStorage.getItem("oguz-js-org-theme");
const _pref = theme ? theme : userPrefersDarkScheme ? "dark" : "light";
bodyElement.className = _pref;
} else {
bodyElement.className = userPrefersDarkScheme ? "dark" : "light";
}
darkModeButton.addEventListener("click", () => {
if (window.localStorage) {
localStorage.setItem(
"oguz-js-org-theme",
bodyElement.className === "dark" ? "light" : "dark"
);
}
bodyElement.className =
bodyElement.className === "dark" ? "light" : "dark";
});
window.onload = () => {
const _hash = window.location.hash.substring(1)
if (_hash === "meet") {
setTimeout(() => {
Calendly.initPopupWidget({url: 'https://calendly.com/kucukbayrak/30min'});return false;
}, 500)
}
}
</script>
</body>
</html>