A landing page for Qcut. Built on Bootstrap along with scroll reveal animations with AOS. Demo: https://qcut.netlify.app
You require node
and npm
installed to bundle or develop the website. To clone the repository and install the NPM modules, run:
# clone git repository
git clone https://github.com/skdcodes/freelancer-web-Bootstrap_jQuery_AOS-Qcut_Landing_Page.git qcut
# change to project directory
cd qcut
# install npm modules
npm install
To develop the website locally run:
npm run develop
This starts a parcel live server at localhost:1234 with hot reload.
To build the website run:
npm run build
The entire webpage along with all the static assets will be created at dist/
folder. You can simply dump this folder onto your webserver which will serve the index.html
page.
To deploy the website to Github Pages run:
npm run deploy
- CSS Framework - Bootstrap
- Bundler - Parcel
- Animations - Animate on Scroll
- Make sure the "Venues" contents wrap.
- Try to wrap each fullheight column's content for low view heights.