This is a simple, interactive personal webpage built using HTML, CSS, and JavaScript. The project includes a welcoming introduction, useful links, a contact section, and a working (demo) contact form with interactive functionality.
waste_detection/
├── index.html # Main webpage content
├── style.css # Styles for layout and appearance
├── script.js # JavaScript for interactivity
- 💬 Introduction with a toggle message (
Click to Learn More) - 🔗 Helpful links to HTML, CSS, and JS tutorials
- 📧 Contact info with links to LinkedIn and GitHub
- 📝 Contact form with validation and simulated message response
- HTML5
- CSS3
- JavaScript (vanilla)
-
Download or clone the repository:
git clone https://github.com/your-username/interactive-webpage.git
-
Open the folder:
cd interactive-webpage -
Launch
index.htmlin your browser.
- The contact form is non-functional — it only simulates a message send (no backend connected).
- JavaScript toggles visibility of elements (
showMessage()and form response). - Form submission is handled by JS to simulate feedback (
✅ Message sent!).