LensCraft is a clean, modern, and fully responsive photography website template built for photographers, visual artists, and creatives to showcase their work professionally. The layout is image-focused, lightweight, and easy to customize.
- Modern and minimal UI design
- Fully responsive on all devices
- Image-focused portfolio gallery
- Smooth transitions and animations
- SEO-friendly HTML structure
- Lightweight and fast loading
- Easy to customize file structure
- HTML5
- CSS3
- JavaScript
- Font Awesome Icons
- Google Fonts
| Path | Description |
|---|---|
index.html |
Main entry point of the website. Contains homepage structure and content. |
css/style.css |
Core stylesheet controlling layout, colors, typography, and responsiveness. |
js/script.js |
Handles interactivity, animations, and dynamic behaviors. |
images/gallery/ |
Stores photography portfolio images displayed on the website. |
assets/icons/ |
Contains icon files and UI-related assets used across the site. |
README.md |
Project documentation and usage guide. |
-
Change text content:
Edit sections insideindex.html -
Update images:
Replace files insideimages/gallery/(keep filenames for best results) -
Modify colors & layout:
Update CSS variables and rules incss/style.css -
Add animations or logic:
Extend functionality injs/script.js
- Keep the folder structure unchanged to avoid broken paths
- Optimize images before adding them to the gallery
- Test responsiveness after making changes