-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecond_main.html
More file actions
164 lines (157 loc) · 7.52 KB
/
Copy pathsecond_main.html
File metadata and controls
164 lines (157 loc) · 7.52 KB
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Second Main Page</title>
<script src="script.js"></script>
<meta name="secmainpage" content="Second mainpage for page for Tale Tower" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
</head>
<body class="second-mainpage">
<header class="second-mainpage-header">
<!-- <img src="/book_PNG51100.png" alt="backgroundImage" class="main-image"> -->
<nav>
<div class="top_nav">
<a href="second_main.html" class="left logo"><div><img src="img/logo_nobg.png" height="60px"></div></a>
<a href="availableBooks.html" class="left"><div>Available Books</div></a>
<a href="borrowed.html" class="left"><div>Borrowed Books</div></a>
<a href="#cat" class="left category">
<div class="categories">
<div class="ctitle">Categories</div>
<div class="hidden">
<div class="cat" onclick="scifi()">Sci-Fi</div>
<div class="cat" onclick="adventure()">Adventure</div>
<div class="cat" onclick="fantasy()">Fantasy</div>
<div class="cat" onclick="history()">History</div>
</div>
</div></a>
<div class="left search">
<button type="submit" class="s-button"><img src="img/search.png" height="30px"></button>
<input type="search" placeholder="Search by title, author, or category ..." name="q" class="search_bar">
</div>
<a href="#name" class="right name">N</a>
<a href="main.html" class="right signout">Sign Out</a>
</div>
</nav>
<h1>Tale Tower Library</h1>
</header>
<div class="books-container">
<div class="books">
<h1 class="fst-tle">Bestsellers</h1>
<div class="bestseller">
<div>
<!-- <h3>Ancient Egypt: An Illustrated History</h3> -->
<a href="#"><img src="img/Ancient_Egypt.jpeg"
alt="View Details of Ancient Egypt: An Illustrated History"></a>
<button class="sec-main borrowbtn">Borrow</button>
</div>
<div>
<!-- <h3>Empress of the Nile</h3> -->
<a href="#" ><img src="img/Empress of the Nile.jpeg"
alt="View Details of Empress of the Nile"></a>
<button class="sec-main borrowbtn">Borrow</button>
</div>
<div>
<!-- <h3>Foundation</h3> -->
<a href="#"><img src="img/Foundation.jpg" alt="View Details of Foundation"></a>
<button class="sec-main borrowbtn">Borrow</button>
</div>
<div>
<!-- <h3>The Lightning Thief</h3> -->
<a href="#"><img src="img/The Lightning Thief.jpeg"
alt="View Details of The Lightning Thief"></a>
<button class="sec-main borrowbtn">Borrow</button>
</div>
<div>
<!-- <h3>The Three Body Problem</h3> -->
<a href="#" ><img src="img/the_Three_Body_problem.jpeg"
alt="View Details of The Three Body Problem"></a>
<button class="sec-main borrowbtn">Borrow</button>
</div>
</div>
<h1 class="sec-tle"> Our Recommendations</h1>
<div class="recommendations">
<div>
<!-- <h3>Deliverance</h3> -->
<a href="#" ><img src="img/Deliverance.jpeg"
alt="View Details of Deliverance" ></a>
<button class="sec-main borrowbtn">Borrow</button>
</div>
<div>
<!-- <h3>Hyperian</h3> -->
<a href="book_details.html?book=Hyperion" ><img src="img/Hyperian.jpg" alt="View Details of Hyperian"></a>
<button class="sec-main borrowbtn">Borrow</button>
</div>
<div>
<!-- <h3>The Buried Giant</h3> -->
<a href="#" ><img src="img/The Buried Giant.jpeg"
alt="View Details of The Buried Giant">
</a><button class="sec-main borrowbtn">Borrow</button>
</div>
<div>
<!-- <h3>The Changeling</h3> -->
<a href="#"><img src="img/The Changeling.jpeg"
alt="View Details of The Changeling"></a>
<button class="sec-main borrowbtn">Borrow</button>
</div>
<div>
<!-- <h3>The Fifth Season</h3> -->
<a href="#"><img src="img/The Fifth Season.jpeg"
alt="View Details of The Fifth Season"></a>
<button class="sec-main borrowbtn">Borrow</button>
</div>
<div>
<!-- <h3>The Memoirs of Cleopatra</h3> -->
<a href="#"><img src="img/The_Memoirs_of_cleopatra.jpeg"
alt="View Details of The Memoirs of Cleopatra"></a>
<button class="sec-main borrowbtn">Borrow</button>
</div>
<div>
<!-- <h3>Treasure Island</h3> -->
<a href="#" ><img src="img/Treasure Island.jpeg"
alt="View Details of Treasure Island"></a>
<button class="sec-main borrowbtn">Borrow</button>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="footer-col">
<h4>company</h4>
<ul>
<li><a href="#">about us</a></li>
<li><a href="#">privacy policy</a></li>
</ul>
</div>
<div class="footer-col">
<h4>get help</h4>
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">shipping</a></li>
<li><a href="#">returns</a></li>
<li><a href="#">order status</a></li>
<li><a href="#">payment options</a></li>
</ul>
</div>
<div class="footer-col">
<h4>follow us</h4>
<div class="socials">
<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>
</div>
</footer>
<script>
loadButtonText();
saveButtonText() ;
changeButton();
</script>
</body>
</html>