Logo Lanfrica

Beemun1697/techwithbeemun

Domain:

education

Record type:

software
Creator:
Bee
Host:
Tech With Bee Mun is a front-end educational website that helps people in Zimbabwe learn practical tech skills. It features simple tutorials on web design, basic networking, Starlink setup, graphic design, and internet troubleshooting. # πŸš€ QUICK START GUIDE - Your Website Files ## πŸ“ YOUR PROJECT STRUCTURE ``` Tech With Bee Mun/ β”œβ”€β”€ index.html (🏠 HOMEPAGE - Main page) β”œβ”€β”€ admin.html (πŸ“Š NEW - Admin Dashboard) β”œβ”€β”€ router.html (πŸ“– Course #1) β”œβ”€β”€ networking.html (πŸ“– Course #2) β”œβ”€β”€ webdesign.html (πŸ“– Course #3) β”œβ”€β”€ canva.html (πŸ“– Course #4) β”œβ”€β”€ troubleshooting.html (πŸ“– Course #5) β”œβ”€β”€ style.css (🎨 Styling - All colors & design) β”œβ”€β”€ script.js (βš™οΈ JavaScript - All functionality) β”œβ”€β”€ FEATURES_GUIDE.md (πŸ“š This detailed guide) └── README.md (This file - Quick Overview) ``` --- ## 🎯 WHAT YOU HAVE NOW A complete **fully-functional website** with: ### 🏠 **Homepage** (index.html) - Hero section with background image - Course cards (5 courses) - About section - FAQ section - **NEW:** Announcements section - **NEW:** Testimonials submission form - **NEW:** WhatsApp chat button - Contact form - Newsletter signup - Footer with links ### πŸ“š **5 Complete Courses** (course HTML files) Each course includes: - Course introduction - 10+ lessons in expandable sections - Quiz with instant feedback - Certificate generation - Progress tracking ### πŸ“Š **Admin Dashboard** (admin.html) - NEW! - Password-protected access - 4 data management tabs: - Messages (from contact form) - Subscribers (newsletter emails) - Testimonials (student reviews) - Analytics (course completions) - Export to CSV - Delete unwanted entries ### βš™οΈ **Backend Logic** (script.js) - Form handling & validation - Course progress tracking - Dark mode toggle - Search functionality - **NEW:** Announcements system - **NEW:** Testimonials capture ### 🎨 **Professional Styling** (style.css) - Responsive design (works on mobile, tablet, desktop) - Dark mode support - Modern color scheme - Hover effects and animations - **NEW:** Testimonial form sty …