forked from aditya-bhaumik/Pathsphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
688 lines (576 loc) · 20.3 KB
/
index.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
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<link rel="icon" type="image/x-icon" href="/images/pathsphere.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="styles/styles.css">
</head>
<body class="light">
<div class="gtranslate_wrapper"></div>
<script>
window.gtranslateSettings = {
"default_language":"en",
"detect_browser_language":true,
"wrapper_selector":".gtranslate_wrapper"
}
</script>
<script
src="https://cdn.gtranslate.net/widgets/latest/float.js"
defer
></script>
<main>
<!--hello-->
<section class="hero">
<div class="left">
<h1>Welcome to PathSphere</h1>
<style>
a:hover {
/* background-color: #45a049; Darker green on hover/ */
}
</style>
<p>Your gateway to educational and professional resources</p>
<div class="search-container">
<a href="/pages/scholarship-feature/scholarships.html" class="btn">
<i class="fa-solid fa-magnifying-glass"></i>
Find Scholarships
</a>
<a href="/pages/jobs/jobs.html" class="btn">
<i class="fa-solid fa-magnifying-glass"></i>
Find Jobs
</a>
<a href="/pages/login-signup/login-signup.html" class="btn">
<i class="fa-solid fa-user-plus"></i>
Register
</a>
<a href="resources/resource_library.html" class="btn">
🔗 Resources
</a>
</div>
</div>
</section>
<section class="features">
<div class="feature">
<img src="/images/sicon.png" class="feature-img" alt="Scholarships Icon">
<div class="card-details">
<h2>Scholarships</h2>
<p>Discover scholarships tailored to your needs and academic performance.</p>
<a href="/pages/scholarship-feature/scholarships.html" class="btn">Explore</a>
</div>
</div>
<div class="feature">
<img src="/images/jicon.png" class="feature-img" alt="Jobs Icon">
<h2>Jobs</h2>
<p>Find job
opportunities for educators and professionals.</p>
<a href="/pages/jobs/jobs.html" class="btn">Browse Jobs</a>
</div>
<div class="feature">
<img src="/images/ficon.png" class="feature-img" alt="testimonial Icon">
<h2>Forum</h2>
<p>Join discussions, ask questions, and connect with others.</p>
<a href="/pages/forum/forum.html" class="btn">Join the Forum</a>
</div>
<div class="feature">
<img src="/images/feedback-testimonial-icon.png" class="feature-img" alt="Forum Icon">
<h2>Testimonials</h2>
<p>Here are the testimonials and reviews.</p>
<a href="/pages/testimonials/testimonials.html" class="btn">Explore</a>
</div>
<div class="feature">
<img src="/images/account.png" class="feature-img" alt="Account Icon">
<h2>Login</h2>
<p>Access your account to manage your applications and profile.</p>
<a href="/pages/login-signup/login-signup.html" class="btn">
<i class="fa-solid fa-sign-in-alt"></i>
Login
</a>
</div>
</section>
<div class="feature-item">
<i class="fas fa-briefcase"></i>
<div>
<h6>Job Portal</h6>
<p class="hidden-text">Job opportunities tailored for educators.</p>
</div>
</div>
<div class="feature-item">
<i class="fas fa-users"></i>
<div>
<h6><a href=".\pages\communityforums\communityfor.html" style="color: rgba(0, 0, 0, 0.804); text-decoration: none;">Community Forums</a></h6>
<p class="hidden-text">Share resources, advice, experiences.</p>
</div>
</div>
<div class="feature-item">
<i class="fas fa-bell"></i>
<div>
<h6>Instant Notifications</h6>
<p class="hidden-text">Get real-time important updates.</p>
</div>
</div>
<div class="feature-item">
<i class="fas fa-bookmark"></i>
<div>
<h6>Save & Track</h6>
<p class="hidden-text">Bookmark and monitor application progress.</p>
</div>
</div>
<div class="feature-item">
<i class="fas fa-tools"></i>
<div>
<h6><a href="pages/resume-builder/welcome.html" style="color: rgba(0, 0, 0, 0.804); text-decoration: none;">Resume Builder</a></h6>
<p class="hidden-text">Create a professional profile easily.</p>
</div>
</div>
</section>
<section id="testimonials">
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-md-10 text-center">
<h3 class="fw-bold mb-4">What Our Users Say</h3>
<p class="mb-4">
Discover how PathSphere has helped students and professionals across India achieve their educational and career goals. Read their success stories and experiences.
</p>
</div>
</div>
<div class="row flex-row">
<div class="col-md-4 mb-4">
<div class="card">
<div class="card-body py-4 mt-2">
<div class="d-flex justify-content-center mb-4">
<img src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/img%20(10).webp" class="rounded-circle shadow-1-strong" width="100" height="100" alt="Priya Sharma">
</div>
<h5 class="font-weight-bold">Priya Sharma</h5>
<h6 class="font-weight-bold my-3">Computer Science Student at IIT Delhi</h6>
<ul class="list-unstyled star-rating">
<li><i class="fas fa-star"></i></li>
<li><i class="fas fa-star"></i></li>
<li><i class="fas fa-star"></i></li>
<li><i class="fas fa-star"></i></li>
<li><i class="fas fa-star"></i></li>
</ul>
<p>
<i class="fas fa-quote-left pe-2"></i>
PathSphere helped me secure a prestigious that covered my entire tuition at IIT Delhi. The platform's scholarship matching system and application guidance were invaluable. I'm especially grateful for the mentorship community that helped me prepare for my interviews.
</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card">
<div class="card-body py-4 mt-2">
<div class="d-flex justify-content-center mb-4">
<img src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/img%20(17).webp" class="rounded-circle shadow-1-strong" width="100" height="100" alt="Rajesh Kumar">
</div>
<h5 class="font-weight-bold">Riya Saxena</h5>
<h6 class="font-weight-bold my-3">Research Scholar at IISC Bangalore</h6>
<ul class="list-unstyled star-rating">
<li><i class="fas fa-star"></i></li>
<li><i class="fas fa-star"></i></li>
<li><i class="fas fa-star"></i></li>
<li><i class="fas fa-star"></i></li>
<li><i class="fas fa-star-half-alt"></i></li>
</ul>
<p>
<i class="fas fa-quote-left pe-2"></i>
As a first-generation college student, navigating higher education was challenging. PathSphere's forum connected me with experienced mentors who guided me through the research scholarship application process. Today, I'm pursuing my dream in environmental science research.
</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card">
<div class="card-body py-4 mt-2">
<div class="d-flex justify-content-center mb-4">
<img src="https://mdbcdn.b-cdn.net/img/Photos/Avatars/img%20(15).webp" class="rounded-circle shadow-1-strong" width="100" height="100" alt="Ananya Patel">
</div>
<h5 class="font-weight-bold">Ananya Patel</h5>
<h6 class="font-weight-bold my-3">EdTech Professional at Byju's</h6>
<ul class="list-unstyled star-rating">
<li><i class="fas fa-star"></i></li>
<li><i class="fas fa-star"></i></li>
<li><i class="fas fa-star"></i></li>
<li><i class="fas fa-star"></i></li>
<li><i class="fas fa-star"></i></li>
</ul>
<p>
<i class="fas fa-quote-left pe-2"></i>
PathSphere's job portal specifically focused on education sector helped me land my dream role. The platform's resources for interview preparation and resume building were exceptional. I particularly appreciated the webinars with industry experts.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<script src="/scripts/componentLoader.js">
</script>
<script>
prependComponent("Navbar");
prependComponent('Cursor');
prependComponent("ScrollToTop");
appendComponent('Footer');
appendComponent('ChatBot');
waitTillComponentsLoaded();
</script>
<!-- CursorTrail effect -->
<div class="circle-container">
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
</div>
<style>
.circle {
position: absolute;
width: 25px;
height: 25px;
border-radius: 50%;
pointer-events: none;
background: radial-gradient(circle, rgba(73, 232, 247, 0.466), rgba(141, 38, 172, 0.5));
transition: transform 0.1s, left 0.1s, top 0.1s;
}
.circle-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 9999;
}
</style>
<script>
document.addEventListener("DOMContentLoaded", function () {
const coords = { x: 0, y: 0 };
const circles = document.querySelectorAll(".circle");
circles.forEach(function (circle) {
circle.x = 0;
circle.y = 0;
});
window.addEventListener("mousemove", function (e) {
coords.x = e.pageX;
coords.y = e.pageY - window.scrollY; // Adjust for vertical scroll position
});
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.transform = `scale(${(circles.length - index) / circles.length})`;
const nextCircle = circles[index + 1] || circles[0];
circle.x = x;
circle.y = y;
x += (nextCircle.x - x) * 0.3;
y += (nextCircle.y - y) * 0.3;
});
requestAnimationFrame(animateCircles);
}
animateCircles();
});
</script>
<!-- Newsletter pop-up -->
<style>
.popup-nl {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
justify-content: center;
align-items: center;
z-index: 1009;
}
.popup-content-nl {
display: flex;
background-color: white;
border-radius: 10px;
max-width: 800px;
height: 450px;
width: 700px;
overflow: hidden;
position: relative;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.close1-btn-nl {
width: 20px;
cursor: pointer;
margin: 18px 10px;
position: absolute;
top: -4px;
right: 12px;
font-size: 18px;
font-weight: 800;
}
.popup-left-nl img {
width: 100%;
height: 100%;
object-fit: cover;
}
.popup-right-nl {
padding: 20px;
width: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.popup-nl h1 {
font-size: 24px;
background: linear-gradient(to right, #369168, #2fe92b, #359b6b);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
text-align: center;
margin-bottom: 12px;
margin-top: 35px;
}
.h2-nl{
font-size: 18px;
margin-bottom: 8px;
text-align: center;
color: #333;
}
.pop_up-nl {
margin-bottom: 15px;
font-weight: bold;
background: -webkit-linear-gradient(left, #cacaca, #9b9b9b, #cacaca);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 12.7px;
}
.bold{
font-size: 13.1px;
}
input[type="email"] {
width: 100%;
padding: 10px;
margin-bottom: 16px;
border: 1px solid #000000;
border-radius: 5px;
font-size: 14px;
}
.signup-btn1-nl {
width: 100%;
height: 30px;
text-align: center;
background: linear-gradient(to right, #febd1b, #ffdb80, #febd1b);
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}
.signup-btn1-nl:hover {
background-color: #4682B4;
}
.no-thanks-nl {
display: block;
margin-top: 10px;
color: #888;
text-decoration: none;
margin-bottom: 15px;
}
.no-thanks-nl:hover {
color: #000000;
font-size: 14px;
}
.terms-nl {
margin-top: 15px;
font-size: 10px;
color: #888;
}
.terms-nl a {
display: inline;
}
.terms-nl a:hover {
text-decoration: underline;
}
.popup-right-nl p {
margin-top: 0;
margin-bottom: 10px;
text-align: center;
}
</style>
<div id="popup-nl" class="popup-nl">
<div class="popup-content-nl">
<div class="popup-left-nl">
<img src="popup.jpg" alt="finance">
</div>
<div class="popup-right-nl">
<a href="# " class="close1-btn-nl close-nl">X</a>
<h1>Subscribe to Newsletter!</h1>
<h2 class="h2-nl">Join Our Community of Researchers!</h2>
<p class="pop_up-nl">Subscribe to our newsletter for the latest resources on scholarships, job opportunities, and insightful discussions. Stay informed and enhance your journey!</p>
<form id="emailForm-nl">
<input type="email" id="email-nl" placeholder="Enter your email" required>
<button type="submit" class="signup-btn1-nl">Subscribe</button>
</form>
<a href="#" class="no-thanks-nl close-nl">No thanks</a>
<p class="terms-nl" style="white-space: nowrap;">By subscribing to newsletters, you agree to our <br><a href="terms&cond.html">Terms of Service</a> and <a href="privacynotice.html">Privacy Policy</a>.</p>
</div>
</div>
</div>
<script src="popup.js"></script>
<button id="scrollToTopBtn" class="scroll-top" aria-label="Scroll to top">
<div class="scroll-top-icon">
<i class="fa-solid fa-arrow-up"></i>
</div>
<svg class="progress-ring" width="60" height="60">
<circle class="progress-ring__circle" stroke="#ffffff" stroke-width="4" fill="transparent" r="28" cx="30"
cy="30"></circle>
</svg>
</button>
<style>
.scroll-top {
position: fixed;
right: 1.6%;
background: linear-gradient(100deg, #1ca6f0, #3c7aff, #05deff);
color: white;
width: 60px;
height: 60px;
border-radius: 50%;
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 5px 15px rgba(255, 69, 159, 0.4);
overflow: visible;
z-index: 10;
bottom: 75px;
/* Ensure button is on top */
}
.scroll-top.show {
opacity: 1;
visibility: visible;
}
.scroll-top:hover {
transform: scale(1.1);
/* Subtle scaling instead of expanding */
box-shadow: 0 8px 20px rgba(255, 69, 159, 0.6);
/* Slightly larger shadow */
}
.scroll-top:active {
transform: scale(1.05);
/* Minor scale reduction on click */
}
.scroll-top-icon {
position: relative;
z-index: 2;
transition: transform 0.3s ease;
}
.scroll-top:hover .scroll-top-icon {
transform: translateY(-3px);
}
/* Progress Ring Styling */
.progress-ring {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: rotate(-90deg);
/* To start from the top */
}
.progress-ring__circle {
transition: stroke-dashoffset 0.35s;
transform-origin: 50% 50%;
}
/* Pulse Animation */
@keyframes pulse {
0% {
box-shadow: 0 5px 15px rgba(255, 69, 159, 0.4);
}
50% {
box-shadow: 0 5px 15px rgba(255, 69, 159, 0.7);
}
100% {
box-shadow: 0 5px 15px rgba(255, 69, 159, 0.4);
}
}
.scroll-top:hover {
animation: pulse 1.5s infinite;
}
.scroll-top.show {
animation: none;
/* No animation when showing the button */
}
.scroll-top.show:hover {
animation: pulse 1.5s infinite;
/* Pulse on hover */
}
</style>
<script>
// Get the button
const scrollToTopBtn = document.getElementById("scrollToTopBtn");
const progressCircle = document.querySelector(".progress-ring__circle");
const radius = progressCircle.r.baseVal.value;
const circumference = 2 * Math.PI * radius;
// Set the circle progress properties
progressCircle.style.strokeDasharray = `${circumference} ${circumference}`;
progressCircle.style.strokeDashoffset = circumference;
// Function to show or hide the button based on scroll position
function toggleScrollButton() {
if (window.scrollY > 100) {
scrollToTopBtn.classList.add("show");
} else {
scrollToTopBtn.classList.remove("show");
}
}
// Function to set the scroll progress on the button ring
function setProgress(percent) {
const offset = circumference - (percent / 100) * circumference;
progressCircle.style.strokeDashoffset = offset;
}
// Listen for scroll events to update button visibility and progress
window.addEventListener("scroll", () => {
toggleScrollButton();
const scrollPercent = (window.scrollY / (document.documentElement.scrollHeight - window.innerHeight)) * 100;
setProgress(scrollPercent);
});
// Smooth scroll to top when the button is clicked
scrollToTopBtn.addEventListener("click", () => {
window.scrollTo({
top: 0,
behavior: "smooth"
});
});
</script>
</body>
</html>