-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
428 lines (380 loc) · 20.4 KB
/
index.html
File metadata and controls
428 lines (380 loc) · 20.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pixel Studio</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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=Public+Sans:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Ribeye+Marrow&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="global.css">
</head>
<body>
<header>
<p class="website-heading">Pixel Studio</p>
<nav>
<button class="nav-menubar-btn"><i class="fa-solid fa-bars"></i></button>
<ul class="nav-menubar">
<li><a href="../index.html" class="nav-items">Home</a></li>
<li><a href="/pages/services.html" class="nav-items">Services</a></li>
<li><a href="/pages/pricing.html" class="nav-items">Pricing</a></li>
<li><a href="/pages/blog.html" class="nav-items">Blogs</a></li>
<li><a href="/pages/login.html" class="nav-items">Sign In</a></li>
</ul>
</nav>
</header>
<section id="hero-section">
<div class="hero-main">
<div class="hero-logo hidden"></div>
<div class="hero-main-content">
<p class="hero-title hidden">Empowering Innovation, One Pixel at a Time</p>
<p class="hero-description hidden">At PixelFusion, we craft cutting-edge software solutions that
transform
ideas into impactful digital experiences. From dynamic web applications to robust mobile platforms,
our expertise drives your business forward.</p>
<div class="hero-redirections">
<button class="hero-btn hidden" onclick="window.location.href='/pages/pricing.html'">Get Started</button>
<button class="hero-btn hidden" onclick="window.location.href='/pages/services.html'">Explore Our Services</button>
</div>
</div>
</div>
<div class="hero-secondary">
<div class="hero-img hidden"></div>
<div class="hero-secondary-content hidden">
<p>Join the growing number of businesses that trust PixelFusion to deliver tailored, innovative
solutions designed for the future.</p>
<button onclick="window.location.href = '/pages/register.html'">Register Now</button>
</div>
</div>
<div class="d-circle h3 c1" id="dc-1"></div>
<div class="d-circle h2 c3" id="dc-2"></div>
<div class="d-circle h2 c3" id="dc-3"></div>
<div class="d-circle h3 c3" id="dc-4"></div>
<div class="d-circle h3 c1" id="dc-5"></div>
</section>
<section id="our-services-section">
<p class="our-services-title hidden">Our Services</p>
<div class="our-services-content">
<div class="our-services-flashcard hidden">
<div class="our-services-flashcard-img">
<img src="/assets/services/ui-ux.jpg" alt="">
</div>
<div class="our-services-flashcard-content">
<p class="our-services-flashcard-title">UI/UX Design</p>
<p class="our-services-flashcard-description">Our team creates user-friendly, visually appealing
interfaces that enhance engagement and user satisfaction.</p>
<button class="our-services-flashcard-button" onclick="window.location.href='/pages/services.html'">Know More</button>
</div>
</div>
<div class="our-services-flashcard hidden">
<div class="our-services-flashcard-img">
<img src="/assets/services/custom-software-development.jpg" alt="">
</div>
<div class="our-services-flashcard-content">
<p class="our-services-flashcard-title">Custom Software Development</p>
<p class="our-services-flashcard-description">We build tailored software solutions that fit your
specific business needs, ensuring efficiency and scalability.</p>
<button class="our-services-flashcard-button" onclick="window.location.href='/pages/services.html'">Know More</button>
</div>
</div>
<div class="our-services-flashcard hidden">
<div class="our-services-flashcard-img">
<img src="/assets/services/cloud-integration.jpg" alt="">
</div>
<div class="our-services-flashcard-content">
<p class="our-services-flashcard-title">Cloud Integration</p>
<p class="our-services-flashcard-description">We offer seamless cloud integration and ongoing
support to optimize performance, security, and scalability.</p>
<button class="our-services-flashcard-button" onclick="window.location.href='/pages/services.html'">Know More</button>
</div>
</div>
</div>
<button id="our-services-view-more-btn" class="hidden" onclick="window.location.href='/pages/services.html'">View More <i
class="fa-solid fa-circle-chevron-down"></i></button>
</section>
<section id="wtc-section">
<div class="wtc-analytics">
<div class="wtc-progress-container">
<div class="wtc-progress-wrapper hidden">
<p class="wtc-progress-title">Returning Clients</p>
<div class="wtc-progress-progressbar"></div>
</div>
<div class="wtc-progress-wrapper hidden">
<p class="wtc-progress-title">Client Satisfaction</p>
<div class="wtc-progress-progressbar"></div>
</div>
<div class="wtc-progress-wrapper hidden">
<p class="wtc-progress-title">Project Success Rate</p>
<div class="wtc-progress-progressbar"></div>
</div>
<div class="wtc-progress-wrapper hidden">
<p class="wtc-progress-title">Agile Development Efficiency</p>
<div class="wtc-progress-progressbar"></div>
</div>
</div>
<div class="wtc-doughnut-container hidden">
<div class="wtc-doughnut"></div>
<p class="wtc-doughnut-title">Global Reach</p>
</div>
<div class="wtc-control hidden">
<button onclick="window.location.href='/pages/pricing.html'">Get Started Now</button>
</div>
</div>
<div class="wtc-content">
<p class="wtc-title hidden">Why to Choose Us?</p>
<ul class="wtc-item-container">
<li class="wtc-item hidden">
<p class="wtc-item-title"><i class="fa-solid fa-square-check"></i>Tailored Solutions</p>
<p class="wtc-item-description">We deliver personalized software solutions designed to meet your
unique business needs, ensuring the perfect fit for your goals. </p>
</li>
<li class="wtc-item hidden">
<p class="wtc-item-title"><i class="fa-solid fa-square-check"></i>Client-Rated Excellence</p>
<p class="wtc-item-description">With an outstanding 4.5/5 rating from our clients, we're known for
delivering high-quality results and maintaining customer satisfaction.</p>
</li>
<li class="wtc-item hidden">
<p class="wtc-item-title"><i class="fa-solid fa-square-check"></i>Focused on UX</p>
<p class="wtc-item-description">Our design process places user experience at the core, crafting
intuitive, seamless interfaces that enhance user engagement and satisfaction.</p>
</li>
<li class="wtc-item hidden">
<p class="wtc-item-title"><i class="fa-solid fa-square-check"></i>End-to-End Services</p>
<p class="wtc-item-description">From concept to deployment and beyond, we offer comprehensive,
end-to-end services to support your project's success at every stage.</p>
</li>
</ul>
</div>
</section>
<section id="our-projects-section">
<p class="our-projects-title hidden">Our Projects</p>
<div class="project-carousel hidden">
<div class="project-slider">
<img src="/assets/wtc/end-to-end.webp" class="project-item" alt="">
<img src="/assets/wtc/end-to-end.webp" class="project-item" alt="">
<img src="/assets/wtc/end-to-end.webp" class="project-item" alt="">
<img src="/assets/wtc/focused-on-Ux.webp" class="project-item" alt="">
<img src="/assets/wtc/focused-on-Ux.webp" class="project-item" alt="">
<img src="/assets/wtc/focused-on-Ux.webp" class="project-item" alt="">
<img src="/assets/wtc/tailored-solutions.webp" class="project-item" alt="">
<img src="/assets/wtc/tailored-solutions.webp" class="project-item" alt="">
<img src="/assets/wtc/tailored-solutions.webp" class="project-item" alt="">
</div>
<div class="project-control">
<button><i class="fa-solid fa-chevron-left"></i></button>
<button><i class="fa-solid fa-chevron-right"></i></button>
</div>
</div>
</section>
<section class="testimonials-section">
<p class="testimonials-title hidden">What our clients say?</p>
<div class="testimonial-1">
<div class="testimonial-card hidden" id="tcard1">
<p class="testimonial-message">"Their creativity, technical expertise, and attention to detail brought
our project to life. The seamless design and user experience exceeded all expectations. Highly
recommended!"</p>
<p class="testimonial-author"> - Alex R., Founder, Innovate Solutions</p>
</div>
<div class="testimonial-card hidden" id="tcard2">
<p class="testimonial-message">Pixel Studio delivered a sleek, modern website that not only looks
fantastic but performs flawlessly. Their team is professional and highly responsive.</p>
<p class="testimonial-author">- Emily S., Marketing Director, Digital Sphere</p>
</div>
</div>
<div class="testimonial-2">
<div class="testimonial-card hidden" id="tcard3">
<p class="testimonial-message">Pixel Studio understood our needs perfectly and created a stunning,
user-friendly website. Their dedication to detail is unmatched!</p>
<p class="testimonial-author">- Shophie Belie</p>
</div>
<div class="testimonial-card hidden" id="tcard4">
<p class="testimonial-message">Pixel Studio turned our ideas into an intuitive, visually engaging
platform. The entire process was smooth, and the final product exceeded expectations.</p>
<p class="testimonial-author">- Mark Singh Rajput</p>
</div>
</div>
</section>
<section class="reg-feature-section">
<div class="reg-feature-head hidden">
<h2>Let's Transform Your Ideas Into Reality</h2>
<p>We had helped a lot of developers to get their dream job by working in our team to joining big
corporation.</p>
<button onclick="window.location.href='/pages/register.html'">Register Now</button>
</div>
<div class="reg-feature-features">
<ul>
<li class="hidden">
<p>Projects Delievered</p>
<p>150+ successful projects across multiple industries, from startups to enterprises.</p>
</li>
<li class="hidden">
<p>Skilled Team</p>
<p>25+ experienced developers specializing in modern tech stacks like React, Node.js, and Python.
</p>
</li>
<li class="hidden">
<p>Global Clients</p>
<p>Serving clients in 10+ countries with tailored solutions that meet unique business needs.</p>
</li>
<li class="hidden">
<p>Client Retention</p>
<p>We take pride in our 90% client retention rate, showing trust and reliability. Our client
expectations is our ambition.</p>
</li>
</ul>
</div>
</section>
<footer>
<div class="footer-content">
<div class="footer-main">
<p class="footer-title hidden">Pixel Studio</p>
<div class="footer-redirects hidden">
<a href=""><i class="fa-brands fa-instagram"></i></a>
<a href=""><i class="fa-brands fa-facebook"></i></a>
<a href=""><i class="fa-brands fa-twitter"></i></a>
<a href=""><i class="fa-brands fa-github"></i></a>
</div>
</div>
<div class="footer-link1">
<div class="footer-products">
<p class="footer-list-title hidden"><i class="fa-solid fa-key"></i> Products</p>
<ul class="footer-list">
<li><a href="/pages/services.html" class="footer-list-item hidden">Web Devlopment</a></li>
<li><a href="/pages/services.html" class="footer-list-item hidden">AI - Powered Solutions</a></li>
<li><a href="/pages/services.html" class="footer-list-item hidden">Mobile Applications</a></li>
<li><a href="/pages/services.html" class="footer-list-item hidden">Cloud Integration Tools</a></li>
</ul>
</div>
<div class="footer-services">
<p class="footer-list-title hidden"><i class="fa-solid fa-hard-drive"></i> Services</p>
<ul class="footer-list">
<li><a href="" class="footer-list-item hidden">UX/UI Design</a></li>
<li><a href="" class="footer-list-item hidden">Software Development</a></li>
<li><a href="" class="footer-list-item hidden">Agile Consulting</a></li>
<li><a href="" class="footer-list-item hidden">API Integration Services</a></li>
</ul>
</div>
</div>
<div class="footer-link2">
<div class="footer-company">
<p class="footer-list-title hidden"><i class="fa-solid fa-building"></i> Company</p>
<ul class="footer-list">
<li><a href="" class="footer-list-item hidden">About Us</a></li>
<li><a href="" class="footer-list-item hidden">Privacy Policy</a></li>
<li><a href="" class="footer-list-item hidden">Refund Policy</a></li>
</ul>
</div>
<div class="footer-support">
<p class="footer-list-title hidden"><i class="fa-solid fa-message"></i> Support</p>
<ul class="footer-list">
<li><a href="" class="footer-list-item hidden">FAQs</a></li>
<li><a href="" class="footer-list-item hidden ">Documentation</a></li>
<li><a href="" class="footer-list-item hidden">Community Forum</a></li>
<li><a href="" class="footer-list-item hidden">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright hidden">Copyright © PixelStudio 2024</div>
</footer>
<!-- fixed content -->
<button class="darkmode-btn"><i class="fa-solid fa-moon"></i></button>
<script src="script.js" type="module"></script>
<script type="module">
const analytics = {
globalReach: 95,
returningClients: 71,
clientSatisfaction: 95,
projectSuccessRate: 90,
agileDevelopementEfficiency: 80
}
function updateAnalytics() {
const globalReach = document.getElementsByClassName("wtc-doughnut")[0];
const wtcProgressbar = document.getElementsByClassName("wtc-progress-progressbar");
globalReach.style.background = `conic-gradient(#F69A9A ${analytics.globalReach}%, var(--glass-secondary) 50%) !important`; 4
wtcProgressbar[0].style.setProperty('--before-width', `${analytics.returningClients}%`);
wtcProgressbar[1].style.setProperty('--before-width', `${analytics.clientSatisfaction}%`);
wtcProgressbar[2].style.setProperty('--before-width', `${analytics.projectSuccessRate}%`);
wtcProgressbar[3].style.setProperty('--before-width', `${analytics.agileDevelopementEfficiency}%`);
}
updateAnalytics();
let currentIndex = 0;
const leftBtn = document.getElementsByClassName('project-control')[0].children[0];
const rightBtn = document.getElementsByClassName('project-control')[0].children[1];
const navs = document.getElementsByClassName('project-nav');
const slider = document.getElementsByClassName('project-slider')[0]
const getItemsPerSlide = () => {
if (window.screen.width < 576) {
return 1;
} else if (window.screen.width < 1100) {
return 2;
} else {
return 3;
}
}
const slideTo = (index) => {
const transValue = index * (100 / getItemsPerSlide());
slider.style.transform = `translateX(-${transValue}%) `;
}
const nextSlide = () => {
const func = () => { currentIndex = 0; return 0 }
const index = currentIndex === slider.childElementCount - getItemsPerSlide() ? func() : ++currentIndex;
slideTo(index);
}
const prevSlide = () => {
const func = () => { currentIndex = slider.childElementCount - getItemsPerSlide(); return slider.childElementCount - getItemsPerSlide(); }
const index = currentIndex == 0 ? func() : --currentIndex;
slideTo(index);
}
rightBtn.addEventListener("click", () => {
nextSlide();
})
leftBtn.addEventListener("click", () => {
prevSlide();
})
slideTo(currentIndex);
// Automation of slider
let interval, time = 3;
const startInterval = () => {
interval = setInterval(() => {
nextSlide();
}, 1000 * time);
}
const stopInterval = () => {
clearInterval(interval);
}
slider.addEventListener("mouseover", () => {
stopInterval();
})
slider.addEventListener("mouseout", () => {
startInterval();
})
const swipeArea = document.getElementsByClassName('project-slider')[0];
let startX;
swipeArea.addEventListener("touchstart", (e) => {
startX = e.touches[0].clientX;
});
swipeArea.addEventListener("touchend", (e) => {
const endX = e.changedTouches[0].clientX;
const diffX = endX - startX;
if (Math.abs(diffX) > 50) { // Set a threshold for swipe distance
if (diffX > 0) {
// right -> side swipe
prevSlide()
} else {
// left <- side swipe
nextSlide();
}
}
});
</script>
</body>
</html>