Project 1 | L&T Edutech Learning Program
Jaipur Unveiled is a small project that showcases the city of Jaipur — its history, culture, landmarks, local tips and a gallery to celebrate why it is a favourite city. The goal of this project is to present an informative, visually pleasing and easy-to-navigate mini site about Jaipur.
This project was assigned by L&T Edutech as part of their Learning Program and completed as a group project.
- Introduction and history of Jaipur
- Highlights of major attractions (e.g., Hawa Mahal, Amber Fort, City Palace)
- Photo gallery showcasing the city's architecture, markets and cuisine
- Travel tips and local recommendations
- Responsive layout for viewing on desktop and mobile
- Easy-to-read, accessible content
- HTML5
- CSS3
- JavaScript
- Bootstrap
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
- A modern web browser (Chrome, Firefox, Edge, Safari)
- Clone the repository:
git clone https://github.com/Rahma5983/JaipurUnveiled_MyFavouriteCity_Project1_L-T.git - Open the project folder and open
index.htmlin your browser:- Double-click
index.htmlor - Serve it with a simple static server:
# Using Python 3 (from project root) python -m http.server 8000 # Then visit http://localhost:8000
- Double-click
A typical structure for this project might look like:
/ (project root)
├─ index.html
├─ attractions.html
├─ restaurants.html
├─ things_to_do.html
├─ events.html
├─ plan_your_trip.html
├─ contact.html
├─ README.md
├─ css/
│ └─ style.css
├─ js/
│ └─ script.js
├─ assets/
│ └─ images/
This project was created as part of the L&T Edutech Learning Program and completed as a group project.
Team members:
- Rahma Naqui (GitHub: Rahma5983)
- Aishwarya Ray
- Sakshi Yadav
- Neha Singh
Instructor / Program: L&T Edutech — Learning Program
- NarendraKumar Gopineedi Sir
- Thank you to L&T Edutech for providing the project as part of the Learning Program.