-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (27 loc) · 844 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>eharvey71 - DataViz - Nov2020-May2021</title>
</head>
<body>
<section>
<h1>Harvey Apiary</h1>
<article>
<a target="_blank" href="images/hives.png">
<img src="images/hives.png" alt="Apiary Image">
</a>
<p><em>My Hives</em></p>
<p>I have two hives. The one on the left is from a nucleus (mature brood with an established queen).</p>
<p>The one on the right is from a package (New Queen and 10,000 worker bees, no brood).</p>
</article>
<hr>
<article>
<a target="_blank" href="images/">
<img src="images/humiditymap.png" alt="Humidity Map">
</a>
<p><em>Hive Humidity</em></p>
</article>
</section>
</body>
</html>