-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
295 lines (287 loc) · 13.6 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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!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">
<link rel="shortcut icon" href="images/logo-brand.svg">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="css/main.css">
<title>Love Pet</title>
</head>
<body>
<!-- Header -->
<header>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="#">
<img src="images/logo-brand.svg" alt="logo-brand">
<span>LovePet</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse text-center" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto mb-2 mb-lg-0">
<li class="nav-item mx-xl-4">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item mx-xl-4">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item mx-xl-4">
<a class="nav-link" href="#">Featured</a>
</li>
<li class="nav-item mx-xl-4">
<a class="nav-link" href="#">Contact</a>
</li>
</ul>
<ul class="navbar-nav">
<li class="nav-link">
<a href="#" class="btn btn-outline-primary">Register</a>
</li>
<li class="nav-link">
<a href="#" class="btn btn-primary">Login</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<div class="container" style="padding-top: 5rem; padding-bottom: 7rem;">
<div class="row">
<div class="col-12 col-lg-6 align-self-center">
<h1>Find Your New Pet and Adopt it</h1>
<p>Connecting great people with happy,<br>
healthy cat and dogs from book animal shelter</p>
<div class="row">
<div class="col-auto mb-3 mb-sm-0">
<a href="#" class="btn btn-primary">
Get Started
<i class="ms-2 fa fa-arrow-right"></i>
</a>
</div>
<div class="col-auto mb-3 mb-sm-0 align-self-center">
<a href="#" class="link-warning btn-videos">
<div class="d-flex">
<i class="fa-3x fa-regular fa-circle-play"></i>
<span class="align-self-center"> Watch Videos</span>
</div>
</a>
</div>
</div>
</div>
<div class="col-12 col-lg-6">
<img src="images/header.png" alt="Kucing">
</div>
</div>
</div>
</header>
<!-- End Header -->
<!-- Section About -->
<section class="about">
<div class="container">
<div class="row">
<div class="col-12 col-lg-6 align-self-center text-center">
<img src="images/about.png" alt="about" class="mb-5 mb-lg-0">
</div>
<div class="col-12 col-lg-6">
<!-- Slider -->
<h2>Who We Are</h2>
<div id="listingTable"></div>
<button id="btn_prev" class="btn btn-outline-primary rounded-pill border-2" type="button"
onclick="prevPage()">
<i class="fa fa-arrow-left"></i>
</button>
<button id="btn_next" class="btn btn-outline-primary rounded-pill" type="button"
onclick="nextPage()">
<i class="fa fa-arrow-right"></i>
</button>
<span id="page" class="ms-3"></span>
<!-- End Slider -->
</div>
</div>
</div>
</section>
<!-- End Section About -->
<!-- Section Featured -->
<section class="featured">
<div class="container">
<h2>Anything featured in here</h2>
<div class="row justify-content-between" style="margin-bottom: 136px;">
<div class="col-12 col-sm-7">
<p>We are a community of animal lovers, especially cats and dogs, we have the
initiative to maintain
environmental health by helping abandoned animals. In addition we also open charities </p>
</div>
<div class="col-auto">
<a href="#" class="btn btn-outline-primary">See All Pet <i class="fa fa-arrow-right"></i></a>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-6 col-xl-4">
<div class="card text-center">
<div class="card-body">
<img src="images/featured-1.png" alt="kawai">
<div class="card-text">
<h5>Healthy</h5>
<p class="text">We always routinely clean the food, toilet, and bed every day, so
that health is guaranteed</p>
<div>
<button type="button" class="btn btn-primary rounded-pill">
<i class="fa fa-arrow-right fa-2x"></i>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-4">
<div class="card text-center">
<div class="card-body card-diff">
<img src="images/featured-2.png" alt="kawai">
<div class="card-text">
<h5>Fragrant</h5>
<p class="text">Cleanliness is part of faith, because cleanliness of animals is
always healthy</p>
<div>
<button type="button" class="btn btn-primary rounded-pill">
<i class="fa fa-arrow-right fa-2x"></i>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-4">
<div class="card text-center">
<div class="card-body">
<img src="images/featured-3.png" alt="kawai">
<div class="card-text">
<h5>Happy</h5>
<p class="text">We give toys and we invite them to play so the animals don't get
stressed</p>
<div>
<button type="button" class="btn btn-primary rounded-pill">
<i class="fa fa-arrow-right fa-2x"></i>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Section Featured -->
<!-- Section Contact -->
<section class="contact">
<div class="container">
<div class="card">
<div class="card-body">
<div class="row">
<div class="col-12 col-xl-4 col-left order-1 order-xl-0 text-center">
<img src="images/contact-1.png" alt>
</div>
<div class="col-auto col-xl-6 col-right order-0 order-xl-1">
<h2>Want To Join Us ?</h2>
<p>Want to join us to help and help animals that do not have employers so that they can live
properly</p>
<form action="#" class="form-subcribe">
<div class="input-group">
<input type="email" class="form-control" placeholder="Enter your email here ..."
aria-label="Your email" aria-describedby="button-addon2">
<button class="btn btn-secondary btn-subcribe" type="button"
id="button-addon2">Subcribe</button>
</div>
</form>
</div>
<div class="col order-2">
<img src="images/contact-2.png" alt class="fly-dog">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Section Contact -->
<!-- Footer -->
<footer>
<div class="container">
<div class="row text-center text-lg-start">
<div class="col-12 col-lg-4">
<div class="brand">
<a href="#" class="navbar-brand">
<img class="logo-brand" src="images/logo-brand.svg" alt="logo-brand">
<span>LovePet</span>
</a>
<p class="mt-4 mx-auto mx-lg-0">We are a community of animal lovers whose goal is to care for
and love them</p>
</div>
<div class="sosmed">
<a href="#" class="text-decoration-none me-3">
<i class="bi bi-facebook"></i>
</a>
<a href="#" class="text-decoration-none me-3">
<i class="bi bi-twitter"></i>
</a>
<a href="#" class="text-decoration-none me-3">
<i class="bi bi-instagram"></i>
</a>
</div>
</div>
<div class="col">
<div class="row justify-content-around">
<div class="col-12 col-lg-auto">
<ul class="list-unstyled">
<li class="list-title">Privacy Policy</li>
<li>
<a href="#">Who we are</a>
</li>
<li>
<a href="#">Featured</a>
</li>
</ul>
</div>
<div class="col-12 col-lg-auto">
<ul class="list-unstyled">
<li class="list-title">Company</li>
<li>
<a href="#">Out Team</a>
</li>
<li>
<a href="#">Our partners</a>
</li>
</ul>
</div>
<div class="col-12 col-lg-auto">
<ul class="list-unstyled">
<li class="list-title">Endorsement</li>
<li>
<a href="#">Support Center</a>
</li>
<li>
<a href="#">Contact Us</a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col text-center">
<p class="copyright">© LovePet. All right reserved</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>