blob: bad0c19766a4ad70d995b150456065f9f97dbd88 [file] [log] [blame]
Sergiusz Bazanskibe897072020-07-25 12:18:59 +02001<!doctype html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <title>bgp.wtf</title>
6 <style type="text/css">
7 body {
8 margin: 80px auto;
9 line-height: 1.6;
10 font-size: 18px;
11 max-width: 650px;
12 color: #444;
13 background-color: #eee;
14 padding: 0 10px;
15 font-family: helvetica, arial, sans-serif;
16 }
17 a {
18 color: #444;
19 font-weight: 600;
20 text-decoration: none;
21 }
22 a:hover {
23 text-decoration: underline;
24 }
25 span.snippet {
26 font-family: system, courier new, serif;
27 }
28 div.container {
29 background-color: #f8f8f8;
30 padding: 10px 20px 10px 20px;
31 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
32 margin-bottom: 40px;
33 }
34 div.container h1, h2, h3 {
35 margin: 0;
36 }
37 div.logos {
38 text-align: center;
39 }
40 div.logos img {
41 height: 100px;
42 margin-left: 10px;
43 margin-right: 10px;
44 }
45 div.pepper {
46 width: 128px;
47 height: 128px;
48 background-image: url('i/pepper.png');
49 position: absolute;
50 bottom: 100px;
51 right: 100px;
52 opacity: 0.05;
53 }
54 div.pepper:hover {
55 opacity: 1.0;
56 }
57 </style>
58 </head>
59 <body>
60 <div class="container">
61 <h1>bgp.wtf</h1>
62 <p>
63 The non-profit ISP arm of the <a href="https://hackerspace.pl/">Warsaw Hackerspace</a>. Doing weird stuff on the Internet since 2017.
64 </p>
65 <p>
66 We offer <a href="https://internet.hackerspace.pl/">Internet connectivity in and around Wolność 2A in Warsaw</a>.
67 </p>
68 <p>
69 We peer. Meet us at EPIX-WAR, Wolność 2A in Warsaw.
70 </p>
71 <p>
72 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!
73 </p>
74 </div>
75 <div class="container">
76 <p>
77 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>.
78 </p>
79 </div>
80 <div class="container">
81 <h3>sponsors &amp; partners</h3>
82 <div class="logos">
83 <a href="http://www.nitronet.pl"><img src="i/nitronet.png" alt="Nitronet logo" title="Nitronet"></a>
84 <a href="https://www.epix.net.pl"><img src="i/epix.png" alt="EPIX logo" title="EPIX"></a>
85 </div>
86 </div>
87 <div class="pepper"> </div>
88 </body>
89</html>