forked from SyedImtiyaz-1/GetTechProjects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
575 lines (512 loc) · 19.5 KB
/
about.html
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
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Precious IT Services | The best services for projects</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.png" />
<link rel="stylesheet" href="./main.css" />
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- <link rel="icon" href="./images/image.png" /> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" />
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet" />
<link rel="stylesheet" href="./chatBot/style.css" />
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" />
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet" />
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<script type="text/javascript">
(function () {
emailjs.init("oUbB-IqXyvbW5JlV9");
})();
</script>
<style>
.about-us {
display: block;
margin: auto;
width: 52.5rem;
height: 100%;
background-color: white;
}
.about-us-heading {
text-align: center;
margin-bottom: 5rem;
margin-top: 15rem;
}
.about-us-block {
display: flex;
justify-content: space-evenly;
}
#about-us {
margin-bottom: 5rem;
}
.about-us-community,
.about-us-product,
.about-us-event,
.about-us-location {
display: flex;
flex-direction: column;
gap: 1rem;
width: 38%;
height: 22rem;
padding: 10px;
border: 1px solid rgba(206, 212, 218, 1);
border-radius: 8px;
margin-bottom: 21px;
}
.about-us-community {
border: 2px solid #002e5f;
}
.about-us-community:hover {
background: #002e5f;
color: white;
}
.about-us-location {
border: 2px solid #002e5f;
}
.about-us-location:hover {
background: #002e5f;
color: white;
}
.about-us-product {
border: 2px solid #002e5f;
}
.about-us-product:hover {
background: #002e5f;
color: white;
}
.about-us-event {
border: 2px solid #002e5f;
}
.about-us-event:hover {
background: #002e5f;
color: white;
}
.about-us-blk-text {
font-size: 20px;
font-weight: 600;
line-height: 30px;
letter-spacing: 0em;
text-align: left;
margin-top: 1rem;
}
.about-us-blk-para {
font-size: 14px;
font-weight: 400;
line-height: 25px;
letter-spacing: 0em;
text-align: left;
margin-left: 1rem;
margin-right: 1rem;
}
@media only screen and (max-width: 768px) {
.about-us-block {
flex-direction: column;
justify-content: center;
align-items: center;
}
.about-us-community,
.about-us-event,
.about-us-location,
.about-us-product {
width: 90%;
height: 100%;
padding: 0.5rem;
}
}
@media only screen and (max-width: 1020px) {
.about-us-block {
flex-direction: column;
justify-content: center;
align-items: center;
}
.about-us-community,
.about-us-event,
.about-us-location,
.about-us-product {
width: 90% !important;
height: 100%;
padding: 0.5rem;
}
}
@media only screen and (max-width: 1250px) {
.about-us-community,
.about-us-event,
.about-us-location,
.about-us-product {
width: 45%;
}
}
.header {
background-color: black;
}
</style>
</head>
<body>
<!-- Animated Cursor Code -->
<div class="circle-container">
<div class="circle" style="background-color: #55a5ea; left: 504px; top: 59px; scale: 1;"></div>
<div class="circle" style="background-color: #55a5ea; left: 504px; top: 59px; scale: 0.95;"></div>
<div class="circle" style="background-color: #55a5ea; left: 504px; top: 59px; scale: 0.9;"></div>
<div class="circle" style="background-color: #55a5ea; left: 504px; top: 59px; scale: 0.9;"></div>
<div class="circle" style="background-color: #3fbcc0c6; left: 504px; top: 59px; scale: 0.85;"></div>
<div class="circle" style="background-color: #3fbcc0c6; left: 504px; top: 59px; scale: 0.85;"></div>
<div class="circle" style="background-color: #3fbcc0c6; left: 504px; top: 59px; scale: 0.85;"></div>
<div class="circle" style="background-color: #3fbcc0c6; left: 504px; top: 59px; scale: 0.85;"></div>
<div class="circle" style="background-color: #fff; left: 504px; top: 59px; scale: 0.8;"></div>
<div class="circle" style="background-color: #fff; left: 504px; top: 59px; scale: 0.8;"></div>
<div class="circle" style="background-color: #fff; left: 504px; top: 59px; scale: 0.8;"></div>
<div class="circle" style="background-color: #fff; left: 504px; top: 59px; scale: 0.8;"></div>
</div>
<!-- Animated cursor code end -->
<header class="header">
<a href="#" class="logo"><img src="./images/logomain.png" alt="" style="width: 100px; height: 70px" /></a>
<div class="fas fa-bars"></div>
<nav class="navbar">
<ul>
<i class='icons bx bxs-home'></i>
<li style="margin-left: 1px;"><a href="#home"><i class="fa-solid fa-house" style="color: #ffffff;"></i>home</a></li>
<i class='icons bx bx-laptop'></i>
<li style="margin-left: 1px;"><a href="./backend/public/index.html">Projects</a></li>
<i class='icons bx bxs-contact'></i>
<li style="margin-left: 1px;"><a href="#contact">contact</a></li>
<button id="login">Log In</button>
<h3 id="name"></h3>
<img id="image" onclick="ProfileClicked()" />
<button onclick="logout()" id="logout">Logout</button>
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox" />
<div class="slider round" id="toggle"></div>
</label>
</ul>
</nav>
</header>
<!--About Us-->
<div id="about-us">
<h1 class="about-us-heading">About Us</h1>
<div class="about-us-block">
<div class="about-us-community">
<div style="display: flex; align-items: center; gap: 1rem;">
<img id="community-img" src="./images/world.png" alt=""
style="margin-left: 1rem; margin-top: 1rem; width: 4rem;">
<div class="about-us-blk-text">Real-World Application</div>
</div>
<p class="about-us-blk-para">These projects are designed to solve real-world problems, providing practical
experience that mirrors industry challenges. By working on such projects, students gain a deeper understanding
of how theoretical concepts are applied in practical scenarios, which is crucial for their future roles in IT
and related fields.</p>
</div>
<div class="about-us-product">
<div style="display: flex; align-items: center; gap: 1rem;">
<img id="product-img" src="./images/tech.png" alt=""
style="margin-left: 1rem; margin-top: 1rem; width: 4rem;">
<div class="about-us-blk-text">Advanced Technology Stack</div>
</div>
<p class="about-us-blk-para">Projects incorporate the latest technologies and tools, such as cloud computing,
machine learning, and blockchain. This exposure ensures that students are well-versed in current industry
trends and technologies, making them more competitive in the job market and better prepared for modern IT
roles.</p>
</div>
</div>
<div class="about-us-block">
<div class="about-us-location">
<div style="display: flex; align-items: center; gap: 1rem;">
<img id="location-img" src="./images/dev.png" alt=""
style="margin-left: 1rem; margin-top: 1rem; width: 4rem;">
<div class="about-us-blk-text">Collaborative Development Environment</div>
</div>
<p class="about-us-blk-para">Students work in teams, simulating development environments. This fosters essential
soft skills like teamwork, communication, and project management. Collaborative projects also prepare students
for the collaborative nature of most professional IT roles, where teamwork and effective communication are
key.</p>
</div>
<div class="about-us-event">
<div style="display: flex; align-items: center; gap: 1rem;">
<img id="event-img" src="./images/ppt.png" alt="" style="margin-left: 1rem; margin-top: 1rem; width: 4rem;">
<div class="about-us-blk-text">Comprehensive Documentation</div>
</div>
<p class="about-us-blk-para">Projects include thorough documentation and a final presentation component. This
ensures students learn to document their work and present their findings clearly. These skills are crucial for
successful project management and client interactions in their careers, enhancing their ability to articulate
technical information effectively.</p>
</div>
</div>
</div>
<script>
// JavaScript for hover effects
document.querySelectorAll('.about-us-community').forEach(function (element) {
element.addEventListener('mouseover', function () {
element.querySelector('img').src = './images/worldhover.png';
});
element.addEventListener('mouseleave', function () {
element.querySelector('img').src = './images/world.png';
});
});
document.querySelectorAll('.about-us-event').forEach(function (element) {
element.addEventListener('mouseover', function () {
element.querySelector('img').src = './images/ppthover.png';
});
element.addEventListener('mouseleave', function () {
element.querySelector('img').src = './images/ppt.png';
});
});
document.querySelectorAll('.about-us-product').forEach(function (element) {
element.addEventListener('mouseover', function () {
element.querySelector('img').src = './images/techhover.png';
});
element.addEventListener('mouseleave', function () {
element.querySelector('img').src = './images/tech.png';
});
});
document.querySelectorAll('.about-us-location').forEach(function (element) {
element.addEventListener('mouseover', function () {
element.querySelector('img').src = './images/devhover.png';
});
element.addEventListener('mouseleave', function () {
element.querySelector('img').src = './images/dev.png';
});
});
</script>
<!-- Footer-->
<footer>
<div class="row_f">
<div class="col">
<img src="./images/pngwing.com(5).png" class="logo_f" />
<p class="text-trans-none">
Prepare for your college project submission with <PreciousServices!>
<br>
We're here to offer you the best solutions and projects to enhance your knowledge. Subscribe now to stay
updated with the latest developments.
</p>
</div>
<div class="col">
<h3><img src="https://img.icons8.com/?size=100&id=30605&format=png&color=000000" alt=""
style="width: 40px; height: 40px;">Office</h3>
<p>Nagpur, PIN 440024</p>
<p>Maharashtra, India</p>
<p class="email">
<a href="mailto:[email protected]">[email protected]</a>
</p>
<h4><a href="tel:7218404903">+91 7218404903</a></h4>
</div>
<div class="col">
<h3><img src="https://img.icons8.com/?size=100&id=xi9J4k2OgrkM&format=png&color=000000" alt=""
style="width: 40px; height: 40px;">Useful Links</h3>
<ul>
<!-- <li><a href=".index.html#portfolio">Order</a></li> -->
<!-- <li> <a href="#team">Team</a></li> -->
<li><a href="careers.html"><img src="https://img.icons8.com/?size=100&id=61536&format=png&color=000000"
alt=""> Careers</a></li>
<li><a href="tel:7218404903"><img src="https://img.icons8.com/?size=100&id=7863&format=png&color=000000"
alt=""> Contact</a></li>
<!-- <li> <a href="#faq">FAQ</a></li> -->
</ul>
</div>
<div class="col">
<h3>Our Team</h3>
<ul>
<li><a href="index.html"><img src="https://img.icons8.com/?size=100&id=59809&format=png&color=000000" alt=""
srcset="">Home</a></li>
<li><a href="./index2.html"><img
src="https://img.icons8.com/?size=100&id=4f6RbutoRgvK&format=png&color=000000" alt=""
srcset="">Founder</a></li>
<li><a href="./about.html"><img src="https://img.icons8.com/?size=100&id=7694&format=png&color=000000"
alt="30px">About Us</a></li>
<!-- <li><a href="index.html#service">Reviews</a></li> -->
<!-- <li><a href="#">Terms & condition</a></li> -->
<!-- <li> <a href="#">Privacy policy</a></li> -->
</ul>
</div>
<!-- <div class="col">
<h3>Newsletter</h3>
<form>
<i class="icon ion-md-mail"></i>
<input type="email" placeholder="Enter your e-mail id" required>
<button type="submit"><i class="icon ion-md-send"></i></button>
</form>
</div> -->
</div>
<hr />
<p class="copyright">
PreciousITServices © 2024 - All Rights Reserved
</p>
</footer>
<!-- Chat Bot -->
<button class="chatbot__button">
<span class="material-symbols-outlined">mode_comment</span>
<span class="material-symbols-outlined">close</span>
</button>
<div class="chatbot">
<div class="chatbot__header">
<h3 class="chatbox__title">Precious IT Services</h3>
<span class="material-symbols-outlined">close</span>
</div>
<ul class="chatbot__box">
<li class="chatbot__chat incoming">
<span class="material-symbols-outlined">smart_toy</span>
<p>Hi there. How can I help you today?</p>
</li>
<li class="chatbot__chat outgoing">
<p>...</p>
</li>
</ul>
<div class="chatbot__input-box">
<textarea class="chatbot__textarea" placeholder="Enter a message..." required></textarea>
<span id="send-btn" class="material-symbols-outlined">send</span>
</div>
</div>
<!-- chat bot finish -->
<script src="./js/contact.js"></script>
<script src="./chatBot/script.js"></script>
<script src="./js/login.js"></script>
<script src="./main.js"></script>
<script src="./js/theme.js"></script>
<!--
<script>
alert("Under Maintenance, Please come again after sometime.")
</script> -->
<script>
// Function to scroll to the top smoothly
function scrollToTop() {
window.scrollTo({
top: 0,
behavior: "smooth",
});
}
// Add an event listener to the "scroll to top" button
const backToTopButton = document.querySelector(".back-to-top");
backToTopButton.addEventListener("click", scrollToTop);
// Add an event listener to show/hide the button based on scroll position
window.addEventListener("scroll", () => {
if (document.documentElement.scrollTop > 100) {
backToTopButton.style.display = "block";
} else {
backToTopButton.style.display = "none";
}
});
</script>
<script>
//Custom Cursor
const coords = { x: 0, y: 0 };
const circles = document.querySelectorAll(".circle");
const colors = [
"#55a5ea",
"#55a5ea",
"#55a5ea",
"#55a5ea",
"#55a5ea",
"#55a5ea",
"#55a5ea",
"#55a5ea",
"#3fbcc0c6",
"#3fbcc0c6",
"#3fbcc0c6",
"#3fbcc0c6",
"#3fbcc0c6",
"#3fbcc0c6",
"fff",
"fff",
"fff",
"fff",
"fff",
"fff",
"fff",
];
circles.forEach(function (circle, index) {
circle.x = 0;
circle.y = 0;
circle.style.backgroundColor = colors[index % colors.length];
});
window.addEventListener("mousemove", function (e) {
coords.x = e.clientX;
coords.y = e.clientY;
});
function animateCircles() {
let x = coords.x;
let y = coords.y;
circles.forEach(function (circle, index) {
circle.style.left = x - 12 + "px";
circle.style.top = y - 12 + "px";
circle.style.scale = (circles.length - index) / circles.length;
circle.x = x;
circle.y = y;
const nextCircle = circles[index + 1] || circles[0];
x += (nextCircle.x - x) * 0.3;
y += (nextCircle.y - y) * 0.3;
});
requestAnimationFrame(animateCircles);
}
animateCircles();
// Function to toggle dark mode
function toggleDarkMode() {
const isDarkMode = isDarkModePreferred();
setDarkModePreference(!isDarkMode);
applyDarkModePreference();
}
// Function to apply dark mode preference
function applyDarkModePreference() {
const isDarkMode = isDarkModePreferred();
if (isDarkMode) {
document.body.classList.add("dark-mode");
document.getElementById("theme-icon").src = "assets/images/icons8-sun.svg";
} else {
document.body.classList.remove("dark-mode");
document.getElementById("theme-icon").src = "assets/images/moon_solid.svg";
}
}
// Function to set dark mode preference
document.addEventListener("DOMContentLoaded", () => {
const currentTheme = localStorage.getItem("theme");
const switchCheckbox = document.getElementById("switch"); // Define switchCheckbox here
const starRating = document.querySelector(".star_rating");
const thankYouMessage = document.querySelector(".thank_you_message");
if (switchCheckbox) {
// Check if switchCheckbox is not null
function applyDarkModeStyles() {
document.body.classList.remove("light-mode");
document.body.classList.add("dark-mode");
starRating.style.backgroundColor = "#2d2828";
thankYouMessage.style.backgroundColor = "#2d2828";
}
function applyLightModeStyles() {
document.body.classList.remove("dark-mode");
document.body.classList.add("light-mode");
starRating.style.backgroundColor = "white";
thankYouMessage.style.backgroundColor = "white";
}
if (currentTheme) {
if (currentTheme === "dark-mode") {
applyDarkModeStyles();
switchCheckbox.checked = true;
} else {
applyLightModeStyles();
}
}
switchCheckbox.addEventListener("change", () => {
if (switchCheckbox.checked) {
applyDarkModeStyles();
localStorage.setItem("theme", "dark-mode");
} else {
applyLightModeStyles();
localStorage.setItem("theme", "light-mode");
}
});
} else {
console.error("Switch checkbox not found!"); // Log an error if switchCheckbox is null
}
});
</script>
</body>
</html>