Skip to content

Style sheet for the new review badges used on ItsFOSS Linux Blog (http://itsfoss.com)

Notifications You must be signed in to change notification settings

itsfoss/review-badges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS style for review footer used on old It's FOSS website (https://itsfoss.com)

BUILD
=====

You need a couple of tools to build the CSS.
You can find the dependencies for Debian in DEBIAN-DEPS

Once installed, type:

make

at the root of the project. 
All the produtions goes into the css/ directory (stylesheet and images)

INSTALL
=======

Copy the folder css/ and its content into you website static assets folder,
then add:
<style rel="stylesheet" href="path/to/review-footer/css/review.css"> 
to include the CSS after the other stylesheet of your page/template

MODIFY
======

The badge icon is designed in a modular way and the Makefile combine
the different part to create the three badges:

![Gold Badge](css/badge-gold.png)
![Happy Badge](css/badge-happy.png)
![Sad Badge](css/badge-sad.png)

The Tux logo can be changed by replacing the corresponding assets/tug-*.svg
images and running `make` again

About

Style sheet for the new review badges used on ItsFOSS Linux Blog (http://itsfoss.com)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published