-
Notifications
You must be signed in to change notification settings - Fork 1
/
About Us.html
85 lines (83 loc) · 2.59 KB
/
About 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>About Us Section</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<section id="header">
<a href="index.html"><img src="img/logo.png" class="logo"8 ></a>
<div>
<ul id="navbar">
<li><a href="index.html">Home</a></li>
<li><a href="member.html">Become a Member</a></li>
<li><a href="contactus.html">Contact Us</a></li>
<li><a href="About Us.html">About Us</a></li>
</ul>
</div>
</section>
<div class="section">
<div class="container">
<div class="content-section">
<div class="title">
<h1>About Book Wizard</h1>
</div>
<div class="content">
<h3> Book Wizard-Online BookStore</h3>
<p>BookWizard is a website for an extensive collection of books, stationery and magazines. Not only a “one-stop shop” for book lovers but also an interactive and innovative destination designed to make it fun and exciting to discover and shop for new books and gifts online.</p>
<div class="button">
<a href="">Read More</a>
</div>
</div>
<div class="social">
<a href=""><i class="fab fa-facebook-f"></i></a>
<a href=""><i class="fab fa-twitter"></i></a>
<a href=""><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="image-section">
<img src="img/bgimage.jpg">
</div>
</div>
</div>
<footer class="section-p1">
<div class="col">
<a href="file:///C:/Users/hello/Desktop/Html%20Project/index.html"><img src="img/logo.png" alt=""></a>
<br>
<h4>Contact</h4>
<p><strong>Address:</strong>No 562, Katugastota Road,<br> Colombo 7</p>
<p><strong>Phone :</strong>+81 153 5 869</p>
<p><strong>Hours :</strong>9:00 - 5:00. Mon - Sat</p>
</div>
<div class="col">
<h4>About</h4>
<a href="#">About Us</a>
<a href="#">Delivery Information</a>
<a href="#">Privacy Policy</a>
<a href="#">Terms & Conditions</a>
<a href="#">Contact Us</a>
</div>
<div class="col">
<h4>My Account</h4>
<a href="#">Sign In</a>
<a href="#">View Cart</a>
<a href="#">My Wishlist</a>
<a href="#">Track My Order</a>
<a href="#">Help</a>
</div>
<div class="co install">
<h4>Install App</h4>
<p>Form App Store or Google Play</p>
<div class="row">
<img src="img/pay/app.jpg" alt="">
<img src="img/pay/play.jpg" alt="">
</div>
<p>Secured Payment Gateways</p>
<img src="img/pay/pay.png" alt="">
</div>
</footer>
</body>
</html>