-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
353 lines (346 loc) · 17.1 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
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
<!DOCTYPE>
<html>
<head>
<!-- basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- mobile metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<!-- site metas -->
<title>Kahu</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- bootstrap css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- style css -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive-->
<link rel="stylesheet" href="css/responsive.css">
<!-- fevicon -->
<link rel="icon" href="images/logo.png" sizes="90000x90000" type="image/png" />
<!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css" />
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs-->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<!-- body -->
<body class="main-layout">
<!-- loader -->
<div class="loader_bg" id="loader_bg">
<div class="loader"><img src="images/loading.gif" alt="#" /></div>
</div>
<!-- end loader -->
<!-- header -->
<header>
<!-- header inner -->
<div class="header">
</div>
</header>
<!-- end header inner -->
<!-- end header -->
<!-- banner -->
<span class="toggle_side_bar" onClick="openNav1()"><i class="fa fa-bars"></i></span>
<div id="side_bar" class="sidenav">
<div class="side_bar_logo">
<div class="logo"> <a href="index.html"><img src="images/logo.png" alt="#"></a> </div>
</div>
<a href="javascript:void(0)" class="closebtn" onClick="closeNav1()">X</a>
<div class="scoll_to_id_menu">
<nav class="nav">
<div class="padded">
<ul>
<li class="active"><a class="nav-section1" href="index.html">Home</a></li>
<li><a class="nav-section2" href="about_page.html">About </a></li>
<li><a class="nav-section2" href="gallery.html">Gallery</a></li>
<li><a class="nav-section2" href="contact.html">contact </a></li>
</ul>
<div class="top_btn">
<a class="read_more" href="login.html">Login</a>
<a class="read_more paoo" href="signup.html">Signup</a>
</div>
</div>
</nav>
</div>
</div>
<div class="main_section">
<div class="container padddd">
<div class="row">
<div class="col-md-6 padding_lrtb0">
<div class="bg">
<div class="text-bg">
<span>WELCOME </span>
<span>TO </span>
<h1> KAHU! </h1>
<p>Discover the world of cat breeds with Kahu. Our easy-to-use platform helps you identify and learn about various cat breeds through detailed information and stunning images. Join us and explore the unique charm of each feline breed</p>
<a class="read_more" href="#" id="upload-link">Upload image</a>
<input type="file" id="upload-input" style="display: none;">
</div>
</div>
</div>
<div class="col-md-6 padding_lrtb0">
<div id="myCarousel" class="carousel slide banner_main" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container padding_lrtb0">
<div class="carousel-caption">
<div class="images_box">
<figure><img src="images/babber_box.jpg"></figure>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container padding_lrtb0">
<div class="carousel-caption">
<div class="images_box">
<figure><img src="images/img3.jpg"></figure>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container padding_lrtb0">
<div class="carousel-caption ">
<div class="images_box">
<figure><img src="images/img2.jpg"></figure>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<i class="fa fa-long-arrow-left" aria-hidden="true"></i>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<i class="fa fa-long-arrow-right" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- end banner -->
<!-- about -->
<div id="about" class="about">
<div class="container-fluid">
<div class="row d_flex">
<div class="col-md-7 padding-left">
<div class="about_img">
<figure><img src="images/about_img.jpg" alt="#"/></figure>
</div>
</div>
<div class="col-md-5">
<div class="titlepage">
<h2>About Kahu</h2>
<p>Our cutting-edge Cat Breed Identifier app combines a user-friendly interface with accurate identification capabilities to determine cat breeds from images. Simply upload a photo of a cat, and the app swiftly analyzes key features to provide you with precise breed information. Ideal for cat enthusiasts, breeders, and veterinarians, our app offers a smooth and efficient solution for identifying various cat breeds, enhancing your feline knowledge and care experience.</p>
<a class="read_more">Read More</a>
</div>
</div>
</div>
</div>
</div>
<!-- end about -->
<!-- Our -->
<div class="Our">
<div class="container">
<div class="row d_flex">
<div class="col-md-4">
<div class="titlepage">
<h2>Our Cats</h2>
<p>Discover a wide range of cat breeds on our website, from the sleek Siamese to the fluffy Maine Coon. Each breed profile provides key details on physical traits, personality, and care needs, helping you find the perfect feline companion. Whether you're a seasoned cat lover or new to owning a cat, our site offers concise, informative descriptions to guide you.</p>
<a class="read_more" href="#">See More</a>
</div>
</div>
<div class="col-md-8">
<div id="Our_slide" class="carousel slide Our_banner" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#Our_slide" data-slide-to="0" class="active"></li>
<li data-target="#Our_slide" data-slide-to="1"></li>
<li data-target="#Our_slide" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container">
<div class="carousel-caption relative">
<figure><img src="images/dog.jpg" alt="#"/></figure>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption relative">
<figure><img src="images/catt.jpg" alt="#"/></figure>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="carousel-caption relative">
<figure><img src="images/catto.jpg" alt="#"/></figure>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#Our_slide" role="button" data-slide="prev">
<i class="fa fa-long-arrow-left" aria-hidden="true"></i>
</a>
<a class="carousel-control-next" href="#Our_slide" role="button" data-slide="next">
<i class="fa fa-long-arrow-right" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- end Our -->
<!-- offers -->
<div class="offers">
<div class="container-fluid">
<div class="row d_flex">
<div class="col-md-6">
<div class="titlepage">
<h2>Offers Pets</h2>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, and</p>
<a class="read_more" href="#">See More</a>
</div>
</div>
<div class="col-md-6">
<div class="offers_img">
<figure><img src="images/offeres_img.jpg" alt="#"/></figure>
</div>
</div>
</div>
</div>
</div>
<!-- end offers -->
<!-- blog -->
<div class="blog">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="titlepage">
<h2>Our Blog</h2>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, and</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="blog_box">
<div class="blog_img">
<figure><img src="images/blog1.jpg" alt="#"/></figure>
</div>
<div class="blog_room">
<h3>We import</h3>
<span>It is a long established fact that a reader will be distracted by the readable</span>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, and </p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="blog_box">
<div class="blog_img">
<figure><img src="images/blog2.jpg" alt="#"/></figure>
</div>
<div class="blog_room">
<h3>We import</h3>
<span>It is a long established fact that a reader will be distracted by the readable</span>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, and </p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="blog_box">
<div class="blog_img">
<figure><img src="images/blog3.jpg" alt="#"/></figure>
</div>
<div class="blog_room">
<h3>We import</h3>
<span>It is a long established fact that a reader will be distracted by the readable</span>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, and </p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end blog -->
<!-- footer -->
<footer>
<div class="footer">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="titlepage">
<h2>Contact Us</h2>
<ul class="location_icon">
<li><a href="#"><i class="fa fa-map-marker" aria-hidden="true"></i></a> Location</li>
<li><a href="#"><i class="fa fa-envelope" aria-hidden="true"></i></a>[email protected]</li>
<li><a href="#"><i class="fa fa-phone" aria-hidden="true"></i></a> (+71) 9876543109</li>
</ul>
</div>
</div>
<div class="col-md-8">
<div class="titlepage">
<h2>Newsletter</h2>
<form class="form_subscri">
<input class="newsl" placeholder="Enter Your Email" type="text" name="Enter Your Email">
<button class="subsci_btn">Subscribe</button>
</form>
</div>
</div>
</div>
</div>
<div class="copyright">
<div class="container">
<p>Copyright © 2021 Design by <a href="https://html.design/">Free HTML Templates</a></p>
</div>
</div>
</div>
</footer>
<!-- end footer -->
<!-- Javascript files-->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery-3.0.0.min.js"></script>
<script src="js/plugin.js"></script>
<!-- sidebar -->
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/custom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script>
<!-- Hide loader after 20 seconds -->
<script>
setTimeout(function() {
document.getElementById('loader_bg').style.display = 'none';
}, 30000);
</script>
<script>
document.getElementById('upload-link').addEventListener('click', function(e) {
e.preventDefault();
document.getElementById('upload-input').click();
});
document.getElementById('upload-input').addEventListener('change', function() {
var file = this.files[0];
if (file) {
// You can add your file upload logic here
console.log('File selected:', file.name);
// For example, you can upload the file using AJAX or FormData API
}
});
</script>
</body>
</html>