From 91fdbabd25149e1db7dc59317cd285e924414ca6 Mon Sep 17 00:00:00 2001 From: Reda Lazri Date: Wed, 19 Nov 2014 21:46:55 +0100 Subject: [PATCH] Added the 'Licenses' section. --- givingguide.html | 36 ++++++++++++++++++++++++++++++++++++ stylesheet.css | 10 +++++++++- 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/givingguide.html b/givingguide.html index 0e70b7c..6488b86 100755 --- a/givingguide.html +++ b/givingguide.html @@ -462,6 +462,9 @@ + + +

If you have ideas for more gifts that can be given freely, submit your recommendations to our Licenses +

This page is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported.

+

Lulzbot by FSF is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported. +
Based on a work at https://static.fsf.org/nosvn/ryf/taz2.jpg.

+ +

Replicator 2 by FSF is licensed under a Creative Commons Attribution 2.0 Generic. +
Based on a work at http://www.flickr.com/photos/creative_tools/8080029032/.

+ +

FSF USB membership card by FSF is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported. +
Based on a work at http://static.fsf.org/nosvn/dontcardomebro.jpg.

+ +

iTunes gift card by FSF is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported. +
Based on a work at http://www.flickr.com/photos/bmiphone/4640570159/.

+ +

ThinkPenguin with GNU by FSF is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported. +
Based on a work at https://www.thinkpenguin.com/gnu-linux/royal-penguin-gnu-linux-notebook.

+ +

Macbook Pro PSD by andrew-gw is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported. +
Retrieved from http://commons.wikimedia.org/wiki/File:Macbook_Pro_PSD.png.

+ +

Astounding Stories by FSF is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported. +
Retrieved from http://www.gutenberg.org.

+ +

The Amazon.com logo is public domain but is a registered trademark.

+ +

Replicant by Paul Kocialkowski is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported. +
Retrieved from https://en.wikipedia.org/wiki/File:Replicant_logo_alpha.svg.

+ +

The iOS logo is a registered trademark.

+

The Least Authority logo is copyright Least Authority Enterprises.

+

The Google Drive logo is public domain but may be subject to trademark laws.

+

The Media Goblin graphic is public domain.

+

The YouTube logo is public domain but may be subject to trademark laws.

+
diff --git a/stylesheet.css b/stylesheet.css index 5a51455..535938b 100755 --- a/stylesheet.css +++ b/stylesheet.css @@ -48,7 +48,7 @@ b { font-style: oblique; } li {list-style-type: circle; padding: 0.4em 0.2em; line-height: 1.4; } /* ul {margin: 1em 2em 0em 4em;} */ -br {margin-bottom: 20em; margin-top: 20em;} +br {margin-bottom: 0.5em; margin-top: 0.5em;} h1 { font-size: 2.20em; font-family: 'Signika Light'; color: #2CAF8F; margin-bottom: 0.5em; margin-top: 1em; } h2 { font-size: 1.75em; font-family: 'Signika Light'; color: #2CAF8F; margin-bottom: 0.5em; margin-top: 2em; } @@ -102,6 +102,8 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b } .share { + position: relative; + bottom: 0.8em; text-align: center; } @@ -322,3 +324,9 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b margin-top: 3em; font-weight: bold; } + +/* Licenses */ + +.licenses h1 { + margin-top: 0.6em; +} -- 2.25.1