This repository contains a minimalistic, single-page website prototype for Bhoomi Natural Farms, built to showcase their sustainable farming projects across India.
This is a static HTML website with no complex build steps.
-
Clone the repository:
git clone https://github.com/bhoominatural/bhoominatural.git cd bhoominatural -
Open the website: Simply open the
index.htmlfile in your modern web browser.- Mac:
open index.html - Linux:
xdg-open index.html - Windows: Double-click
index.html
- Mac:
- Frontend: Plain HTML5, CSS (via Tailwind CSS CDN for prototyping speed), and Vanilla JavaScript.
- Data Source: The website dynamically loads project data from
refs/youtube/analysis/locations.json. - Design: Minimalistic aesthetic focused on readability and "Earth" tones (Green, Stone, Amber).
- Icons: Lucide Icons (via CDN).
index.html: The main entry point containing structure, styles, and logic.refs/youtube/analysis/locations.json: The "database" file containing grouped video projects.refs/youtube/analysis/refine_data.py: A Python utility script used to clean and structure the raw YouTube data for the website.
To update the website content with new videos:
- Update
refs/youtube/videos.json(Raw data). - Run the analysis scripts (if applicable) to re-generate
locations.json. - Refresh
index.htmlto see changes immediately.