Skip to content

Latest commit

 

History

History
121 lines (69 loc) · 2.7 KB

File metadata and controls

121 lines (69 loc) · 2.7 KB

🌐 Interactive Static Website Project

A responsive and interactive front-end website built using HTML, CSS & JavaScript.
This project shows my ability to create a clean user interface, navigation structure, and responsive design elements for web users.


📌 Overview

This repository contains the complete source code for a static website featuring:

  • A responsive homepage
  • Navigation menu
  • Structured sections (About, Health, Workout, Feedback)
  • Basic form and interactive elements
  • Modular HTML files for different views

Though some initial development and design work happened outside GitHub, the entire codebase is now hosted here for collaboration, showcasing, and version tracking.


🛠️ Technologies Used

✔ HTML5
✔ CSS3
✔ JavaScript (DOM interactions)
✔ Google Fonts & Font Awesome
✔ Static file serving (no backend)


Demo

Screenshot 2025-12-28 121913 Screenshot 2025-12-28 121941 image

📂 File Structure

├── index.html ├── Home.html ├── about.html ├── health.html ├── workout.html ├── feedback1.html ├── Login.html ├── Leftframe.html ├── Titletop.html ├── ackn.html ├── images/ ├── styles/ └── assets/

✅ The main entry point and landing page is index.html.


🚀 Features

✔ Clean UI with navigation controls
✔ Organized and modular page structure
✔ Interactive elements (e.g., navigation links, feedback form layout)
✔ Basic responsiveness for different screen sizes


💡 Getting Started

To view and modify this project locally:

  1. Clone the repository

    git clone https://github.com/Ananya-1801/website-project.git
    
  2. Open the website

    • Open index.html in your browser
    • No build tools or server required

🧠 What You Can Learn

This project demonstrates:

  • HTML semantics and structural organization

  • Styling with CSS

  • JavaScript enhancements for UI behavior

  • GitHub repository readiness for future collaboration

📩 Feedback / Contact

Feel free to open an issue or reach out to me at:

📧 acharyananya06@gmail.com

🔗 https://github.com/Ananya-1801


👥 Contributing

  • Contributions are welcome! You can:

  • Open issues for bugs or feature requests.

  • Submit pull requests to improve workflows or documentation.