diff --git a/README.md b/README.md index df55991..c4724be 100644 --- a/README.md +++ b/README.md @@ -102,20 +102,34 @@ NEXT_PUBLIC_SITE_URL=http://localhost:3000 # Add other environment variables as needed ``` -## 📸 Screenshots +## Screenshots -### **Main Landing Page** -![CCFW Wildlife Livestream Main Page](images/CCFW_screenshot1.JPG) -*Professional landing page with featured livestreams and conservation information* +### Home +![Home](screenshots/home.png) -### **Live Streaming Interface** -![Live Stream Interface](images/CCFW_screenshot2.JPG) -*HD streaming interface with real-time viewer counts and professional controls* +### Streams +![Streams](screenshots/streams.png) -### **Burrowing Owl Information** -![Burrowing Owl Details](images/CCFW_screenshot3.JPG) -*Educational content about burrowing owls with conservation facts and habitat information* +### Sightings +![Sightings](screenshots/sightings.png) +### Wildlife +![Wildlife](screenshots/wildlife.png) + +### Map +![Map](screenshots/map.png) + +### Events +![Events](screenshots/events.png) + +### Volunteer +![Volunteer](screenshots/volunteer.png) + +### Donate +![Donate](screenshots/donate.png) + +### About +![About](screenshots/about.png) ## 🏗️ Project Structure ``` diff --git a/screenshots/about.png b/screenshots/about.png new file mode 100644 index 0000000..faedfe0 Binary files /dev/null and b/screenshots/about.png differ diff --git a/screenshots/donate.png b/screenshots/donate.png new file mode 100644 index 0000000..bf284b0 Binary files /dev/null and b/screenshots/donate.png differ diff --git a/screenshots/events.png b/screenshots/events.png new file mode 100644 index 0000000..209fe21 Binary files /dev/null and b/screenshots/events.png differ diff --git a/screenshots/home.png b/screenshots/home.png new file mode 100644 index 0000000..8291d6e Binary files /dev/null and b/screenshots/home.png differ diff --git a/screenshots/map.png b/screenshots/map.png new file mode 100644 index 0000000..a023546 Binary files /dev/null and b/screenshots/map.png differ diff --git a/screenshots/sightings.png b/screenshots/sightings.png new file mode 100644 index 0000000..94b8f2f Binary files /dev/null and b/screenshots/sightings.png differ diff --git a/screenshots/streams.png b/screenshots/streams.png new file mode 100644 index 0000000..3edf706 Binary files /dev/null and b/screenshots/streams.png differ diff --git a/screenshots/volunteer.png b/screenshots/volunteer.png new file mode 100644 index 0000000..19a5cfc Binary files /dev/null and b/screenshots/volunteer.png differ diff --git a/screenshots/wildlife.png b/screenshots/wildlife.png new file mode 100644 index 0000000..c2ad7e3 Binary files /dev/null and b/screenshots/wildlife.png differ