-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
216 lines (190 loc) · 8.21 KB
/
Copy pathservices.html
File metadata and controls
216 lines (190 loc) · 8.21 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Services - Mellow Mutts</title>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<header class="site-header">
<div class="title-bar"><h1 class="site-title">Mellow Mutts</h1></div>
<nav class="top-nav" aria-label="Primary">
<ul class="nav-list">
<li><a class="nav-btn" href="index.html">Home</a></li>
<li><a class="nav-btn" href="about.html">Mellow Mutts Story</a></li>
<li><a class="nav-btn" href="services.html">Services & Rates</a></li>
<li><a class="nav-btn" href="calendar.html">Calendar</a></li>
<li><a class="nav-btn" href="contact.html">Contact Us</a></li>
</ul>
</nav>
</header>
<main class="main">
<section id="services-rates">
<h2 class="sectionheader">Services & Rates</h2>
<div class="story-text">
<b>Loving, reliable pet care in the Indianapolis area</b><br><br>
At <b>Mellow Mutts</b>, your pets are family. With over 20 years of experience caring for dogs and cats of all ages and personalities - including senior pets and those needing medication like insulin. I treat every furry friend with patience, kindness, and genuine love. Whether you need daily visits, a safe place to board, or overnight care in your home, you can rest easy knowing your pets are in trusted, compassionate hands.
</div>
</section>
<div class="section-divider"></div>
<section id="boarding">
<h2 class="section-header">Boarding</h2>
<div class="story-text">
Your pet's home away from home! Comfortable, caring, and stress-free boarding where every guest gets plenty of love, playtimme, and attention.
</div>
<div class="section-content">
<img src="Images/Puppy day care.jpeg" alt="About Mellow Mutts" class="about-img" />
<div>
<table class="info-table" aria-label="Boarding">
<colgroup><col style="width:60%"><col style="width:40%"></colgroup>
<thead>
<tr><th>Services</th><th>Rates</th></tr>
</thead>
<tbody>
<tr><th>Boarding Rate</th><td>$60/night</td></tr>
<tr><th>Holiday Rate</th><td>$100/night</td></tr>
<tr><th>Additional Dog</th><td>+$40/night</td></tr>
<tr><th>Puppy Rate</th><td>$70/night</td></tr>
<tr><th>Cat Care</th><td>$50/night</td></tr>
<tr><th>Extended Stay (4+ Nights)</th><td>$70/night</td></tr>
<tr><th>Bathing/Grooming Add-On</th><td>+$20 each</td></tr>
</tbody>
</table>
</div>
</div>
</section>
<div class="section-divider"></div>
<section id="house-sitting">
<h2 class="section-header">House Sitting</h2>
<div class="story-text">
When you're away, I stay overnight in your home to keep your pets safe, happy, and loved in their own environment.
</div>
<div class="section-content">
<div>
<table class="info-table" aria-label="House Sitting">
<colgroup><col style="width:60%"><col style="width:40%"></colgroup>
<thead>
<tr><th>Services</th><th>Rates</th></tr>
</thead>
<tbody>
<tr><th>Standard Rate</th><td>$80/night</td></tr>
<tr><th>Holiday Rate</th><td>$125/night</td></tr>
<tr><th>Additional Dog</th><td>+$40/night</td></tr>
<tr><th>Puppy Rate</th><td>$90/night</td></tr>
<tr><th>Cat Care</th><td>$50/night</td></tr>
<tr><th>Extended Stay (4+ Nights)</th><td>$90/night</td></tr>
</tbody>
</table>
</div>
<img src="Images/Dogapalooza.jpeg" alt="About Mellow Mutts" class="about-img" />
</div>
</section>
<div class="section-divider"></div>
<section id="drop-in-visits">
<h2 class="section-header">Drop-In Visits</h2>
<div class="story-text">
Perfect for feeding, potty breaks, medication, or just a little extra love while you're out.
</div>
<div class="section-content">
<img src="Images/Tired puppy.jpeg" alt="About Mellow Mutts" class="about-img" />
<div>
<table class="info-table" aria-label="Drop In Visits">
<colgroup><col style="width:60%"><col style="width:40%"></colgroup>
<thead>
<tr><th>Services</th><th>Rates</th></tr>
</thead>
<tbody>
<tr><th>30-Minute Visit</th><td>$15/visit</td></tr>
<tr><th>60-Minute Visit</th><td>+$12/visit</td></tr>
<tr><th>Holiday Rate</th><td>$35/visit</td></tr>
<tr><th>Additional Dog</th><td>+$10/visit</td></tr>
<tr><th>Puppy Rate</th><td>$18/visit</td></tr>
<tr><th>Cat Care</th><td>$15/visit</td></tr>
<tr><th>Additional Cat</th><td>+$7/visit</td></tr>
<tr><th>Extended Stay (5+ Visits)</th><td>$25/visit</td></tr>
<tr><th>Bathing/Grooming Add-On</th><td>+$20 each</td></tr>
</tbody>
</table>
</div>
</div>
</section>
<div class="section-divider"></div>
<section id="doggy-day-care">
<h2 class="section-header">Doggy Day Care</h2>
<div class="story-text">
A fun, safe, and comfortable daytime experience - ideal for pups who need company, plytime, and care while you're away.
</div>
<div class="section-content">
<div>
<table class="info-table" aria-label="Doggy Day Care">
<colgroup><col style="width:60%"><col style="width:40%"></colgroup>
<thead>
<tr><th>Services</th><th>Rates</th></tr>
</thead>
<tbody>
<tr><th>Day Care (10 Hours or Less)</th><td>$40/day</td></tr>
<tr><th>Holiday Rate</th><td>$80/day</td></tr>
<tr><th>Additional Dog</th><td>+$20/day</td></tr>
<tr><th>Puppy Rate</th><td>$45/day</td></tr>
<tr><th>Bathing/Grooming Add-On</th><td>+$20 each</td></tr>
<tr><th>Pick-Up/Drop-Off</th><td>+$15/day</td></tr>
</tbody>
</table>
</div>
<img src="Images/I swear I heard something.jpeg" alt="About Mellow Mutts" class="about-img" />
</div>
</section>
<div class="section-divider"></div>
<section id="dog-walking">
<h2 class="section-header">Dog Walking</h2>
<div class="story-text">
Daily walks to keep tails wagging and paws moving! Each walk is tailored to your dog's energy, age, and personality.
</div>
<div class="section-content">
<img src="Images/Getting their steps in.jpeg" alt="About Mellow Mutts" class="about-img" />
<div>
<table class="info-table" aria-label="Dog Walking">
<colgroup><col style="width:60%"><col style="width:40%"></colgroup>
<thead>
<tr><th>Services</th><th>Rates</th></tr>
</thead>
<tbody>
<tr><th>30-Minute Walk</th><td>$17/walk</td></tr>
<tr><th>60-Minute Walk</th><td>+$15/walk</td></tr>
<tr><th>Holiday Rate</th><td>$35/walk</td></tr>
<tr><th>Additional Dog</th><td>+$12/walk</td></tr>
<tr><th>Puppy Rate</th><td>$20/walk</td></tr>
<tr><th>Extended Stay (4+ Nights)</th><td>$70/night</td></tr>
<tr><th>Bathing/Grooming Add-On</th><td>+$20/night</td></tr>
</tbody>
</table>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="footer-contact">
Phone — 720.375.2556 | Email — eniedzie@gmail.com
</div>
© 2025 Mellow Mutts
</footer>
<script>
(function setActiveNav() {
const links = document.querySelectorAll('.nav-btn');
const currentPage = window.location.pathname.split('/').pop().toLowerCase();
links.forEach(link => {
const href = link.getAttribute('href').toLowerCase();
if (href === currentPage || (currentPage === '' && href.endsWith('index2.html'))) {
link.classList.add('active');
link.setAttribute('aria-current', 'page');
} else {
link.classList.remove('active');
link.removeAttribute('aria-current');
}
});
})();
</script>
</body>
</html>