forked from aditya-bhaumik/Pathsphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
332 lines (299 loc) · 11.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/styles/styles.css">
<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">
</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>
<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" alt="Scholarships Icon">
<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 class="feature">
<img src="/images/jicon.png" 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" alt="Forum 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">
<h2>Testimonials</h2>
<p>Here are the testimonials and reviews.</p>
<a href="/pages/testimonials/test.html" class="btn">Explore</a>
</div>
<div class="feature">
<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>
<section class="feature-item-box">
<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>
<div class="feature-item">
<i class="fas fa-users"></i>
<div>
<h6><a href=".\pages\communityforums\communityfor.html" style="text-decoration: none;">Community Forums</a></h6>
<p class="hidden-text">Share resources, advice, experiences.</p>
</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>
<div class="feature-item">
<i class="fas fa-tools"></i>
<div>
<h6><a href="pages/resume-builder/welcome.html" style="text-decoration: none;">Resume Builder</a></h6>
<p class="hidden-text">Create a professional profile easily.</p>
</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>
</body>
</html>