WoningVrij is a modern, responsive landing page for a fictional housing service that offers homes without traditional mortgages or BKR checks. The website showcases a unique non-mortgage model, available properties, locations, and explains the process to potential buyers.
- Modern Design: Clean, professional UI using a "gold & dark" color scheme.
- Responsive Layout: Fully responsive design that works seamlessly on desktops, tablets, and mobile devices.
- Interactive Elements:
- Parallax Effects: Smooth parallax scrolling for hero and feature sections.
- Scroll Animations: Elements fade in as you scroll down the page.
- Sticky Header: Navigation bar stays accessible while scrolling.
- Mobile Navigation: Hamburger menu for mobile devices.
- FAQ Accordion: Expandable/collapsible questions and answers.
- Horizontal Scroll: Touch-friendly horizontal scrolling for location cards.
- Smooth Navigation: Smooth scrolling to anchor links.
- HTML5: Semantic markup.
- CSS3: Custom properties (variables), Flexbox, Grid, and media queries for responsiveness.
- JavaScript (ES6+): Vanilla JavaScript for interactivity (no external frameworks required).
- Google Fonts: 'Inter' for body text and 'Poppins' for headings.
You need a modern web browser to view the website. No build tools or package managers are strictly required to run the static files.
-
Clone the repository:
git clone https://github.com/yourusername/woningvrij.git cd woningvrij -
Open the website:
- Simply open
index.htmlin your web browser. - OR for the best experience (especially for avoiding CORS issues with some assets locally), use a local development server.
If you have Python installed:
# Python 3 python -m http.server 8080Then visit
http://localhost:8080in your browser. - Simply open
WoningVrijInzicht/
├── index.html # Main HTML structure
├── style.css # Global styles and responsive design
├── script.js # Interactive functionality (scroll, parallax, nav)
├── attached_assets/ # Images and other assets
│ └── ...
└── README.md # Project documentation
- Primary Colors:
- Gold (
#d4af37) - Black (
#111111) - White (
#ffffff)
- Gold (
- Typography:
- Headings: Poppins (Weights: 600, 700)
- Body: Inter (Weights: 300, 400)
Images used in this project are sourced from Unsplash and local assets.
This project is for demonstration purposes.