webproject

Adventure Sarai Hotel Web Project

This repository contains the source code for the Adventure Sarai Hotel website. The website is designed to showcase the hotel’s offerings, including room options, amenities, and contact information. While not fully functional, the website provides users with an initial framework for exploring the hotel and accessing basic details.

Table of Contents


Features


Technologies Used


Structure

webproject/
├── web/
│   ├── room.html          # Room details page
│   ├── contact.html       # Contact page with map
│   ├── styles/            # Folder for CSS files
│   │   ├── main.css       # Main stylesheet
│   ├── images/            # Folder for image assets
│   │   ├── rooms/         # Room-specific images
│   ├── scripts/           # Folder for JavaScript files
│   │   ├── map.js         # JavaScript for the map
├── index.html             # Homepage

How to Use

  1. Visit the Website: The project is hosted on GitHub Pages. You can access it here.

  2. Explore Pages:
    • Room Page: View available rooms with prices and placeholder buttons for booking or reading more.
    • Contact Page: View the interactive map and placeholder contact details.
  3. Run Locally:
    • Clone the repository:
      git clone https://github.com/kr8457/webproject.git
      
    • Open index.html or any other page in your browser.

Current Limitations


Future Enhancements


Screenshot

Below is a screenshot of the current design of the Adventure Sarai Hotel website:

Website Screenshot


License

This project is licensed under the MIT License. You are free to use, modify, and distribute this project, provided that proper credit is given.


Feel free to contribute to this project by submitting pull requests or reporting issues!