-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommunity.html
More file actions
28 lines (27 loc) · 1016 Bytes
/
community.html
File metadata and controls
28 lines (27 loc) · 1016 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Dr Faith Njoroge">
<title>AgriTechScholars - Home</title>
<link rel="stylesheet" href="agristyles.css">
</head>
<body>
<header>
<h1>Community</h1>
</header>
<nav>
<a href="home.html">Home</a>
<a href="courses.html">Courses</a>
<a href="tools.html">Tools & Resources</a>
<a href="community.html">Community</a>
<a href="contact.html">Contact Us</a>
</nav>
<div class="container">
<h2>Connect With Farmers.</h2>
<p>Join discussions, share ideas and learn from experienced farmers worldwide.</p>
</div>
<footer>
© AgriTechScholars Platform. All rights reserved.
</footer>