From: Reda Lazri Date: Tue, 4 Nov 2014 16:21:48 +0000 (+0100) Subject: Initial HTML CSS X-Git-Url: https://vcs.fsf.org/?p=fsf-giving-guide.git;a=commitdiff_plain;h=d5121665219f811c162cf873d603a1517b3501f4 Initial HTML CSS --- diff --git a/givingguide.html b/givingguide.html index e69de29..27ae29f 100644 --- a/givingguide.html +++ b/givingguide.html @@ -0,0 +1,119 @@ + + + + + 2014 Holiday Giving Guide | Free Software Foundation | Working together for free software + + + + + + + + + + + + + +
+
+
+

2014 Holiday Giving Guide

+ +
+

Are you giving your loved ones holiday gifts they can use freely, or gifts which put someone else

+ +

+ Electronics are popular gifts for the holidays, but + people often overlook the restrictions that + manufacturers slip under the wrapping paper. Companies + like Microsoft and Apple can and will use Digital + Restrictions Management (DRM) to + prevent your loved ones from sharing apps on the + laptop you got them or remixing the songs on their + expensive new iPad. If the recipient of your gift + is as unlucky as one woman last year, + + + Amazon might even block all the books on their + Kindle and refuse to explain why + . + + Companies want us to accept this kind of intrusive + control, but when you think about, it's unethical + (and annoying!). +

+ +

Give freely

+ +

+ The good news is, for every device that uses DRM or + has a remote "kill switch" like the Kindle, ethical + companies have made a better one that doesn't, one + that your loved ones will be free to enjoy however + they wish. Here's a list of these smarter gifts, + compared with their more well-known, but more + restrictive alternatives. While you're reading, please + remember that donating to a charity in your friend or + family member's name is at least as meaningful as + buying them an electronic device. Some of our favorite + charities are the + + + Electronic Frontier Foundation + , + + Creative Commons + , + + Wikimedia Foundation + , + + Software Freedom Conservancy + , + + Software Freedom Law Center, + GNOME Foundation + and + Free Software Foundation. +

+ +

The Free Software Foundation's Holiday Giving Guide

+ +

+ The gifts in the left column respect your freedom much + more than those in the right column. +

+ +

+ + Please + + share the Giving Guide + + + with your friends and family members, especially + those that might give you presents! (We're using the hashtag + #givefreely.) + +

+ +

+ To make a really big splash, get some friends + together, print the + + PDF version of the Giving Guide + + and hand it out near a local store that sells + DRM-encumbered products. Be sure to take photos! + + Send us photos and any questions at + + campaigns@fsf.org + . +

+ + + + diff --git a/reset.css b/reset.css new file mode 100644 index 0000000..af94440 --- /dev/null +++ b/reset.css @@ -0,0 +1,48 @@ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} \ No newline at end of file diff --git a/stylesheet.css b/stylesheet.css new file mode 100644 index 0000000..e69de29