-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelementrary.html
More file actions
43 lines (36 loc) · 1.6 KB
/
Copy pathelementrary.html
File metadata and controls
43 lines (36 loc) · 1.6 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>MEA Coop Group</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="navigating">
<a class="logo" href="index.html"><b>Coop Group</b></a>
<nav>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="resources.html">Resources</a>
<a href="elementrary.html">Elementrary</a>
<a href="theChickens.html">The Chickens</a>
<a href="contact.html">Contact</a>
</nav>
</div>
<br><br><br><br>
<div class="main">
<h1 class="orange">Calling all elementrary students!</h1>
<hr class="line">
<p>This is currently not running at the moment. However, if you are an elementrary student and are interested in seeing Cleopatra, our hen, please contact Malia at <a href="mailto:maliawilke@gmail.com" class="contact-link">maliawilke@gmail.com</a>. She will reach out and arrange a time. You could also just find her on campus and she will most likely have time to let you into the coop.</p>
<p>While Coop Group is only for secondary students. From 11:30-12:30 on Wednesdays we host open coop hour. Any
elementrary student is free to come with their parent or gaurdian to spend time with the chickens. Our goal is to
teach youger kids about chickens and animal care. Please note, that a student must be accompanied by their adult.
We hope to see you there!
</p>
<footer>
<p class="footerTextWhite">Coded by Malia Wilke in 2024</p>
</footer>
</div>
</body>
</html>