-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
93 lines (91 loc) · 4.14 KB
/
faq.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
<!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" 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">Frequently Asked Questions</p>
<!-- <div class="content"> -->
<div class="faq">
<a><img src="images/faqdog.jpg" alt="faqdog" class="float-right" /></a>
<h3>FAQ</h3>
<ol>
<li>What do you charge for full grooming?<br>
<br>
<span>All of our prices are based on breed, size of your pet, and the condition of their coat. When you make an appointment, we are able to give you a quote of what your pet's grooming price will be.</span></li>
<li>How far in advance should I schedule an appointment?<br>
<br>
<span>We are typically booked out several weeks in advance, please plan accordingly.</span></li>
<li>Do you groom cats?<br>
<br>
<span>Yes! We have cat groomers at both salon locations.</span></li>
<li>Do you have any breed or size restrictions?<br>
<br>
<span>We groom all breeds and sizes of both dogs and cats.</span></li>
<li>How often should my pet be groomed?<br>
<br>
<span>We recommend all pets be groomed every 6 weeks or sooner. Your groomer can set up a grooming schedule for your pet to help keep them clean and tangle free.</span></li>
<li>Do you allow tipping?<br>
<br>
<span>Tipping is never required, but always appreciated.</span></li>
</ol>
<iframe class="video" width="560" height="315" src="https://www.youtube.com/embed/AbmU4XdtDIw" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div id="contact" class="contact">
<a href="services.html"><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>