-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
143 lines (136 loc) · 5.13 KB
/
index.html
File metadata and controls
143 lines (136 loc) · 5.13 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>
Deyo Dyalan (Karthik) - Fullstack Developer | CS Major with AI/ML
Specialization
</title>
<meta
name="title"
content="Deyo Dyalan (Karthik) - Fullstack Developer | CS Major with AI/ML Specialization"
/>
<meta
name="description"
content="Fullstack developer building fast, reliable web platforms. CS major studying in Chennai, Tamil Nadu, India with AI/ML specialization. Specializing in Java, Python, and backend development."
/>
<meta
name="keywords"
content="Deyo Dyalan, Karthik, fullstack developer, web developer, Java, Python, React, backend developer, AI/ML, Chennai, India, software engineer, portfolio"
/>
<meta name="author" content="Deyo Dyalan" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="theme-color" content="#000000" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://deyo.dev/" />
<meta
property="og:title"
content="Deyo Dyalan (Karthik) - Fullstack Developer | CS Major with AI/ML Specialization"
/>
<meta
property="og:description"
content="Fullstack developer building fast, reliable web platforms. CS major studying in Chennai, Tamil Nadu, India with AI/ML specialization."
/>
<meta
property="og:image"
content="https://deyo.dev/android-chrome-512x512.png"
/>
<meta property="og:site_name" content="Deyo Dyalan" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://deyo.dev/" />
<meta
name="twitter:title"
content="Deyo Dyalan (Karthik) - Fullstack Developer | CS Major with AI/ML Specialization"
/>
<meta
name="twitter:description"
content="Fullstack developer building fast, reliable web platforms. CS major studying in Chennai, Tamil Nadu, India with AI/ML specialization."
/>
<meta
name="twitter:image"
content="https://deyo.dev/android-chrome-512x512.png"
/>
<meta name="twitter:creator" content="@zxcvypkl" />
<!-- Preload critical images -->
<link
rel="preload"
as="image"
href="/src/assets/bg.png"
fetchpriority="high"
/>
<link
rel="preload"
as="image"
href="/src/assets/image.png"
fetchpriority="high"
/>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon-16x16.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon-32x32.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png"
/>
<link rel="manifest" href="/site.webmanifest" />
<!-- Canonical URL -->
<link rel="canonical" href="https://deyo.dev/" />
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Deyo Dyalan",
"alternateName": "Karthik",
"jobTitle": "Fullstack Developer",
"url": "https://deyo.dev",
"sameAs": [
"https://github.com/ZeroCodeZeroBug",
"https://t.me/zxcvypkl"
],
"description": "Fullstack developer building fast, reliable web platforms. CS major studying in Chennai, Tamil Nadu, India with AI/ML specialization.",
"address": {
"@type": "PostalAddress",
"addressLocality": "Chennai",
"addressRegion": "Tamil Nadu",
"addressCountry": "IN"
},
"alumniOf": {
"@type": "EducationalOrganization",
"name": "University"
},
"knowsAbout": [
"Java",
"Python",
"React",
"Backend Development",
"Artificial Intelligence",
"Machine Learning",
"Web Development",
"Full Stack Development"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>