forked from NITRR-Official/Classlocator-engine
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
319 lines (273 loc) · 13.9 KB
/
index.html
File metadata and controls
319 lines (273 loc) · 13.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Class Locator - Home</title>
<meta content="This Is The Landing Page To Our ClassRoom Locator Website" name="description">
<meta content="nit, raipur, chhattisgarh, national, institute, technology, class, locator, nitrr, classroom" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<script src="https://kit.fontawesome.com/911240ee85.js" crossorigin="anonymous"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Open+Sans:300,300i,400,400i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TS5SNMMD07"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TS5SNMMD07');
</script>
<script src="https://www.google.com/recaptcha/api.js"></script>
<script>
function onSubmit(token) {
document.getElementById("my-form").submit();
}
</script>
</head>
<body>
<!-- ======= Header ======= -->
<!-- This section is for dialog box -->
<div class="popup" id="popup">
<div class="overlay"></div>
<div class="popup-content">
<h1><i class="fa-solid fa-circle-info" style="color:#3274ed"></i> Information</h1>
<p></p>
<div class="service">
<button class="services" id="services1">Nearest Stairs</button>
<button class="services" id="services2">Nearest Lift/Water</button>
<button class="services" id="services3">Nearest Ladies Toilet</button>
<button class="services" id="services4">Nearest Gents Toilet</button>
<button class="services" id="services5">Nearest Exit Gates</button>
</div>
<div class="controls">
<button class="close-btn">Close</button>
<button class="close-btn" id="continueAny">Continue Anyway</button>
</div>
</div>
</div>
<header id="header" class="fixed-top d-flex align-items-center header-transparent">
<div class="container d-flex justify-content-between align-items-center">
<div id="logo">
<a href="./index.html"><img height="50px" src="assets/img/logo.png" alt="logo"></a>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li class="dropdown"><a href="#"><span>Select Floor</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a id="grounds2" href="./maps.html">Ground Floor</a></li>
<li><a id="firstt2" href="./maps.html">First Floor</a></li>
<li><a id="secondd2" href="./maps.html">Second Floor</a></li>
<li><a id="backyard2" href="./maps.html">Backside</a></li>
</ul>
</li>
<li><a class="nav-link scrollto" href="#features">Steps</a></li>
<li><a class="nav-link scrollto" href="#more-features">Features</a></li>
<li><a class="nav-link scrollto" href="#call-to-action">About</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
<li><a class="nav-link scrollto" href="./privacy.html">Privacy Policy</a></li>
<li><a class="nav-link scrollto" id="team-nav" href="./about.html">Team</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-text" data-aos="zoom-out">
<div class="row">
<div class="bigContainer">
<div class="hcontainer">
<input id="current" type="text" placeholder="Nearest Room" name="current" value="" autocomplete="off" />
</div>
<div id="currentdiv" class="iContainer">
<!-- Don't think this section useless, it is used for showing the search results -->
</div>
<a id="swap" class="btn-get-started" style="border:none;margin:0;width:50px; padding:0.5rem 1rem;cursor:pointer;"><i class="fa-sharp fa-solid fa-right-left"></i></a>
<div class="hcontainer">
<input id="final" type="text" placeholder="Destination Room" name="search-box" value=""
autocomplete="off" />
</div>
<div id="finaldiv" class="iContainer i2Container">
<!-- Don't think this section useless, it is used for showing the search results -->
</div>
<a href=/maps.html" id="search" class="btn-get-started" style="width:80px; padding:0.5rem 1rem;cursor:pointer;"><i
class="bi bi-search"></i></a>
</div>
</div>
<h2>Welcome to Class Locator, NITRR</h2>
<p>" Simplest & Quickest Way to Find the Path For Your Destination "</p>
<div class="row">
<div class="col-12">
<p style="font-style:normal;">EXPLORE :</p>
<a id="grounds1" href="./maps.html" class="btn-get-started scrollto">Ground Floor</a>
<a id="firstt1" href="./maps.html" class="btn-get-started scrollto">First Floor</a>
<a id="secondd1" href="./maps.html" class="btn-get-started scrollto">Second Floor</a>
<a id="backyard1" href="./maps.html" class="btn-get-started scrollto">Backside</a>
</div>
</div>
</div>
</section><!-- End Hero Section -->
<main id="main">
<!-- ======= Featuress Section ======= -->
<section id="features">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="section-header">
<h3 class="section-title">Quick Steps</h3>
<span class="section-divider"></span>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 box" data-aos="fade-up">
<div class="icon"><i class="bi bi-1-circle"></i></div>
<h4 class="title"><a href="">Step One</a></h4>
<p class="description">Type and Choose Your Current Location in the First Search Box</p>
</div>
<div class="col-lg-6 col-md-6 box" data-aos="fade-up">
<div class="icon"><i class="bi bi-2-circle"></i></div>
<h4 class="title"><a href="">Step Two</a></h4>
<p class="description">Type and Choose Your Final Location in the Second Search Box</p>
</div>
</div>
</div>
</div>
</section><!-- End Featuress Section -->
<!-- ======= More Features Section ======= -->
<section id="more-features" class="section-bg">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h3 class="section-title">Features</h3>
<span class="section-divider"></span>
<p class="section-description"></p>
</div>
<div class="row gy-4">
<div class="col-lg-6">
<div class="box">
<div class="icon"><i class="bi bi-image-alt"></i></div>
<h4 class="title"><a href="">Visual Graphics</a></h4>
<p class="description">Visual Symbols like that of Badminton Court, Garden, Staircase, Stage, Lecture
Hall, Labs and Rooms are used in this Map for better understanding of it</p>
</div>
</div>
<div class="col-lg-6">
<div class="box">
<div class="icon"><i class="bi bi-card-checklist"></i></div>
<h4 class="title"><a href="">2 Steps Solution</a></h4>
<p class="description">It Solves your Problem in not more than 2 Steps.</p>
</div>
</div>
<div class="col-lg-6">
<div class="box">
<div class="icon"><i class="bi bi-wifi"></i></div>
<h4 class="title"><a href="">Works At Low Connection</a></h4>
<p class="description">You don't need to have a Fast & Stable Internet Connection as this Website works
mostly on Offline Functionality.</p>
</div>
</div>
<div class="col-lg-6">
<div class="box">
<div class="icon"><i class="bi bi-box"></i></div>
<h4 class="title"><a href="">Provides Information</a></h4>
<p class="description">In addition to it's main functionality, It also Provides you with Detailed
Information about the ClassRooms, Laboratory, Faculty Rooms and Offices.</p>
</div>
</div>
</div>
</div>
</section><!-- End More Features Section -->
<!-- ======= Call To Action Section ======= -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-lg-9 text-center text-lg-start">
<h3 class="cta-title">About Us</h3>
<p class="cta-text">Bet you have been lost in this campus building trying to find the right room? Agreed!
It's hard to locate the correct classroom and this is a major problem when you are looking for your exam
room in last 5 mins. Let say you're in hurry and you don't find anybody near you to guide you through the
pathway. The situation can get worse. We've Got The Solution To This ! <br><br>Class Locator Gives You
The Most Simplest & Quickest Way to Find the Pathway to Your ClassRoom
</p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="./about.html">More</a>
<a class="cta-btn align-middle" href="./assets/CLASS LOCATOR.pdf" target="_blank">Handbook</a>
</div>
</div>
</div>
</section><!-- End Call To Action Section -->
<!-- ======= Contact Section ======= -->
<section id="contact">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h3 class="section-title">Contact Us</h3>
<span class="section-divider"></span>
<p class="section-description">Send Us Your Queries, Doubts and Feedback. We'd Love to Improve!</p>
</div>
<br>
<div class="row">
<div class="form">
<form method="POST"
action="https://script.google.com/macros/s/AKfycbwqjARQYqXKp6bLpXQO7z63zY4RS6vcbAuEJl_JABxU0Uf83rrn7B5hmACPMK8sVYeY1g/exec"
id="my-form">
<div class="row">
<div class="form-group col-lg-6 my-3 mt-lg-0">
<input type="email" class="form-control" name="Email" id="email" placeholder="Your Email"
data-rule="email" data-msg="Please enter a valid email">
</div>
<div class="form-group col-lg-6">
<input type="text" name="Name" class="form-control" id="name" placeholder="Your Name"
data-rule="minlen:4" data-msg="Please enter at least 4 chars">
</div>
</div>
<div class="row">
<div class="form-group col-lg-6 my-3 mt-lg-0">
<input type="text" class="form-control" name="Semester" id="semester" placeholder="Semester"
data-rule="semester" data-msg="Please enter a valid semester">
</div>
<div class="form-group col-lg-6">
<input type="text" name="Branch" class="form-control" id="branch" placeholder="Branch"
data-rule="minlen:4" data-msg="Please enter at least 4 chars">
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="Topic" id="topic" placeholder="Topic" data-rule="minlen:4"
data-msg="Please enter at least 8 chars of subject">
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="Message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="text-center" id="pleasewait">Please Wait...</div>
<div class="text-center"><button class="g-recaptcha"
data-sitekey="6LfHDMAkAAAAAOXKZt69rjLPYsQv0KS-TZ_Ui5ZG" data-callback='onSubmit' data-action='submit'
type="submit" title="Send Message">Submit</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<div class="text-center p-3" style="background-color: #afafaf">
@TEAM ELEX-CODE : <i>Created at SAHYOG - The Mentorship Club's Hackathon</i>
</div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-chevron-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="assets/js/Suggestion-index.js" type="module"></script>
</body>
</html>