-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThe Zoo Problem3.html
128 lines (85 loc) · 3.17 KB
/
The Zoo Problem3.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
<!DOCTYPE html>
<html lang="en">
<script type="text/javascript" src="//counter.websiteout.com/js/5/7/1793917/0"></script>
<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>
<div id="banner"><img src="collection-of-zoo-animals-vector.jpg" width="768" height="352"></div>
<body style="background-color:#b5eee8;">
</body>
<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>
<ul>
<li>Mella</li>
<li>Karl</li>
</ul>
<li>Monkeys🐒</li>
<ul>
<li>Cookie</li>
<li>Earl</li>
<li>Banana Pudding</li>
</ul>
<li>Alligators🐊</li>
<ul>
<li>Wren</li>
<li>Aspen</li>
<li>Mika</li>
</ul>
</ol>
<hr>
<h3>Ollie</h3>
<img src="Ollie.jpg" width="225" height="150">
<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="225" height="150">
<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>
<hr>
<h3>Frankie</h3>
<img src="frankie.jpg" width="200" height="250">
<h3>Coconut</h3>
<img src="Coconut.jpg" width="200" height="300">
<hr>
<h3>Mella</h3>
<img src="Mella.jpg" width="204" height="300">
<h3>Karl</h3>
<img src="Karl.jpg" width="250" height="150">
<hr>
<h3>Cookie</h3>
<img src="Cookie.jpg" width="220" height="260">
<h3>Earl</h3>
<img src="Earl.jpg" width="208" height="240">
<h3>Banana Pudding</h3>
<img src="Banana Pudding.jpg" width="200" height="200">
<hr>
<h3>Wren</h3>
<img src="Wren.jpg" width="256" height="170">
<h3>Aspen</h3>
<img src="Aspen.jpg" width="256" height="170">
<h3>Mika</h3>
<img src="Mika.jpg" width="256" height="170">
<address>1440 Beckwith Ave NE <br>
Grand Rapids, Michigan 49505</address>
</li>
</ul>
© <a href="about.html">Charley Lea 2024</a>