-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (40 loc) · 2.26 KB
/
index.html
File metadata and controls
44 lines (40 loc) · 2.26 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
<!DOCTYPE html>
<html lang="tr" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pınar Topuz | Full-Stack Geliştirici</title>
<meta name="description" content="4+ yıllık deneyime sahip Full-Stack Geliştirici. ASP.NET Core, C#, React, Clean Architecture ve REST API geliştirme uzmanı." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pinartechstudio.com/" />
<meta property="og:title" content="Pınar Topuz – Full-Stack Geliştirici" />
<meta property="og:description" content="Modern web uygulamaları geliştiren Full-Stack Geliştirici. ASP.NET Core, React ve Clean Architecture uzmanlığı." />
<meta property="og:image" content="https://pinartechstudio.com/og-pinartechstudio.png" />
<meta property="og:site_name" content="PinarTechStudio" />
<meta property="og:locale" content="tr_TR" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://pinartechstudio.com/" />
<meta property="twitter:title" content="Pınar Topuz – Full-Stack Geliştirici" />
<meta property="twitter:description" content="Modern web uygulamaları geliştiren Full-Stack Geliştirici." />
<meta property="twitter:image" content="https://pinartechstudio.com/og-pinartechstudio.png" />
<!-- Google Analytics (GA4) -->
<!-- Replace G-XXXXXXXXXX with your actual Measurement ID -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XXXXXXXXXX');
</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=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body class="bg-dot-pattern">
<div class="noise-overlay"></div>
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
</body>
</html>