syncing the adjusted styles with the git
This commit is contained in:
parent
57714e0b64
commit
d68f425ce9
@ -4,6 +4,7 @@ html{
|
|||||||
}
|
}
|
||||||
body{
|
body{
|
||||||
margin:1em;
|
margin:1em;
|
||||||
|
font-family:monospace;
|
||||||
font-size:16px;
|
font-size:16px;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
background-color: rgb(255, 250, 250);
|
background-color: rgb(255, 250, 250);
|
||||||
|
@ -11,7 +11,13 @@
|
|||||||
{% set padoftheday = pads | random %}
|
{% set padoftheday = pads | random %}
|
||||||
<h1>{{title}}</h1>
|
<h1>{{title}}</h1>
|
||||||
<div id="welcome">
|
<div id="welcome">
|
||||||
Welcome! The notes below have been deliberately published their authors in order to share their thoughts, research and process in an early form. This page represents one of Varia's low-effort publishing tools. The notes are all collected on Varia's <a href="https://pad.vvvvvvaria.org/">Etherpad instance</a>. Etherpad is used as collaborative writing tool to take notes, coordinate projects and document gatherings that happen in and around Varia. For example our notes on <a href="{{padoftheday.link}}">{{ padoftheday.padid }}</a>.
|
Welcome! The notes below have been deliberately published their authors in order to share their thoughts, research and process in an early form. This page represents one of Varia's low-effort publishing tools. The notes are all collected on Varia's <a href="https://pad.vvvvvvaria.org/">Etherpad instance</a>.
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
Etherpad is used as collaborative writing tool to take notes, coordinate projects and document gatherings that happen in and around Varia. For example our notes on <a href="{{padoftheday.link}}">{{ padoftheday.padid }}</a>.
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
This index is updated every 60 minutes.
|
||||||
</div>
|
</div>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
Loading…
Reference in New Issue
Block a user