Skip to content

Small and beautiful landing page built using html, css, and vanilla javascript.

Notifications You must be signed in to change notification settings

jerezjustin/courier-landing-page

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Courier-Webpage

Landing Page Screenshot

This is a small but beautifully designed landing page. This was created as a personal project when I was starting web development a few years ago. It was built using the following technologies:

  • HTML
  • SCSS
  • Javascript

How to install in your local machine

  • First, you will need to clone this repository using the following command git clone https://github.com/jerezjustin/courier-landing-page.git.
  • After that open the project using the editor of your choice and install the dependencies using the command npm install, this will install node-sass which is the only dependency for this project.
  • Finally you can compile the scss files into css running the command npm run build. Aditionally you can run npm run compile:sass which will watch for any changes in the scss files.
  • Open the index.html file in your browser of choice and there you can see the landing page.

About

Small and beautiful landing page built using html, css, and vanilla javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 66.8%
  • HTML 31.2%
  • JavaScript 2.0%