-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
102 lines (100 loc) · 4.56 KB
/
services.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans&family=Ubuntu&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap" rel="stylesheet">
<!-- Social Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Fluffy Puppies</title>
</head>
<!-- Navbar -->
<body>
<div class="header">
<img src="images/Fluffy-Puppies-logos-black.jpg" alt="logo-black" id="navbarLogo">
<div>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="services.html">Services</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
<li>
<a href="faq.html">FAQ</a>
</li>
<li>
<a href="clients.html">Our Clients</a>
</li>
</ul>
</div>
</div>
<!--Cards-->
<div class="hero"></div>
<p id="abouthead">Our Services</p>
<div class="services">
<a><img src="images/services1.jpeg" alt="services" class="float-right" /></a>
<h3 class="services-h3">Full Service Bath</h3>
<ul>
<li class="services-list">Shampoo, conditioner and finishing spray- using the best, gentle products for the health of your pet's skin and coat!</li>
<li class="services-list">Brush out - including full de-shed</li>
<li class="services-list">Blow Dry</li>
<li class="services-list">Nails trimmed - filed smooth upon request</li>
<li class="services-list">Ear cleaning (plucking upon veterinary recommendation only)</li>
<li class="services-list">Teeth Brushing</li>
</ul>
<br>
<!-- <div class="full-service"></div> -->
<h3 class="services-h3">Full Service Grooming</h3>
<img src="images/washydog.jpeg" alt="Dog Bath" class="bubbleDog" />
Grooming includes all services listed in a full service bath, in addition to any haircut of your choice. Your experienced and knowledgeable pet stylist will work with you to ensure that your pet looks and feels great, and is styled best suited for your lifestyle!
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<h3 class="services-h3" style="text-align:justify;">Nail Trims</h3>
<ul>
<li style="text-align: center;">
We recommend your pet's nails be trimmed every 2-4 weeks.
Please call ahead- same day appointments available!
</li>
</ul>
<br>
<h3 class="services-h3">Become a VIP!</h3>
<img src="images/vipimg.jpg" alt="Vip Dog" class="bubbleDog" />
Book your next appointment every 4-6 weeks when you pick up your furry family member and receive specialty services at discounted rates with our VIP program; such as, half price baths between your scheduled full grooms, free nail trims, face trims, sanitary trims, and more!
</div>
<div id="contact" class="contact">
<a><img src="images/reception.jpeg" alt="reception" class="float-right" /></a>
<h2>Let's Get Your Pet Scheduled</h2>
<ul>
<li>Hours: Monday - Saturday 8:00am - 6:00pm</li>
<li>Schedule an appointment at 216.555.1234</li>
<li>Also find us on Social Media Below!</li>
</ul>
<a href="http://www.facebook.com" class="fa fa-facebook"></a>
<a href="http://www.twitter.com" class="fa fa-twitter"></a>
<a href="http://www.instagram.com" class="fa fa-instagram"></a>
<a href="http://www.pinterest.com" class="fa fa-pinterest"></a>
</div>
<div class="footer">
<h2>Made with ❤️️ by Branden</h2>
<p>
216 Atlantic Avenue ~ Cleveland, Ohio. 44138 ~ Tel: 216 555-1234
© 2021 Fluffy Puppies, Inc.
</p>
</div>
</body>
</html>