Skip to content

FabriceSalvaire/css-demo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This repository contains a static web site to demonstrate various CSS settings like typography and colours.

This demo follows good design practices like colour contrast.

This work is licensed under CC by-nc-na license.

How to build from scratch

It requires Python3 and the Jinja2 template engine as well as a standard web development stack (NodeJS, Bower). Thus it requires some knowledges on Python and web tools.

To install Jinja2, run basically:

pip install jinja2

Best it is to look for Python Virtual Environment or a package if your are using Linux.

First install NPM packages:

npm install

and Bower packages:

bower install

then run Gulp to generate the site and open it in your browser:

gulp

About

HTML pages to test various CSS settings and based on Bootstrap, Jinja2, SASS and Gulp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published