Skip to content

A landing page for Qcut. Built on Bootstrap along with scroll reveal animations with AOS.

Notifications You must be signed in to change notification settings

qcutapp/landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qcut Landing Page

A landing page for Qcut. Built on Bootstrap along with scroll reveal animations with AOS. Demo: https://qcut.netlify.app

Install

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

Usage

To develop the website locally run:

npm run develop

This starts a parcel live server at localhost:1234 with hot reload.

Build

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.

Deploy

To deploy the website to Github Pages run:

npm run deploy

Features

Future

  1. Make sure the "Venues" contents wrap.
  2. Try to wrap each fullheight column's content for low view heights.

About

A landing page for Qcut. Built on Bootstrap along with scroll reveal animations with AOS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published