-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
113 lines (103 loc) · 4.84 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
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Pawfect Grooming</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-D6GTR322LR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-D6GTR322LR');
</script>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo">
<img src="images/pawfect.png" alt="" />
</span>
</header>
<!-- Main -->
<div id="main">
<!-- Introduction -->
<section id="intro" class="main">
<div class="spotlight">
<div class="content">
<behold-widget feed-id="4YkblIjTZgaMwfU7TBvM"></behold-widget>
<script>
(() => {
const d=document,s=d.createElement("script");s.type="module";
s.src="https://w.behold.so/widget.js";d.head.append(s);
})();
</script>
</div>
</div>
</section>
<!-- Get Started -->
<section id="cta" class="main special">
<header class="major">
<h2>No-Stress Dog Grooming Services</h2>
</header>
<div class="main" style="text-align: left">
<p>Pawfact Grooming is a single-member, home-based dog spa that prioritizes your dog’s comfort and safety while providing personalized grooming services tailored to each individual.</p>
<p>With a gentle and loving approach, I strive to create a stress-free environment where your dog can feel completely at ease. To enhance relaxation, all grooming sessions are conducted with soothing music in the background.</p>
<p>At Pawfact Grooming, every dog receives premium-quality shampoos and conditioners, ensuring the best care for their coat. During drying, dogs wear a Happy Hood to reduce noise and promote calmness. Grooming sessions are conducted with patience and precision, typically lasting up to 2 hours for dogs weighing up to 45 lbs and up to 3 hours for dogs weighing up to 80 lbs, depending on the breed.</p>
<p>I am proud to have completed the AKC S.A.F.E. Grooming Program and hold a Professional Pet Groomer Certification, reflecting my commitment to the highest standards of pet care.</p>
</div>
<footer class="major">
<ul class="actions special">
<li><a href="https://booking.moego.pet/ol/landing?name=PawfectGrooming120661" class="button primary">Book Appointment</a></li>
<!-- <li><a href="generic.html" class="button">About Me</a></li> -->
</ul>
</footer>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<h2>Pawfect Grooming</h2>
<p>Pawfact Grooming is a single-member, home-based dog spa that prioritizes your dog’s comfort and safety while providing personalized grooming services tailored to each individual.</p>
<p>I am proud to have completed the AKC S.A.F.E. Grooming Program and hold a Professional Pet Groomer Certification, reflecting my commitment to the highest standards of pet care.</p>
</section>
<section>
<h2> </h2>
<dl class="alt">
<dt>Address</dt>
<dd>161 131st Ave NE • Bellevue, WA 98005</dd>
<dt>Phone</dt>
<dd>(425) 502-5135</dd>
<dt>Email</dt>
<dd><a href="mailto:pawfectgrooming7@gmail.com">pawfectgrooming7@gmail.com</a></dd>
<dt>Instagram</dt>
<dd><a href="https://www.instagram.com/pawfectgrooming7">pawfectgrooming7</a></dd>
</dl>
</section>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>