-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
249 lines (206 loc) · 7.77 KB
/
index.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
239
240
241
242
243
244
245
246
247
248
249
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Tailwind css Cdn -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- daisyUI from CDN -->
<link
href="https://cdn.jsdelivr.net/npm/daisyui@4.12.12/dist/full.min.css"
rel="stylesheet"
type="text/css"
/>
<script src="https://cdn.tailwindcss.com"></script>
<title>Paddy </title>
</head>
<body>
<header>
<!-- Navbar -->
<div class="navbar bg-base-100 md:w-11/12 mx-auto">
<div class="navbar-start">
<div class="dropdown">
<div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-5 w-5"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M4 6h16M4 12h8m-8 6h16"
/>
</svg>
</div>
<ul
tabindex="0"
class="menu menu-sm dropdown-content bg-base-100 rounded-box z-[1] mt-3 w-52 p-2 shadow"
>
<li><a>Home</a></li>
<li><a>Shop</a></li>
<li><a>Contact</a></li>
</ul>
</div>
<img src="./images/logo.webp" alt="" />
<a class=" text-xl">Paddy</a>
</div>
<div class="navbar-center hidden lg:flex">
<ul class="menu menu-horizontal px-1">
<li><a>Home</a></li>
<li><a>Shop</a></li>
<li><a>Contact</a></li>
</ul>
</div>
<div class="navbar-end">
<img
class="w-8 h-8"
src="https://img.icons8.com/?size=50&id=fUUEbUbXhzOA&format=gif"
alt=""
/>
</div>
</div>
</header>
<!-- Header Section End -->
<!-- main section start -->
<main class="w-11/12 mx-auto">
<!-- main section -->
<section class="text-center">
<!-- Home Section -->
<div class="text-center space-y-7">
<h4 class="text-gray-400">
Bringing Families Together ❤️🔥
</h4>
<h1 class="md:text-3xl text-3xl font-bold">
Your Path to Adoption <br />
Starts Here
</h1>
<p>
It is a long established fact that a reader will be distracted by
the readable content of a page when looking <br />
at its layout. The point of using Lorem Ipsum is that it has a.
</p>
<button class=" w-24 p-2 rounded-md text-white bg-green-500">View More</button>
<img class="mx-auto" src="./images/pet.webp" alt="" />
</div>
<h1 class="text-2xl">Adopt Your Best Friend</h1>
<br />
<p class="text-gray-400">
It is a long established fact that a reader will be distracted by the
readable content of a page when looking at its layout. <br />
The point of using Lorem Ipsum is that it has a.
</p>
</section>
<!-- Category -->
<section class="mt-10">
<div
id="categoryBtn"
class="grid lg:grid-cols-4 md:grid-cols-2 grid-cols-1 lg:gap-24 md:gap-10 gap-2"
></div>
</section>
<!-- Category End-->
<!-- 2 Sort by Price -->
<div class="flex flex-1 justify-between mt-10">
<h1 class="py-4">Beast Deil of You</h1>
<button onclick="SortPrice()" class=" p-2 rounded-md text-white bg-green-500 ">Sort by Price</button>
</div>
<!-- 2 Sort by Price End -->
<!-- Card section -->
<section>
<section class="grid md:grid-cols-6 grid-cols-1 gap-1 p-1">
<div class="col-span-4">
<div id="hide" class="hidden">
<img src="./images/loding.gif" alt="" />
</div>
<div
id="card"
class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-5"
></div>
</div>
<!-- Like Image -->
<div class="shadow-xl col-span-2">
<div
class="grid lg:grid-cols-2 grid-cols-2 gap-2"
id="like-image"
></div>
</div>
</section>
<!-- Open modal Deatils-->
<dialog id="customModal" class="modal modal-bottom sm:modal-middle">
<div class="modal-box">
<div id="modal-content"></div>
<br />
<form method="dialog">
<!-- if there is a button in form, it will close the modal -->
<button class="btn w-full">Close</button>
</form>
</div>
</dialog>
<!-- Adopt Modal -->
<dialog id="my_modal_2" class="modal">
<div class="modal-box text-center">
<img class="mx-auto" src="./images/like.png" alt="" />
<h1 class="py-4 text-xl text-yellow-500 font-bold">Congrates</h1>
<p>According to madol</p>
<div id="modal-adopt"></div>
</div>
<div class="modal-action">
<form method="dialog">
<!-- if there is a button in form, it will close the modal -->
<button id="button-adopt"></button>
</form>
</div>
</dialog>
</section>
</main>
<!-- main section End -->
<br>
<footer class="bg-gray-800 mr-0 p-0 w-full ">
<footer class="footer text-base-content md:p-10 py-10 grid grid-cols-2 w-11/12 mx-auto">
<nav class="text-white">
<div class="flex gap-3">
<img class="w-8 h-8" src="./images/logo.webp" alt="">
<h2 class="text-xl">Paddy</h2>
</div>
<a class="link link-hover">Location: av. Washington 165, NY CA 54003
</a>
<a class="link link-hover"> Phone: +31 85 964 47 25</a>
<a class="link link-hover"> Email: info@yourdomain.com</a>
<a href="">
Openings hours: 9.00 AM - 5.00 PM</a>
<div class="flex gap-3">
<img class="w-8 h-8" src="https://cdn1.iconfinder.com/data/icons/logotypes/32/square-facebook-512.png" alt="">
<img class="w-8 h-8" src="https://img.freepik.com/free-vector/new-2023-twitter-logo-x-icon-design_1017-45418.jpg?size=626&ext=jpg&ga=GA1.1.2040989935.1718585943&semt=ais_hybrid" alt="">
<img class="w-8 h-8" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Instagram_icon.png/600px-Instagram_icon.png?20200512141346" alt="">
</div>
</nav>
<nav class="text-white">
<h6 class="footer-title">Useful Links</h6>
<a class="link link-hover"> Home</a>
<a class="link link-hover">About Us</a>
<a class="link link-hover">Foundation</a>
<a class="link link-hover">Animals</a>
</nav>
<form class="text-white">
<h6 class="footer-title">Drop a Message</h6>
<fieldset class="">
<label class="label">
<span class="label-text">Enter your email address</span>
</label>
<div class="join ">
<input
type="text"
placeholder="username@site.com"
class="input input-bordered join-item" />
<button class="btn btn-primary w-20 join-item">Subscribe</button>
</div>
</fieldset>
</form>
</footer>
</footer>
<script src="./js/main.js"></script>
</body>
</html>