-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
136 lines (127 loc) · 5.05 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>🚀 Wahyu Ivan - Personal Website</title>
<link
rel="icon"
href="https://wahyuivan.dev/favicon.png"
sizes="32x32"
/>
<link
rel="icon"
href="https://wahyuivan.dev/favicon.png"
sizes="16x16"
/>
<link rel="apple-touch-icon" href="https://wahyuivan.dev/favicon.png" />
<link rel="canonical" href="https://wahyuivan.dev" />
<link
rel="sitemap"
type="application/xml"
title="Sitemap"
href="https://wahyuivan.dev/sitemap.xml"
/>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Explore Wahyu's personal space as a software engineer. Discover Wahyu's projects, insights, and experiences in software development."
/>
<meta
name="keywords"
content="Wahyu Ivan, Software Engineer, software development, personal website, projects, coding, technology, programming, wahyu ivan mahendra"
/>
<meta name="author" content="Wahyu Ivan" />
<meta name="url" content="https://wahyuivan.dev" />
<meta name="identifier-URL" content="https://wahyuivan.dev" />
<meta name="twitter:title" content="Wahyu's personal website." />
<meta name="twitter:description" content="Wahyu's personal website." />
<meta
name="twitter:image"
content="https://storage.wahyuivan.dev/screenshot.webp"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="https://wahyuivan.dev" />
<meta name="twitter:creator" content="@ivanwahyu195" />
<meta
name="twitter:image:alt"
content="Screenshot of Wahyu Ivan's personal website featuring a clean and modern design."
/>
<meta property="og:title" content="Wahyu's personal website." />
<meta property="og:description" content="Wahyu's personal web." />
<meta
property="og:image"
content="https://storage.wahyuivan.dev/screenshot.webp"
/>
<meta property="og:url" content="https://wahyuivan.dev" />
<meta property="og:site_name" content="wahyuivan.dev" />
<meta property="og:type" content="website" />
<meta name="robots" content="index, follow" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Wahyu Ivan",
"jobTitle": "Software Engineer",
"description": "I'm a software engineer sharing my journey, projects, insights, and experiences in software development.",
"url": "https://wahyuivan.dev",
"sameAs": [
"https://www.linkedin.com/in/wahyuivan",
"https://github.com/Whyu9-9",
"https://medium.com/@wahyuivan",
"https://www.youtube.com/@wahyuivan9",
"https://www.tiktok.com/@wahyuivanmahendra",
"https://instagram.com/why.u9",
"https://twitter.com/ivanwahyu195"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"name": "🚀 Wahyu Ivan - Personal Website",
"url": "https://wahyuivan.dev",
"description": "Explore Wahyu's personal space as a software engineer. Discover projects, insights, and experiences in software development.",
"publisher": {
"@type": "Person",
"name": "Wahyu Ivan"
}
}
</script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-GV389BWWWW"
></script>
<script defer>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-GV389BWWWW");
</script>
<link
rel="preload"
href="https://storage.wahyuivan.dev/profile.webp"
as="image"
/>
<link
rel="preload"
href="https://storage.wahyuivan.dev/Screenshot%202024-10-06%20at%2010.11.37.webp"
as="image"
/>
<link rel="preconnect" href="https://www.googletagmanager.com" />
<link
rel="preconnect"
href="https://fonts.googleapis.com"
crossorigin="anonymous"
/>
</head>
<body
class="overflow-x-hidden bg-one-dark-bg text-one-dark-white font-mono"
>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>