bgpwtf/landing: import

This imports a snapshot of the current landing page (that used to be
versioned in a separate repository, but we want to pull into hscloud).

Change-Id: Ia98bca294ae64bfd57c4a4250d7d3a5a7e5f8145
diff --git a/bgpwtf/landing/index.html b/bgpwtf/landing/index.html
new file mode 100644
index 0000000..bad0c19
--- /dev/null
+++ b/bgpwtf/landing/index.html
@@ -0,0 +1,89 @@
+<!doctype html>
+<html>
+    <head>
+        <meta charset="utf-8">
+        <title>bgp.wtf</title>
+        <style type="text/css">
+            body {
+                margin: 80px auto;
+                line-height: 1.6;
+                font-size: 18px;
+                max-width: 650px;
+                color: #444;
+                background-color: #eee;
+                padding: 0 10px;
+                font-family: helvetica, arial, sans-serif;
+            }
+            a {
+                color: #444;
+                font-weight: 600;
+                text-decoration: none;
+            }
+            a:hover {
+                text-decoration: underline;
+            }
+            span.snippet {
+                font-family: system, courier new, serif;
+            }
+            div.container {
+                background-color: #f8f8f8;
+                padding: 10px 20px 10px 20px;
+                box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
+                margin-bottom: 40px;
+            }
+            div.container h1, h2, h3 {
+                margin: 0;
+            }
+            div.logos {
+                text-align: center;
+            }
+            div.logos img {
+                height: 100px;
+                margin-left: 10px;
+                margin-right: 10px;
+            }
+            div.pepper {
+                width: 128px;
+                height: 128px;
+                background-image: url('i/pepper.png');
+                position: absolute;
+                bottom: 100px;
+                right: 100px;
+                opacity: 0.05;
+            }
+            div.pepper:hover {
+                opacity: 1.0;
+            }
+        </style>
+    </head>
+    <body>
+        <div class="container">
+            <h1>bgp.wtf</h1>
+            <p>
+                The non-profit ISP arm of the <a href="https://hackerspace.pl/">Warsaw Hackerspace</a>. Doing weird stuff on the Internet since 2017.
+            </p>
+            <p>
+                We offer <a href="https://internet.hackerspace.pl/">Internet connectivity in and around Wolność 2A in Warsaw</a>.
+            </p>
+            <p>
+                We peer. Meet us at EPIX-WAR, Wolność 2A in Warsaw.
+            </p>
+            <p>
+                Do you want to learn how the Internet works by running your own v6 CDN? Are you curious how it's like to set up a BGP session? Is DN42 too boring? We also sponsor ASNs and lease v6 address space to likely-minded entities around the world!
+            </p>
+        </div>
+        <div class="container">
+            <p>
+                Chat with us on <span class="snippet">#bgpwtf</span> on Freenode, or by writing an email to <span class="snippet">noc</span> at <span class="snippet">hackerspace.pl</span>.
+            </p>
+        </div>
+        <div class="container">
+            <h3>sponsors &amp; partners</h3>
+            <div class="logos">
+                <a href="http://www.nitronet.pl"><img src="i/nitronet.png" alt="Nitronet logo" title="Nitronet"></a>
+                <a href="https://www.epix.net.pl"><img src="i/epix.png" alt="EPIX logo" title="EPIX"></a>
+            </div>
+        </div>
+        <div class="pepper"> </div>
+    </body>
+</html>