-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcategory.html
238 lines (222 loc) · 6.68 KB
/
category.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
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!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>Category page</title>
<!-- <link rel="stylesheet" href="./styles/category.css" /> -->
<link rel="stylesheet" href="global.css" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./images/favicon/favicon-16x16.png"
/>
<style>
.header {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-image: linear-gradient(
to bottom,
rgba(67, 69, 77, 0.52),
rgba(34, 33, 34, 0.73)
),
url(images/category/R.jpg);
}
.header-title {
color: white;
font-size: 55px;
}
.categories {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
flex-wrap: wrap;
margin: 200px 30px;
}
.category {
display: flex;
flex-grow: 1;
justify-content: center;
align-items: center;
width: 10%;
height: 150px;
margin: 15px;
padding: 50px;
background-color: rgba(165, 147, 106, 1);
border-radius: 10px;
}
.category:hover {
background-color: rgb(148, 129, 87);
margin-top: -3px;
transition: ease-in;
transition-duration: 0.4s;
}
.categories a {
text-decoration: none;
color: white;
font-size: 20px;
}
</style>
</head>
<body>
<header>
<nav class="mainNav" id="navbar">
<div class="navbar-content" id="navbar-content ">
<ul>
<a href="./index.html" class="navbar-links">
<li>HOME</li>
</a>
<a href="./aboutus.html" class="navbar-links">
<li>ABOUT US</li>
</a>
<a href="./index.html#contact" class="navbar-links">
<li>CONTACT US</li>
</a>
<a href="./category.html" class="navbar-links">
<li>CATEGORIES</li>
</a>
</ul>
<div>
<div>
<a class="btn" href="./login.html" id="login-btn">LOGIN</a>
</div>
<div>
<a class="btn-fill" href="./register.html" id="reg-btn"
>REGISTER</a
>
</div>
</div>
</div>
<hr class="nav-divider" />
</nav>
</header>
<!-- Category page -->
<header id="heading">
<div class="header">
<h2 class="header-title">CATEGORY PAGE</h2>
</div>
</header>
<!--categories-->
<div class="categories">
<a href="./category/technology.html" class="category">
<p>Technology</p>
</a>
<a href="./category/short_stories.html" class="category">
<p>Short Stories</p>
</a>
<a href="./category/self_help.html" class="category">
<p>Self-help</p>
</a>
<a href="./category/science.html" class="category">
<p>Science</p>
</a>
<a href="./category/romance.html" class="category">
<p>Romance</p>
</a>
<a href="./category/maths.html" class="category">
<p>Maths</p>
</a>
<a href="./category/historical_fiction.html" class="category">
<p>Historical Fictions</p>
</a>
<a href="./category/cookbooks_and_food.html" class="category">
<p>Cook books and Foods</p>
</a>
<a href="./category/biology.html" class="category">
<p>Biology</p>
</a>
<a href="./category/adventure _stories.html" class="category">
<p>Adventure Stories</p>
</a>
</div>
<footer>
<div class="footer-brand">
<img
src="./images/logo/logo_2.png"
alt="logo"
width="200px"
class="footer-logo"
/>
<div>|</div>
<div class="footer-tagline">
Your personal digital reading companion.
</div>
</div>
<section class="footer-details">
<div class="footer-contact">
<div class="flex">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="icon"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 002.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 01-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 00-1.091-.852H4.5A2.25 2.25 0 002.25 4.5v2.25z"
/>
</svg>
(257) 563-7401
</div>
<div class="flex">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="icon"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M8.25 21v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21m0 0h4.5V3.545M12.75 21h7.5V10.75M2.25 21h1.5m18 0h-18M2.25 9l4.5-1.636M18.75 3l-1.5.545m0 6.205l3 1m1.5.5l-1.5-.5M6.75 7.364V3h-3v18m3-13.636l10.5-3.819"
/>
</svg>
<address>Cecilia ChapmanNulla St.Mankato Mississippi</address>
</div>
</div>
<div class="footer-links">
<a href="./index.html">Home Page</a>
<a href="./aboutus.html">About Us</a>
<a href="./login.html">Login </a>
<a href="./register.html">Register </a>
</div>
</section>
<div class="footer-to-top">
<a href="#heading">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
class="w-6 h-6"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M12 19.5v-15m0 0l-6.75 6.75M12 4.5l6.75 6.75"
/>
</svg>
Back to Top</a
>
</div>
</footer>
<script src="./js/navbar.js"></script>
</body>
</html>