-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
497 lines (479 loc) · 21 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Hi, my name is Mustafa Cagri and I currently am a Computer science student at Bilkent University, part-time computer vision engineer at STM and side-hustling on Alphy"
/>
<meta
name="keywords"
content=" Mustafa Cagri Durgut, Mustafa Çağrı Durgut, Çağrı Durgut, Cagri Durgut, Mustafa Çağrı, Cagri, mcagridurgut, mcagri, alphy, STM, Bilkent, Bilkent University, Computer Science, Computer Vision, Computer Vision Engineer, Computer Vision Engineer at STM"
/>
<meta name="author" content="Mustafa Çağrı Durgut" />
<link rel="icon" href="favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" />
<link rel="manifest" href="site.webmanifest" />
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<link
rel="icon"
type="image/png"
sizes="192x192"
href="android-chrome-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="512x512"
href="android-chrome-512x512.png"
/>
<script src="https://cdn.tailwindcss.com"></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=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<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=Gelasio:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet"
/>
<!-- add css animation to change from easter to noneaster -->
<style>
.easter {
opacity: 0;
}
.kenobi {
transition: opacity 1s;
}
.alphy {
background-size: 100% !important;
transition: background-size 0.3s ease-out !important;
}
.alphy:hover {
background-size: 120% !important;
}
.biyobot {
background-size: 100% !important;
transition: background-size 0.3s ease-out !important;
}
.biyobot:hover {
background-size: 120% !important;
}
</style>
<title>Mustafa Çağrı Durgut</title>
</head>
<body>
<main
class="min-full-screen flex flex-col items-center justify-center"
style="font-family: 'Inter', sans-serif"
>
<div class="min-full-screen flex w-full max-w-[1728px] flex-col">
<div class="flex min-h-screen w-full flex-1 flex-col items-center">
<div
class="flex h-full w-full max-w-[428px] flex-1 flex-col p-6 py-12 xl:max-w-[1728px] xl:flex-row xl:p-16"
>
<div
class="mb-10 px-4 xl:mb-0 xl:mr-20 xl:flex-1 xl:px-0 lg:w-[400px] xl:max-w-[500px]"
>
<div class="flex flex-col justify-between h-full">
<div class="xl:sticky xl:top-16" style="opacity: 1">
<div class="w-[120px] xl:w-[184px]">
<div class="rounded-full">
<img
src="pp.png"
alt="avatar"
class="rounded-full shadow-2xl"
/>
<div
class="pointer-events-none absolute inset-0 rounded-[inherit] phantom-border"
></div>
</div>
</div>
<div class="ml-2 w-full max-w-[min(500px,100%)] mt-8">
<div
class="text-[32px] font-bold leading-[120%] xl:text-[44px]"
>
<div class="rt-editor">Cagri</div>
</div>
<div class="mt-3 text-[#565656] xl:mt-3 xl:text-xl">
<div class="styles_bio__oMe8p">
<div class="">
<div class="">
<p>I connect ChatGPT to copilot 🤖🤝🤖</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class="w-full font text-lg hidden sm:flex flex justify-between cursor-pointer"
onmouseenter="
// find the below item and set it to visible
this.querySelector('.kenobi').classList.remove('easter')
"
onmouseleave="
this.querySelector('.kenobi').classList.add('easter')
"
onclick="window.open('https://www.youtube.com/watch?v=rEq1Z0bjdwc', '_blank')"
>
<div class="w-fit">Hello there 👋</div>
<div class="kenobi easter">General Kenobi 🤖</div>
</div>
</div>
</div>
<div
class="relative flex-1 xl:w-[820px] xl:flex-none"
data-grid-dropzone="true"
>
<div class="bento-grid">
<h1 class="font-semibold sm:text-xl p-6">
Hi, my name is Mustafa Cagri and I currently am:
</h1>
<div
class="rounded-2xl mb-10 font-semibold shadow-xl bg-slate-100 p-4 pt-1"
>
<ol class="p-3 pt-1">
<li class="p-1">
🎒 a Computer science student at
<a href="https://w3.bilkent.edu.tr">Bilkent University</a>
</li>
<li class="p-1">
🏢 Part-time computer vision engineer at
<a href="https://stm.com.tr">STM</a>
</li>
<li class="p-1">
👨💻 Side-hustling on <a href="https://alphy.app">Alphy</a>
</li>
<li class="p-1">
🚀 Excited about LLM's, Ed-Tech and their intersection
</li>
</ol>
</div>
<div
class="rounded-2xl mb-5 p-4 font-semibold flex flex shadow-sm"
>
<div class="sm:text-xl flex flex-col p-3">
<div>🧑💻 Developed and 🛳️ Shipped ⬇️</div>
</div>
</div>
</div>
<div class="flex flex-col xl:flex-row">
<div class="w-full max-w-[390px] xl:mr-10 flex flex-col">
<a href="https://alphy.app" class="">
<div
class="bg-[#F5FBFF] p-5 border h-[390px] border-[#eaeaea] rounded-2xl flex flex-col justify-between shadow-xl mb-10 hover:shadow-2xl"
>
<div>
<div class="rounded-2xl p-1 border w-fit">
<img
src="https://alphy.app/favicon.ico"
alt="alphy logo"
width="30px"
/>
</div>
<div class="font-semibold text-[16px]">
Alphy will be your next-generation speech-to-meaning
agent
</div>
<div class="text-[12px] opacity-70">alphy.app</div>
</div>
<div
class="alphy w-full h-1/2 rounded-2xl border"
style="
background-image: url('alphy.jpg');
background-position: center top;
background-repeat: no-repeat;
"
></div>
</div>
</a>
</div>
<div class="w-full max-w-[390px] flex flex-col">
<a href="https://tutoryum.com" class="">
<div
class="bg-[#F5FBFF] p-5 border h-[390px] border-[#eaeaea] rounded-2xl flex flex-col justify-between shadow-xl mb-10 hover:shadow-2xl"
>
<div>
<div class="rounded-2xl p-1 border w-fit">
<img
src="https://www.tutoryum.com/logo.svg"
alt="tutoryum logo"
width="30px"
/>
</div>
<div class="font-semibold text-[16px]">
Tutoryum is here to revolutionize the way you learn
</div>
<div class="text-[12px] opacity-70">tutoryum.com</div>
</div>
<div
class="biyobot w-full h-1/2 rounded-2xl border"
style="
background-image: url('tutoryum.jpg');
background-position: center top;
background-repeat: no-repeat;
"
></div>
</div>
</a>
</div>
</div>
<div class="flex flex-col xl:flex-row">
<div class="w-full max-w-[390px] flex flex-col">
<a href="https://biyobot.netlify.app" class="">
<div
class="bg-[#F5FBFF] p-5 border h-[390px] border-[#eaeaea] rounded-2xl flex flex-col justify-between shadow-xl mb-10 hover:shadow-2xl"
>
<div>
<div class="rounded-2xl p-1 border w-fit">
<img
src="https://biyobot.netlify.app/favicon.ico"
alt="biybot logo"
width="30px"
/>
</div>
<div class="font-semibold text-[16px]">
Biyobot allows you to semantically search the 9th
grade biology textbook
</div>
<div class="text-[12px] opacity-70">
biyobot.netlify.app
</div>
</div>
<div
class="biyobot w-full h-1/2 rounded-2xl border"
style="
background-image: url('biyobot.jpg');
background-position: center top;
background-repeat: no-repeat;
"
></div>
</div>
</a>
</div>
</div>
<div
class="rounded-2xl mb-5 p-4 font-semibold flex flex shadow-sm"
>
<div class="sm:text-xl flex flex-col p-3">
<div>Find me out on the internet 🌐</div>
</div>
</div>
<div class="flex flex-col xl:flex-row">
<div class="w-full max-w-[390px] xl:mr-10 flex flex-col">
<div
class="bg-[#F5FBFF] border border-[#eaeaea] rounded-2xl h-[250px] shadow-xl mb-10 hover:shadow-2xl transition-shadow duration-300"
>
<a
href="https://twitter.com/mcagridurgut"
class="h-full flex flex-col justify-between"
>
<div class="h-[55px] bg-gray-500 rounded-t-2xl p-4">
<div class="flex justify-between">
<div class="flex flex-col">
<img
src="https://pbs.twimg.com/profile_images/1661426560795045890/j0dFVF0x_400x400.jpg"
alt="twitter"
class="w-[50px] h-[50px] rounded-full"
/>
<div class="font-bold">Çağrı Durgut</div>
<div class="text-xs opacity-70">@mcagridurgut</div>
</div>
<div class="flex items-end">
<button
class="px-[21px] py-[7px] shadow-sm rounded-2xl text-xs font-bold text-white bg-[#55ACEE] hover:bg-[#0A66C2] transition-colors duration-300"
>
Follow
</button>
</div>
</div>
<div class="mt-4 text-black text-sm">
Everyone's talking about #ChatGPT. But 90% of you are
missing out on the AI revolution. Here are the top AI
tools you NEED to know about: 👇
</div>
<div class="text-blue-500 text-sm mt-2">
#DOGE #HODL 🚀🚀🚀
</div>
</div>
</a>
</div>
<div class="flex w-full justify-between">
<div class="bg-[#5F5EC0] bg-opacity-10 p-4 border
border-[#eaeaea] rounded-2xl w-1/2 w-[150px] sm:w-[175px]
h-[150px] sm:h-[175px] shadow-xl hover:shadow-2xl
transition-shadow duration-300" " >
<div
class="w-full h-full flex flex-col justify-center items-center"
>
<a href="https://instagram.com/mcagridurgut">
<img src="instagram.png" alt="Instagram" />
</a>
</div>
</div>
<div
class="bg-[#f8f8f8] p-4 border border-[#eaeaea] rounded-2xl w-1/2 w-[150px] sm:w-[175px] h-[150px] sm:h-[175px] shadow-xl hover:shadow-2xl transition-shadow duration-300 flex justify-center items-center text-7xl"
>
<a href="https://nohello.net">👋</a>
</div>
</div>
</div>
<div class="flex items-start">
<div
class="w-full h-full mb-10 xl:mb-0 p-6 mt-10 xl:mt-0 rounded-2xl bg-[#9be9a8] bg-opacity-10 xl:w-[390px] border border-[#eaeaea] shadow-xl hover:shadow-2xl transition-shadow duration-300 hover:cursor-pointer"
>
<a
href="https://github.com/mcagridurgut"
class="h-full flex flex-col justify-between"
>
<div class="flex justify-between">
<div class="flex flex-col">
<!-- github image -->
<img
src="github-mark.svg"
alt="github"
class="w-[40px] h-[40px] ml-4"
/>
<div class="p-3 text-sm">
Check out my latest spaghetti exhibition
</div>
</div>
<div>
<button
class="px-[21px] py-[7px] shadow-sm rounded-lg text-xs font-bold text-[#565656] bg-[#F7F9FA] border border-[#E7E7E7] hover:bg-[#f2f2f2] transition-colors duration-300"
>
Follow
</button>
</div>
</div>
<!-- import github.svg -->
<img src="github.svg" alt="github grid" />
<div class="text-xs mt-4 text-black/60">
207 contributions last year
</div>
</a>
</div>
</div>
</div>
<div
class="rounded-2xl p-4 mt-10 font-semibold flex flex shadow-sm"
>
<div class="text-8xl opacity-70 font-serif">“</div>
<div class="pt-10 sm:text-xl flex flex-col p-3">
<div>
I did it for me. I liked it. I was good at it. And I was
really, I was alive!
</div>
<div
class="w-full flex justify-end opacity-70 text-xs pt-5 sm:pr-20"
>
- me, building this site
</div>
</div>
</div>
<div
class="w-full sm:w-2/3 mx-auto bg-[#0A66C2] bg-opacity-10 rounded-lg shadow-xl border border-[#eaeaea] h-[250px] my-10 hover:shadow-2xl transition-shadow duration-300"
>
<a
href="https://linkedin.com/in/mcagri"
class="h-full flex flex-col justify-between"
>
<div
class="h-[55px] rounded-t-2xl p-4"
style="
background-image: url('linkedin-bg.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
"
>
<div class="flex justify-between">
<div class="flex flex-col">
<!-- github image -->
<div
class="w-[55px] h-[55px] flex justify-center items-center bg-white rounded-full"
>
<img
src="linkedin-pp.jpg"
alt="twitter"
class="w-[50px] h-[50px] rounded-full"
/>
</div>
<div class="font-bold">Mustafa Çağrı Durgut</div>
<div class="text-sm text-black/90">
Bilkent University CS
</div>
<div class="text-xs text-black/80 mt-1">
Ankara, Turkey
</div>
</div>
<div class="flex items-end">
<button
class="px-[11px] py-[7px] flex shadow-sm rounded-2xl text-xs font-bold text-white bg-[#0A66C2] hover:bg-[#55ACEE] transition-colors duration-300"
>
<svg
class="mr-1"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 16"
data-supported-dps="16x16"
fill="currentColor"
class="mercado-match"
width="16"
height="16"
focusable="false"
>
<path
d="M9 4a3 3 0 11-3-3 3 3 0 013 3zM6.75 8h-1.5A2.25 2.25 0 003 10.25V15h6v-4.75A2.25 2.25 0 006.75 8zM13 8V6h-1v2h-2v1h2v2h1V9h2V8z"
></path>
</svg>
Connect
</button>
</div>
</div>
<div class="mt-4 text-black">
I am thrilled to announce that I am a member of the world's
weirdest social media platform! 🥳🥳🥂
</div>
</div>
</a>
</div>
<!-- Calendly inline widget begin -->
<div class="w-full">
<div
class="calendly-inline-widget"
data-url="https://calendly.com/mcagridurgut/15min?hide_gdpr_banner=1"
style="min-width: 320px; height: 1015px; overflow-y: hidden"
></div>
<script
type="text/javascript"
src="https://assets.calendly.com/assets/external/widget.js"
async
></script>
</div>
<!-- Calendly inline widget end -->
<div class="w-full p-6">
<!-- hey italik intext -->
This page is highly <i>influenced</i> by
<a href="https://bento.me" class="text-[#0A66C2] hover:underline"
>Bento.me</a
>
and their great design.
<div class="text-sm text-black/70 mt-3 w-full text-end">
2023 | Mustafa Çağrı Durgut
</div>
</div>
</div>
</div>
</div>
</main>
</body>
</html>