-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (83 loc) · 3.77 KB
/
Copy pathindex.html
File metadata and controls
90 lines (83 loc) · 3.77 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
<!doctype html>
<html lang="tr">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='16' fill='%230a0a0b'/%3E%3Ctext x='50%25' y='52%25' font-family='Arial,sans-serif' font-size='28' font-weight='700' fill='%23d6ff3f' text-anchor='middle' dominant-baseline='middle'%3ESK%3C/text%3E%3C/svg%3E"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#08080a" />
<!-- Google Search Console doğrulama -->
<meta name="google-site-verification" content="fs_IV3zzjXWt_GXlHYllAPxgujE5aJDlyqF3PJlBf0o" />
<!-- Birincil meta -->
<title>Samet Kaşmer — Full-Stack Developer & Sistem Geliştirici</title>
<meta
name="description"
content="Samet Kaşmer (Layellie / Laye77ie) — Full-Stack Developer & Sistem Geliştirici. C# / C++ masaüstü, Laravel / Livewire web ve sistem optimizasyonu projeleri."
/>
<meta name="author" content="Samet Kaşmer" />
<meta
name="keywords"
content="Samet Kaşmer, Layellie, Laye77ie, Samet Kasmer, Full-Stack Developer, C#, C++, Laravel, Livewire, sistem optimizasyonu, yazılım geliştirici, portfolyo"
/>
<!-- ⚠️ Yayınladıktan sonra kendi domaininle değiştir -->
<link rel="canonical" href="https://layellie.github.io/" />
<!-- Open Graph (WhatsApp, LinkedIn, Facebook) -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Samet Kaşmer" />
<meta property="og:title" content="Samet Kaşmer — Full-Stack Developer & Sistem Geliştirici" />
<meta
property="og:description"
content="C# / C++ masaüstü, Laravel / Livewire web ve sistem optimizasyonu projeleri. Açık kaynak araçlar geliştiriyorum."
/>
<meta property="og:url" content="https://layellie.github.io/" />
<meta property="og:image" content="https://layellie.github.io/og.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="tr_TR" />
<meta property="og:locale:alternate" content="en_US" />
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Samet Kaşmer — Full-Stack Developer & Sistem Geliştirici" />
<meta
name="twitter:description"
content="C# / C++ masaüstü, Laravel / Livewire web ve sistem optimizasyonu projeleri."
/>
<meta name="twitter:image" content="https://layellie.github.io/og.png" />
<link rel="preconnect" href="https://api.fontshare.com" crossorigin />
<link
href="https://api.fontshare.com/v2/css?f[]=clash-display@400,500,600,700&f[]=general-sans@400,500,600,700&display=swap"
rel="stylesheet"
/>
<!-- Yapısal veri: Google'a kişiyi ve takma adları tanıtır -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Samet Kaşmer",
"alternateName": ["Layellie", "Laye77ie", "Samet Kasmer"],
"url": "https://layellie.github.io/",
"image": "https://layellie.github.io/og.png",
"jobTitle": "Full-Stack Developer & Sistem Geliştirici",
"sameAs": [
"https://github.com/Layellie",
"https://www.linkedin.com/in/samet-ka%C5%9Fmer-0118b13b1/"
],
"knowsAbout": [
"C#",
"C++",
"SQL",
"Laravel",
"Livewire",
"Sistem Optimizasyonu",
"Donanım Seviyesi Geliştirme"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>