prashantsani / single-page-bootstrap-grid

A single Page website built using bootstrap grid

Home Page:https://prashantsani.github.io/single-page-bootstrap-grid/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

single-page-bootstrap-grid

A single Page website built using bootstrap grid

  • You can find a live version of the code on this link.

  • For Grids, A customised grid for bootstrap has been used. Each column is 85px, gutter is 15px (So, 85 * 12 + 15 * 11 = 1,185px). These units have been derived from the InVision Link

  • jQuery Not used

  • SCSS used

  • To Compile CSS, cd to the CSS folder and type in sass --watch main.scss:style.css --style compressed command

  • Optimised images used, <picture> tag used to serve WEBP images. There are many ways to serve WEBP images, using <picture> tag is one of the most standards complaint way.

  • Entire website code is optimised


Resources


Website developed by Prashant Sani

Thank You!

About

A single Page website built using bootstrap grid

https://prashantsani.github.io/single-page-bootstrap-grid/index.html

License:MIT License


Languages

Language:CSS 68.6%Language:HTML 31.4%