-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcategories.html
97 lines (90 loc) · 4.72 KB
/
categories.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Category</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="./images/bhlogo.png"/>
</head>
<body>
<nav class="navbar">
<div style="display: flex;">
<img src="./images/bhlogo.png" height="82px" width="100px" style="border-radius:90%;"><br><br>
<b class="b" >BOOKHUB</b>
</div>
<ul class="nav-list">
<li class="li-item"><a class="a1"href="index.html">HOME</a></li>
<li class="li-item"><a class="a1" href="categories.html">CATEGORIES</a></li>
<li class="li-item"><a class="a1" href="books.html">BOOKS</a></li>
<li class="li-item"><a class="a1" href="contact.html">CONTACT US</a></li>
<li class="li-item"><a class="a1" href="About.html">ABOUT US</a></li>
<button class="bt"><a href="login.html">Log in</a></button>
<button class="bt"><a href="sign up/sign_up.html">Sign up</a></button>
</ul>
</nav>
<div class="c1">
<div class="c1-1">
<b style="font-size: 40px; padding: 50px;" >Discover Weekly,the<br> best new books</b><br><br>
<p style="font-size:25px; padding: 10px;" > Get early access of the books and help decide on<br> the bestselling stories of tomorrow.</p><br>
</div>
</div><br><br>
<div class="c2">
<b style="font-size: 35px; font-family:georgia; margin-left:450px; color:green; ">List of Book Types</b><br><br>
<div class="c2-1">
<div class="c2-2" style="height: 450px; width:300px; margin-left: 50px; margin-top: 30px; padding: 10px; border-radius: 10px;" >
<ul>
<li><a class="listtype"href="general.html">General</a></li><br><br><br><br>
<li><a class="listtype" href="biography.html">Biography</a></li><br><br><br><br>
<li><a class="listtype" href="business.html">Business</a></li>
</ul>
</div>
<div class="c2-2" style="height: 450px; width:300px; margin-left: 50px; margin-top: 30px; padding: 10px; border-radius: 10px;" >
<ul>
<li><a class="listtype" href="nature.html">Nature</a></li><br><br><br><br>
<li><a class="listtype" href="history.html">History</a></li><br><br><br><br>
<li><a class="listtype" href="games.html">Games</a></li>
</ul>
</div>
<div class="c2-2" style="height: 450px; width:300px; margin-left: 50px; margin-top: 30px; padding: 10px; border-radius: 10px;" >
<ul>
<li><a class="listtype" href="war.html">War</a></li><br><br><br><br>
<li><a class="listtype" href="science.html">Science</a></li><br><br><br><br>
<li><a class="listtype"href="travel.html">Travel</a></li>
</ul>
</div>
</div>
</div><br><br><br><br><br>
<footer class="footer">
<div class="f1">
<div class="row">
<div class="footer-col">
<h4>BOOKHUB</h4><br>
<p style="font-size: 20px; color: white;"> BookHub is the vision to provide an extensive library of books in digital format for free on the Internet.</p>
</div>
<div class="footer-col">
<h4> PAGES</h4><br>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Contact us</a></li>
</ul>
</div>
<div class="footer-col">
<h4> OUR COMPANY</h4><br>
<ul>
<li><a href="#">About us</a></li>
<li><a href="books.html">Books</a></li>
<li><a href="categories.html">Categories</a></li>
</ul>
</div>
<div class="footer-col">
<h4> FOLLOW US</h4><br>
<ul>
<img src="./images/insta.jpg" class="f-img"/>
<img src="./images/git.png" class="f-img"/>
<img src="./images/whatsapp.jpg" class="f-img"/>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>