linking the farmer to the buyer
# Agri-Link Rwanda
Agri-Link Rwanda is a static website designed to showcase an agricultural marketplace platform that connects farmers, buyers, suppliers, and transporters in Rwanda.
## Project Overview
The website currently includes:
- A home page with a hero section and featured crops
- An About page describing the mission, vision, team, and partners
- A Contact page with contact details and a contact form
- A Login page for returning users
- A Register page for new users
## Features
- Clean and modern landing page
- Responsive layout using HTML and CSS
- Navigation across all main pages
- Informational sections for the platform’s purpose and services
- Form sections for login, registration, and contact
## Project Structure
- pages/ - HTML pages for the website
- styles/ - CSS files for page styling
- image/ - Images used across the site
## Files Included
- pages/index.html
- pages/about.html
- pages/contact.html
- pages/login.html
- pages/register.html
- styles/index.css
- styles/about.css
- styles/contact.css
- styles/login.css
- styles/register.css
- styles/header.css
## How to View the Project
Open the project in a browser by launching the home page:
- pages/index.html
You can also use a live server extension in VS Code for a smoother preview experience.
## Current Status
This is a front-end website at its current stage. It includes the main user-facing pages and styling, but does not yet include backend functionality or a connected database.