-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
506 lines (475 loc) · 25.5 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
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WE ARE YISHIL CARE</title>
<link rel="stylesheet" href="css/components.css">
<link rel="stylesheet" href="css/responsee.css">
<link rel="stylesheet" href="css/icons.css">
<link rel="stylesheet" href="owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="owl-carousel/owl.theme.css">
<!-- CUSTOM STYLE -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<link rel="stylesheet" href="css/style.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,latin-ext' rel='stylesheet'
type='text/css'>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.3/jquery.min.js" integrity="sha512-J9QfbPuFlqGD2CYVCa6zn8/7PEgZnGpM5qtFOBZgwujjDnG5w5Fjx46YzqvIh/ORstcj7luStvvIHkisQi5SKw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.3/jquery.js" integrity="sha512-G74j2JVU7kYK7lEM17+WI0sgxWPGIob8SW93Z/YA+A0VNckeZDKHgyQbkT2uq59CBi/v/gE7bXbLdkpi5QZ9FQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.13.3/jquery-ui.min.js" integrity="sha512-Ww1y9OuQ2kehgVWSD/3nhgfrb424O3802QYP/A5gPXoM4+rRjiKrjHdGxQKrMGQykmsJ/86oGdHszfcVgUr4hA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</head>
<body class="size-1140">
<!-- TOP NAV WITH LOGO -->
<header>
<nav>
<div class="line">
<div class="m-12 l-2">
<p class="logo"><img class="mob-img img-fluid" src="img/logo.jpg" alt=""></p>
</div>
<div class="top-nav s-12 l-10">
<ul class="right">
<li class="active-item"><a href="#carousel">Home</a></li>
<li><a href="#our-work">Our Work</a></li>
<li><a href="#about-us">About Us</a></li>
<li><a href="#service"">Services</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
</header>
<section>
<!-- CAROUSEL -->
<div id="carousel">
<div id="owl-demo" class="owl-carousel owl-theme">
<div class="item">
<img class="img-slide" src="img/1.jpg" alt="">
<div class="line">
<div class="text hide-s">
<h2 >WE ARE YISHIL CARE</h2>
<p>Yishil Care strives to promote caring and inclusiveness to all people that need our help by
empowering their lives and choices.</p>
</div>
</div>
</div>
<div class="item">
<img class="img-slide" src="img/2.jpg" alt="">
<div class="line">
<div class="text hide-s">
<h2>WE ARE FREEDOM</h2>
<p>Yishil Care strives to promote caring and inclusiveness to all people that need our help by
empowering their lives and choices.</p>
</div>
</div>
</div>
<div class="item">
<img class="img-slide" src="img/3.jpg" alt="">
<div class="line">
<div class="text hide-s">
<h2>WE ARE HONESTY</h2>
<p>Yishil Care strives to promote caring and inclusiveness to all people that need our help by
empowering their lives and choices.</p>
</div>
</div>
</div>
</div>
</div>
<!-- FIRST BLOCK -->
<div id="first-block">
<div class="line">
<h1>HELPING PEOPLE LIVE</h1>
<h3 style="color: #00a652;" >ORDINARY LIVES</h3>
<button class="btn btn-outline-success" onclick="window.location.href='#contact'">Contact Us</button>
</div>
</div>
<!-- our-work -->
<div id="our-work">
<div class="line">
<h2 class="section-title">What we do:
<span
style="color: #00a652;
font-size: .8em;
font-weight: strong;
margin: 0;"
class="txt-rotate"
data-period="2000"
data-rotate='[ "Caring.", "Supporting.", "Educating."]'></span>
</h2>
<div class="margin">
<div class="s-12 m-6 l-4 margin-bottom">
<i class="icon-heart"></i>
<div class="service-text" >
<h3 style="color: black;" >Caring</h3>
<p style="color: black;">We are not just a service provider, but also your advocate.</p>
</div>
</div>
<div class="s-12 m-6 l-4 margin-bottom">
<i class="icon-users"></i>
<div class="service-text">
<h3 style="color: black;" >Supporting</h3>
<p style="color: black;" >Helping people with disabilities and seniors
live independently.</p>
</div>
</div>
<div class="s-12 m-12 l-4 margin-bottom">
<i class="icon-random"></i>
<div class="service-text">
<h3 style="color: black;" >Educating</h3>
<p style="color: black;" >Empowering people with disabilities to reach their
full potential.</p>
</div>
</div>
</div>
</div>
</div>
<!-- ABOUT US -->
<div id="about-us" class="about-us">
<div class="s-12 m-12 l-6 media-container">
<img style="max-height: 428PX;" src="img/about.jpg" alt="">
</div>
<article class="s-12 m-12 l-6 l-6 media-container">
<h3>A LITTLE BIT</h3>
<h1>ABOUT US </h1>
<p >
With more than 10 years expreience with Wyndham City Council Age and Disability department, Yishil Care’s aim is to provide disability support to those in need by helping people live ordinary lives and reduce the impact of a disability through reasonable accommodations. We do this by providing quality care for our clients, while maximizing their independence with community based programs such as assistive devices or modifications that enhance opportunities within an individual’s environment.
</p>
<div class="about-us-icons">
<i class="icon-paperplane_ico"></i> <i class="icon-trophy"></i> <i class="icon-clock"></i>
</div>
</article>
</div>
<br>
<!-- Latest Articels -->
<section class="articles">
<div class="container">
<div class="section-heading">
</div>
<div class="articles-grid " >
<div class="article">
<div class="article-image">
<img src="./img/3-1.jpg" alt="Article Image" />
</div>
<div class="article-text">
<div class="article-author">
<span>By Nadira Yusuf</span>
</div>
<div class="article-title">
<a href="#">
<h3>Our Vision</h3>
</a>
</div>
<div class="article-description">
<p>
Promote caring and inclusiveness to all people that need our help by empowering
their lives and choices.
</p>
</div>
</div>
</div>
<div class="article">
<div class="article-image">
<img src="./img/3-2.jpg" alt="Article Image" />
</div>
<div class="article-text">
<div class="article-author">
<span>By Nadira Yusuf</span>
</div>
<div class="article-title">
<a href="#">
<h3>Our Values</h3>
</a>
</div>
<div class="article-description">
<p>
<strong>Service & Responsibility:</strong> Provide a high-quality service with the upmost care.
</p>
<p>
<strong>Honour:</strong> The company and staff will abide and live by the values of the company.
</p>
<p>
<strong>Freedom:</strong> Provide freedom of choice.
</p>
<p>
<strong>Honesty:</strong> Honesty through transparency.
</p>
</div>
</div>
</div>
<div class="article">
<div class="article-image">
<img src="./img/3-3.jpg" alt="Article Image" />
</div>
<div class="article-text">
<div class="article-author">
<span>By Nadira Yusuf</span>
</div>
<div class="article-title">
<a href="#">
<h3>Looking For Work?</h3>
</a>
</div>
<div class="article-description">
<p>
<strong>Enquire now at: </strong> 1300 469 055
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--OUR SERVICES -->
<div id="service">
<div class="line">
<h2 class="section-title" style="margin-top: 3.6rem;">OUR SERVICES</h2>
<h3 style="text-align: center;">FREE CONSULTATION</h3>
<p style="text-align: center; padding-top: 1.2rem;">If you need a highly skilled support worker
and the best service, we are here for you!</p>
<p style="text-align: center; padding-bottom: 1.2rem;">
<strong>We provide the following services: </strong></p>
<div style="text-align: center; padding-bottom: 2rem;">
<p>Homecare</p>
<p>Respite Care</p>
<p>Personal hygiene & care</p>
<p>Daily personal activities</p>
<p>Development-life skills</p>
<p>Overnight stays</p>
<p>24-hour Care support</p>
<p>Shopping services</p>
<p>Meal preparation</p>
<p>Travel & transport</p>
<p>Participation in the community</p>
<p>Recreational activities</p>
</div>
<div class="grid-container ">
<div id="consultation" class="item s-12 m-6 l-4 margin-bottom">
<i id="u" class="icon-users"></i>
<div>
<h3>Disability Residential Property Alterations</h3>
<p>Providing housing accessibility through the addition of ramps, wheelchair accessible
bathrooms, and homes that accommodate wheelchairs. Our products are both functional
and beautiful.</p>
</div>
</div>
<div id="consultation" class="item s-12 m-6 l-4 margin-bottom">
<i id="u" class="icon-home "></i>
<div>
<h3>Disability Housing Services</h3>
<p>We offer disability housing services that make finding and renting appropriate
housing easy and convenient. With our help, you’ll be able to find a place you
can call home that meets all your needs.
</p>
</div>
</div>
<div id="consultation" class="item s-12 m-6 l-4 margin-bottom">
<i id="u" class="icon-user"></i>
<div>
<h3>Disability Support Services</h3>
<p>Our highly qualified and experienced staff provide tailored support plans that are
specifically designed to meet the individual needs of each client.</p>
</div>
</div>
<div id="consultation" class="item s-12 m-6 l-4 margin-bottom">
<i id="u" class="icon-new_user"></i>
<div>
<h3>Medical Equipment Manufacturing & Retailing</h3>
<p>We always go above and beyond to make sure clients are
satisfied with their products by providing high-quality
medical equipment manufactured at low rates.</p>
</div>
</div>
</div>
</div>
</div>
<!--Gallery -->
<div id="gallery">
<div class="line">
<h2 class="section-title" style="margin-top: 3.6rem;">
OUR SERVICES</h2>
<h4 style="text-align: center; color: #00a652;">GALLERY</h4>
<h3 style="text-align: center;">FREE CONSULTATION</h3>
<p style="text-align: center; padding-top: 1.2rem;">If you need a highly skilled support worker and
the best service, we are here for you!</p>
<p style="text-align: center; padding-bottom: 1.2rem;">We provide the following services:</p>
<div class="tabs">
<div class="tab-item tab-active">
<a class="tab-label btn btn-outline-success">Homecare</a>
<div class="tab-content">
<div class="margin">
<div class="s-12 m-6 l-3"><a class="our-work-container lightbox margin-bottom"><div class="our-work-text">
<h4>Homecare</h4><p>Laoreet dolore magna aliquam erat volutpat.</p>
</div><img src="img/por1.jpg" alt=""></a></div>
<div class="s-12 m-6 l-3"><a class="our-work-container lightbox margin-bottom"><div class="our-work-text"><h4>Homecare</h4><p>Laoreet dolore magna aliquam erat volutpat.</p></div><img src="img/por4.jpg" alt=""></a></div>
<div class="s-12 m-6 l-3"><a class="our-work-container lightbox margin-bottom"><div class="our-work-text"><h4>Homecare</h4><p>Laoreet dolore magna aliquam erat volutpat.</p></div><img src="img/por6.jpg" alt=""></a></div>
<div class="s-12 m-6 l-3"><a class="our-work-container lightbox margin-bottom"><div class="our-work-text"><h4>Homecare</h4><p>Laoreet dolore magna aliquam erat volutpat.</p></div><img src="img/por3.jpg" alt=""></a></div>
</div>
</div>
</div>
<div class="tab-item">
<a class="tab-label btn btn-outline-success">Respite Care</a>
<div class="tab-content">
<div class="margin">
<div class="s-12 m-6 l-3"><a class="our-work-container lightbox margin-bottom"><div class="our-work-text"><h4>Respite Care</h4><p>Laoreet dolore magna aliquam erat volutpat.</p></div><img src="img/por7.jpg" alt=""></a></div>
<div class="s-12 m-6 l-3"><a class="our-work-container lightbox margin-bottom"><div class="our-work-text"><h4>Respite Care</h4><p>Laoreet dolore magna aliquam erat volutpat.</p></div><img src="img/por5.jpg" alt=""></a></div>
<div class="s-12 m-6 l-3"><a class="our-work-container lightbox margin-bottom"><div class="our-work-text"><h4>Respite Care</h4><p>Laoreet dolore magna aliquam erat volutpat.</p></div><img src="img/por1.jpg" alt=""></a></div>
<div class="s-12 m-6 l-3"><a class="our-work-container lightbox margin-bottom"><div class="our-work-text"><h4>Respite Care</h4><p>Laoreet dolore magna aliquam erat volutpat.</p></div><img src="img/por2.jpg" alt=""></a></div>
</div>
</div>
</div>
<div class="tab-item">
<a class="tab-label btn btn-outline-success">Personal hygiene & care</a>
<div class="tab-content">
<div class="margin">
<div class="s-12 m-6 l-3"><a class="our-work-container lightbox margin-bottom"><div class="our-work-text"><h4>Personal hygiene & care</h4><p>Laoreet dolore magna aliquam erat volutpat.</p></div><img src="img/por4.jpg" alt=""></a></div>
<div class="s-12 m-6 l-3"><a class="our-work-container lightbox margin-bottom"><div class="our-work-text"><h4>Personal hygiene & care</h4><p>Laoreet dolore magna aliquam erat volutpat.</p></div><img src="img/por6.jpg" alt=""></a></div>
<div class="s-12 m-6 l-3"><a class="our-work-container lightbox margin-bottom"><div class="our-work-text"><h4>Personal hygiene & care</h4><p>Laoreet dolore magna aliquam erat volutpat.</p></div><img src="img/por3.jpg" alt=""></a></div>
<div class="s-12 m-6 l-3"><a class="our-work-container lightbox margin-bottom"><div class="our-work-text"><h4>Personal hygiene & care</h4><p>Laoreet dolore magna aliquam erat volutpat.</p></div><img src="img/por5.jpg" alt=""></a></div>
</div>
</div>
</div>
<div class="tab-item">
<a class="tab-label btn btn-outline-success">Daily personal activities</a>
<div class="tab-content">
<div class="margin">
<div class="s-12 m-6 l-3"><a class="our-work-container lightbox margin-bottom"><div class="our-work-text"><h4>Daily personal activities</h4><p>Laoreet dolore magna aliquam erat volutpat.</p></div><img src="img/por7.jpg" alt=""></a></div>
<div class="s-12 m-6 l-3"><a class="our-work-container lightbox margin-bottom"><div class="our-work-text"><h4>Daily personal activities</h4><p>Laoreet dolore magna aliquam erat volutpat.</p></div><img src="img/por2.jpg" alt=""></a></div>
<div class="s-12 m-6 l-3"><a class="our-work-container lightbox margin-bottom"><div class="our-work-text"><h4>Daily personal activities</h4><p>Laoreet dolore magna aliquam erat volutpat.</p></div><img src="img/por5.jpg" alt=""></a></div>
<div class="s-12 m-6 l-3"><a class="our-work-container lightbox margin-bottom"><div class="our-work-text"><h4>Daily personal activities</h4><p>Laoreet dolore magna aliquam erat volutpat.</p></div><img src="img/por6.jpg" alt=""></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- HAVE ANY QUESTIONS? -->
<div id="latest-news">
<div class="line">
<h2 class="section-title">HAVE ANY QUESTIONS?</h2>
<div class="margin">
<div id="news-text" class="s-12 m-6 l-6">
<div class="s-12 l-2">
<div class="news-date">
<p class="logo-help"><img src="./img/Designer.png" alt=""></p>
</div>
</div>
<div class="s-12 l-10">
<div class="news-text">
<h4> We are always here to Help </h4>
<p>Yishil Care is an organization that provides disability support to those
in need by helping people live ordinary lives.</p>
</div>
</div>
</div>
<div id="news-text" class="s-12 m-6 l-6">
<div class="s-12 l-2">
<div class="news-date">
<p class="logo-help"><img src="img/Designer-1.png" alt=""></p>
</div>
</div>
<div class="s-12 l-10">
<div class="news-text">
<h4>Yishil Care offers </h4>
<p>Yishil Care offers reasonable and necessary supports, with the goal of
reducing the impact of disability on individuals, families, communities
and society.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- CONTACT -->
<div id="contact">
<div class="line">
<h2 class="section-title">Contact Us</h2>
<div class="margin">
<div class="s-12 m-12 l-3 hide-m hide-s margin-bottom right-align">
<img src="img/contact.jpg" alt="">
</div>
<div class="s-12 m-12 l-4 margin-bottom right-align">
<h3>GET IN TOUCH</h3>
<address>
<p><strong>Address:</strong> 19 Ducane Street Wyndham Vale <br> VIC 3024</p>
<p><strong>Country:</strong> Melbourne- Australia</p>
<p > <a href="mailto:info@yishilcare.com.au">
<strong>E-mail:</strong> info@yishilcare.com.au </a></p>
<p><a href="tel:+611300 469 055"><strong>Telephone:</strong> 1300 469 055</a></p>
</address>
<br />
</div>
<div class="s-12 m-12 l-5">
<h3>Contact form </h3>
<form class="customform" action="">
<div class="s-12"><input name="" placeholder="Your e-mail" title="Your e-mail" type="text" /></div>
<div class="s-12"><input name="" placeholder="Your name" title="Your name" type="text" /></div>
<div class="s-12"><textarea placeholder="Your message" name="" rows="5"></textarea></div>
<div class="s-12 m-12 l-4"><button class="color-btn" type="submit">Submit Button</button></div>
</form>
</div>
</div>
</div>
</div>
<!-- MAP -->
<div id="map-block">
<div style="width: 100%"><iframe width="100%" height="600" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?width=100%25&height=600&hl=en&q=19%20Ducane%20St,%20Wyndham%20Vale%20VIC%203024,%20Australia+(My%20Business%20Name)&t=&z=14&ie=UTF8&iwloc=B&output=embed"><a href="https://www.gps.ie/">gps tracker sport</a></iframe></div>
</div>
</section>
<!-- FOOTER -->
<div id="section" class="contact-area" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-3">
<div class="contact-content text-center">
<div class="contact-social">
<ul>
<li><a class="hover-target" href="https://www.facebook.com/profile.php?id=100076015636815"><i class="fab fa-facebook-f"></i></a></li>
<li><a class="hover-target" href=""><i class="fab fa-linkedin-in"></i></a></li>
<li><a class="hover-target" href=""><i class="fab fa-google-plus-g google-bg"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- =============== Contact - End ====================-->
<!-- =============== Footer - Start ====================-->
<footer>
<p>Copyright © 2024 All Rights Reserved © by Yishil Care</p>
</footer>
<script type="text/javascript" src="js/js-scripts.js"></script>
<script type="text/javascript" src="js/responsee.js"></script>
<script type="text/javascript" src="owl-carousel/owl.carousel.js"></script>
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function() {
// Initialize Owl Carousel for #owl-demo
const owlDemo = document.querySelector('#owl-demo');
if (owlDemo) {
const owl = $(owlDemo).owlCarousel({
nav: false,
dots: true,
items: 1,
loop: true,
autoplay: true,
autoplayTimeout: 6000
});
}
// Initialize Owl Carousel for #owl-demo2
const owlDemo2 = document.querySelector('#owl-demo2');
if (owlDemo2) {
const owl = $(owlDemo2).owlCarousel({
nav: true,
dots: false,
items: 1,
loop: true,
navText: ["", ""],
autoplay: true,
autoplayTimeout: 4000
});
}
});
</script>
</body>
</html>