-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
269 lines (237 loc) · 12.9 KB
/
index.html
File metadata and controls
269 lines (237 loc) · 12.9 KB
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
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8" />
<!-- Erken tema uygulaması — FOUC'u önler; js sınıfı hamburger menüyü etkinleştirir -->
<script>(function(){var s=localStorage.getItem('theme');if(!s){s=(window.matchMedia&&window.matchMedia('(prefers-color-scheme: light)').matches)?'light':'dark';}document.documentElement.setAttribute('data-theme',s);document.documentElement.classList.add('js');var m=document.querySelector('meta[name="theme-color"]');if(m)m.content=s==='light'?'#f5f5f5':'#0a0a0a';})();</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0a0a0a" />
<title>Önder GÖG | Kişisel Web Sitesi</title>
<meta name="description" content="Önder GÖG — Bursa'da yaşayan, teknoloji ve yazılımla ilgilenen biri. iOS, Python, PowerShell ve daha fazlası." />
<meta name="author" content="Önder GÖG" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bygog.github.io/" />
<meta property="og:title" content="Önder GÖG | Kişisel Web Sitesi" />
<meta property="og:description" content="Önder GÖG — Bursa'da yaşayan, teknoloji ve yazılımla ilgilenen biri. iOS, Python, PowerShell ve daha fazlası." />
<meta property="og:image" content="https://bygog.github.io/profil-opt.jpg" />
<meta property="og:locale" content="tr_TR" />
<!-- Twitter / X -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@ondergog" />
<meta name="twitter:title" content="Önder GÖG | Kişisel Web Sitesi" />
<meta name="twitter:description" content="Önder GÖG — Bursa'da yaşayan, teknoloji ve yazılımla ilgilenen biri." />
<meta name="twitter:image" content="https://bygog.github.io/profil-opt.jpg" />
<!-- PWA -->
<link rel="manifest" href="manifest.json" />
<link rel="apple-touch-icon" href="icon-180.png" />
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="192x192" href="icon-192.png" />
<link rel="icon" type="image/png" sizes="512x512" href="icon-512.png" />
<!-- Profil fotoğrafı ön yükleme -->
<link rel="preload" as="image" href="profil.webp" type="image/webp" />
<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@400;500;600&family=Tektur:wght@400;600;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Skip to content -->
<a class="skip-link" href="#main">İçeriğe geç</a>
<!-- Background -->
<div class="bg" aria-hidden="true">
<div class="bg__orb bg__orb--1"></div>
<div class="bg__orb bg__orb--2"></div>
<div class="bg__shapes">
<span class="bg__shape bg__shape--ring"></span>
<span class="bg__shape bg__shape--square"></span>
<span class="bg__shape bg__shape--dot"></span>
<span class="bg__shape bg__shape--plus">
<svg viewBox="0 0 24 24" aria-hidden="true"><line x1="12" y1="4" x2="12" y2="20"/><line x1="4" y1="12" x2="20" y2="12"/></svg>
</span>
<span class="bg__shape bg__shape--triangle">
<svg viewBox="0 0 24 24" aria-hidden="true"><polygon points="12,3 21,20 3,20"/></svg>
</span>
</div>
<div class="bg__noise"></div>
</div>
<!-- Navigation -->
<nav class="site-nav" aria-label="Ana gezinme">
<a class="site-nav__logo" href="#hero">byGOG</a>
<div class="site-nav__links">
<a class="site-nav__link" href="#projeler">Projeler</a>
<a class="site-nav__link" href="/notlar.html">Notlar</a>
</div>
<div class="site-nav__controls">
<button class="theme-toggle" type="button" aria-label="Temayı değiştir">
<svg class="icon-sun" viewBox="0 0 24 24" aria-hidden="true">
<circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/>
</svg>
<svg class="icon-moon" viewBox="0 0 24 24" aria-hidden="true">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/>
</svg>
</button>
<button class="nav-toggle" type="button" aria-label="Menüyü aç" aria-expanded="false">
<svg class="nav-toggle__icon nav-toggle__icon--open" viewBox="0 0 24 24" aria-hidden="true">
<line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="12" x2="21" y2="12"/><line x1="3" y1="18" x2="21" y2="18"/>
</svg>
<svg class="nav-toggle__icon nav-toggle__icon--close" viewBox="0 0 24 24" aria-hidden="true">
<line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/>
</svg>
</button>
</div>
</nav>
<main id="main">
<!-- Hero -->
<section class="section-hero" id="hero" aria-label="Giriş">
<div class="hero__inner">
<div class="hero__photo-wrap">
<picture>
<source srcset="profil.webp" type="image/webp" />
<img class="hero__photo" src="profil-opt.jpg" alt="Önder GÖG profil fotoğrafı" fetchpriority="high" />
</picture>
<div class="hero__photo-ring" aria-hidden="true"></div>
<div class="hero__photo-glow" aria-hidden="true"></div>
</div>
<div class="hero__content">
<p class="hero__eyebrow">Merhaba, ben</p>
<h1 class="hero__name">Önder<br><span class="hero__name--accent">GÖG</span></h1>
<p class="hero__bio">
Bursa'da yaşayan, teknoloji ve yazılımla ilgilenen; doğayı, snowboard'u ve motosiklet sürmeyi seven biri. Techno ve Anadolu rock dinler, dijital araçlar ve internet kültürüyle uğraşır.
</p>
<div class="hero__tag-groups" aria-label="Teknolojiler">
<div class="hero__tag-group">
<span class="hero__tag-label">Platform</span>
<ul class="hero__tags">
<li>iOS</li>
<li>Windows</li>
</ul>
</div>
<div class="hero__tag-group">
<span class="hero__tag-label">Araçlar</span>
<ul class="hero__tags">
<li>CMD</li>
<li>Python</li>
<li>PowerShell</li>
<li>HTML / CSS</li>
<li>Git</li>
</ul>
</div>
</div>
<div class="hero__socials" role="list" aria-label="Sosyal medya bağlantıları" data-reveal>
<a class="social-icon" href="https://x.com/ondergog" target="_blank" rel="noopener" aria-label="X (Twitter)">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z" />
</svg>
</a>
<a class="social-icon" href="https://www.instagram.com/onder.gog/" target="_blank" rel="noopener" aria-label="Instagram">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M7.75 2h8.5A5.75 5.75 0 0 1 22 7.75v8.5A5.75 5.75 0 0 1 16.25 22h-8.5A5.75 5.75 0 0 1 2 16.25v-8.5A5.75 5.75 0 0 1 7.75 2zm0 1.5A4.25 4.25 0 0 0 3.5 7.75v8.5A4.25 4.25 0 0 0 7.75 20.5h8.5A4.25 4.25 0 0 0 20.5 16.25v-8.5A4.25 4.25 0 0 0 16.25 3.5zm4.25 3.25a5.25 5.25 0 1 1 0 10.5a5.25 5.25 0 0 1 0-10.5zm0 1.5a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5zm5.13.62a1.13 1.13 0 1 1-2.26 0a1.13 1.13 0 0 1 2.26 0z" />
</svg>
</a>
<a class="social-icon" href="https://github.com/byGOG" target="_blank" rel="noopener" aria-label="GitHub">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M12 2C6.477 2 2 6.484 2 12.021c0 4.428 2.865 8.184 6.839 9.504.5.092.682-.217.682-.482 0-.237-.009-.868-.014-1.703-2.782.605-3.369-1.342-3.369-1.342-.454-1.154-1.11-1.462-1.11-1.462-.908-.62.069-.608.069-.608 1.004.07 1.532 1.032 1.532 1.032.892 1.53 2.341 1.088 2.91.832.091-.647.35-1.088.636-1.339-2.221-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.987 1.029-2.687-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.025A9.564 9.564 0 0 1 12 6.844c.85.004 1.705.115 2.504.337 1.909-1.295 2.748-1.025 2.748-1.025.653 1.653.242 2.873.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.803 5.624-5.475 5.92 1.43.372.823 1.102.823 2.222v3.293c0 .322.218.694.825.576C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" />
</svg>
</a>
<a class="social-icon" href="https://www.linkedin.com/in/ondergog/" target="_blank" rel="noopener" aria-label="LinkedIn">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z" />
</svg>
</a>
<a class="social-icon social-icon--text" href="mailto:ondergog@yahoo.com" aria-label="Yahoo E-posta" title="ondergog@yahoo.com">
<span class="social-icon__label" aria-hidden="true">@y</span>
</a>
<a class="social-icon social-icon--text" href="mailto:ond3rkor@gmail.com" aria-label="Gmail E-posta" title="ond3rkor@gmail.com">
<span class="social-icon__label" aria-hidden="true">@g</span>
</a>
</div>
</div>
</div>
<a class="hero__scroll" href="#simdi" aria-label="Aşağı kaydır">
<span class="hero__scroll-line" aria-hidden="true"></span>
<span class="hero__scroll-text">Kaydır</span>
</a>
</section>
<!-- Now -->
<section class="section-now" id="simdi" aria-labelledby="now-heading">
<div class="section__inner">
<header class="section__header" data-reveal>
<span class="section__num" aria-hidden="true">01</span>
<h2 class="section__title" id="now-heading">Şu Sıra</h2>
<span class="section__line" aria-hidden="true"></span>
</header>
<ul class="now-list" data-reveal>
<li class="now-item">
<span class="now-item__dot" aria-hidden="true"></span>
<p>
StashZero projesini geliştiriyorum — Tauri ve Rust kullanarak modern bir uygulama kütüphanesi üzerine çalışıyorum.
</p>
</li>
<li class="now-item">
<span class="now-item__dot" aria-hidden="true"></span>
<p>
Kişisel web sitemi güncelliyorum — içerikleri tazeliyor ve projelerimi senkronize ediyorum.
</p>
</li>
<li class="now-item">
<span class="now-item__dot" aria-hidden="true"></span>
<p>
Windows için küçük otomasyon betikleri ve PowerShell araçları yazıyorum.
</p>
</li>
</ul>
<p class="now-updated" data-reveal>
<span>Son güncelleme</span>:
<time datetime="2026-04-20">20.04.2026</time>
</p>
</div>
</section>
<!-- Projects -->
<section class="section-projects" id="projeler" aria-labelledby="projects-heading">
<div class="section__inner">
<header class="section__header" data-reveal>
<span class="section__num" aria-hidden="true">02</span>
<h2 class="section__title" id="projects-heading">Projeler</h2>
<span class="section__line" aria-hidden="true"></span>
<p class="projects__status" data-github-status aria-live="polite"></p>
</header>
<ul class="projects-grid" data-github-projects></ul>
</div>
</section>
</main>
<!-- Footer -->
<footer class="site-footer">
<div class="footer__inner">
<p class="footer__copy">© <span id="footer-year"></span> Önder GÖG</p>
<nav class="footer__links" aria-label="Footer bağlantıları">
<a href="https://github.com/byGOG" target="_blank" rel="noopener">GitHub</a>
</nav>
</div>
</footer>
<script src="script.js?v=1.1"></script>
<script src="app.js" defer></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Önder GÖG",
"url": "https://bygog.github.io",
"image": "https://bygog.github.io/profil-opt.jpg",
"sameAs": [
"https://x.com/ondergog",
"https://www.instagram.com/onder.gog/",
"https://github.com/byGOG",
"https://www.linkedin.com/in/ondergog/"
],
"email": "ondergog@yahoo.com",
"address": {
"@type": "PostalAddress",
"addressLocality": "Bursa",
"addressCountry": "TR"
},
"knowsAbout": ["iOS", "Windows", "Python", "PowerShell", "HTML", "CSS", "Git"]
}
</script>
</body>
</html>