forked from snehel4510/Print_Easy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
409 lines (383 loc) · 16.2 KB
/
index.html
File metadata and controls
409 lines (383 loc) · 16.2 KB
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
<!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" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css" />
<link href="https://api.mapbox.com/mapbox-gl-js/v2.1.1/mapbox-gl.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"></script>
<script src="https://api.mapbox.com/mapbox-gl-js/v2.1.1/mapbox-gl.js"></script>
<link rel="stylesheet" href="style.css" />
<script src="main.js"></script>
<title>Print Easy</title>
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg bg-dark navbar-dark py-4 fixed-top">
<div class="container">
<h5><a href="#" class="navbar-brand"><i class="bi bi-printer-fill"></i> Print Easy </a></h5>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navmenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navmenu">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a href="#learn" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#price" class="nav-link">Pricing</a>
</li>
<li class="nav-item">
<a href="#questions" class="nav-link">Queries</a>
</li>
<li class="nav-item">
<a href="#instructors" class="nav-link">Members</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Showcase -->
<section class="bg-dark text-light p-5 p-lg-0 pt-lg-5 text-center text-sm-start">
<div class="container">
<h1><img src="img/btif4dxg8rgtfprtffrn.png" class="img-fluid" alt="" width="200" height="200"> Easy, Reliable and
Fast.</h1>
<div class="d-sm-flex align-items-center justify-content-between">
<div>
<h1>Prints on your<span class="text-warning"> Clicks🖱 </span></h1>
<p class="lead my-4">
<b>Providing you with a better, fast, easy and reliable
printing solution with just one click.</b>
</p>
<button class="btn btn-outline-success btn-lg" data-bs-toggle="modal" data-bs-target="#enroll">
Start Printing
</button>
</div>
<img class="img-fluid w-50 d-none d-sm-block" src="img/undraw_printing_invoices_-5-r4r.svg" alt="" />
</div>
</div>
</section>
<!-- About -->
<section id="learn" class="p-5">
<div class="container">
<div class="row align-items-center justify-content-between">
<div class="col-md">
<img src="img/undraw_color_palette_yamk.svg" class="img-fluid" alt="" />
</div>
<div class="col-md p-5">
<h1>Worried finding fast printing solutions?</h1>
<p class="lead">
<b>We provide easy and reliable printing solution to the JUETians.
Now you don't have to waste your time waiting while your assignment
gets printed in the only Stationary shop of our college.</b>
</p>
</div>
</div>
</div>
</section>
<!-- Pricing -->
<section id="price" class="layer">
<div class="container">
<div class="row text-center g-4">
<div class="col-md">
<div class="card bg-primary text-light">
<div class="card-body text-center">
<div class="h1 mb-3">
<i class="bi bi-file-earmark-text"></i>
</div>
<h3 class="card-title mb-3">Color</h3>
<p class="card-text">
<h2>₹5/page</h2>
</p>
</div>
</div>
</div>
<div class="col-md">
<div class="card bg-secondary text-light">
<div class="card-body text-center">
<div class="h1 mb-3">
<i class="bi bi-file-earmark-richtext-fill"></i>
</div>
<h3 class="card-title mb-3">Black & White</h3>
<p class="card-text">
<h2>₹2/page</h2>
</p>
</div>
</div>
</div>
<div class="col-md">
<div class="card bg-dark text-light">
<div class="card-body text-center">
<div class="h1 mb-3">
<i class="bi bi-image-fill"></i>
</div>
<h3 class="card-title mb-3">Photo/Images</h3>
<p class="card-text">
<h2>₹10/page</h2>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Question Accordion -->
<section id="questions" class="p-5">
<div class="container">
<h2 class="text-center mb-4">Frequently Asked Questions</h2>
<div class="accordion accordion-flush" id="questions">
<!-- Item 1 -->
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#question-one">
<b>What services are we providing you?</b>
</button>
</h2>
<div id="question-one" class="accordion-collapse collapse" data-bs-parent="#questions">
<div class="accordion-body">
We see a lot of people face problems during their exams when they have to print their assignments while
waiting in long queues in front of the multi purpose shop.
So we are here to deal with this problems, now you don't have to visit the shop and wait for too long, you
only have to sumbit your print details, and we will get things donw ready for you.
</div>
</div>
</div>
<!-- Item 2 -->
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#question-two">
<b>What are the available time slots?</b>
</button>
</h2>
<div id="question-two" class="accordion-collapse collapse" data-bs-parent="#questions">
<div class="accordion-body">
So to manage our work-load and time-management, we have divided our service availability into 3 different
time slots. You just have to select your preferred time slot and we will keep your print ready in that
particular time-slot.
Right now we are providing 3 time-slots : 9:00 to 1:00 AM, 2:00 to 4:00 PM, 5:00 to 7:00 PM.
</div>
</div>
</div>
<!-- Item 3 -->
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#question-three">
<b>How will i get my print delivered?</b>
</button>
</h2>
<div id="question-three" class="accordion-collapse collapse" data-bs-parent="#questions">
<div class="accordion-body">
Sorry to say, but right now we do not provide any delivery option. After you are done with the payment,
you have to visit the multi-purpose shop at your time slot and there you will get your print without
any wait.
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Team members -->
<section id="instructors" class="p-5 bg-primary">
<div class="container">
<h2 class="text-center text-white">Our Team</h2>
<div class="row g-4 align-items-center">
<div class="col-md-6 col-lg-2 center">
<div class="card bg-light">
<div class="card-body text-center">
<img src="pp/vivek.jpg" class="rounded-circle mb-3" alt="" height="150" width="150" />
<h3 class="card-title mb-3">Vivek Raj</h3>
<a href="https://github.com/vivek282000"><i class="bi bi-github text-dark mx-1"></i></a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-2 center">
<div class="card bg-light">
<div class="card-body text-center">
<img src="pp/sahil.jpg" class="rounded-circle mb-3" alt="" height="150" width="150" />
<h3 class="card-title mb-3">Snehel</h3>
<a href="https://twitter.com/SNEHEL4"><i class="bi bi-twitter text-dark mx-1"></i></a>
<a href="https://www.linkedin.com/in/snehel-922b75201/"><i class="bi bi-linkedin text-dark mx-1"></i></a>
<a href="https://github.com/snehel4510"><i class="bi bi-github text-dark mx-1"></i></a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 center">
<div class="card bg-light">
<div class="card-body text-center">
<img src="pp/sriv.jpg" class="rounded-circle mb-3" alt="" height="150" width="150" />
<h3 class="card-title mb-3">Ankur Srivastava</h3>
<a href="https://twitter.com/Ank_LALA"><i class="bi bi-twitter text-dark mx-1"></i></a>
<a href="https://github.com/Ankurallin1"><i class="bi bi-github text-dark mx-1"></i></a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-2 center">
<div class="card bg-light">
<div class="card-body text-center">
<img src="pp/photo_2022-02-20_04-32-08.jpg" class="rounded-circle mb-3" alt="" height="150" width="150" />
<h3 class="card-title mb-3">Anuj Shukla</h3>
<a href="https://github.com/Mr-AnujShukla"><i class="bi bi-github text-dark mx-1"></i></a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-2 center">
<div class="card bg-light">
<div class="card-body text-center">
<img src="pp/ankur1.jpg" class="rounded-circle mb-3" alt="" height="150" width="150" />
<h3 class="card-title mb-3">Ankur</h3>
<a href="https://twitter.com/Ankur0152?t=tb78fQSY4CY9HxNonbIE6g&s=09"><i
class="bi bi-twitter text-dark mx-1"></i></a>
<a href="https://www.linkedin.com/in/ankur-mishra-338613204"><i
class="bi bi-linkedin text-dark mx-1"></i></a>
<a href="https://github.com/AnkurMishra123"><i class="bi bi-github text-dark mx-1"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact & Map -->
<section class="p-5" id="contact">
<div class="container">
<div class="row g-4">
<div class="col-md">
<h2 class="text-center mb-4">Contact Info</h2>
<ul class="list-group list-group-flush lead">
<li class="list-group-item">
<span class="fw-bold">Main Location:</span> JUET Guna
</li>
<li class="list-group-item">
<span class="fw-bold">Enrollment Phone:</span> 7355446956
</li>
<li class="list-group-item">
<span class="fw-bold">Support Phone:</span> 9525827446
</li>
<li class="list-group-item">
<span class="fw-bold">Enrollment Email:</span> ankursrivastava2070@gmail.com
</li>
<li class="list-group-item">
<span class="fw-bold">Support Email:</span>
vivekraj282000@gmail.com
</li>
</ul>
</div>
<div class="col-md">
<div id="map"></div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="p-3 bg-dark text-white text-center position-relative">
<div class="container">
<p class="lead">Copyright © 2022 Vs Programmers</p>
<a href="#" class="position-absolute bottom-0 end-0 p-2">
<i class="bi bi-arrow-up-circle"></i>
</a>
</div>
</footer>
<!-- Modal -->
<div class="modal fade" id="enroll" tabindex="-1" aria-labelledby="enrollLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="enrollLabel">Fill out this form and we will get back to you</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<form>
<div class="mb-2">
<label for="first-name" class="col-form-label">
First Name:
</label>
<input type="text" class="form-control" id="first-name" />
</div>
<div class="mb-2">
<label for="email" class="col-form-label">Enrollment no:</label>
<input type="text" class="form-control" id="email" />
</div>
<div class="mb-2">
<label for="phone" class="col-form-label">Phone:</label>
<input type="tel" class="form-control" id="phone" />
</div>
<div class="mb-2">
<label for="formFile" class="form-label mb-3">Choose input file</label>
<input class="form-control" type="file" id="formFile">
</div>
<table>
<tr>
<th>Print Details</th>
<th></th>
</tr>
<tr>
<td>
<SELECT class="form-select" aria-label="Default select example" NAME="memoryItem"
onChange="calculatePrice()" id="memoryItem">
<OPTION value="0">--Print Type--</OPTION>
<OPTION value="5">Coloured</OPTION>
<OPTION value="2">Black & White</OPTION>
</SELECT>
</td>
<td><input type="number" class="form-control" id="memoryItemQty" onChange="calculatePrice"
placeholder="pages" />
</td>
</tr>
<tr>
<td>
<SELECT class="form-select" aria-label="Default select example" NAME="hddItem"
onChange="calculatePrice()" id="hddItem">
<OPTION value="0">--Select Size--</OPTION>
<OPTION value="0">A4</OPTION>
<OPTION value="0">A3</OPTION>
</SELECT>
</td>
<td>
<SELECT class="form-select" aria-label="Default select example" NAME="hddItem"
onChange="calculatePrice()" id="hddItem">
<OPTION value="0">--Select Time Slot--</OPTION>
<OPTION value="0">9:00 - 11:00 AM</OPTION>
<OPTION value="0">2:00 - 4:00 PM</OPTION>
<OPTION value="0">5:00 - 7:00 PM</OPTION>
</SELECT>
</td>
</tr>
<tr>
</tr>
</table>
</form>
<button type="button" class="btn btn-dark mb-3" onclick="calculatePrice()">Calculate</button>
<INPUT type="text" class="form-control" id="PicExtPrice" Size=4 placeholder="Total">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-bs-dismiss="modal">
Cancel
</button>
<a href="payment gateway/p1.html"><button type="button" class="btn btn-success">Proceed to
payment</button></a>
</div>
</div>
</div>
</div>
<script>
mapboxgl.accessToken =
'pk.eyJ1Ijoic25laGVsNDUxMCIsImEiOiJja3p1Z3BzcHMwN3lhMm5ydXNoN2d6eGtoIn0.vmJMFNWp5kw7wExhl6GdgA'
var map = new mapboxgl.Map({
container: 'map',
style: 'mapbox://styles/mapbox/streets-v11',
center: [77.1609, 24.4348],
zoom: 10,
})
</script>
</body>
</html>