Skip to content

captnwalker/VentureTrek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VentureTrek

A Travel Company Website Landing Page built with SASS

Purpose of this Project

VentureTrek is a "proof-of-concept" travel site landing page presented as a showcase for numerous CSS effects complied from SASS/SCSS such as:

  • Custom "Hamburger" menu & buttons
  • Bezier gradients
  • Transistions
  • Animations
  • Embedded video background
  • Cusom "flippable" cards
  • Responsive images
  • Fully responsive design through media queries

Link to Live Site

https://captnwalker.github.io/VentureTrek/

Screenshots (Mobile) of this project

VentureTrek1

VentureTrek2

VentureTrek3

Tech Stack

  • SASS/SCSS
  • CSS3
  • HTML5
  • NodeJS

Steps to deploy this project locally

  1. Clone this repo
  2. Run npm install to re-build dependencies
  3. In a new cli run npm run start to start live server and compiler running in background. Leave this cli open to keep compiler running on each save.
  4. When dev is complete and you are ready to deploy, run npm run build:css to compile complete, minified css file.

Created July 2018, MIT