-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (58 loc) · 1.7 KB
/
index.html
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
56
57
58
59
60
61
62
63
64
65
<html>
<head>
<title>Stichting Statebox</title>
<style>
body {
background-color: #eee;
font-size: 14pt;
font-family: 'Input Mono', 'Courier New', Courier, monospace;
background-image: url(kidmo3.gif);
background-size: cover;
background-blend-mode: difference;
padding: 0;
margin: 0;
}
h1,h3 {
color: darkred;
}
p, li {
color: darkslategray;
}
li {
font-weight: bold;
}
a {
color: red;
font-weight: bold;
}
#main {
background-color: rgba(255,255,255,0.8);
padding: 2em;
margin: 2em;
color: white;
filter: drop-shadow(0 0 0.75rem darkslategray);
}
</style>
</head>
<body>
<div id="main">
<h1>Stichting Statebox</h1>
<p>
Our mission is to maintain and support the development <a href="https://statebox.org">Statebox</a> programming language.
</p>
<p>
We were founded on <code>2019/01/17</code> and registered at the Chamber of Commerce under number <a href="https://www.kvk.nl/orderstraat/product-kiezen/?kvknummer=737357950000"><code>73735795</code></a>.
</p>
<h3>Board</h3>
<ul>
<li>Jelle Herold</li>
<li>Emilia Gheorghe</li>
<li>Fabrizio Genovese</li>
<li>Erik Post</li>
</ul>
<p style="font-size: 0.5em">
background animation by <a href="https://twitter.com/KidMograph">kidmograph</a>
</p>
</div>
</body>
</html>