-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
337 lines (337 loc) · 13.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="description"
content="Hey, I'm Gökhan. I like building things."
/>
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="preconnect" href="https://fonts.bunny.net" />
<title>Gökhan's portfolio</title>
<link rel="canonical" href="https://gokhan.pw" />
<!-- og meta -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Gökhan's portfolio" />
<meta
property="og:description"
content="Hey, I'm Gökhan. I like building things."
/>
<meta property="og:url" content="https://gokhan.pw" />
<!-- twitter meta -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@gokhansolo" />
<meta name="twitter:creator" content="@gokhansolo" />
<meta name="twitter:title" content="Gökhans's portfolio" />
<meta
name="twitter:description"
content="Hey, I'm Gökhan. I like building things."
/>
<link rel="stylesheet" href="css/style.css" />
</head>
<body
class="bg-background pretty-scrollbar font-sans mx-auto min-h-screen max-w-900px flex flex-col px-6 py-8 md:gap-20 md:py-16 text-neutral-400 text-sm relative"
>
<main class="flex flex-col gap-20">
<header class="flex justify-between items-center">
<span> Gökhan's portfolio </span>
<span class="flex">
<a
href="https://github.com/gokhaanc"
target="_blank"
rel="noopener"
class="hover:text-primary cursor-pointer text-xl pa-1 relative"
aria-label="GitHub"
title="GitHub"
>
<div class="i-tabler:brand-github"></div> </a
><a
href="https://x.com/gokhansolo"
target="_blank"
rel="noopener"
class="hover:text-primary cursor-pointer text-xl pa-1 relative"
aria-label="Twitter"
title="Twitter"
>
<div class="i-tabler:brand-x"></div> </a
><a
href="https://www.linkedin.com/in/gokhaanc/"
target="_blank"
rel="noopener"
class="hover:text-primary cursor-pointer text-xl pa-1 relative"
aria-label="Linkedin"
title="Linkedin"
>
<div class="i-tabler:brand-linkedin"></div>
</a>
</span>
</header>
<section class="flex flex-col gap-5 relative">
<h1 class="text-3xl font-light text-neutral-100">
<div class="text-xl">Hello World,</div>
I'm Gökhan.
</h1>
<p class="max-w-500px mt-0">
Indie Hacker.
</p>
</section>
<section class="flex flex-col gap-4">
<header class="flex justify-between items-center">
<h2 class="text-lg text-neutral-100">Some of my projects</h2>
<span>
<a
class="hover:text-neutral-100 cursor-pointer underline decoration-dashed underline-offset-8px lh-loose transition"
href="https://github.com/gokhaanc"
rel="noopener noreferrer"
target="_blank"
>
See more on GitHub
</a>
</span>
</header>
<div class="grid grid-cols-1 gap-4 md:grid-cols-3 sm:grid-cols-2">
<a
class="group flex w-full cursor-pointer flex-col justify-between gap-2 rounded-md border border-neutral-700 p-4 transition-all duration-300 hover:-translate-y-5px hover:border-primary"
href="https://web.archive.org/web/20240419113552/https://biakil.com/"
target="_blank"
rel="noopener"
>
<div class="flex flex-col gap-2">
<p class="text-neutral-100 text-16px truncate">Bi'akıl</p>
<p class="md:line-clamp-2">
Udemy but for live courses.
</p>
<div class="flex gap-1 pt-1 flex-wrap">
<span
class="text-xs bg-white bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>Laravel</span
><span
class="text-xs bg-red text-neutral-400 px-2 py-1 rounded-lg"
>Closed</span
>
</div>
</div> </a
><a
class="group flex w-full cursor-pointer flex-col justify-between gap-2 rounded-md border border-neutral-700 p-4 transition-all duration-300 hover:-translate-y-5px hover:border-primary"
href="https://plakatr.com"
rel="noopener"
>
<div class="flex flex-col gap-2">
<p class="text-neutral-100 text-16px truncate">PlakaTR</p>
<p class="md:line-clamp-2">
Comment Turkish license plate numbers and see the comments of others.
</p>
<div class="flex gap-1 pt-1 flex-wrap">
<span
class="text-xs bg-white bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>Laravel</span
>
<span
class="text-xs bg-green bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>Live</span
>
</div>
</div> </a
>
<a
class="group flex w-full cursor-pointer flex-col justify-between gap-2 rounded-md border border-neutral-700 p-4 transition-all duration-300 hover:-translate-y-5px hover:border-primary"
href="https://i.ibb.co/zh7Vghpw/screencapture-basvuru-local-2025-03-01-03-42-44.png"
rel="noopener"
>
<div class="flex flex-col gap-2">
<p class="text-neutral-100 text-16px truncate">RelaxHR</p>
<p class="md:line-clamp-2">
SaaS for human resources professionals, to review and sort job applications with AI.
</p>
<div class="flex gap-1 pt-1 flex-wrap">
<span
class="text-xs bg-white bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>Laravel</span
><span
class="text-xs bg-yellow bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>WIP</span
>
</div>
</div> </a
>
<a
class="group flex w-full cursor-pointer flex-col justify-between gap-2 rounded-md border border-neutral-700 p-4 transition-all duration-300 hover:-translate-y-5px hover:border-primary"
href="https://www.behance.net/gallery/153555479/Moovd"
rel="noopener"
>
<div class="flex flex-col gap-2">
<p class="text-neutral-100 text-16px truncate">Moovd!</p>
<p class="md:line-clamp-2">
A movie suggestion app prototype with tinder like controls.
</p>
<div class="flex gap-1 pt-1 flex-wrap">
<span
class="text-xs bg-white bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>Laravel</span
><span
class="text-xs bg-green bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>Live</span
>
</div>
</div> </a
>
<a
class="group flex w-full cursor-pointer flex-col justify-between gap-2 rounded-md border border-neutral-700 p-4 transition-all duration-300 hover:-translate-y-5px hover:border-primary"
href="https://www.behance.net/gallery/104817649/Wellness-Courses-App-Design"
rel="noopener"
>
<div class="flex flex-col gap-2">
<p class="text-neutral-100 text-16px truncate">Vitallier</p>
<p class="md:line-clamp-2">
On-demand courses and programs to help you learn new skills and reach your goals.
</p>
<div class="flex gap-1 pt-1 flex-wrap">
<span
class="text-xs bg-white bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>Laravel</span
><span
class="text-xs bg-green bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>Live</span
>
</div>
</div> </a
>
<a
class="group flex w-full cursor-pointer flex-col justify-between gap-2 rounded-md border border-neutral-700 p-4 transition-all duration-300 hover:-translate-y-5px hover:border-primary"
href="https://www.behance.net/gallery/104847059/POS-Device-UI-Design"
rel="noopener"
>
<div class="flex flex-col gap-2">
<p class="text-neutral-100 text-16px truncate">e-Thor</p>
<p class="md:line-clamp-2">
POS software for small businesses.
</p>
<div class="flex gap-1 pt-1 flex-wrap">
<span
class="text-xs bg-white bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>UI/UX Design</span
><span
class="text-xs bg-green bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>WIP</span
>
</div>
</div> </a
>
<a
class="group flex w-full cursor-pointer flex-col justify-between gap-2 rounded-md border border-neutral-700 p-4 transition-all duration-300 hover:-translate-y-5px hover:border-primary"
href="https://bertayfisekci.com"
rel="noopener"
>
<div class="flex flex-col gap-2">
<p class="text-neutral-100 text-16px truncate">Bertay Fişekçi</p>
<p class="md:line-clamp-2">
LMS for a company coach Bertay Fişekçi.
</p>
<div class="flex gap-1 pt-1 flex-wrap">
<span
class="text-xs bg-white bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>Course App</span
>
<span
class="text-xs bg-white bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>WordPress</span
>
<span
class="text-xs bg-green bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>Live</span
>
</div>
</div> </a
>
<a
class="group flex w-full cursor-pointer flex-col justify-between gap-2 rounded-md border border-neutral-700 p-4 transition-all duration-300 hover:-translate-y-5px hover:border-primary"
href="https://evrase.com"
rel="noopener"
>
<div class="flex flex-col gap-2">
<p class="text-neutral-100 text-16px truncate">Evrase</p>
<p class="md:line-clamp-2">
E-commerce website for a company selling flours.
</p>
<div class="flex gap-1 pt-1 flex-wrap">
<span
class="text-xs bg-white bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>E-commerce</span
>
<span
class="text-xs bg-white bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>WordPress</span
>
<span
class="text-xs bg-green bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>Live</span
>
</div>
</div> </a
>
<a
class="group flex w-full cursor-pointer flex-col justify-between gap-2 rounded-md border border-neutral-700 p-4 transition-all duration-300 hover:-translate-y-5px hover:border-primary"
href="https://hhopes.co"
rel="noopener"
>
<div class="flex flex-col gap-2">
<p class="text-neutral-100 text-16px truncate">Hhopes</p>
<p class="md:line-clamp-2">
E-commerce website for a company selling personalized aprons.
</p>
<div class="flex gap-1 pt-1 flex-wrap">
<span
class="text-xs bg-white bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>E-commerce</span
>
<span
class="text-xs bg-white bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>Shopify</span
>
<span
class="text-xs bg-green bg-op-3 text-neutral-400 px-2 py-1 rounded-lg"
>Live</span
>
</div>
</div> </a
>
</div>
</section>
<header class="flex justify-between items-center text-neutral-600 pt-5">
<span> © 2025 Gökhan Ç. </span>
<span class="flex">
<a
href="https://github.com/gokhaanc"
target="_blank"
rel="noreferrer"
class="hover:text-primary cursor-pointer text-xl pa-1 relative group"
aria-label="GitHub"
title="GitHub"
>
<div class="i-tabler:brand-github"></div> </a
><a
href="https://twitter.com/gokhansolo"
target="_blank"
rel="noreferrer"
class="hover:text-primary cursor-pointer text-xl pa-1 relative group"
aria-label="Twitter"
title="Twitter"
>
<div class="i-tabler:brand-x"></div> </a
><a
href="https://www.linkedin.com/in/gokhaanc/"
target="_blank"
rel="noreferrer"
class="hover:text-primary cursor-pointer text-xl pa-1 relative group"
aria-label="Linkedin"
title="Linkedin"
>
<div class="i-tabler:brand-linkedin"></div>
</a>
</span>
</header>
</main>
</body>
</html>