-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathservices.html
76 lines (68 loc) · 1.98 KB
/
services.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
<html>
<head>
<link rel="stylesheet" type="text/css" href="contactus.css">
</head>
<body>
<div class="navigation-bar">
<div id="navigation-container">
<img src="logobook.jpg.jpeg">
<ul>
<ul>
<li><a href="pagewithnav.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li id = "help"><a href="contactus.html">Contact Us</a></li>
<li><a href = "help.html">Help</a></li>
<li><a href="userlogin.php">Login</a></li>
<li><a href="register.html">Signup</a></li>
</ul>
</ul>
</div>
</div>
<div id="filter">
<table>
<tr>
<td>
<div id="feedback">
<form>
<h1>Services</h1>
<h3><i>The purpose of our website is to ease the process of purchase of books for students in the campus via the Balaji book store</i></h3>
<h3><i>Students can avail services of requesting for new books, check availability of existing books. As admin he can update the requests according to the students needs, and add the required books as when necessary</i></h3>
<h3><i>A feedback form system provides us opinions about the website and explore room for improvement and make the website more user friendly</i></h3>
</div>
</form>
</div>
</td>
<td>
<div id="image">
<img src="services.png">
</div>
</td>
</tr>
</table>
</div>
<div class="footer">
<div class="navigation-bar">
<div id="footer-container">
<ul>
<li>
<img src="logobook.jpg.jpeg">
</li>
<li>
Address:
VIT Vellore,
Katpadi Road,
Vellore,
Tamil Nadu 632014
</li>
<li>
Contact Us:
Email:vitbarnbooks@gmail.com
Mobile No: +918178197468
</li>
</ul>
</div>
</div>
</div>
</body>
</html>