-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
267 lines (247 loc) · 9.87 KB
/
Copy pathindex.html
File metadata and controls
267 lines (247 loc) · 9.87 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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!DOCTYPE html>
<html lang="en" style="scroll-behavior: smooth;">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SimJung | Himalayan Engineering Studio & BPO Agency Nepal</title>
<!-- SEO & LLM Metadata -->
<meta name="description" content="SimJung is a premier software development and BPO agency based in Kathmandu, Nepal. We provide Himalayan precision in Software Engineering, AI Annotations, Back Office Solutions, and Architecture for global enterprises.">
<meta name="keywords" content="Software Development Nepal, BPO Agency Nepal, AI Annotation Services, Outsourcing Nepal, Civil Engineering Kathmandu, Bookkeeping Outsourcing, SimJung">
<meta name="author" content="SimJung Pvt. Ltd.">
<link rel="canonical" href="https://simjung.com.np/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://simjung.com.np/">
<meta property="og:title" content="SimJung | Himalayan Engineering Studio & BPO Agency">
<meta property="og:description" content="Bespoke offshore engineering and BPO solutions delivered with Himalayan rigour from Kathmandu.">
<meta property="og:image" content="https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?auto=format&fit=crop&w=1200&q=80">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://simjung.com.np/">
<meta property="twitter:title" content="SimJung | Himalayan Engineering Studio">
<meta property="twitter:description" content="Offshore software and BPO excellence based in Nepal. Scale your vision with Himalayan precision.">
<meta property="twitter:image" content="https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?auto=format&fit=crop&w=1200&q=80">
<!-- JSON-LD Structured Data for LLMs and Google -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfessionalService",
"name": "SimJung",
"alternateName": "SimJung Pvt. Ltd.",
"url": "https://simjung.com.np/",
"logo": "https://simjung.com.np/logo.png",
"description": "Leading software and BPO agency based in Nepal, specializing in Software Development, AI Data Annotations, Back Office Solutions, and Civil Engineering Architecture.",
"address": {
"@type": "PostalAddress",
"streetAddress": "Lazimpat",
"addressLocality": "Kathmandu",
"addressRegion": "Bagmati",
"postalCode": "44600",
"addressCountry": "NP"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 27.7172,
"longitude": 85.3240
},
"founders": [
{
"@type": "Person",
"name": "Manish Jung Thapa"
},
{
"@type": "Person",
"name": "Sushma Rijal"
}
],
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+977-1-4567890",
"contactType": "customer service",
"areaServed": "Global",
"availableLanguage": ["English", "Nepali", "Japanese"]
},
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Service Verticals",
"itemListElement": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Software Development and Support"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "AI Data Annotations"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Back Office BPO Solutions"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Bookkeeping and Accounting"
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Civil Engineering and Architecture"
}
}
]
}
}
</script>
<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=Instrument+Serif:ital@0;1&family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<style>
:root {
--pearl-white: #FFFBFC;
--navy: #1E1B4B;
--sky-blue: #38BDF8;
--orchid: #FB7185;
--lavender: #C084FC;
--vivid-orange: #FDBA74;
--soft-orange: #FFF7ED;
--studio-grid: rgba(56, 189, 248, 0.03);
}
body {
font-family: 'Inter', sans-serif;
background-color: var(--pearl-white);
color: #334155;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
.font-serif { font-family: 'Instrument Serif', serif; }
body::after {
content: "";
position: fixed;
top: 0; left: 0; width: 100%; height: 100%;
opacity: 0.02;
z-index: 9999;
pointer-events: none;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}
.studio-grid::before {
content: "";
position: fixed;
top: 0; left: 0; width: 100%; height: 100%;
z-index: 50;
pointer-events: none;
background-image:
linear-gradient(to right, var(--studio-grid) 1px, transparent 1px),
linear-gradient(to bottom, var(--studio-grid) 1px, transparent 1px);
background-size: 8.333333% 100px;
}
.topo-bg::before {
content: "";
position: fixed;
top: 0; left: 0; width: 100%; height: 100%;
opacity: 0.03;
z-index: -1;
pointer-events: none;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 80 Q 50 10 90 80 T 170 80' fill='none' stroke='%2338BDF8' stroke-width='0.5'/%3E%3C/svg%3E");
background-size: 600px 600px;
}
.animate-scroll { animation: scroll-infinite 60s linear infinite; }
@keyframes scroll-infinite {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
.text-gradient {
background: linear-gradient(135deg, var(--navy), var(--sky-blue), var(--orchid), var(--vivid-orange));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.studio-card {
transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.studio-card:hover {
transform: translateY(-12px) scale(1.01);
box-shadow: 0 40px 80px -20px rgba(56, 189, 248, 0.08);
}
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--pearl-white); }
::-webkit-scrollbar-thumb { background: linear-gradient(to bottom, var(--sky-blue), var(--orchid)); border-radius: 10px; }
@keyframes globe-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.animate-globe-spin {
animation: globe-spin 120s linear infinite;
}
@keyframes pulse-ring {
0% { transform: scale(0.8); opacity: 0; }
50% { opacity: 0.3; }
100% { transform: scale(1.2); opacity: 0; }
}
.animate-pulse-ring {
animation: pulse-ring 4s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
@keyframes flow {
0% { stroke-dashoffset: 100; }
100% { stroke-dashoffset: 0; }
}
.animate-flow {
stroke-dasharray: 10 5;
animation: flow 2s linear infinite;
}
@keyframes wiggle {
0%, 100% { transform: rotate(0deg); }
25% { transform: rotate(-8deg) scale(1.1); }
75% { transform: rotate(8deg) scale(1.1); }
}
.group:hover .animate-wiggle {
animation: wiggle 0.6s ease-in-out infinite;
}
@keyframes hobble {
0%, 100% { transform: rotate(0deg) translateY(0); }
25% { transform: rotate(-10deg) translateY(-8px) scale(1.15); }
50% { transform: rotate(0deg) translateY(0); }
75% { transform: rotate(10deg) translateY(-8px) scale(1.15); }
}
.animate-hobble {
animation: hobble 1.2s ease-in-out infinite;
}
</style>
<svg style="position: absolute; width: 0; height: 0;" aria-hidden="true">
<defs>
<filter id="watercolor-filter">
<feTurbulence type="fractalNoise" baseFrequency="0.04" numOctaves="4" result="noise" />
<feDisplacementMap in="SourceGraphic" in2="noise" scale="12" />
</filter>
</defs>
</svg>
<script type="importmap">
{
"imports": {
"react": "https://esm.sh/react@19.0.0",
"react-dom": "https://esm.sh/react-dom@19.0.0",
"react-dom/client": "https://esm.sh/react-dom@19.0.0/client",
"lucide-react": "https://esm.sh/lucide-react@0.463.0",
"react-dom/": "https://esm.sh/react-dom@^19.2.4/",
"react/": "https://esm.sh/react@^19.2.4/"
}
}
</script>
<link rel="stylesheet" href="/index.css">
</head>
<body class="studio-grid topo-bg">
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
</body>
</html>