-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
39 lines (34 loc) · 1.67 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
<!DOCTYPE html>
<html>
<head>
<title>Help</title>
<link href="css/global.css" rel="stylesheet" type="text/css" />
<link href="css/layout.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
</head>
<body>
<div id="header">
<iframe src="header2.html" height="155px" width="960px" frameborder="0"></iframe>
</div>
<div class="imgg">
<img src="images/help.png" alt="" height="150px">
</div>
<div class="box" style="text-align: center; border-style: solid; margin: 0px 60px; padding: 20px 0px 10px; height: 400px;">
<br><h1 style="color: #009dae; font-size: 40px;"> <u>Frequently Asked Questions</u> </h1><br><br>
<div class="faqs">
<p>QUESTION: HOW CAN WE DONATE?</p>
<p>ANSWER: BY REGISTERING THROUGH OUR WEBSITE</p><br>
<p>QUESTION: HOW CAN WE GET CREDITS?</p>
<p>ANSWER: BY DONATING AT LEAST 3 BOOKS</p><br>
<p>QUESTION: HOW MUCH WILL WE HAVE TO PAY?</p>
<p>ANSWER: YOU WILL HAVE TO PAY ONLY THE DELIVERY CHARGES</p>
</div>
</div>
</div>
<br>
<div id="footer">
<div class="footer_top"><a href="#" target="_parent" class="footer_dull_red">Get to Know Us</a> | <a href="#" target="_parent" class="footer_dull_red">Join Us</a> | <a href="#" target="_parent" class="footer_dull_red">Let Us Help You</a> | <a href="#" target="_parent" class="footer_dull_red">Conditions of Use</a></div>
<iframe src="footer.html" height="50px" width="900px" frameborder="0"></iframe>
</div>
</body>
</html>