A visually stunning and responsive web-based art gallery designed to showcase digital artwork, photography, or paintings. This project features a modern masonry layout, custom branding, and an interactive viewing experience.
- 🖼️ Masonry/Grid Layout: Aesthetically pleasing arrangement of artwork that adapts to screen size.
- 🔍 Lightbox View: Click on any art piece to view it in full-screen high resolution.
- 💎 Custom Branding: Features a custom logo and cohesive design theme.
- 📱 Fully Responsive: Optimized for desktops, tablets, and mobile phones.
- ✨ Hover Effects: Smooth animations and transitions when interacting with art cards.
- HTML5: Semantic structure.
- CSS3: Flexbox/Grid for layout and animations.
- JavaScript: Logic for the image modal (lightbox).
- Clone this repository or download the ZIP file.
- Navigate to the project directory.
- Double-click
index.htmlto launch the gallery in your web browser.
ArtGallery/
├── index.html # Main gallery page
├── style.css # Styling and layout logic
├── script.js # Interactivity (Modals/Lightboxes)
├── logo/ all files # Project Logo/Branding file <-- INCLUDED HERE
├── images/ # Folder containing artwork files
└── README.md # Project documentation