Skip to content

Lavender summer house one-page frontend application ☀️ 🌊 📅 👙

Notifications You must be signed in to change notification settings

sylank/lavender-site

Repository files navigation

Master: Build Status Dev: Build Status

Lavender website

Lavender summer house one-page frontend application.

About

This repository contains the Lavender Summer House frontend application. It is written in Angular 7 and Pug with Sass.

DEV site: http://dev.levendulabalatonmaria.info/

PROD site: http://levendulabalatonmaria.info/

Backend repositories

Deploy and infrastructure repository: https://github.com/sylank/lavender-backend-infrastructure

ReservationService repository: https://github.com/sylank/ReservationService

Other projects: https://github.com/sylank

Pages

  • Opening
  • Gallery
  • Events
  • Contacts
  • Booking
  • Footer and other informations

Features

  • Multi langual support
  • Gallery
  • Events list with filter options
  • Booking service frontend with re-captcha integration

Image properties

Hero image properties:

  • Raw size: 1080 x 720
  • Raw quality: 50%, jpg
  • Black layer opacity: 50%
  • Black layer Gaussian blur: 10
  • Final quality: 80%

Image converter (base64): https://websemantics.uk/tools/image-to-data-uri-converter/

Usage

To run the website on your local computer use this commands below:

To install the dependencies:

npm install

To install the latest Angular-CLI:

npm install -g @angular/cli

To build the project:

ng build

To start the application:

ng serve