-
-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy path36c3.html
49 lines (41 loc) · 1.58 KB
/
36c3.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Delta Chat on 36c3</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.logo {
width: 90%;
max-width: 200px;
padding: 2em;
}
.banner {
background: rgba(35, 143, 221, 0.44);
border: 1px solid rgba(35, 143, 221, 0.44);
border-radius: 5px;
}
</style>
</head>
<body>
<center>
<img class="logo" src="./assets/logos/delta-chat.svg">
<h2>Delta Chat</h2>
<div class="banner">
Come to our self-organized session at 21:00 TODAY (friday)<br>
<a href="https://events.ccc.de/congress/2019/wiki/index.php/Session:Delta_Chat_Hands_On:_Development_Status_iOS,_Android,_%26_Desktop">
https://events.ccc.de/congress/2019/wiki/index.php/Session:Delta_Chat_Hands_On:_Development_Status_iOS,_Android,_%26_Desktop
</a>
</div>
<br>
<a href="https://36c3.c3nav.de/l/decentral/">Come to our assembly [Map]</a><br><br>
<a href="https://delta.chat">Go to website</a><br>
<a href="https://get.delta.chat">Download (iOS / Android / macOS / Linux / Windows)</a><br>
Feel free to get in touch with us at our <a href="https://36c3.c3nav.de/l/decentral/">assembly</a>
and let us help you if you have any issues with the
installation or if you need a test account.
<br>
</center>
</body>
</html>