-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (40 loc) · 1.82 KB
/
Copy pathindex.html
File metadata and controls
43 lines (40 loc) · 1.82 KB
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>CA/Meme Forum</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css">
</head>
<body>
<section class="section">
<div class="container">
<img src="assets/cam.svg" width="40%">
<h1 class="title">CA/Meme Forum</h1>
<a href="https://docs.camemeforum.org/aoa/camf_aoa_en_2022-03-26.pdf">Articles of Association</a><br>
<br>
<a href="mailto:board@camemeforum.org"><h3>Executive Board</h3></a>
<ul>
<li><b>Chair:</b> <a href="mailto:cynthia@camemeforum.org">Cynthia Revström</a></li>
<li><b>Secretary:</b> <a href="mailto:ave@camemeforum.org">Ave Özkal</a></li>
</ul>
<br>
<h2 class="subtitle"><b>Legal things</b></h2>
<ul>
<li><b>Org Nr:</b> <code>802526-2091</code></li>
<li><b>Address:</b> <code>C/O Cynthia Revström, Kläppstigen 5, 168 59 Bromma, Sweden</code></li>
</ul>
</div>
</section>
<footer class="footer">
<div class="content has-text-centered">
<p>
<strong>CA/Meme Forum</strong>. The source code is licensed <a href="http://opensource.org/licenses/mit-license.php">MIT</a>. The website content is Copyright © 2019-2023 CA/Meme Forum.
</p>
<p>
Thanks to <a href="https://twitter.com/eden_sg">Eden</a> for making the logo :).
</p>
</div>
</footer>
</body>
</html>