-
Notifications
You must be signed in to change notification settings - Fork 51
/
explore.html
123 lines (111 loc) · 6.58 KB
/
explore.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Explore Books</title>
<link rel="stylesheet" href="style.css" />
<!-- Favicon -->
<link rel="icon" href="Images/favicon.jpg" type="image/png" />
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
<link rel="stylesheet" href="explore_style.css"> <!-- Include your CSS -->
</head>
<body class="dark-theme bg-gray-900 text-gray-300 d-flex flex-column min-vh-100">
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<!-- Navbar -->
<!-- <div id="header-placeholder" class="sticky top-0 z-20"></div> -->
<header class="sticky top-0 z-20 bg-gray-800 p-4 shadow-sm">
<nav class="">
<div class="container mx-auto flex justify-between items-center">
<!-- Logo -->
<a class="logo-text h3 font-bold d-inline-flex" href="./index.html">
<img src="./Images/lisbook-logo-1.png" alt="Logo" width="40" height="auto"
class="align-text-center me-2" />
Lisbook
</a>
<!-- Menu Links and Theme Toggle -->
<div id="menu"
class="fixed inset-0 bg-gray-900 w-full h-full flex flex-col items-center justify-center space-y-8 transform scale-0 transition-transform duration-300 ease-in-out lg:relative lg:flex lg:items-end lg:justify-end lg:space-y-0 lg:bg-transparent lg:scale-100 lg:flex-row lg:space-x-4 z-20">
<div id="menu-close" class="text-gray-300 lg:hidden absolute top-5 right-5 cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M6 18L18 6M6 6l12 12" />
</svg>
</div>
<a href="./index.html" class="text-gray-300 hover:text-green-500" id="home">Home</a>
<a href="./explore.html" class="text-gray-300 hover:text-green-500" id="home">Explore</a>
<a href="./about.html" class="text-gray-300 hover:text-green-500" id="about">About</a>
<a href="./contact.html" class="text-gray-300 hover:text-green-500">Contact</a>
<a href="./faq.html" class="text-gray-300 hover:text-green-500">FAQs</a>
<!-- Profile Icon and Theme Toggle -->
<button id="theme-toggle" class="text-gray-300 hover:text-green-500">
<!-- Sun Icon (for dark theme) -->
<svg id="sun-icon" xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 hidden" fill="none"
viewBox="0 0 24 24" stroke="currentColor">
<circle cx="12" cy="12" r="5" stroke="currentColor" stroke-width="2" />
<line x1="12" y1="1" x2="12" y2="4" stroke="currentColor" stroke-width="2" />
<line x1="12" y1="20" x2="12" y2="23" stroke="currentColor" stroke-width="2" />
<line x1="4.22" y1="4.22" x2="6.34" y2="6.34" stroke="currentColor" stroke-width="2" />
<line x1="17.66" y1="17.66" x2="19.78" y2="19.78" stroke="currentColor" stroke-width="2" />
<line x1="1" y1="12" x2="4" y2="12" stroke="currentColor" stroke-width="2" />
<line x1="20" y1="12" x2="23" y2="12" stroke="currentColor" stroke-width="2" />
<line x1="4.22" y1="19.78" x2="6.34" y2="17.66" stroke="currentColor" stroke-width="2" />
<line x1="17.66" y1="6.34" x2="19.78" y2="4.22" stroke="currentColor" stroke-width="2" />
</svg>
<!-- Moon Icon (for light theme) -->
<svg id="moon-icon" xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none"
viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z" />
</svg>
</button>
<a href="./profile.html" class="text-gray-300 hover:text-green-500 me-4">
<i class="bi bi-person-circle h-6 w-6"></i>
</a>
</div>
<!-- Mobile Menu Toggle Button -->
<div id="menu-toggle" title="Menu" class="text-gray-300 lg:hidden cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M4 6h16M4 12h16m-7 6h7" />
</svg>
</div>
</div>
</nav>
</header>
<main id="book-container" class="book-container">
</main>
<div id="footer-placeholder" class="mt-auto"></div>
<script src="./script.js"></script>
<script src="explore.js"></script> <!-- Include your JS file -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
</body>
</html>