This is a portfolio web project: a modern landing page concept for a fictional smart home service.
Built to practice HTML, CSS and to showcase my frontend skills.
//live version is not available jet
- Responsive layout (desktop)
- Hero section with call-to-action button
- Service cards with icons
- Simple navigation bar
- Footer with contact information
- HTML5
- CSS3 (flexbox / grid)
├─ index.html
├─ html/
│ ├─ contact.html
│ ├─ solution1.html
│ ├─ solution2.html
│ ├─ solution3.html
│ ├─ solutions.html
│ └─ vision.html
├─ css/
│ └─ style.css
├─ img/
│ ├─ contact_img.png
│ ├─ img1.png
│ ├─ img2.png
│ ├─ img3.png
│ ├─ img4.png
│ ├─ img5.png
│ ├─ logo.png
│ ├─ plate.png
│ ├─ vision_icon1.png
│ ├─ vision_icon2.png
│ ├─ vision_icon3.png
│ ├─ vision_icon4.png
│ ├─ vision_img1.png
│ └─ wallpaper.jpg
└─ README.md