This is a Drupal 10 demo website called Villa Agency, built to demonstrate theming and site-building skills using a custom Bootstrap-based HTML/CSS layout.
- Drupal 10 site with Composer
- Custom Bootstrap-based Drupal theme
- Slideshow and block features created with Views
- Demo content (nodes, blocks) included
- SQL database backup provided in
/database
- Clone this repo
- Run
composer install
- Import the SQL file from
/database/villa_agency_backup.sql
- Set up a local server (e.g., DDEV, Lando, MAMP)
- Place the correct
settings.php
and sync config if needed
/web
: Drupal root/web/themes/custom/villa_agency_theme
: Custom theme/database
: Database dump.sql
This project is part of my portfolio to demonstrate my Drupal front-end and site-building skills.