-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecond.html
109 lines (82 loc) · 3.56 KB
/
second.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Book Store Website</title>
<link rel="stylesheet" href="style2.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<section>
<nav>
<div class="logo">
<img src="image/Untitled design (4).png">
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#About">About</a></li>
<li><a href="tabs.html">Books</a></li>
<li><a href="review.html">Reviews</a></li>
<li><a href="index1.html">Sign Up</a></li>
</ul>
<div class="social_icon">
<i class="fa-solid fa-magnifying-glass"></i>
<i class="fa-solid fa-heart"></i>
</div>
</nav>
<!--About-->
<section id="#about"></section>
<div class="about">
<div class="about_image">
<img src="image/Screenshot 2023-10-14 at 10.52.51 PM.png">
</div>
<div class="about_tag">
<h1>About Us</h1>
<p>
At BOOK STORE, we are passionate about the written word.
Our mission is to provide a digital haven for book lovers and knowledge seekers.
With a diverse collection of eBooks spanning genres, from classic literature to
contemporary bestsellers, we're dedicated to fostering a love for reading in the
digital age. Whether you're an avid reader or just starting your literary journey,
our platform is your gateway to a world of captivating stories and insightful
knowledge. Join us in celebrating the joy of reading in the digital realm.
</p>
</div>
</div>
<!--footer-->
<footer>
<div class="footer_main">
<div class="tag">
<img src="image/logo1.png">
<p>
Your go-to source for eBooks and literary adventures.
Enjoy reading with Book Store.
</p>
</div>
<div class="tag">
<h1>Contact Info</h1>
<a href="#"><i class="fa-solid fa-phone"></i>+91 0000000000</a>
<a href="#"><i class="fa-solid fa-phone"></i>+91 0000000000</a>
<a href="#"><i class="fa-solid fa-envelope"></i>[email protected]</a>
</div>
<div class="tag">
<h1>Follow Us</h1>
<div class="social_link">
<i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-linkedin-in"></i>
</div>
</div>
<div class="tag">
<h1>Newsletter</h1>
<div class="search_bar">
<input type="text" placeholder="You email id here">
<button type="submit">Subscribe</button>
</div>
</div>
</div>
<p class="end">Design By<span><i class="fa-solid fa-face-grin"></i> BG1</span></p>
</footer>