From 179fc6e3c38951cc020148456386febcb5e817a4 Mon Sep 17 00:00:00 2001 From: Reda Lazri Date: Thu, 20 Nov 2014 15:35:26 +0100 Subject: [PATCH] Tweaks and cover design --- PDF_source/PDF_cover.svg | 557 +++++++++++++++++++++++++++++++++++++++ givingguide.html | 36 +-- stylesheet.css | 32 ++- 3 files changed, 603 insertions(+), 22 deletions(-) create mode 100644 PDF_source/PDF_cover.svg diff --git a/PDF_source/PDF_cover.svg b/PDF_source/PDF_cover.svg new file mode 100644 index 0000000..0afe2f5 --- /dev/null +++ b/PDF_source/PDF_cover.svg @@ -0,0 +1,557 @@ + +image/svg+xml \ No newline at end of file diff --git a/givingguide.html b/givingguide.html index 6a33f51..25f55c7 100755 --- a/givingguide.html +++ b/givingguide.html @@ -82,7 +82,7 @@
- good + Trisquel GNU/Linux
@@ -108,7 +108,7 @@
- bad + Windows
@@ -156,7 +156,7 @@
- good + TAZ 4.0
@@ -180,7 +180,7 @@
- bad + Makerbot Replicator 2
@@ -226,7 +226,7 @@
- good + Project Gutenberg
@@ -242,7 +242,7 @@
- bad + Amazon
@@ -291,7 +291,7 @@
- good + Replicant
@@ -317,7 +317,7 @@
- bad + Apple iPhone, iPad and Watch
@@ -360,7 +360,7 @@
- good + ThinkPenguin GNU/Linux Notebook
@@ -379,7 +379,7 @@
- bad + Apple Macbook Pro
@@ -423,7 +423,7 @@
- good + GIMP and Inkscape
@@ -440,7 +440,7 @@
- bad + Photoshop and Illustrator
@@ -477,7 +477,7 @@
- good + FSF Membership Card
@@ -492,7 +492,7 @@
- bad + iTunes Card
@@ -533,7 +533,7 @@
- good + Least Authority
@@ -557,7 +557,7 @@
- bad + Google Drive
@@ -601,7 +601,7 @@
- good + GNU MediaGoblin
@@ -623,7 +623,7 @@
- bad + YouTube
diff --git a/stylesheet.css b/stylesheet.css index 54c841c..670b238 100755 --- a/stylesheet.css +++ b/stylesheet.css @@ -226,26 +226,50 @@ h6 { font-size: 1.125em; font-family: 'Signika Light'; color: #4d4d4d; margin-b .product_img { margin: auto; -/* max-width: 168px; */ max-height: 168px; } .product { margin: auto; display: block; + height: 168px; /* margin-bottom: 8em; */ /* max-height: 168px; */ } + .proprietary .product_img:after { + content: ""; + background-image: url("images/bad.png"); + background-size: 25px; + background-repeat: no-repeat; + width: 25px; + height: 25px; + position: absolute; +} + + .free h4:after { + content: ""; + background-image: url("images/good.png"); + background-size: 25px; + background-repeat: no-repeat; + width: 25px; + height: 25px; + position: absolute; +} + + +/* .good, .bad { - display: none; /* FIXME: This is temporary until I fix the sizes*/ + FIXME: This is temporary until I fix the sizes position: relative; - top: 175px; - left: 84px; + + left: 60%; width: 60px; } +*/ + .free, .proprietary { text-align: center; } -- 2.25.1