-
Notifications
You must be signed in to change notification settings - Fork 0
/
boxer.html
256 lines (245 loc) · 11.8 KB
/
boxer.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
<!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="b-picslides" class="carousel slide picslides" data-bs-ride="carousel">
<div class="carousel-indicators">
<button id="slide-0" type="button" data-bs-target="#b-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="#b-picslides" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button id="slide-2" type="button" data-bs-target="#b-picslides" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button id="slide-3" type="button" data-bs-target="#b-picslides" data-bs-slide-to="3" aria-label="Slide 4"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/boxer/first.jpg" class="d-block w-100" alt="dog looking at camera">
</div>
<div class="carousel-item">
<img src="assets/boxer/second.jpg" class="d-block w-100" alt="smiling dog standing on grass">
</div>
<div class="carousel-item">
<img src="assets/boxer/third.jpg" class="d-block w-100" alt="cute puppy standing on carpet">
</div>
<div class="carousel-item">
<img src="assets/boxer/fourth.jpg" class="d-block w-100" alt="dog looking off to the distance">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#b-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="#b-picslides"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<h2>Boxer</h2>
<p>
Boxers are large, muscular, flat-nosed dogs who look imposing, however, they are extremely
playful by nature. They are loyal to their family and love to play with their boundless
amounts of energy. THey are very headstrong and typically are not considered fully mature until
they are three years of age (which is one of the longest puppyhoods for dogs)!
</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>(DM) Degenerative Myelopathy</dt>
<dt>(HD) Hip Dysplasia</dt>
<dt>Spondylosis</dt>
<dt>Hypothyroidism</dt>
<dt>Diabetes</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>Cancer</dt>
<dt>(AS) Aortic Stenosis</dt>
<dt>Cardiomyopathy</dt>
<dt>(CKD) Chronic Kidney Disease</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>High-Energy</dt>
<dt>Playful</dt>
<dt>Fearless</dt>
<dt>Loyal</dt>
<dt>Excitable</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>20-25 inches</td>
</tr>
<tr>
<th scope="row">Weight</th>
<td>60-80 pounds</td>
</tr>
<tr>
<th scope="row">Lifespan</th>
<td>9-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>Medium</td>
</tr>
<tr>
<th scope="row">Trainability</th>
<td>Medium</td>
</tr>
</tbody>
</table>
<br>
<h4>History</h4>
<p>
Boxers originate from Germany from the breeding of the Bullenbeisser and English Bulldog.
The Boxers were bred into existence when people were looking for the perfect hunting partner.
A perfect dog that would be strong, able to hunt prey and hold that prey. Everything down the jaw,
wrinkles, nostrils, and color was taken into account to produce a great hunting partner. This was
noticed by families as within a few generations when families started using Boxers as guard dogs.
</p>
<h4>Maintenance</h4>
<p>
In general Boxers are considered clean dogs who require not a lot of maintenance. Boxers produce
short, shiny fur coats which require very little grooming. Just giving a once-over with a rubber
curry-brush or hound glove once or twice a week would work as well. Their nails should be trimmed
at least once a month unless worn down on hard surfaces naturally. Make sure to brush their teeth
as well!
</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>