-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhelp.html
77 lines (69 loc) · 2.05 KB
/
help.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
77
<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>FAQ</h1>
<h3><i>May I donate a book to be digitized and added to Open Library?</i></h3>
<h3><i>---Yes, please do! Our parent organization, the Internet Archive, accepts donations of physical books, so, if you have books you'd like to donate, please visit our Book Drive page for instructions.</i></h3>
<h3><i>Can you tell me more about a particular book?</i></h3>
<h3><i>---No. Everything we know is already on our site. What you see is what you get on Open Library, and everyone (signed in or not) is encouraged to enrich a record with additional information from which we can all benefit.</i></h3>
</div>
</form>
</div>
</td>
<td>
<div id="image">
<img src="faq.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:[email protected]
Mobile No: +918178197468
</li>
</ul>
</div>
</div>
</div>
</body>
</html>