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
https://captnwalker.github.io/VentureTrek/
- SASS/SCSS
- CSS3
- HTML5
- NodeJS
- Clone this repo
- Run
npm install
to re-build dependencies - 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. - When dev is complete and you are ready to deploy, run
npm run build:css
to compile complete, minified css file.