diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 34 |
1 files changed, 20 insertions, 14 deletions
@@ -7,20 +7,28 @@ </head> <body> <header> - <h1>HCKLABXL</h1> + <h1>hcklabxl</h1> </header> - -<div id='act'> - up: - <ul> - <li>sunday-afternoon 24 june 2018: despair-cafe </li> - <li>friday/saturday 29-30 june 2018 @rumsteek: telluric streams</li> - <li>sunday-afternoon 15 juli 2018: neutrinet install party (brque internet)</li> - </ul> -</div> - <main> - <div id='discourse-comments'></div> + <section id="act"> + <h2>up:</h2> + <dl> + <dt>2018-06</dt> + <dd> + <ul> + <li>sunday-afternoon 24: despair-cafe</li> + <li>friday/saturday 29-30 @rumsteek: telluric streams</li> + </ul> + </dd> + <dt>2018-07</dt> + <dd> + <ul> + <li>sunday-afternoon 15: neutrinet install party (<a href="https://labriqueinter.net/">La brique Internet</a>)</li> + </ul> + </dd> + </dl> + </section> + <div id="discourse-comments"></div> </main> <aside> <address> @@ -33,8 +41,6 @@ </address> <p><a href="https://ps.zoethical.com/c/ps/hcklabxl">forum</a></p> </aside> - - <script type="text/javascript"> DiscourseEmbed = { discourseUrl: 'https://ps.zoethical.com/', discourseEmbedUrl: 'https://hacklab.brussels/' }; |