-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (82 loc) · 3.14 KB
/
index.html
File metadata and controls
86 lines (82 loc) · 3.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="img/FHLogo-head.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<title>Febryan Hernanda | Fullstack Developer & Software Engineer</title>
<meta
name="description"
content="Febryan Hernanda Mashudi - Professional Fullstack Developer & Software Engineer specializing in scalable applications, system architecture, and modern web solutions."
/>
<meta
name="keywords"
content="Febryan Hernanda, Febryan Hernanda Mashudi, Fullstack Developer, Software Engineer, Backend Developer, Web Developer Indonesia, React Developer, System Architecture, Portfolio"
/>
<meta name="author" content="Febryan Hernanda Mashudi" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://febryanhernanda.github.io/" />
<meta
property="og:title"
content="Febryan Hernanda | Fullstack Developer & Software Engineer"
/>
<meta
property="og:description"
content="Explore the portfolio of Febryan Hernanda Mashudi, a Fullstack Developer & Software Engineer capable of building robust and scalable applications."
/>
<meta
property="og:image"
content="https://febryanhernanda.github.io/preview.png"
/>
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://febryanhernanda.github.io/" />
<meta
name="twitter:title"
content="Febryan Hernanda | Fullstack Developer & Software Engineer"
/>
<meta
name="twitter:description"
content="Explore the portfolio of Febryan Hernanda Mashudi, a Fullstack Developer & Software Engineer capable of building robust and scalable applications."
/>
<meta
name="twitter:image"
content="https://febryanhernanda.github.io/preview.png"
/>
<!-- Schema.org JSON-LD -->
<script type="application/ld+json">
[
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Febryan Hernanda Mashudi Portfolio",
"url": "https://febryanhernanda.github.io",
"description": "Portfolio of Febryan Hernanda Mashudi, Fullstack Developer & Software Engineer."
},
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Febryan Hernanda Mashudi",
"url": "https://febryanhernanda.github.io",
"image": "https://febryanhernanda.github.io/img/FHLogo-head.png",
"sameAs": [
"https://www.linkedin.com/in/febryan-hernanda-mashudi/",
"https://www.instagram.com/febryaan_hernanda/"
],
"jobTitle": "Software Engineer",
"worksFor": {
"@type": "Organization",
"name": "Febryan Hernanda Mashudi"
}
}
]
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>