Homepage: adaptive layout with html, css (flexbox grid), jQuery
Created an adaptive layout using Flexbox grid system without CSS media queries for rebuilding.
Used a SCSS preprocessor, define the main colors, fonts in variables. Also used imports, mixins.
Used the Pug template with inclusions, templates, mixins, variables.
Used HTML5 markup and semantics. The W3C Validator showed no errors.
You can play around with code demo here
Node.js and the package manager npm should be installed. If not: nodejs.org.
cd /YOUR-FOLDER
: change the current working directory to the location where you want the cloned directory to be made.git clone https://github.com/Amaster-eu/pug-Siteplus
: clone current repository.cd pug-Siteplus
: go to the project folder.npm i
: installing dependent packages.npm run start
: build the project in build folder and start server at the address http://localhost:3000/ with opening of the project page in the browser. The project is completed and no modernization is planned.