-
Notifications
You must be signed in to change notification settings - Fork 0
/
project2.html
36 lines (36 loc) · 2.21 KB
/
project2.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
<!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">
<title>Class Locator</title>
<link rel="stylesheet" type="text/css" media="screen" href="./styles/main.css">
</head>
<body>
<div id="container--main">
<a href="./index.html">← Go Back</a>
<br><br>
<h1>Class Locator</h1>
<a href="https://classlocator.live/" target="_blank">https://classlocator.live</a>
<br><br>
<ul>
<li><a href="https://github.com/Kraniket901/NITRR-Class-Locator" target="_blank">Source Code</a></li>
<!-- <li><a href="#" target="_blank">Live Demo</a></li> -->
</ul>
<p> This is the Project to help the students of NIT Raipur to find their classes, labs and offices in the Main Building of our College. <br><br>
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>
ClassRoom Locator Gives You The Most Simplest & Quickest Way to Find the Pathway to Your ClassRoom. <br><br>
All you Have to do is Enter Your Current Location ( Any Nearest Room To You ) & Final Location ( Room Where You Want to Visit ) in the Search Box or Select Your Floor Accordingly - Ground Floor / First Floor / Second Floor. <br><br>
Press the "Search Button" to get your Path from Current Room to the Final Room. You Can Also Select Any Room to see It's Details. <br><br>
That's all you Need to do, to get the Solution of your Problem.
</p>
<div class="p1">
<ul>
<li><a href="https://classlocator.live/assets/CLASS%20LOCATOR.pdf" target="_blank">How it Works?</a></li>
<li><a href="./assets/Aniket Sahyog hackathon.pdf" target="_blank">Certificate</a></li>
</ul>
</div>
</div>
</body>
</html>