forked from theprince29/CSJMUconnect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
289 lines (277 loc) · 16.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Helpdesk</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Bootstrap Icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic"
rel="stylesheet" type="text/css" />
<!-- SimpleLightbox plugin CSS-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light fixed-top py-3" id="mainNav">
<div class="container px-4 px-lg-5">
<a class="navbar-brand" href="#page-top">Helpdesk</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto my-2 my-lg-0">
<li class="nav-item"><a class="nav-link" href="/helpdesk/index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link" href="#resources">Resources</a></li>
<li class="nav-item"><a class="nav-link" href="#community">Community</a></li>
<li class="nav-item"><a class="nav-link" href="/helpdesk/contirbutor.html">Connect with-us</a></li>
<li class="nav-item"><button id="show-login" style="translate: translate(-50,-50);"><a class="nav-link" href="#" >Login/Sign Up</a></button></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead">
<div class="prince"></div>
<div class="popup" >
<div class="close-btn">×</div>
<div class="form">
<h2>Login</h2>
<div class="form-element">
<label for="email">Email</label>
<input type="text" id="email" placeholder="Enter your clg email">
</div>
<div class="form-element">
<label for="password">Password</label>
<input type="text" id="password" placeholder="Enter Your Password">
</div>
<div class="form-element">
<input type="checkbox" id="remember-me">
<label for="remember">Remember-me</label>
</div>
<div class="form-element">
<button >Sign in</button>
</div>
<div class="form-element">
<a href="#">Forgot Password?</a>
</div>
<div class="form-element">
<a href="#">Create new account</a>
</div>
</div>
</div>
<div class="container px-4 px-lg-5 h-100">
<div class="row gx-4 gx-lg-5 h-100 align-items-center justify-content-center text-center">
<div class="col-lg-8 align-self-end">
<h1 class="text-white font-weight-bold">"Bridging Knowledge and Friendship"</h1>
<hr class="divider" style="opacity: 0;"/>
</div>
<div class="col-lg-8 align-self-baseline">
<p class="text-white-75 mb-5">Welcome to the heart of our college community! platefrom is your
gateway to a world of learning, connection, and growth. Explore our diverse resources, connect
with fellow students, and embark on a journey that will help you navigate and enhance your
college experience. Together, we unlock the full potential of your academic years. Join us in
this exciting adventure!</p>
<a class="btn btn-primary btn-xl" href="#about">dive in</a>
</div>
</div>
</div>
</header>
<!-- About-->
<section class="page-section bg-primary" id="about">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-lg-8 text-center">
<h2 class="text-white mt-0">Know more about us</h2>
<hr class="divider divider-light" style="opacity: 0;"/>
<p class="text-white-75 mb-4">"Discover our rich history, meet the dedicated individuals who lead
us, and learn about our unwavering commitment to academic excellence and student success.
Welcome to a place where the pursuit of knowledge meets the spirit of unity and growth. This is
your college, and this is your community."</p>
<a class="btn btn-light btn-xl" href="/helpdesk/about.html">More</a>
</div>
</div>
</div>
</section>
<!-- resources -->
<section class="page-section bg-dark text-white">
<div class="container px-4 px-lg-5 text-center">
<h2 class="mb-4">"With our resources at your fingertips, you're equipped to conquer challenges and seize the
future. Explore, learn, and thrive!"</h2>
</div>
</section>
<section class="page-section" id="resources">
<div class="container px-4 px-lg-5">
<h2 class="text-center mt-0">Resources</h2>
<hr class="divider" style="opacity: 0;"/>
<div class="row justify-content-center">
<div class="col-lg-3 col-md-6 text-center">
<div class="mt-5">
<div class="mb-2"><a href="/helpdesk/secrets.html"><i class="bi-gem fs-1 text-primary"></i></a></div>
<h3 class="h4 mb-2"><a style="text-decoration: none; color: #212529;" href="/helpdesk/secrets.html">Topper Secrets</a></h3>
<p class="text-muted mb-0">Hand written notes of toppers</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="mt-5">
<div class="mb-2"><a href="https://gyansanchay.csjmu.ac.in/"><i class="bi-laptop fs-1 text-primary"></i></a></div>
<h3 class="h4 mb-2"><a style="text-decoration: none; color: #212529;" href="https://gyansanchay.csjmu.ac.in/" >Gyan Sanchay</a></h3>
<p class="text-muted mb-0">Hand written notes of proff</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="mt-5">
<div class="mb-2"><a href="/helpdesk/pyqs.html"><i class="bi bi-book fs-1 text-primary"></a></i></div>
<h3 class="h4 mb-2"><a href="/helpdesk/pyqs.html" style="text-decoration: none; color: #212529;">PYQS</a></h3>
<p class="text-muted mb-0">Past years question paper for practices</p>
</div>
</div>
</div>
</div>
</section>
<section class="page-section bg-primary" id="community">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-lg-8 text-center">
<h2 class="text-white mt-0">Community</h2>
<hr class="divider divider-light" style="opacity: 0;" />
<p class="text-white-75 mb-4">"Join the heart of our vibrant college community on our 'Community'
page. Connect, collaborate, and converse with fellow students who share your academic journey.
Whether you're seeking insightful discussions or forging lifelong friendships, our community is
where it all happens. Come together, share experiences, and make your college years
unforgettable. Your adventure starts here!"</p>
<a class="btn btn-light btn-xl" href="/helpdesk/community.html">Join now!</a>
</div>
</div>
</div>
</section>
<section class="page-section" id="connect">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5">
<div class="col-lg-6 pt-12">
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d1510.049828862413!2d80.26537608795942!3d26.50106188191156!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x399c378462b35939%3A0xb4805f171d9ebc5f!2sUniversity%20Institute%20of%20Engineering%20and%20Technology!5e0!3m2!1sen!2sin!4v1695360098124!5m2!1sen!2sin"
width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="col-lg-6">
<div class="row gx-4 gx-lg-5">
<div class="col-lg-12 text-center">
<h2 class="mt-10">Let's Get In Touch!</h2>
<!-- <hr class="divider" /> -->
<p class="text-muted mb-5"></p>
</div>
</div>
<div class="row gx-4 gx-lg-5 mb-5">
<div class="col-lg-12">
<!-- Contact form goes here -->
<form id="contactForm" data-sb-form-api-token="API_TOKEN" action="https://script.google.com/macros/s/AKfycbxu7anBuRUhu5poSsi-H76a6t9dXZ8GGHA94wlioa2YI9-ds4AsVlumN19n9Z00P41V/exec">
<!-- Form fields go here -->
<!-- Name input-->
<div class="form-floating mb-3">
<input class="form-control" id="name" type="text" name="Full name" placeholder="Enter your name..."
data-sb-validations="required" />
<label for="name">Full name</label>
<div class="invalid-feedback" data-sb-feedback="name:required">A name is required.</div>
</div>
<!-- Email address input-->
<div class="form-floating mb-3">
<input class="form-control" id="email" type="email" name="Email" placeholder="name@example.com"
data-sb-validations="required,email" />
<label for="email">Email address</label>
<div class="invalid-feedback" data-sb-feedback="email:required">An email is required.</div>
<div class="invalid-feedback" data-sb-feedback="email:email">Email is not valid.</div>
</div>
<!-- Phone number input-->
<div class="form-floating mb-3">
<input class="form-control" id="phone" type="text" name="Phone" placeholder="(123) 456-7890"
data-sb-validations="required" />
<label for="phone">Phone number</label>
<div class="invalid-feedback" data-sb-feedback="phone:required">A phone number is required.
</div>
</div>
<!-- Message input-->
<div class="form-floating mb-3">
<textarea class="form-control" id="message" type="text" name="message"
placeholder="Enter your message here..." style="height: 10rem"
data-sb-validations="required"></textarea>
<label for="message">Message</label>
<div class="invalid-feedback" data-sb-feedback="message:required">A message is required.
</div>
</div>
<!-- Submit Button-->
<div class="d-grid"><button class="btn btn-primary btn-xl" id="submitButton" value="Submit"
type="submit">Submit</button></div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer-->
<!-- <footer class="bg-light py-5">
<div class="container px-4 px-lg-5"><div class="small text-center text-muted">Copyright © 2023 - Open Comunnity UIET Kanpur</div></div>
</footer> -->
<footer class="bg-dark text-light mt-5">
<div class="container mt-5">
<div class="row">
<div class="col-md-3 mt-5">
<!-- Your college logo here -->
<a class="navbar-brand" href="#page-top">
<h5>Helpdesk</h5>
</a>
<p style="font-size: small;">A open community for UIET Kanpur students</p>
</div>
<div class="col-md-3 mt-5">
<!-- Contact information -->
<h5>Contact Us:</h5>
<p style="font-size: small;">Email: contact@yourcollege.edu</p>
<p style="font-size: small;">Phone: (123) 456-7890</p>
</div>
<div class="col-md-3 mt-5">
<!-- Social media links -->
<h5>Follow Us:</h5>
<a href="#" style="text-decoration: none; font-size:small;" class="text-light">Facebook</a><br>
<a href="#" style="text-decoration: none; font-size:small;" class="text-light">Twitter</a><br>
<a href="#" style="text-decoration: none; font-size:small;" class="text-light">Instagram</a><br>
<a href="#" style="text-decoration: none; font-size:small;" class="text-light">LinkedIn</a>
</div>
<div class="col-md-3 mt-5">
<!-- Quick links -->
<h5>Quick Links:</h5>
<ul class="list-unstyled">
<li><a style="text-decoration: none;font-size:small;" href="#">Home</a></li>
<li><a style="text-decoration: none;font-size:small;" href="#">About Us</a></li>
<li><a style="text-decoration: none;font-size:small;" href="#">Resources</a></li>
<li><a style="text-decoration: none;font-size:small;" href="#community">Community</a></li>
<li><a style="text-decoration: none;font-size:small;" href="#connect">Connect with-us</a></li>
</ul>
</div>
</div>
<div class="container px-4 px-lg-5">
<div class="small text-center text-muted">Copyright © 2023 - Open Comunnity UIET Kanpur</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- SimpleLightbox plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<script src="js/login.js"></script>
</body>
</html>