-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (66 loc) · 3.43 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/images/myLogo2.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=Cormorant&family=Public+Sans&family=Roboto+Mono&display=swap"
rel="preload">
<link rel="canonical" href="https://www.ionihal.xyz/">
<!-- Meta Information -->
<meta name="description"
content="Explore Nihal K.'s creative world: innovative web development, captivating video editing, professional graphic design, and expert photo editing. Let's bring your ideas to life!">
<meta name="keywords"
content="Nihal K, web developer portfolio, video editing, graphic design, photo editing, front-end development, back-end development, full-stack developer, JavaScript, React, HTML, CSS, Node.js, UX/UI design, responsive web design, SEO, digital marketing, freelance web developer, content creation">
<meta name="author" content="Nihal K">
<meta name="robots" content="index, follow">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Nihal K - Aspiring Web Developer & Creative Specialist">
<meta property="og:description"
content="Explore Nihal K.'s creative world: innovative web development, captivating video editing, professional graphic design, and expert photo editing. Let's bring your ideas to life!">
<meta property="og:image" content="https://www.ionihal.xyz/images/myLogo2.png">
<meta property="og:image:alt" content="Nihal K's Logo">
<meta property="og:url" content="https://www.ionihal.xyz/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Nihal K - Portfolio">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Nihal K - Aspiring Web Developer & Creative Specialist">
<meta name="twitter:description"
content="Explore Nihal K.'s creative world: innovative web development, captivating video editing, professional graphic design, and expert photo editing. Let's bring your ideas to life!">
<meta name="twitter:image" content="https://www.ionihal.xyz/images/myLogo2.png">
<meta name="twitter:image:alt" content="Nihal K's Logo">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Nihal K",
"url": "https://portfolio.ionihal.xyz",
"image": "https://portfolio.ionihal.xyz/images/myLogo2.png",
"jobTitle": "Student & Aspiring Web Developer",
"description": "Explore Nihal K.'s creative world: innovative web development, captivating video editing, professional graphic design, and expert photo editing. Let's bring your ideas to life!",
"sameAs": [
"https://www.linkedin.com/in/n1hal",
"https://github.com/ioNihal",
"https://www.instagram.com/io.nihal"
],
"address": {
"@type": "PostalAddress",
"addressLocality": "Kasaragod",
"addressRegion": "Kerala",
"addressCountry": "India"
}
}
</script>
<title>ioNihal - Portfolio</title>
</head>
<body>
<h1 style="display: none;">Nihal K Web Developer</h1>
<h1 style="display: none;">Nihal K Portfolio</h1>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>