-
Notifications
You must be signed in to change notification settings - Fork 0
/
bordercollie.html
258 lines (247 loc) · 12.1 KB
/
bordercollie.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
255
256
257
258
<!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="bc-picslides" class="carousel slide picslides" data-bs-ride="carousel">
<div class="carousel-indicators">
<button id="slide-0" type="button" data-bs-target="#bc-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="#bc-picslides" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button id="slide-2" type="button" data-bs-target="#bc-picslides" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button id="slide-3" type="button" data-bs-target="#bc-picslides" data-bs-slide-to="3" aria-label="Slide 4"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/bordercollie/first.jpg" class="d-block w-100" alt="smiling dog looking at the camera">
</div>
<div class="carousel-item">
<img src="assets/bordercollie/second.jpg" class="d-block w-100" alt="dog running on small lake">
</div>
<div class="carousel-item">
<img src="assets/bordercollie/third.webp" class="d-block w-100" alt="dog looking at the camera and smiling">
</div>
<div class="carousel-item">
<img src="assets/bordercollie/fourth.jpg" class="d-block w-100" alt="funny picture of dog popping bubbles">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#bc-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="#bc-picslides"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<h2>Border Collie</h2>
<p>
Border Collies are extremely popular for their herding skills (especially with sheep). And
Queen Victoria, who was a dog lover, took extreme liking to Border Collies in the early 1860s.
They are very great actors, search and rescue, and are commonly known for breaking world records
on a lot of things including dog skateboarding, dog balancing, etc.
</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>Hip Dysplasia</dt>
<dt>(MDR1) Multidrug Resistance Mutation</dt>
<dt>Hypothyroidism</dt>
<dt>Skin Problems</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>(CEA) Collie Eye Anomaly</dt>
<dt>(TNS) Trapped Neutrophil Syndrome</dt>
<dt>(CL) Nueronal Ceroid Lipfuscinosis</dt>
<dt>(PRA) Progressive Retinal Atrophy</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>Trainable</dt>
<dt>Energetic</dt>
<dt>Alert</dt>
<dt>Hardworking</dt>
<dt>Loyal</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>30-45 pounds</td>
</tr>
<tr>
<th scope="row">Lifespan</th>
<td>10-17 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>Medium</td>
</tr>
<tr>
<th scope="row">Trainability</th>
<td>High</td>
</tr>
</tbody>
</table>
<br>
<h4>History</h4>
<p>
They descended from landrace sheepdogs which were commonly found throughout the British isles and
were originally bred in Scotland and thrived between the border of Scotland and
England. This border was referred to as Northumberland. There is still debate on the origins of the breed
regardless they are dogs popoular for their herding "eyes" (controls livestock with their stare).
In fact, the word "collie" was a Scotch word used to describe sheepdogs,
because they typically flourished in the border region, they were commonly referred
to as Border Collie.
</p>
<h4>Maintenance</h4>
<p>
This breed, since they were bred to be herding dogs, requires a lot of exercise and not just that but also
a job! They are the happiest when they have a job to do and have space to run. They have double coats
which require grooming every 4-8 weeks and frequent grooming during the shedding seasons of spring and fall.
It is important to note that these dogs require not only a lot of daily physical exercise but also mental
stimulation. They will herd everything!
</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>