-
Notifications
You must be signed in to change notification settings - Fork 0
/
Aboutus.html
81 lines (66 loc) · 2.83 KB
/
Aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #362b2e;
color: #fff;
padding: 20px;
text-align: center;
}
footer {
background-color: #362b2e;
color: #fff;
padding: 20px;
text-align: center;
}
.footer-footer-copyright{
padding: 20px;
text-align: center;
}
</style>
</head>
<body>
<header>
<h1>About Us</h1>
</header>
<div class="container">
<h2>Welcome to BookHive</h2>
<p>
BookHive is more than just a bookstore; it is a heaven for bibliophiles, a hub for intellectual and creative exchange, and a cornerstone of our community. We strive to create an environment where every visitor feels valued and inspired, and where the joy of reading is celebrated and shared. </p>
<h2>Our Mission</h2>
<p>
At BookHive, our mission is to foster a vibrant community of readers and learners by providing an inclusive, welcoming space where people can explore, discover, and delight in the world of books. We are dedicated to curating a diverse selection of literature, from timeless classics to contemporary bestsellers, ensuring that every reader can find a book that resonates with their unique interests and passions.</p>
<h2>Our Team</h2>
<p>
Our dedicated team of passionate book enthusiasts is here to assist you in finding the perfect book for every occasion. Whether you're searching for a gripping mystery novel, a thought-provoking non-fiction read, or a fun children's book, we're here to help you discover your next favorite book.
</p>
</div>
<footer>
<div class="footer-main">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="footer-link-contact">
<h5>Contact Us</h5>
<ul>
<p><i class="fas fa-map-marker-alt"></i>Address: Sahyadri College of Engineering and Management, Mangalore </p>
<p><i class="fas fa-envelope"></i>Email: <a href="mailto:contactinfo@gmail.com">bookhive2020@gmail.com</a></p>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
</body>
</html>