A sample nature tour website deployed using Netlify.
The focus on Natours was to learn and practive various css techniques and technologies including keyframe and transform animations, various hover effects, custom form radio buttons, and image/solid gradients. This is not a functional website or company.
Clone this repository and navigate into the natours directory.
git clone git@github.com:LiVinson/natours.git
cd natours
Install all of the dependencies listed in the package.json
npm install
Open the application using live server
npm start
Compile, compress, and prefix any changes for deployment
npm run build:css
- HTML
- SCSS
- CSS Features Include:
- animations with key frame and transform
- floats
- responsive design
- video background
- Responsive Images
I am not open to accepting pull requests at this time, but feel free to fork the repository to make changes on your own.
This project is licensed under the MIT license.