diff --git a/css/reset.styl b/css/reset.styl index ee21ad7..dacf549 100644 --- a/css/reset.styl +++ b/css/reset.styl @@ -36,6 +36,26 @@ h3 p margin 0 0 10px 0 +.bg-green + background-color #d9ffca + border-radius 4px + padding .5em 1em + +.bg-red + background-color #f2dede + border-radius 4px + padding .5em 1em + +.bg-blue + background-color #337ab7 + border-radius 4px + padding .5em 1em + +.bg-light-blue + background-color #d9edf7 + border-radius 4px + padding .5em 1em + /* Some styles for buttons */ .button border 0px @@ -121,4 +141,55 @@ html, body line-height 1em margin 0 padding 0 - width 100% \ No newline at end of file + width 100% + +pre + background-color #f9f9f9 + font-family "Courier 10 Pitch", Courier, monospace + font-size 95% + line-height 140% + white-space pre + white-space pre-wrap + white-space -moz-pre-wrap + white-space -o-pre-wrap + + code + font-family Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace + font-size 95% + line-height 140% + white-space pre + white-space pre-wrap + white-space -moz-pre-wrap + white-space -o-pre-wrap + +/* Monospace
to write some nice ASCII art in frontpage */ +pre.new_year + background-color transparent + color #BF0000 + font-family "Courier 10 Pitch", Courier, monospace + font-size .8em + font-webkit bold + margin 0 0 2em 0 + text-align center + white-space pre + white-space pre-wrap + white-space -moz-pre-wrap + white-space -o-pre-wrap + +/* Inline code */ +p > code + background-color #f5f5f5 + border-radius 3px + display inline-block + font-family Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace + font-size 85% + line-height 140% + margin 0 .2em + padding .2em + white-space pre + white-space pre-wrap + white-space -moz-pre-wrap + white-space -o-pre-wrap + +ul, ol + margin 1.2em 2em \ No newline at end of file diff --git a/template/about.twig b/template/about.twig index 470d838..6ff0e6d 100644 --- a/template/about.twig +++ b/template/about.twig @@ -9,16 +9,14 @@ Please read this page before using the website. -freepost is maintained by Peers. We are part of a highly motivated community of people with a strong interest in free culture.
-@@ -28,8 +26,7 @@ You are free to submit any links ranging from software, to art, science, and politics, as long as they have some interesting relevance with free culture. This means that most posts about proprietary software, politics, religion, sport, or meme are off-topic.
-@@ -42,8 +39,7 @@ Please do not submit too many links at once.
-@@ -53,15 +49,32 @@ Unless malice is overwhelmingly evident, assume good intentions whenever reading and responding others’ comments. We do not tolerate insults, threats, or harassment.
-- By using this website, you irrevocably agree to release your posts and comments under the CC BY 4.0 License. + By using this website, you irrevocably agree to release your posts and comments under the CC BY 4.0 License. A link is sufficient for CC BY 4.0 attribution.
- A link is sufficient for CC BY 4.0 attribution. + The website is offered in the hope that it will be useful, but we do not assume any sort of legal responsibility or liability and we do not offer any sort of warranty. We cannot be held responsible for any misuse or money loss derived from the use of the website. +
++ By using the website you agree to accept the terms of services written on this page. +
+ +
+ freepost can optionally store a user email address, which is only used to reset the user password. Emails are not shared with anybody and can be deleted at any time by the user.
+
+ freepost is currently hosted by TuxFamily. TuxFamily keeps the web server raw access logs for up to a year, as required by French laws. Read more on their FAQ.
+
+ If you wish to increase your anonymity while browsing freepost, we suggest to use Tor and a random email address. +
++ freepost does not make use of any third-party service (for example CDNs).
diff --git a/template/index.twig b/template/index.twig index b8d3ece..9f2abd0 100644 --- a/template/index.twig +++ b/template/index.twig @@ -3,17 +3,30 @@+ .''. + . *''* :_\/_: +_\(/_ .:.*_\/_* : /\ : +./)\ ':'* /\ * : '..'. + ' *''* * '.\'/.' _\(/_' + *_\/_* -= o =- /)\ + * /\ * .'/.\'. ' + *..* : + ____ ___ _ _____ + |___ \ / _ \/ |___ | + __) | | | | | / / + / __/| |_| | | / / + |_____|\___/|_|/_/ ++ #} + {% for post in posts %}