-
Notifications
You must be signed in to change notification settings - Fork 0
/
alaskankleekai.html
253 lines (242 loc) · 11.8 KB
/
alaskankleekai.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
<!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 List</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="kk-picslides" class="carousel slide picslides" data-bs-ride="carousel">
<div class="carousel-indicators">
<button id="slide-0" type="button" data-bs-target="#kk-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="#kk-picslides" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button id="slide-2" type="button" data-bs-target="#kk-picslides" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button id="slide-3" type="button" data-bs-target="#kk-picslides" data-bs-slide-to="3" aria-label="Slide 4"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/alaskankleekai/first.jpg" class="d-block w-100" alt="dog laying down">
</div>
<div class="carousel-item">
<img src="assets/alaskankleekai/second.jpg" class="d-block w-100" alt="happy dog next to body of water">
</div>
<div class="carousel-item">
<img src="assets/alaskankleekai/third.jpg" class="d-block w-100" alt="dog standing on dead grass">
</div>
<div class="carousel-item">
<img src="assets/alaskankleekai/fourth.jpg" class="d-block w-100" alt="dog next to a bicycle">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#kk-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="#kk-picslides"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<h2>Alaskan Klee Kai</h2>
<p>
Alaskan Klee Kai dogs are smart and energetic dogs. They typically resemble larger Husky breeds because of the
high
energy and demands of exercise. These breeds tend to be shy around strangers and are prone to sharing or
expressing
their emotions with whines and barks. These dogs are meant to be companion dogs rather than working dogs.
They are also very easy to please and adore attention from their caretakers which means that they are very
easy to train.
</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>Bleeding Disorder</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>Patellar Luxation</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>Intelligent</dt>
<dt>Energetic</dt>
<dt>Loving</dt>
<dt>Curious</dt>
<dt>Agile</dt>
<dt>Active</dt>
<dt>Vocal</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>13-17 inches</td>
</tr>
<tr>
<th scope="row">Weight</th>
<td>12-24 pounds</td>
</tr>
<tr>
<th scope="row">Lifespan</th>
<td>12-16 years</td>
</tr>
<tr>
<th scope="row">Energy</th>
<td>High</td>
</tr>
<tr>
<th scope="row">Health</th>
<td>High</td>
</tr>
<tr>
<th scope="row">Sociability</th>
<td>Medium</td>
</tr>
<tr>
<th scope="row">Trainability</th>
<td>High</td>
</tr>
</tbody>
</table>
<br>
<h4>History</h4>
<p>
Linda Spurlin, a 1970s breeder, loved small Alaskan Huskies. The dog captured the
attention and the affection of onlookers in her hometown in Wasilla, Alaska. She
had a goal of breeding more and eventually sold her Klee Kai puppies to the public
in 1987. Less than a decade later, the name was changed to Alaskan Klee Kai
in honor of their origins.
</p>
<h4>Maintenance</h4>
<p>
This breed requires diet formulated for active, small-breed dogs because of their
size and energy level. Due to their double coat, they shed a bit but weekly
brushings can be enough to remove excess hair. This breed blow their coats twice
a year. These dogs love to be active because of their strong hunting insticts
and can be a little unreliable off-leash.
</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>