-
Notifications
You must be signed in to change notification settings - Fork 0
/
lapponianherder.html
251 lines (241 loc) · 11.5 KB
/
lapponianherder.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
<!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/bootstrap@5.2.0/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="lh-picslides" class="carousel slide picslides" data-bs-ride="carousel">
<div class="carousel-indicators">
<button id="slide-0" type="button" data-bs-target="#lh-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="#lh-picslides" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button id="slide-2" type="button" data-bs-target="#lh-picslides" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button id="slide-3" type="button" data-bs-target="#lh-picslides" data-bs-slide-to="3" aria-label="Slide 4"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/lapponianherder/first.jpg" class="d-block w-100" alt="dog standing with pond background">
</div>
<div class="carousel-item">
<img src="assets/lapponianherder/second.jpg" class="d-block w-100" alt="two dogs sitting next to each other">
</div>
<div class="carousel-item">
<img src="assets/lapponianherder/third.jpg" class="d-block w-100"
alt="puppy sitting on grass">
</div>
<div class="carousel-item">
<img src="assets/lapponianherder/fourth.jpg" class="d-block w-100" alt="dog sitting in a flower grass area">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#lh-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="#lh-picslides"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<h2>Lapponian Herder</h2>
<p>
Lapponian Herders are energetic working dogs with a strong herding instinct.
They are known for their agility and responsiveness to training. They are
loyal and make great companions.
</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>(CHD) Canine Hip Dysplasia</dt>
<dt>Osteochondritis</dt>
<dt>Progressive Retinal Atrophy</dt>
<dt>Obesity</dt>
<dt>Bloat</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>Epilepsy</dt>
<dt>Cancer</dt>
<dt>Centronuclear Myopathy</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>Active</dt>
<dt>Friendly</dt>
<dt>Outgoing</dt>
<dt>Intelligent</dt>
<dt>Patient</dt>
<dt>Affectionate</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>19-22 inches</td>
</tr>
<tr>
<th scope="row">Weight</th>
<td>44-55 pounds</td>
</tr>
<tr>
<th scope="row">Lifespan</th>
<td>12-15 years</td>
</tr>
<tr>
<th scope="row">Energy</th>
<td>High</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>
The Lapponian Herder is a breed of dog known for its herding skills. It originated in Lapland,
which is a region in Northern Finland, Sweden, and Norway. Historically, it was primarily used
by the Sami people for herding reindeer. The breed is known for its intelligence, agility, and strong work ethic.
</p>
<h4>Maintenance</h4>
<p>
Lapponian Herders require regular exercise to stay mentally and physically active. They benefit from daily
walks, playtime, and training sessions. It's important to provide them with mental stimulation and tasks to
keep their working instincts satisfied. Regular grooming, including brushing their double coat, is necessary
to keep their fur in good condition.
</p>
</div>
<footer class="footer">
<p>© 2022. All Rights Reserved.</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.5/dist/umd/popper.min.js"
integrity="sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.min.js"
integrity="sha384-ODmDIVzN+pFdexxHEHFBQH3/9/vQ9uori45z4JjnFsRydbmQbmL5t1tQ0culUzyK"
crossorigin="anonymous"></script>
</body>
</html>