-
Notifications
You must be signed in to change notification settings - Fork 0
/
cavalierspaniel.html
254 lines (243 loc) · 11.8 KB
/
cavalierspaniel.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dog Breeds</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<link rel="stylesheet" href="dogbreed.css">
</head>
<body>
<header>
<nav class="navbar navbar-dark bg-dark fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="#">Dogs</a>
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasDarkNavbar"
aria-controls="offcanvasDarkNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="offcanvas offcanvas-end text-bg-dark" tabindex="-1" id="offcanvasDarkNavbar"
aria-labelledby="offcanvasDarkNavbarLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasDarkNavbarLabel">Menu</h5>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas"
aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="dogbreedwhy.html">Why Should I get a Dog?</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="dogbreedtypes.html" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Types of Dog Breeds
</a>
<div class="dropdown">
<div class="dropdown-content">
<a class="dropdown-item" href="akitachow.html">Akita Chow</a>
<a class="dropdown-item" href="alaskankleekai.html">Alaskan Klee Kai</a>
<a class="dropdown-item" href="australianshepherd.html">Australian Shepherd</a>
<a class="dropdown-item" href="bernesemountaindog.html">Bernese Mountain Dog</a>
<a class="dropdown-item" href="bordercollie.html">Border Collie</a>
<a class="dropdown-item" href="boxer.html">Boxer</a>
<a class="dropdown-item" href="canecorso.html">Cane Corso</a>
<a class="dropdown-item" href="cavalierspaniel.html">Cavalier King Charles Spaniel</a>
<a class="dropdown-item" href="doberman.html">Doberman</a>
<a class="dropdown-item" href="englishsetter.html">English Setter</a>
<a class="dropdown-item" href="entlebucher.html">Entlebucher Mountain Dog</a>
<a class="dropdown-item" href="formosan.html">Formosan Mountain Dog</a>
<a class="dropdown-item" href="goldenmountain.html">Golden Mountain Dog</a>
<a class="dropdown-item" href="greaterswiss.html">Greater Swiss Mountain Dog</a>
<a class="dropdown-item" href="havapoo.html">Havapoo</a>
<a class="dropdown-item" href="hokkaido.html">Hokkaido</a>
<a class="dropdown-item" href="icelandicsheepdog.html">Icelandic Sheepdog</a>
<a class="dropdown-item" href="italiangreyhound.html">Italian Greyhound</a>
<a class="dropdown-item" href="japanesespitz.html">Japanese Spitz</a>
<a class="dropdown-item" href="jindo.html">Jindo</a>
<a class="dropdown-item" href="kaiken.html">Kai Ken</a>
<a class="dropdown-item" href="karelianbeardog.html">Karelian Bear Dog</a>
<a class="dropdown-item" href="labradorretriever.html">Labrador Retriever</a>
<a class="dropdown-item" href="lapponianherder.html">Lapponian Herder</a>
<a class="dropdown-item" href="mastiff.html">Mastiff</a>
<a class="dropdown-item" href="mountaincur.html">Mountain Cur</a>
<a class="dropdown-item" href="neapolitanmastiff.html">Neapolitan Mastiff</a>
<a class="dropdown-item" href="newfoundland.html">Newfoundland</a>
<a class="dropdown-item" href="oldenglish.html">Old English Sheepdog</a>
<a class="dropdown-item" href="pyreneanmastiff.html">Pyrenean Mastiff</a>
<a class="dropdown-item" href="rafeirodoalentejo.html">Rafeiro do Alentejo</a>
<a class="dropdown-item" href="romanianmioritic.html">Romanian Mioritic Shepherd Dog</a>
<a class="dropdown-item" href="rottweiler.html">Rottweiler</a>
<a class="dropdown-item" href="saintbernard.html">Saint Bernard</a>
<a class="dropdown-item" href="samoyed.html">Samoyed</a>
<a class="dropdown-item" href="tibetanmastiff.html">Tibetan Mastiff</a>
<a class="dropdown-item" href="vizsla.html">Vizsla</a>
<a class="dropdown-item" href="weimaraner.html">Weimaraner</a>
<a class="dropdown-item" href="xoloitzcuintli.html">Xoloitzcuintli</a>
<a class="dropdown-item" href="yakutianlaika.html">Yakutian Laika</a>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<div class="body">
<div id="cs-picslides" class="carousel slide picslides" data-bs-ride="carousel">
<div class="carousel-indicators">
<button id="slide-0" type="button" data-bs-target="#cs-picslides" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button id="slide-1" type="button" data-bs-target="#cs-picslides" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button id="slide-2" type="button" data-bs-target="#cs-picslides" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button id="slide-3" type="button" data-bs-target="#cs-picslides" data-bs-slide-to="3" aria-label="Slide 4"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/cavalierspaniel/first.webp" class="d-block w-100" alt="dog looking offscreen licking lips">
</div>
<div class="carousel-item">
<img src="assets/cavalierspaniel/second.jpg" class="d-block w-100" alt="dog siting on cement">
</div>
<div class="carousel-item">
<img src="assets/cavalierspaniel/third.jpg" class="d-block w-100" alt="panting dog sitting on grass">
</div>
<div class="carousel-item">
<img src="assets/cavalierspaniel/fourth.webp" class="d-block w-100" alt="dog standing on grass">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#cs-picslides"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#cs-picslides"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<h2>Cavalier King Charles Spaniel</h2>
<p>
Cavalier King Charles Spaniel are gentle and are considered one of the top graceful dogs! They
produce silky coats and are extremely sociable (getting along with dogs and children). Their
energy levels can vary greatly depending on the owner's lifestyle ranging from couch potatoes
and athletes.
</p>
<div class="container">
<div class="row">
<div class="col-sm-4 py-2">
<div class="card card-body h-100">
<h5 class="card-title">Minor Health Issues</h5>
<dl>
<dt>Eye Conditions</dt>
<dt>Patellar Luxation</dt>
<dt>(HD) Hip Dysplasia</dt>
<dt>Obesity</dt>
</dl>
</div>
</div>
<div class="col-sm-4 py-2">
<div class="card h-100 text-white bg-danger">
<div class="card-body">
<h5 class="card-title">Major Health Issues</h5>
<dl>
<dt>(MVD) Mitral Valve Heart Disease</dt>
<dt>(SM) Syringomyelia</dt>
<dt>Strokes</dt>
</dl>
</div>
</div>
</div>
<div class="col-sm-4 py-2">
<div class="card h-100">
<div class="card-body">
<h5 class="card-title">Temperament</h5>
<dl>
<dt>Sweet</dt>
<dt>Gentle</dt>
<dt>Affectionate</dt>
<dt>Social</dt>
<dt>Smart</dt>
<dt>Intelligent</dt>
</dl>
</div>
</div>
</div>
</div>
</div>
<br><br>
<h4>General Information</h4>
<table class="table table-dark table-hover">
<thead>
<tr>
<th scope="col">Topic</th>
<th scope="col">Information</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Height</th>
<td>12-13 inches</td>
</tr>
<tr>
<th scope="row">Weight</th>
<td>13-18 pounds</td>
</tr>
<tr>
<th scope="row">Lifespan</th>
<td>12-15 years</td>
</tr>
<tr>
<th scope="row">Energy</th>
<td>Medium</td>
</tr>
<tr>
<th scope="row">Health</th>
<td>Medium</td>
</tr>
<tr>
<th scope="row">Sociability</th>
<td>High</td>
</tr>
<tr>
<th scope="row">Trainability</th>
<td>High</td>
</tr>
</tbody>
</table>
<br>
<h4>History</h4>
<p>
King Charles I and his son Charles II were extremely fond of Toy Spaniels that was eventually named
in Charles II's honor. Samuel Pepys, Restoration era diarist, declared that Charles II seemed more
concerned with breeding spaniels than ruling Britain. They were extremely popular with British
aristocrats in the early 19th century. In honor of the old-type toy spaniel, Roswell Eldridge offered
cash prize to British breeders who could produce "Bleinheim Spaniels of the Old World type."
</p>
<h4>Maintenance</h4>
<p>
To avoid knots forming, a daily brush out is necessary! You can mist their fur and then brush around
their ears and skirts before brushing the rest of their body. Use a boar bristle brush or pin
brush for this breed to avoid damaging the coat. Make sure to trim their nails every three to four weeks and
make sure to bathe them regularly as well. Medium to long coats are prone to form knots and collect dust and
dirt from outside!
</p>
</div>
<footer class="footer">
<p>© 2022. All Rights Reserved.</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-ODmDIVzN+pFdexxHEHFBQH3/9/vQ9uori45z4JjnFsRydbmQbmL5t1tQ0culUzyK"
crossorigin="anonymous"></script>
</body>
</html>