-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
173 lines (161 loc) · 6.92 KB
/
index.html
File metadata and controls
173 lines (161 loc) · 6.92 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
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Primary Meta Tags -->
<title>DevMorphix | IT Solutions, Website & Software Development in Kerala, India</title>
<meta name="title" content="DevMorphix | IT Solutions, Website & Software Development in Kerala, India" />
<meta name="description" content="DevMorphix delivers IT solutions, website development, and software development in Changanacherry, Kottayam, Alappuzha, Kerala, and across India." />
<meta name="keywords" content="devmorphix, it solutions, changanacherry, kottayam, alappuzha kerala, india, website development, website developement, software development" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="language" content="English" />
<meta name="geo.region" content="IN-KL" />
<meta name="geo.placename" content="Changanacherry, Kottayam, Alappuzha, Kerala" />
<meta name="geo.position" content="9.4425;76.5476" />
<meta name="ICBM" content="9.4425,76.5476" />
<meta name="author" content="DevMorphix" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://devmorphix.com/" />
<meta property="og:title" content="DevMorphix | IT Solutions, Website & Software Development in Kerala, India" />
<meta property="og:description" content="DevMorphix delivers IT solutions, website development, and software development in Changanacherry, Kottayam, Alappuzha, Kerala, and across India." />
<meta property="og:image" content="https://devmorphix.com/og-image.jpg" />
<meta property="og:site_name" content="DevMorphix" />
<meta property="og:locale" content="en_IN" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://devmorphix.com/" />
<meta property="twitter:title" content="DevMorphix | IT Solutions, Website & Software Development in Kerala, India" />
<meta property="twitter:description" content="DevMorphix delivers IT solutions, website development, and software development in Changanacherry, Kottayam, Alappuzha, Kerala, and across India." />
<meta property="twitter:image" content="https://devmorphix.com/og-image.jpg" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%fffff'/><text x='50' y='70' font-size='60' text-anchor='middle' fill='%000000' font-family='serif' font-weight='bold'>D</text></svg>" />
<!-- Canonical URL -->
<link rel="canonical" href="https://devmorphix.com/" />
<link rel="alternate" href="https://devmorphix.com/" hreflang="en-in" />
<link rel="alternate" href="https://devmorphix.com/" hreflang="x-default" />
<script src="https://cdn.tailwindcss.com"></script>
<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=Cinzel:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
aura: {
dark: 'var(--aura-dark)',
light: 'var(--aura-light)',
gold: 'var(--aura-gold)',
sand: 'var(--aura-sand)',
surface: 'var(--aura-surface)',
glass: 'var(--aura-glass)'
}
},
fontFamily: {
sans: ['Inter', 'sans-serif'],
serif: ['Cinzel', 'serif'],
},
animation: {
'pulse-slow': 'pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite',
'float': 'float 6s ease-in-out infinite',
},
keyframes: {
float: {
'0%, 100%': { transform: 'translateY(0)' },
'50%': { transform: 'translateY(-20px)' },
}
}
}
}
}
</script>
<style>
/* CSS Variables for Dark Mode (default) */
:root {
--aura-dark: #0E1116;
--aura-light: #F4F4F4;
--aura-gold: #856749;
--aura-sand: #D3C8AD;
--aura-surface: #0E1116;
--aura-glass: rgba(255, 255, 255, 0.05);
}
/* CSS Variables for Light Mode */
html.light {
--aura-dark: #F4F4F4;
--aura-light: #1C1C1C;
--aura-gold: #BFA181;
--aura-sand: #8B7355;
--aura-surface: #F4F4F4F4;
--aura-glass: rgba(0, 0, 0, 0.03);
}
/* Body defaults */
body {
background-color: var(--aura-dark);
color: var(--aura-light);
overflow-x: hidden;
transition: background-color 0.3s ease, color 0.3s ease;
}
/* Premium Scrollbar - Dark */
:root::-webkit-scrollbar {
width: 8px;
}
:root::-webkit-scrollbar-track {
background: var(--aura-dark);
}
:root::-webkit-scrollbar-thumb {
background: #333;
border-radius: 4px;
}
:root::-webkit-scrollbar-thumb:hover {
background: var(--aura-gold);
}
/* Premium Scrollbar - Light */
html.light ::-webkit-scrollbar-track {
background: var(--aura-dark);
}
html.light ::-webkit-scrollbar-thumb {
background: #D4C5B0;
}
html.light ::-webkit-scrollbar-thumb:hover {
background: var(--aura-gold);
}
/* Selection */
::selection {
background-color: var(--aura-gold);
color: #1C1C1C;
}
/* Utility */
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
</style>
<script type="importmap">
{
"imports": {
"react": "https://aistudiocdn.com/react@^19.2.0",
"react-dom/client": "https://aistudiocdn.com/react-dom@^19.2.0/client",
"react-router-dom": "https://aistudiocdn.com/react-router-dom@6.22.3",
"framer-motion": "https://aistudiocdn.com/framer-motion@^12.23.25",
"lucide-react": "https://aistudiocdn.com/lucide-react@^0.555.0",
"@google/genai": "https://aistudiocdn.com/@google/genai@^1.30.0",
"react-dom/": "https://aistudiocdn.com/react-dom@^19.2.0/",
"react/": "https://aistudiocdn.com/react@^19.2.0/"
}
}
</script>
<link rel="stylesheet" href="/index.css">
</head>
<body>
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
</body>
</html>