This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (56 loc) · 1.84 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ETHBerlin, May 24-26, 2024</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
<style>
body, html {
height: 100%;
margin: 0;
font-family: Arial, sans-serif;
}
.container {
display: grid;
place-items: center;
height: 100%;
}
img {
max-width: 100%;
max-height: 100%;
}
footer {
text-align: center;
padding: 10px;
font-size: 10px;
background-color: #f4f4f4;
}
</style>
</head>
<body>
<div class="container">
<img
src="icymi.png"
alt="In case you missed it: A photo of a slide at the Protocol Berg conference announcing the ETHBerlin dates."
>
</div>
<footer>
<p>
ETHBerlin, May 24-26, 2024.
A <em>Department of Decentralization</em> event.
<a href="https://dod.ngo" target="_blank">Impressum</a>.
</p>
<p>
<a href="https://matrix.to/#/%23ethberlin:dod.ngo" target="_blank" rel="noopener noreferrer">
<i class="fa fa-matrix-org" aria-hidden="true"></i> #ethberlin:dod.ngo</a>
<a href="https://github.com/department-of-decentralization" target="_blank" rel="noopener noreferrer">
<i class="fa fa-github" aria-hidden="true"></i> department-of-decentralization</a>
<a href="https://twitter.com/ETHBerlin" target="_blank" rel="noopener noreferrer">
<i class="fa fa-twitter" aria-hidden="true"></i> ETHBerlin</a>
</p>
</footer>
</body>
</html>