The architectural and material significance of medieval Indian monuments, these structures environmental, and technological contexts of medieval India.
This project is a web-based interactive visualization of India's medieval monuments. Explore historical forts, temples, and architectural marvels across different Indian states using 3D maps and dynamic navigation.
https://onarchit.github.io/Medieval_Monuments/
Medieval_Monuments/ │ ├── docs/ # Main project (hosted via GitHub Pages) │ ├── index.html # Entry point of the interactive map │ ├── app.js # JS logic for interaction │ ├── style.css # Styling │ └── INDIA.html/js/css # Other linked content │ ├── fort_.html # Support pages for regional forts ├── karnataka_.html # Specific monument info ├── README.md # Project overview and instructions ├── .gitignore └── LICENSE
- Visit the Live Demo.
- Hover over states to discover hidden monuments.
- Click to explore specific monument details and architectural insights.
- HTML, CSS, JavaScript
- GitHub Pages
- Hand-coded SVG maps
- Open-source monument references
git clone https://github.com/OnARCHIT/Medieval_Monuments.git
cd Medieval_Monuments/docs
open index.html