From cffee2c228635b650ebd155db60fc0f259322c74 Mon Sep 17 00:00:00 2001 From: manetta Date: Tue, 1 Dec 2020 23:06:29 +0100 Subject: [PATCH 1/2] left aligned layout, figlet, maybe some more pages with infor and more --- Makefile | 4 +- ...Decker-how_to_build_a_low_tech_internet.md | 5 +- .../Essays/Mel-Hogan_Pandemics-Dark-Cloud.md | 5 +- content/Essays/zabala_warning.md | 9 +-- .../pages/{instruction-sheet.md => about.md} | 4 +- content/pages/feed.md | 1 + content/pages/subscribe.md | 2 + themes/basic/static/css/main.css | 42 ++++++---- themes/basic/templates/base.html | 79 ++++++++++++++++--- themes/basic/templates/index.html | 14 +++- 10 files changed, 125 insertions(+), 40 deletions(-) rename content/pages/{instruction-sheet.md => about.md} (96%) create mode 100644 content/pages/feed.md create mode 100644 content/pages/subscribe.md diff --git a/Makefile b/Makefile index 0224e66..84c18e9 100644 --- a/Makefile +++ b/Makefile @@ -77,10 +77,10 @@ md=$(wildcard content/Essays/*.md) md2pdf=$(md:%.md=%.pdf) %.pdf: %.md themes/basic/static/css/print.css - pandoc -f markdown -t html -c themes/basic/static/css/print.css $< -o $@.html +# pandoc -f markdown -t html -c themes/basic/static/css/print.css $< -o $@.html pandoc --pdf-engine=weasyprint -c themes/basic/static/css/print.css $< -o $@ print: $(md2pdf) - $(shell mv content/Essays/*.html content/print/) +# $(shell mv content/Essays/*.html content/print/) $(shell mv content/Essays/*.pdf content/print/) diff --git a/content/Essays/Kris_De_Decker-how_to_build_a_low_tech_internet.md b/content/Essays/Kris_De_Decker-how_to_build_a_low_tech_internet.md index 851b590..14310d8 100644 --- a/content/Essays/Kris_De_Decker-how_to_build_a_low_tech_internet.md +++ b/content/Essays/Kris_De_Decker-how_to_build_a_low_tech_internet.md @@ -1,4 +1,7 @@ -### How to Build a Low-tech Internet +Title: How to Build a Low-tech Internet +Author: Kris de Decker + +# How to Build a Low-tech Internet Wireless internet access is on the rise in both modern consumer societies and in the developing world. diff --git a/content/Essays/Mel-Hogan_Pandemics-Dark-Cloud.md b/content/Essays/Mel-Hogan_Pandemics-Dark-Cloud.md index 67ce2a3..8c60c9a 100644 --- a/content/Essays/Mel-Hogan_Pandemics-Dark-Cloud.md +++ b/content/Essays/Mel-Hogan_Pandemics-Dark-Cloud.md @@ -1,3 +1,6 @@ +Title: The Pandemic's Dark Cloud +Author: Mél Hogan + "The Pandemic\'s Dark Cloud" was written in November 2020 as a reflection on the relationship between the pandemic and environmental media, with a focus on "the cloud" and its undergirding networked @@ -18,7 +21,7 @@ McLuhan lecture at the Canadian Embassy in Berlin, and giving a plenary at transmediale 2020.\ \@mel\_hogan / melhogan.com / mhogan\@ucalgary.ca* -**The Pandemic\'s Dark Cloud **by Mél Hogan +# The Pandemic's Dark Cloud As the pandemic settled into consciousness across the globe, humans devolved. People in countries where the response to COVID-19 was most diff --git a/content/Essays/zabala_warning.md b/content/Essays/zabala_warning.md index c02f8e5..4027cf5 100644 --- a/content/Essays/zabala_warning.md +++ b/content/Essays/zabala_warning.md @@ -38,7 +38,7 @@ the views of my student's parents, it might help us to reevaluate our political, environmental, and technological priorities for the future.

Like recent philosophies of plants or -[[insects]{.underline}](http://cup.columbia.edu/book/a-philosophy-of-the-insect/9780231175791), +[insects](http://cup.columbia.edu/book/a-philosophy-of-the-insect/9780231175791), which emerged as a response to a global environmental crisis, a "philosophy of warnings" is also a reaction to a global emergency that requires philosophical elucidation. Although the ongoing pandemic has @@ -127,8 +127,7 @@ realism by challenging our framed global order and its realist advocates. This philosophy is not meant to rescue us *from* emergencies but rather rescue us *into* emergencies that we are trained to ignore.

+
-[[Santiago Zabala]{.underline}](http://www.santiagozabala.com/) is ICREA -Research Professor of Philosophy at the Pompeu Fabra University in -Barcelona. His most recent book is *Being at Large: Freedom in the Age -of Alternative Facts* (McGill-Queen's University Press, 2020).
+[Santiago Zabala](http://www.santiagozabala.com/) is ICREA Research Professor of Philosophy at the Pompeu Fabra University in Barcelona. His most recent book is *Being at Large: Freedom in the Age of Alternative Facts* (McGill-Queen's University Press, 2020). + diff --git a/content/pages/instruction-sheet.md b/content/pages/about.md similarity index 96% rename from content/pages/instruction-sheet.md rename to content/pages/about.md index 4777812..cc9d35c 100644 --- a/content/pages/instruction-sheet.md +++ b/content/pages/about.md @@ -2,10 +2,10 @@ Title: About # A Nourishing Network -*A Nourishing Network *is a publishing project that aims at documenting +*A Nourishing Network* is a publishing project that aims at documenting and circulating current research done by a network of artists, activists and programmers that collaborate with the Austrian net culture -initiative *servus.at.* Especially in this moment of reduced mobility +initiative *servus.at*. Especially in this moment of reduced mobility and physical encounters, the publication stimulates the circulation of materials and their further development in a community that usually gathers in small-sized events and festivals. diff --git a/content/pages/feed.md b/content/pages/feed.md new file mode 100644 index 0000000..3f156ad --- /dev/null +++ b/content/pages/feed.md @@ -0,0 +1 @@ +Title: Feed \ No newline at end of file diff --git a/content/pages/subscribe.md b/content/pages/subscribe.md new file mode 100644 index 0000000..d92ba3b --- /dev/null +++ b/content/pages/subscribe.md @@ -0,0 +1,2 @@ +Title: Subscribe + diff --git a/themes/basic/static/css/main.css b/themes/basic/static/css/main.css index 26ca812..aa37eff 100644 --- a/themes/basic/static/css/main.css +++ b/themes/basic/static/css/main.css @@ -2,8 +2,9 @@ body { position: relative; top: 0; left: 0; - margin: 0 2em; - padding: 1em; + /*max-width: 1280px;*/ + margin: 3em; + /*padding: 1em;*/ background-color: lavender; font-family: monospace; font-size: 14px; @@ -11,40 +12,53 @@ body { } header, -#subscribe, +nav#menu, +section#subscribe, footer{ position: relative; width: calc(100% - 4em); - margin: 2em 0; + margin: 4em 0; /*padding: 2em;*/ /*text-align: center;*/ } +article.post{ + margin: 2em 0; + /*padding: 2em;*/ + /*background-color: white;*/ +} + #menu .links a{ border: 1px solid red; padding: 1em; } header pre, -footer pre{ +footer pre, +article.post pre{ /*text-align: center;*/ line-height: 1; } -h1, -h2, -h3{ - font-family: "White Rabbit"; -} a, a:visited, a:active{ color: magenta; + text-decoration: none; } -article.post{ - margin: 4em 0; - /*padding: 2em;*/ - /*background-color: white;*/ +h1, +h2, +h3, +h1 a, +h2 a, +h3 a{ + font-family: "monospace"; + font-size: 100%; + margin:0; + padding:0; + font-weight: normal; + /*color:red !important;*/ } + diff --git a/themes/basic/templates/base.html b/themes/basic/templates/base.html index 40b4fbf..67cba03 100644 --- a/themes/basic/templates/base.html +++ b/themes/basic/templates/base.html @@ -15,11 +15,56 @@ ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + +
+
+                 _      _   _                  _     _     _               _   _      _                      _    
+                / \    | \ | | ___  _   _ _ __(_)___| |__ (_)_ __   __ _  | \ | | ___| |___      _____  _ __| | __
+               / _ \   |  \| |/ _ \| | | | '__| / __| '_ \| | '_ \ / _` | |  \| |/ _ \ __\ \ /\ / / _ \| '__| |/ /
+              / ___ \  | |\  | (_) | |_| | |  | \__ \ | | | | | | | (_| | | |\  |  __/ |_ \ V  V / (_) | |  |   < 
+             /_/   \_\ |_| \_|\___/ \__,_|_|  |_|___/_| |_|_|_| |_|\__, | |_| \_|\___|\__| \_/\_/ \___/|_|  |_|\_\
+                                                                   |___/                                          
+
+		
+ +
	
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
 (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
 		
-

{{ SITENAME }}{% if SITESUBTITLE %} {{ SITESUBTITLE }}{% endif %}

-
+

Subscribe

-

Subscribe to this feed!

-
- +
{% block content %} @@ -49,14 +92,24 @@
diff --git a/themes/basic/templates/index.html b/themes/basic/templates/index.html index 49507e2..dcba94c 100644 --- a/themes/basic/templates/index.html +++ b/themes/basic/templates/index.html @@ -4,10 +4,20 @@
{% for article in articles %} -
+
+	
	
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+	

{{ article.title }} From 76e00af853913321420f493680ca15eb2ce5c7cb Mon Sep 17 00:00:00 2001 From: manetta Date: Thu, 3 Dec 2020 15:36:30 +0100 Subject: [PATCH 2/2] back to black and white layout --- themes/basic/static/css/fonts.css | 4 +- themes/basic/static/css/main.css | 88 +++++++++++------- .../Matthew Welch License - White Rabbit.txt | 42 +++++++++ .../static/fonts/white-rabbit/WHITRABT.TXT | 42 +++++++++ .../static/fonts/white-rabbit/WHITRABT.ttf | Bin 0 -> 15120 bytes .../static/fonts/white-rabbit/whitrabt.ttf | Bin 0 -> 13040 bytes themes/basic/templates/base.html | 44 +++------ themes/basic/templates/index.html | 2 - 8 files changed, 154 insertions(+), 68 deletions(-) create mode 100644 themes/basic/static/fonts/white-rabbit/Matthew Welch License - White Rabbit.txt create mode 100644 themes/basic/static/fonts/white-rabbit/WHITRABT.TXT create mode 100644 themes/basic/static/fonts/white-rabbit/WHITRABT.ttf create mode 100644 themes/basic/static/fonts/white-rabbit/whitrabt.ttf diff --git a/themes/basic/static/css/fonts.css b/themes/basic/static/css/fonts.css index 65bd2c8..d2def2a 100644 --- a/themes/basic/static/css/fonts.css +++ b/themes/basic/static/css/fonts.css @@ -1,6 +1,8 @@ @font-face { font-family: "White Rabbit"; - src: url("../fonts/whiterabbit/whitrabt.ttf") format("truetype"); + src: + local("White Rabbit"), + url(../fonts/whiterabbit/whitrabt.ttf); } @font-face { diff --git a/themes/basic/static/css/main.css b/themes/basic/static/css/main.css index aa37eff..c31a52f 100644 --- a/themes/basic/static/css/main.css +++ b/themes/basic/static/css/main.css @@ -1,64 +1,80 @@ +@font-face { + font-family: "White Rabbit"; + src: url(../fonts/white-rabbit/WHITRABT.ttf); +} + +@import("fonts.css"); + body { position: relative; top: 0; left: 0; - /*max-width: 1280px;*/ - margin: 3em; + max-width: 1120px; + margin: 1em 2em; /*padding: 1em;*/ - background-color: lavender; + /*background-color: lavender;*/ font-family: monospace; font-size: 14px; - color: red; + line-height: 1.6; + /*color: red;*/ } header, -nav#menu, -section#subscribe, +section#intro, footer{ position: relative; width: calc(100% - 4em); - margin: 4em 0; - /*padding: 2em;*/ - /*text-align: center;*/ + margin: 0 0 4em 0; +} + section#intro, + article.post{ + width: calc(100% - 4em); + padding: 1em 2em; + } + section#intro{ + columns: 2 auto; + column-fill: auto; + } + +h1, +h2, +h3, +h1 a, +h2 a, +h3 a{ + font-family: "White Rabbit"; + /*font-size: 100%;*/ + margin: 1.5em 0; + padding: 0; + font-weight: normal; + /*color:red !important;*/ +} + h1#title{ + width: 100%; + text-align: center; + } + +a, +a:visited, +a:active{ + color: black; + text-decoration: none; } article.post{ - margin: 2em 0; - /*padding: 2em;*/ - /*background-color: white;*/ } #menu .links a{ - border: 1px solid red; + border: 1px solid; padding: 1em; } +/* ASCII */ header pre, footer pre, -article.post pre{ - /*text-align: center;*/ +article.post pre, +section#content pre{ line-height: 1; } -a, -a:visited, -a:active{ - color: magenta; - text-decoration: none; -} - -h1, -h2, -h3, -h1 a, -h2 a, -h3 a{ - font-family: "monospace"; - font-size: 100%; - margin:0; - padding:0; - font-weight: normal; - /*color:red !important;*/ -} - diff --git a/themes/basic/static/fonts/white-rabbit/Matthew Welch License - White Rabbit.txt b/themes/basic/static/fonts/white-rabbit/Matthew Welch License - White Rabbit.txt new file mode 100644 index 0000000..6b4bcf0 --- /dev/null +++ b/themes/basic/static/fonts/white-rabbit/Matthew Welch License - White Rabbit.txt @@ -0,0 +1,42 @@ +Font: White Rabbit +Created By: Matthew Welch +E-Mail: matt@squaregear.net +Web Address: http://www.squaregear.net/fonts/ + +My fonts are all free. You can use them for personal or commercial projects, +and I ask for no money. I would, however, love to hear from you. If you use +my fonts for something please e-mail me letting me know how you used it. Send +me a copy if you can or let me know where I can find your work. You are under +no obligation to do this, I just like to see how my fonts get used. + +A license.txt file should have been included with this font, explaining the +license under which it is made available. You can also read it at: + +http://www.squaregear.net/fonts/license.shtml + +About the font: + +White Rabbit is reminiscent of the characters displayed on all those +old low-res terminal screens. Smoothed out and cleaned up for 1999, +this is the font to use for all your computing applications. + + +Copyright (C) 1999 by Matthew Welch + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this font software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/themes/basic/static/fonts/white-rabbit/WHITRABT.TXT b/themes/basic/static/fonts/white-rabbit/WHITRABT.TXT new file mode 100644 index 0000000..49948e9 --- /dev/null +++ b/themes/basic/static/fonts/white-rabbit/WHITRABT.TXT @@ -0,0 +1,42 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + + +Font: White Rabbit (whitrabt.ttf) +Created By: Matthew Welch +E-Mail: daffy-duck@worldnet.att.net +Web Address: http://home.att.net/~daffy-duck + (PGP public key available here) + +White Rabbit, like all of my fonts, is free. You can use it for most +personal or business uses you'd like, and I ask for no money. I +would, however, like to hear from you. If you use my fonts for +something please send me a postcard or e-mail letting me know how +you used it. Send me a copy if you can or let me know where I can +find your work. + +You may use this font for graphical or printed work, but you may not +sell it or include it in a collection of fonts (on CD or otherwise) +being sold. You can redistribute this font as long as you charge +nothing to receive it. If you redistribute it include this text file +with it as is (without modifications). + +If you use this font for commercial purposes please credit me in +at least some little way. + +About the font: + +White Rabbit is reminiscent of the characters displayed on all those +old low-res terminal screens. Smoothed out and cleaned up for 1999, +this is the font to use for all your computing applications. + + + +-----BEGIN PGP SIGNATURE----- +Version: PGP for Personal Privacy 5.0 +Charset: noconv + +iQA/AwUBNzDcWuEM8BJ4ZA+2EQJlHgCff/odpTMZxjkMHJrSJMpKNxRMCmsAoNu0 +kdQTGph0RRtmtuaBROcKnCxW +=lMfG +-----END PGP SIGNATURE----- diff --git a/themes/basic/static/fonts/white-rabbit/WHITRABT.ttf b/themes/basic/static/fonts/white-rabbit/WHITRABT.ttf new file mode 100644 index 0000000000000000000000000000000000000000..7745ff6ccf2a2f8e2538fa4d38f682140c417bda GIT binary patch literal 15120 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 literal 0 HcmV?d00001 diff --git a/themes/basic/templates/base.html b/themes/basic/templates/base.html index 67cba03..daabe3d 100644 --- a/themes/basic/templates/base.html +++ b/themes/basic/templates/base.html @@ -37,7 +37,7 @@ ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (

-
+		
+		
--> +

{{ SITENAME }}{% if SITESUBTITLE %} {{ SITESUBTITLE }}{% endif %}

	
  )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
 (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
@@ -58,33 +58,19 @@
  )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
 (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
 		
- +
+

A Nourishing Network is a small publishing project that documents and circulates current research done by a network of artists, activists and programmers that collaborate with the Austrian net culture initiative servus.at. Especially in this moment of reduced mobility and physical encounters, we are excited to launch this playful publishing experiment, which will circulate within a community that usually gathers in small-sized events and festivals.

+

A subscription to the digital and/or postal feed will activate a stream of essays that will reach you in the coming months. The network nourishes her subscribers at irregular times and involves her readers into the feeding process, by providing means to further disseminate the material in different networked ways.

+ +
+

Subscribe

+ +
-
-

Subscribe

- -
+
{% block content %} diff --git a/themes/basic/templates/index.html b/themes/basic/templates/index.html index dcba94c..b5650a9 100644 --- a/themes/basic/templates/index.html +++ b/themes/basic/templates/index.html @@ -1,7 +1,6 @@ {% extends "base.html" %} {% block content %} -
{% for article in articles %}