-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThe Zoo Problem2.html
105 lines (77 loc) · 3.13 KB
/
The Zoo Problem2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Charley Lea">
<meta name="description" content="Introductory information for our new Interns.">
<title>Wild Animal Mini-Zoo</title>
<link rel="icon" href="HTML5_Badge_32.png" type="image/x-icon">
<link rel="stylesheet" href="main.css" type="text/css">
</head>
<body>
<h1>Welcome to The Wild Animal Mini-Zoo!</h1>
<p>We are delighted to have you join us for this very important internship! We hope you enjoy your time with us. Please reach out to your colleagues or mentors if you have any questions. We are here to help!</p>
<p>This page contains information about our animal guests and their special needs and behaviors.</p>
<hr>
<h2>The Animals</h2>
<ol>
<li>Bears🐻</li>
<ul>
<li>Ollie</li>
<li>Mona</li>
</ul>
<li>Giraffes🦒</li>
<ul>
<li>Frankie</li>
<li>Coconut</li>
</ul>
<li>Lions🦁</li>
<li>Monkeys🐒</li>
<li>Alligators🐊</li>
</ol>
<p>Source material from: </p>
<hr>
<h3>Ollie</h3>
<img src="Ollie.jpg" width="150" height="100">
<p>Ollie is a mature brown bear. He is enjoying his latter years after being rescued from the Black Feather fire in Rio Arriba County, New Mexico in August of 2023. <!--insert link to NM fires-->He is less social than most of the animals at the zoo. Especially considering having been displaced from his natural habitat at such a late age. All in all, he seems to be happy.</p>
<h3>Mona</h3>
<img src="Mona.jpg" width="150" height="100">
<p>Mona is a young female cub born here in early 2024. She loves to play and makes regular attempts to interact with Ollie. He pretends to act disinterested, but we think he has come to care about Mona very much.</p>
<h4>Brown Bear Diet:</h4>
<p>Ollie and Mona are fed twice daily. The menu includes salmon, cod, and whitefish. They are particularly fond of fruits like apples, oranges, and grapefruits.</p>
<hr>
<h3>Frankie</h3>
<img src="frankie.jpg" width="120" height="150">
<h3>Coconut</h3>
<img src="Coconut.jpg" width="160" height="240">
<hr>
<h3>Mella and Karl</h3>
<dl>
<dt>North Pole</dt>
<dd>I hear this is <strong>cold</strong>!</dd>
<dt>South Pole</dt>
<dd>This is also cold.</dd>
<dt>Mountain Tops</dt>
<dd>These are also cold.</dd>
</dl>
<hr>
<h3>Cookie, Earl, and Banana Pudding</h3>
<p>I've been working hard and <em>really need a getaway</em>.</p>
<p>I live in <abbr title="Kansas">KS</abbr> so I want to visit a beach.</p>
<h3>Ollie and Mona</h3>
<p>I've been working hard and <em>really need a getaway</em>.</p>
<p>I live in <abbr title="Kansas">KS</abbr> so I want to visit a beach.</p>
<h3>Wren, Aspen, and Mika</h3>
<ul>
<li><p>I've heard good things about the Caribbean.</p></li>
<li><p>I've heard this place rocks:</p>
<address>1440 Beckwith Ave NE <br>
Grand Rapids, Michigan 49505</address>
</li>
</ul>
© <a href="about.html">Charley Lea 2024</a>
<p>
<a href="#">Back to Top</a>
</p>
</body>
</html>