-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
55 lines (48 loc) · 2.69 KB
/
about.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<!--------- <title>SGBIT bOT</title>------>
<link rel="stylesheet" href="about.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav>
<div class="logo">SGBIT Bot</div>
<input type="checkbox" id="click">
<label for="click" class="menu-btn">
<i class="fas fa-bars"></i>
</label>
<ul>
<li><a href="bot1.html">Home</a></li>
<li><a class="active" href="about.html">About</a></li>
<li><a href="service.html">Services</a></li>
<!-- <li><a href="#">Gallery</a></li> -->
<li><a href="#">Feedback</a></li>
</ul>
</nav>
<h1 style="text-align:center; margin-top:50px; text-decoration: underline;">ABOUT</h1>
<div class="content">
<!-- <div><img src="https://media.tenor.com/T4664VfiM0cAAAAC/asistente-robot.gif" class="responsive"></div> -->
<!-- <div><button class="btn">Activate</button></div> -->
<script type="text/javascript" src="robo.js"></script>
<h3 style="text-align: left;">Hello User !<br> This is the website which is designed to help you when you are needed with any information related to college for example library books, faculty info, department info,etc..<br>
Chatbots are used in many different types of industries to help the people to provide the specific services.
So we have designed a Web Chatbot which is specially designed for our college. It can hold the data related to college like library information, books information, faculty information etc..
You may be thinking that how this chatbot is going to help the user in our college ? Here is the answer for your question:
Many of the people will be visiting our college and they dont have any proper all the information related to our college so in this case they can make use of this chatbot and get ithe info.
In the case of student, this chat bot can be used by student to get the information of the book from the library , information of faculty,class timetable ,bus timetable and many other
things related to the college.Hope the answer for your question is cleared.
Note: As this is the prototype this will not be holdinng all the complete data of the college, we will work upon it, but still it is in working condition web.
The Designers of this website are : </h3>
<ol style="text-align: left;">
<li>Rohan Pawar</li>
<li>Samarth U K</li>
<li>Rasool Nadaf</li>
<li>Rohan Kakatikar</li>
</ol>
<div></div>
</div>
</body>
</html>