Skip to content

Duvvakapoojitha/Basic-web-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic-web-development

🌐 Interactive Webpage

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.


📁 Project Structure

waste_detection/
├── index.html       # Main webpage content
├── style.css        # Styles for layout and appearance
├── script.js        # JavaScript for interactivity

🚀 Features

  • 💬 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

🛠️ Technologies Used

  • HTML5
  • CSS3
  • JavaScript (vanilla)

▶️ How to Run

  1. Download or clone the repository:

    git clone https://github.com/your-username/interactive-webpage.git
  2. Open the folder:

    cd interactive-webpage
  3. Launch index.html in your browser.


📌 Notes

  • 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!).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published