-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
160 lines (128 loc) · 5.75 KB
/
Copy pathindex.html
File metadata and controls
160 lines (128 loc) · 5.75 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="color-scheme" content="dark light" />
<meta name="theme-color" content="#0a0a12" />
<meta name="referrer" content="strict-origin-when-cross-origin" />
<title>GhostCode Dynamics - Building Digital Solutions</title>
<meta name="description"
content="GhostCode Dynamics is a founder-led technology brand building digital solutions for businesses and empowering the next generation of tech professionals." />
<meta name="keywords"
content="GhostCode Dynamics, web development, MERN stack, software development, cybersecurity labs, student mentorship, portfolio websites, business websites" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="author" content="GhostCode Dynamics" />
<meta name="publisher" content="GhostCode Dynamics" />
<meta name="application-name" content="GhostCode Dynamics" />
<meta name="apple-mobile-web-app-title" content="GhostCode" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="msapplication-TileColor" content="#0a0a12" />
<meta name="msapplication-config" content="none" />
<link rel="canonical" href="https://ghostcodedynamics.github.io/" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/favicon.png" type="image/png" sizes="48x48" />
<link rel="icon" href="/favicon-32x32.png" type="image/png" sizes="32x32" />
<link rel="icon" href="/favicon-16x16.png" type="image/png" sizes="16x16" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link rel="mask-icon" href="/mask-icon.svg" color="#7c3aed" />
<link rel="preload" as="image" href="/og-image.webp" imagesrcset="/og-image.webp 1200w" />
<link rel="dns-prefetch" href="https://api.web3forms.com" />
<!-- Open Graph -->
<meta property="og:title" content="GhostCode Dynamics - Building Digital Solutions" />
<meta property="og:description"
content="Building digital solutions for businesses while empowering the next generation of tech professionals." />
<meta property="og:image" content="https://ghostcodedynamics.github.io/og-image.webp" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="GhostCode Dynamics brand preview" />
<meta property="og:url" content="https://ghostcodedynamics.github.io/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="GhostCode Dynamics" />
<meta property="og:locale" content="en_IN" />
<meta property="og:image:type" content="image/webp" />
<meta property="og:image:secure_url" content="https://ghostcodedynamics.github.io/og-image.webp">
<meta name="format-detection" content="telephone=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="GhostCode Dynamics - Building Digital Solutions" />
<meta name="twitter:description"
content="Building digital solutions for businesses while empowering the next generation of tech professionals." />
<meta name="twitter:image" content="https://ghostcodedynamics.github.io/og-image.webp" />
<meta name="twitter:image:alt" content="GhostCode Dynamics brand preview" />
<meta name="twitter:creator" content="@GhostCodeHQ" />
<meta name="twitter:site" content="@GhostCodeHQ" />
<!-- Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"name": "GhostCode Dynamics",
"url": "https://ghostcodedynamics.github.io/",
"logo": "https://ghostcodedynamics.github.io/android-chrome-512.webp",
"email": "ghostcodedynamics@gmail.com",
"founder": {
"@type": "Person",
"name": "Jeet Ahirwar",
"url": "https://ghostcodedynamics.github.io/founder"
},
"sameAs": [
"https://github.com/JeetAhirwar",
"https://www.linkedin.com/company/ghostcodedynamics/",
"https://www.linkedin.com/in/jeetahirwar/",
"https://www.instagram.com/ghostcodedynamics"
]
},
{
"@type": "WebSite",
"name": "GhostCode Dynamics",
"url": "https://ghostcodedynamics.github.io/",
"inLanguage": "en"
}
]
}
</script>
<!-- Theme + SPA Redirect -->
<script>
(function ()
{
try
{
var t = localStorage.getItem("ghostcode-theme");
var isDark = t ? t === "dark" : true;
document.documentElement.classList.toggle("dark", isDark);
document.documentElement.style.colorScheme = isDark ? "dark" : "light";
} catch (e) { }
})();
(function ()
{
var l = window.location;
if (l.search && l.search.indexOf("?/") === 0)
{
var decoded = l.search
.slice(2)
.split("&")
.map(function (s)
{
return s.replace(/~and~/g, "&");
})
.join("?");
window.history.replaceState(
null,
"",
l.pathname.slice(0, -1) + decoded + l.hash
);
}
})();
</script>
</head>
<body class="min-h-dvh bg-background text-foreground antialiased">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>