summaryrefslogtreecommitdiff
path: root/index.html
blob: 2c9011697373ba6ae4a1a6ff2031e36858d1f638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <title> P.S.: HCKLABXL </title>
    <link rel="stylesheet" href="assets/css/screen.css">
  </head>
  <body>
      <header>
          <h1>hcklabxl</h1>
      </header>
      <main>
          <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>
              Avenue Princesse Elisabeth 46
              1030 Schaerbeek
          </address>
          <address>
              Princes Elisabethlaan 46
              1030 Schaarbeek
          </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/' };

       (function() {
           var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
           d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
           (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);
       })();
      </script>
  </body>
</html>