-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
39 lines (33 loc) · 1.01 KB
/
resources.html
File metadata and controls
39 lines (33 loc) · 1.01 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
<!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">Resources</h1>
<hr class="line">
<p>Whether you have chickens yourself or are just passionate about chicken husbondry and want to learn more these resources may be
helpful to you!</p>
<p class="animated_div">Resources to come!</p>
<footer>
<p class="footerTextWhite">Coded by Malia Wilke in 2024</p>
</footer>
</div>
</body>
</html>