-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact us.html
85 lines (79 loc) · 4.15 KB
/
contact us.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
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<title>THE BOOKSHELF - Online Bookstore</title>
<link rel="stylesheet" type="text/css" href="styles/styles.css">
<link rel="stylesheet" type="text/css" href="styles/home.css">
<script src="js/script.js"></script>
</head>
<body onload="auto_slides()">
<!--Header-->
<div class="header">
<a href="index.php"><div id="logo"></div></a>
<input class="searchbar" type="search" placeholder=" Search Title/Author">
<input class="searchbutton" type="submit" value=" ">
<a href="#"><img class="profile_ico" src="images/icons/user.svg"></a>
</div>
<ul class="menu">
<li class="menu" id="sideNav"><a href=""><img height="20px" src="images/icons/menu.png"></a></li>
<li class="menu"><a href="Catogeries.html">Categories</a></li>
<li class="menu"><a href="Authors.html">Authors</a></li>
<li class="menu"><a href="Contact us.html">Contact us</a></li>
<li class="menu"><a href="Help.html">Help</a></li>
<li class="menu" style="float: right;"><a href="#"><img height="20px" src="images/cart.png"></a></li>
</ul>
<!--Header-->
<div style="margin: 50px 100px 300px 100px; font-family: Calibri; font-size: 25px;">
<h1 style="font-size: 40px;">Contact us</h1>
<hr>
<br>
E-mail : [email protected]<br>
Hotline : +94 774598674<br>
Facebook : facebook.com/thebookshelf<br>
Twitter : twitter.com/@thebookshelf<br>
Instagram : instagram.com/@thebookshelf.store<br>
<br><br>
<form style="text-align: center;" action="" method="POST">
<h1 style="font-size: 30px;">Have a question,comment and query</h1><br>
Name<br>
<input style="width: 50%; height: 30px;" type="text" name="name"><br>
E-mail<br>
<input style="width: 50%; height: 30px;" type="email" name="email"><br>
Comment<br>
<textarea style="width: 50%; height: 100px;" name="comment"></textarea><br>
<input type="submit" style="background-color: #bbbbbb; border-radius: 5px; width: 50%; padding: 8px; margin: 10px;">
</form>
</div>
<!--Footer-->
<div class="footer">
<img src="images/footer_img.png" style="float: right; width: 30%; padding: 0px 10px;">
<div class="paymentMethods">
<img src="images/icons/mastercard_logo.png">
<img src="images/icons/visa_logo.png">
<img src="images/icons/american_express.png">
</div>
<table style=" padding-left: 80px; text-align: left; float: left;">
<tr>
<th class="footerDetails"><a class="footerLinks" href="index.php">thebookshelf.com</a></th>
<th class="footerDetails">Customer services</th>
<th class="footerDetails"><a class="footerLinks" href="contact us.html">Contact us</a></th>
</tr>
<tr>
<td class="footerDetails"><a class="footerLinks" href="about us.html">About us</a></td>
<td class="footerDetails"><a class="footerLinks" href="account.html">My Account</a></td>
<td class="footerDetails">E-mail :[email protected]</td>
</tr>
<tr>
<td class="footerDetails"><a class="footerLinks" href="privacy policy.html">Privacy policy</a></td>
<td class="footerDetails"><a class="footerLinks" href="cart.html">Shoping cart</td>
<td class="footerDetails">Mobile :+94 774598647</td>
</tr>
<tr>
<td class="footerDetails"><a class="footerLinks" href="Contact us.html">Contact us</a></td>
<td class="footerDetails"><a class="footerLinks" href="payment methods.html">Payment Methods</a></td>
</tr>
</table>
</div>
<!--Footer-->
</body>
</html>