A responsive two-page website for a web studio built with HTML, CSS, and JavaScript. The website is fully adapted for mobile, tablet, and desktop devices using CSS media queries.
-
Home (index.html) General information about the web studio, its services, and advantages.
-
Gallery (gallery.html) A photo gallery showcasing the studio’s projects and works.
- HTML5 — semantic page structure
- CSS3 — styling and responsive layout
- JavaScript (Vanilla JS) — basic interactivity
- Flexbox / Grid — layout system
- Media Queries — mobile, tablet, and desktop support
The website is optimized for different screen sizes:
- Mobile — up to 468px
- Tablet — 768px to 1200px
- Desktop — 1200px and above
Media queries ensure the gallery and layout look good on all devices.
- Fully responsive design
- Navigation between pages
- Photo gallery layout
- Mobile-first approach
- Simple JavaScript interactions (if implemented)