-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
306 lines (290 loc) · 10.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home - SLIET Mentorship Platform</title>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./home/styles.css" />
<link rel="stylesheet" href="./assets/css/global.css" />
<link rel="stylesheet" href="./assets/css/loader.css" />
</head>
<body>
<div class="loader">
<img src="../assets/images/logo.png" alt="logo" class="logo" />
<h1 class="title">
Sant Longowal Institute of Engineering & Technology, Longowal
</h1>
<div class="bar-loader">
<div class="bar"></div>
</div>
</div>
<header>
<div class="top-bar">
<div class="container">
<div class="top-bar-content">
<div class="left-content">
<select class="language-select">
<option>Select Language</option>
<option>English</option>
<option>ਪੰਜਾਬੀ</option>
</select>
<a href="tel:+919901773645" class="phone-link">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="phone-icon"
>
<path
d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"
></path>
</svg>
+91 9901773645
</a>
</div>
<div class="right-content">
<div class ="quick-link-one">
<a href="#" class="quick-link">Quick Links</a>
<a href="#" class="quick-link">Overview</a>
<a href="#" class="quick-link">Help</a>
</div>
<div class ="quick-link-two">
<a href="/auth/signup.html" class="locate-us">Signup</a>
<a href="/auth/login.html" class="locate-us">Signin</a>
</div>
</div>
</div>
</div>
</div>
<div class="middle-bar">
<div class="container">
<div class="logo-section">
<img
src="https://upload.wikimedia.org/wikipedia/en/5/52/Sant_Longowal_Institute_of_Engineering_and_Technology_Logo.png"
alt="Logo"
class="logohome"
/>
<div class="college-name">
<p class="college-name-kannada">
ਸੰਤ ਲੌਂਗੋਵਾਲ ਇੰਸਟੀਚਿਊਟ ਆਫ ਇੰਜੀਨੀਅਰਿੰਗ ਐਂਡ ਟੈਕਨਾਲੋਜੀ
</p>
<p class="college-name-english">
Sant Longowal Institute of Engineering and Technology
</p>
</div>
</div>
</div>
</div>
<nav class="main-nav">
<div class="container">
<button class="mobile-menu-toggle" aria-label="Toggle menu">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="menu-icon"
>
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
</button>
<ul class="nav-list">
<li><a href="/">Home</a></li>
<li class="has-dropdown">
<a href="/about">About </a>
</li>
<li><a href="/faculty">Faculty</a></li>
<li class="has-dropdown">
<a href="/community">Communication </a>
</li>
<li class="has-dropdown">
<a href="/create-appointment">Create-Appointments </a>
</li>
<li class="has-dropdown">
<a href="/appointments-list"> Appointments-list </a>
</li>
<li class="has-dropdown">
<a href="/Mentor"> Mentor </a>
</li>
<li><a href="/contact">Contact us</a></li>
</ul>
</div>
</nav>
</header>
<main>
<section class="hero">
<div class="hero-content">
<h1>Empowering Students Through Mentorship</h1>
<p>Connect with Faculty Mentors for Academic and Career Guidance</p>
<a href="#" class="btn btn-primary">Find a Mentor</a>
<a href="#" class="btn btn-secondary">Become a Mentor</a>
</div>
</section>
<section id="features" class="features">
<div class="container">
<h2>Platform Features</h2>
<div class="features-grid">
<div class="feature">
<i>📅</i>
<h3>Automated Booking System</h3>
<p>
Book one-on-one sessions with ease, directly from your mentor's
available time slots.
</p>
</div>
<div class="feature">
<i>👤</i>
<h3>Personalized Mentorship</h3>
<p>
Receive tailored academic and career guidance from faculty
mentors.
</p>
</div>
<div class="feature">
<i>💬</i>
<h3>Simple Communication</h3>
<p>
Easily communicate with your mentor and stay updated with
session reminders.
</p>
</div>
</div>
</div>
</section>
<section id="mentors" class="mentors">
<div class="container">
<h2>Meet Our Mentors</h2>
<div class="mentor-carousel">
<div class="mentor-slide">
<div class="mentor-card">
<img
src="./assets/images/F1.jpg"
alt="Mentor 1"
/>
<h3>Dr. Birmohan Singh</h3>
<p>Computer Science</p>
<a href="#" class="btn btn-primary">View Profile</a>
</div>
</div>
<div class="mentor-slide">
<div class="mentor-card">
<img
src="./assets/images/F5.jpg"
alt="Mentor 2"
/>
<h3>Dr. Gurjinder Kaur</h3>
<p>Artificial Intelligence</p>
<a href="#" class="btn btn-primary">View Profile</a>
</div>
</div>
<div class="mentor-slide">
<div class="mentor-card">
<img
src="./assets/images/F7.jpg"
alt="Mentor 3"
/>
<h3>Dr. Jagdeep Singh</h3>
<p>Computer Science & Engineering</p>
<a href="#" class="btn btn-primary">View Profile</a>
</div>
</div>
<button class="carousel-btn prev">❮</button>
<button class="carousel-btn next">❯</button>
</div>
</div>
</section>
<section id="testimonials" class="testimonials">
<div class="container">
<h2>What Students Say</h2>
<div class="testimonial-carousel">
<div class="testimonial active">
<p>
"The mentorship program has been invaluable for my academic
growth. My mentor's guidance helped me excel in my studies."
</p>
<p><strong>- Sarah J., Computer Science</strong></p>
</div>
<div class="testimonial">
<p>
"I gained crucial insights into my career path through my
mentor's industry experience. It's been a game-changer for me."
</p>
<p><strong>- Mike T., Data Science</strong></p>
</div>
<div class="testimonial">
<p>
"The platform made it easy to connect with a mentor who
understood my goals. I'm grateful for this opportunity."
</p>
<p><strong>- Lisa R., Artificial Intelligence</strong></p>
</div>
</div>
</div>
</section>
<section class="cta">
<div class="container">
<h2>Ready to Take Your Academic Journey to the Next Level?</h2>
<a href="#" class="btn btn-secondary">Find Your Mentor Today</a>
<p>Connect with a mentor and start building your future.</p>
</div>
</section>
</main>
<footer>
<div class="container">
<ul class="footer-links">
<li><a href="#">About Us</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">FAQs</a></li>
</ul>
<p>© 2024 SLIET Mentorship Platform. All rights reserved.</p>
</div>
</footer>
<div class="chat-container">
<div class="chat-header">
<img
src="https://img.freepik.com/free-vector/graident-ai-robot-vectorart_78370-4114.jpg"
alt="Chatbot Avatar"
class="avatar"
/>
<h2>SLIET Assistant</h2>
<button id="closeChat" class="close-btn">×</button>
</div>
<div class="chat-messages" id="chatMessages">
<!-- Messages will be dynamically added here -->
</div>
<div class="chat-input">
<input type="text" id="userInput" placeholder="Type your message..." />
<button id="sendMessage">Send</button>
</div>
<div class="chat-footer">
<button id="suggestedQuestion1" class="suggested-question">
How do I find a mentor?
</button>
<button id="suggestedQuestion2" class="suggested-question">
What are the benefits of mentorship?
</button>
</div>
</div>
<button id="openChat" class="open-chat-btn">Chat with SLIET bot</button>
<script src="./home/app.js"></script>
<script src="./assets/js/global.js"></script>
</body>
</html>