-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (70 loc) · 3.21 KB
/
Copy pathindex.html
File metadata and controls
79 lines (70 loc) · 3.21 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<!-- Primary SEO -->
<title>Sonny Michael Wijaya | Software Engineer</title>
<meta name="description"
content="Sonny Michael Wijaya is a Software Engineer. Portfolio showcasing projects in React, TypeScript, Solidity, Node.js, and more." />
<meta name="keywords"
content="Sonny Michael, Sonny Michael Wijaya, isonnymichael, Fullstack Developer, Web3 Developer, React Developer, TypeScript, Solidity, Portfolio" />
<meta name="author" content="Sonny Michael Wijaya" />
<link rel="canonical" href="https://isonnymichael.github.io" />
<!-- Open Graph (Facebook, LinkedIn) -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://isonnymichael.github.io" />
<meta property="og:title" content="Sonny Michael Wijaya — Software Engineer" />
<meta property="og:description"
content="Sonny Michael Wijaya is a Software Engineer. Portfolio showcasing projects in React, TypeScript, Solidity, and more." />
<meta property="og:image" content="https://avatars.githubusercontent.com/u/24585708?v=4" />
<meta property="og:image:alt" content="Sonny Michael Wijaya" />
<meta property="og:site_name" content="Sonny Michael Wijaya" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@isonnymichael" />
<meta name="twitter:creator" content="@isonnymichael" />
<meta name="twitter:title" content="Sonny Michael Wijaya — Software Engineer" />
<meta name="twitter:description"
content="Sonny Michael Wijaya is a Software Engineer. Portfolio showcasing React, TypeScript, Solidity, and more." />
<meta name="twitter:image" content="https://avatars.githubusercontent.com/u/24585708?v=4" />
<!-- Robots -->
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Sonny Michael Wijaya",
"alternateName": ["Sonny Michael", "isonnymichael"],
"url": "https://isonnymichael.github.io",
"image": "https://avatars.githubusercontent.com/u/24585708?v=4",
"jobTitle": "Software Engineer",
"description": "Software Engineer with expertise in React, TypeScript, Node.js, and Solidity.",
"email": "isonnymichael@gmail.com",
"sameAs": [
"https://github.com/isonnymichael",
"https://www.linkedin.com/in/isonnymichael/",
"https://x.com/isonnymichael",
"https://www.instagram.com/isonnymichael/",
"https://www.youtube.com/@isonnymichael",
"https://www.tiktok.com/@isonnymichael",
"https://www.npmjs.com/~isonnymichael"
],
"knowsAbout": [
"JavaScript", "TypeScript", "React", "Node.js",
"Solidity", "Web3", "PHP", "Python", "Flutter",
"PostgreSQL", "Docker", "GitHub Actions"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>