-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
534 lines (471 loc) · 24.3 KB
/
index.html
File metadata and controls
534 lines (471 loc) · 24.3 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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SafarPath | Web Development & Digital Journey Solutions</title>
<meta name="title" content="SafarPath | Web Development & Digital Journey Solutions">
<meta name="description" content="SafarPath empowers your digital journey through expert web development, bug fixing, and performance optimization. Build, fix, and grow with precision.">
<!-- Keywords for SEO -->
<meta name="keywords" content="SafarPath, web development, website bug fixing, website optimization, digital solutions, web design, coding services, developer team, fix website errors, PHP, Laravel, HTML, CSS, JavaScript, SafarPath developers">
<!-- Author -->
<meta name="author" content="SafarPath Team">
<!-- Robots -->
<meta name="robots" content="index, follow">
<!-- Canonical -->
<link rel="canonical" href="https://safarpath.qzz.io/">
<!-- Open Graph (Facebook, LinkedIn) -->
<meta property="og:title" content="SafarPath | Web Development & Digital Journey Solutions">
<meta property="og:description" content="SafarPath — guiding your digital journey with expert website development and error-free performance.">
<meta property="og:url" content="https://safarpath.qzz.io/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="SafarPath">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="SafarPath | Web Development & Digital Journey Solutions">
<meta name="twitter:description" content="Your trusted partner for website development, bug fixing, and digital innovation.">
<!-- Favicon -->
<link rel="icon" href="assets/images/logo/safarpath_logo.png" type="image/x-icon">
<!-- Structured Data (JSON-LD for Google SEO) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "SafarPath",
"alternateName": "SafarPath Digital Journey",
"url": "https://safarpath.qzz.io/",
"logo": "https://safarpath.qzz.io/assets/images/logo/safarpath_logo.png",
"sameAs": [
"https://www.facebook.com/SafarPath",
"https://www.instagram.com/SafarPath",
"https://www.linkedin.com/company/safarpath",
"https://x.com/SafarPath"
],
"description": "SafarPath empowers your digital journey through expert web development, bug fixing, and performance optimization.",
"foundingDate": "2025",
"founders": [{
"@type": "Person",
"name": "Muzamil Jamil"
}],
"contactPoint": {
"@type": "ContactPoint",
"contactType": "customer support",
"email": "support@safarpath.qzz.io",
"url": "https://safarpath.qzz.io/contact"
}
}
</script>
<!-- Tailwind CSS CDN -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- AOS Animation Library -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Google Fonts -->
<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=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Custom Tailwind Config -->
<script>
tailwind.config = {
theme: {
extend: {
colors: {
'royal-purple': '#6C4AB6',
'deep-indigo': '#3D2C8D',
'neon-violet': '#8A2BE2',
},
fontFamily: {
'poppins': ['Poppins', 'sans-serif'],
'inter': ['Inter', 'sans-serif'],
'space-grotesk': ['Space Grotesk', 'sans-serif'],
},
boxShadow: {
'glass': '0 8px 32px 0 rgba(31, 38, 135, 0.37)',
'neon': '0 0 10px rgba(138, 43, 226, 0.5), 0 0 20px rgba(138, 43, 226, 0.3)',
},
backgroundImage: {
'gradient-radial': 'radial-gradient(var(--tw-gradient-stops))',
}
}
}
}
</script>
<style>
/* Custom CSS for 3D effects and glassmorphism */
body {
font-family: 'Inter', sans-serif;
overflow-x: hidden;
}
.glass {
background: rgba(255, 255, 255, 0.25);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.18);
}
.glass-dark {
background: rgba(61, 44, 141, 0.2);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(108, 74, 182, 0.3);
}
.gradient-border {
position: relative;
background: linear-gradient(white, white) padding-box,
linear-gradient(45deg, #6C4AB6, #3D2C8D) border-box;
border: 2px solid transparent;
}
.gradient-border-dark {
position: relative;
background: linear-gradient(#3D2C8D, #3D2C8D) padding-box,
linear-gradient(45deg, #6C4AB6, #8A2BE2) border-box;
border: 2px solid transparent;
}
.particles {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: -1;
}
.particle {
position: absolute;
border-radius: 50%;
background: rgba(108, 74, 182, 0.3);
animation: float 15s infinite linear;
}
@keyframes float {
0% {
transform: translateY(0) translateX(0) rotate(0deg);
opacity: 0.5;
}
50% {
opacity: 1;
}
100% {
transform: translateY(-1000px) translateX(500px) rotate(720deg);
opacity: 0;
}
}
.tilt-card {
transform-style: preserve-3d;
transition: transform 0.5s ease;
}
.tilt-card:hover {
transform: rotateY(5deg) rotateX(5deg);
}
.glow-on-hover {
transition: all 0.3s ease;
}
.glow-on-hover:hover {
box-shadow: 0 0 15px rgba(138, 43, 226, 0.7);
}
.input-glow:focus {
box-shadow: 0 0 10px rgba(138, 43, 226, 0.5);
border-color: #8A2BE2;
}
/* 3D Cube Animation */
.cube-container {
width: 200px;
height: 200px;
perspective: 800px;
margin: 0 auto;
}
.cube {
width: 100%;
height: 100%;
position: relative;
transform-style: preserve-3d;
animation: rotate 20s infinite linear;
}
.cube-face {
position: absolute;
width: 200px;
height: 200px;
background: rgba(108, 74, 182, 0.1);
border: 2px solid rgba(108, 74, 182, 0.3);
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
color: #6C4AB6;
font-weight: bold;
}
.cube-face.front { transform: translateZ(100px); }
.cube-face.back { transform: translateZ(-100px) rotateY(180deg); }
.cube-face.right { transform: translateX(100px) rotateY(90deg); }
.cube-face.left { transform: translateX(-100px) rotateY(-90deg); }
.cube-face.top { transform: translateY(-100px) rotateX(90deg); }
.cube-face.bottom { transform: translateY(100px) rotateX(-90deg); }
@keyframes rotate {
0% { transform: rotateX(0) rotateY(0); }
100% { transform: rotateX(360deg) rotateY(360deg); }
}
/* Testimonial Carousel */
.carousel-container {
position: relative;
overflow: hidden;
}
.carousel-track {
display: flex;
transition: transform 0.5s ease;
}
.carousel-slide {
min-width: 100%;
box-sizing: border-box;
}
</style>
</head>
<body class="bg-gradient-to-br from-white to-gray-100 text-gray-800">
<!-- Navigation -->
<nav class="fixed w-full z-50 glass py-4">
<div class="container mx-auto px-6 flex justify-between items-center">
<div class="flex items-center">
<h1 class="text-2xl font-bold font-space-grotesk bg-gradient-to-r from-deep-indigo to-royal-purple bg-clip-text text-transparent">SafarPath</h1>
</div>
<div class="hidden md:flex space-x-8">
<a href="#home" class="font-medium hover:text-royal-purple transition-colors">Home</a>
<a href="#about" class="font-medium hover:text-royal-purple transition-colors">About</a>
<a href="portfolio.html" class="font-medium hover:text-royal-purple transition-colors">Portfolio</a>
<a href="pricing.html" class="font-medium hover:text-royal-purple transition-colors">Pricing</a>
<a href="#technologies" class="font-medium hover:text-royal-purple transition-colors">Technologies</a>
<a href="#contact" class="font-medium hover:text-royal-purple transition-colors">Contact</a>
</div>
<button class="md:hidden text-royal-purple">
<i class="fas fa-bars text-xl"></i>
</button>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="min-h-screen flex items-center justify-center relative overflow-hidden pt-16">
<div class="particles" id="particles-container"></div>
<div class="container mx-auto px-6 flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0" data-aos="fade-right">
<h1 class="text-5xl md:text-6xl font-bold font-space-grotesk mb-6">Crafting Digital <span class="bg-gradient-to-r from-deep-indigo to-royal-purple bg-clip-text text-transparent">Journeys</span></h1>
<p class="text-xl text-gray-600 mb-8">SafarPath — Where innovation meets precision.</p>
<div class="flex space-x-4">
<a href="https://safarpath.qzz.io/projects" class="bg-gradient-to-r from-deep-indigo to-royal-purple text-white px-6 py-3 rounded-lg font-medium shadow-neon glow-on-hover inline-block">View Projects</a>
<button class="glass px-6 py-3 rounded-lg font-medium border border-royal-purple text-royal-purple glow-on-hover">Hire Us</button>
</div>
</div>
<div class="md:w-1/2 flex justify-center" data-aos="fade-left">
<div class="cube-container">
<div class="cube">
<div class="cube-face front"><i class="fas fa-code"></i></div>
<div class="cube-face back"><i class="fas fa-globe"></i></div>
<div class="cube-face right"><i class="fas fa-mobile-alt"></i></div>
<div class="cube-face left"><i class="fas fa-cogs"></i></div>
<div class="cube-face top"><i class="fas fa-rocket"></i></div>
<div class="cube-face bottom"><i class="fas fa-bug"></i></div>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-20 relative overflow-hidden">
<div class="particles" id="particles-about"></div>
<div class="container mx-auto px-6">
<h2 class="text-4xl font-bold font-space-grotesk text-center mb-16" data-aos="fade-up">About SafarPath</h2>
<div class="max-w-4xl mx-auto gradient-border rounded-2xl p-8 glass" data-aos="zoom-in">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/3 mb-6 md:mb-0 flex justify-center">
<div class="w-48 h-48 rounded-full bg-gradient-to-r from-deep-indigo to-royal-purple flex items-center justify-center text-white text-5xl">
<i class="fas fa-user-tie"></i>
</div>
</div>
<div class="md:w-2/3 md:pl-10">
<h3 class="text-2xl font-bold font-space-grotesk mb-4">CEO Introduction</h3>
<p class="text-gray-600 mb-4">At SafarPath, we believe every digital product tells a story. Our mission is to guide you through your digital journey, transforming ideas into exceptional digital experiences.</p>
<p class="text-gray-600 mb-6">With a focus on precision engineering and innovative solutions, we deliver premium web development services that elevate brands and drive results.</p>
<div class="flex items-center text-royal-purple">
<span class="font-medium mr-2">Explore our vision</span>
<i class="fas fa-arrow-right"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Technologies Section -->
<section id="technologies" class="py-20 bg-gradient-to-b from-gray-100 to-white">
<div class="container mx-auto px-6">
<h2 class="text-4xl font-bold font-space-grotesk text-center mb-4" data-aos="fade-up">Technologies We Master</h2>
<p class="text-center text-gray-600 max-w-2xl mx-auto mb-16" data-aos="fade-up">Leveraging cutting-edge technologies to build future-proof solutions</p>
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-8">
<div class="flex flex-col items-center p-6 rounded-xl glass glow-on-hover" data-aos="zoom-in">
<i class="fab fa-html5 text-5xl text-orange-500 mb-4"></i>
<span class="font-medium">HTML5</span>
</div>
<div class="flex flex-col items-center p-6 rounded-xl glass glow-on-hover" data-aos="zoom-in" data-aos-delay="50">
<i class="fab fa-css3-alt text-5xl text-blue-500 mb-4"></i>
<span class="font-medium">CSS3</span>
</div>
<div class="flex flex-col items-center p-6 rounded-xl glass glow-on-hover" data-aos="zoom-in" data-aos-delay="100">
<i class="fab fa-js text-5xl text-yellow-500 mb-4"></i>
<span class="font-medium">JavaScript</span>
</div>
<div class="flex flex-col items-center p-6 rounded-xl glass glow-on-hover" data-aos="zoom-in" data-aos-delay="150">
<i class="fab fa-react text-5xl text-cyan-500 mb-4"></i>
<span class="font-medium">React</span>
</div>
<div class="flex flex-col items-center p-6 rounded-xl glass glow-on-hover" data-aos="zoom-in" data-aos-delay="200">
<i class="fab fa-vuejs text-5xl text-green-500 mb-4"></i>
<span class="font-medium">Vue.js</span>
</div>
<div class="flex flex-col items-center p-6 rounded-xl glass glow-on-hover" data-aos="zoom-in" data-aos-delay="250">
<i class="fab fa-laravel text-5xl text-red-500 mb-4"></i>
<span class="font-medium">Laravel</span>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20">
<div class="container mx-auto px-6">
<h2 class="text-4xl font-bold font-space-grotesk text-center mb-4" data-aos="fade-up">Get In Touch</h2>
<p class="text-center text-gray-600 max-w-2xl mx-auto mb-16" data-aos="fade-up">Ready to start your digital journey? Let's connect and build something amazing together.</p>
<div class="max-w-4xl mx-auto">
<div class="glass rounded-2xl p-8 md:p-12 shadow-neon" data-aos="zoom-in">
<form class="space-y-6">
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<label for="name" class="block text-gray-700 mb-2">Your Name</label>
<input type="text" id="name" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:border-royal-purple input-glow" placeholder="John Doe">
</div>
<div>
<label for="email" class="block text-gray-700 mb-2">Email Address</label>
<input type="email" id="email" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:border-royal-purple input-glow" placeholder="john@example.com">
</div>
</div>
<div>
<label for="subject" class="block text-gray-700 mb-2">Subject</label>
<input type="text" id="subject" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:border-royal-purple input-glow" placeholder="Project Inquiry">
</div>
<div>
<label for="message" class="block text-gray-700 mb-2">Message</label>
<textarea id="message" rows="5" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:border-royal-purple input-glow" placeholder="Tell us about your project..."></textarea>
</div>
<button type="submit" class="w-full bg-gradient-to-r from-deep-indigo to-royal-purple text-white py-3 rounded-lg font-medium shadow-neon glow-on-hover">Send Message</button>
</form>
<div class="mt-12 pt-8 border-t border-gray-200">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-6 md:mb-0">
<h3 class="font-bold text-lg mb-2">Direct Contact</h3>
<div class="flex flex-wrap items-center gap-4">
<a href="https://wa.me/923127592672" target="_blank" class="flex items-center text-[#6C4AB6] hover:text-[#9D4EDD] transition">
<i class="fab fa-whatsapp mr-2"></i> WhatsApp: +92 312 7592672
</a>
<a href="https://safarpath.qzz.io" target="_blank" class="flex items-center text-[#6C4AB6] hover:text-[#9D4EDD] transition">
<i class="fas fa-globe mr-2"></i> Website
</a>
</div>
</div>
<div class="flex items-center space-x-3 mt-2">
<a href="https://linkedin.com/company/safarpath" target="_blank" class="w-10 h-10 rounded-full bg-[#6C4AB6] text-white flex items-center justify-center shadow-md hover:bg-[#9D4EDD] transition-transform transform hover:scale-110">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://facebook.com/safarpath" target="_blank" class="w-10 h-10 rounded-full bg-[#6C4AB6] text-white flex items-center justify-center shadow-md hover:bg-[#9D4EDD] transition-transform transform hover:scale-110">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://github.com/SafarPath" target="_blank" class="w-10 h-10 rounded-full bg-[#6C4AB6] text-white flex items-center justify-center shadow-md hover:bg-[#9D4EDD] transition-transform transform hover:scale-110">
<i class="fab fa-github"></i>
</a>
<a href="https://instagram.com/safarpath" target="_blank" class="w-10 h-10 rounded-full bg-[#6C4AB6] text-white flex items-center justify-center shadow-md hover:bg-[#9D4EDD] transition-transform transform hover:scale-110">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gradient-to-r from-deep-indigo to-royal-purple text-white ">
<div class="p-5 border-purple-400 text-center text-purple-200">
<p>© 2025 SafarPath. All rights reserved.</p>
</div>
<footer>
<!-- Scripts -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
// Initialize AOS
AOS.init({
duration: 800,
once: true,
offset: 100
});
// Create floating particles
function createParticles(containerId, count) {
const container = document.getElementById(containerId);
if (!container) return;
for (let i = 0; i < count; i++) {
const particle = document.createElement('div');
particle.classList.add('particle');
// Random size between 5px and 20px
const size = Math.random() * 15 + 5;
particle.style.width = `${size}px`;
particle.style.height = `${size}px`;
// Random position
particle.style.left = `${Math.random() * 100}%`;
particle.style.top = `${Math.random() * 100}%`;
// Random animation delay
particle.style.animationDelay = `${Math.random() * 15}s`;
container.appendChild(particle);
}
}
// Initialize particles for different sections
createParticles('particles-container', 15);
createParticles('particles-about', 10);
createParticles('particles-testimonials', 10);
// Simple carousel functionality
let currentSlide = 0;
const track = document.getElementById('carousel-track');
const slides = document.querySelectorAll('.carousel-slide');
const indicators = document.querySelectorAll('[id^="carousel-indicator-"]');
function goToSlide(index) {
if (index < 0 || index >= slides.length) return;
currentSlide = index;
track.style.transform = `translateX(-${currentSlide * 100}%)`;
// Update indicators
indicators.forEach((indicator, i) => {
if (i === currentSlide) {
indicator.classList.remove('bg-purple-300');
indicator.classList.add('bg-royal-purple');
} else {
indicator.classList.remove('bg-royal-purple');
indicator.classList.add('bg-purple-300');
}
});
}
// Set up indicator click events
indicators.forEach((indicator, index) => {
indicator.addEventListener('click', () => goToSlide(index));
});
// Auto-advance carousel
setInterval(() => {
let nextSlide = currentSlide + 1;
if (nextSlide >= slides.length) nextSlide = 0;
goToSlide(nextSlide);
}, 5000);
// Smooth scrolling for navigation links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
}
});
});
</script>
</body>
</html>