-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
115 lines (103 loc) · 4.66 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<html>
<head>
<title>rC3@hackeriet - 28-29 dec 2021</title>
<style>
@font-face {
font-family: "Orbitron";
src: url(Orbitron-VariableFont_wght.ttf);
}
html {
background-color: #212a2e;
color: #F7F8F8;
}
body {
margin:auto;
max-width:780px;
padding:3em;
}
a {
color: #128fff;
text-shadow: 1px 1px 1px black;
}
h1,h2,h3 {
font-family: 'Orbitron', sans-serif;
}
h1 {
background-image: linear-gradient(to left, #B239FF, #6800E7, #05B9EC, #B239FF, #6800E7, #05B9EC);
-webkit-background-clip: text;
-webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: #555;
color: transparent;
font-size: 4em;
margin-bottom:0;
/*font-family: 'Press Start 2P';*/
}
h2,h3 {
color: #05B9EC;
text-shadow: 2px 2px 10px #6800E7;
}
</style>
</head>
<body>
<h1>rC3@hackeriet</h1>
<center>28 - 29 december 2021 at <a href="https://hackeriet.no">Hackeriet</a> in Oslo</center>
<p>
Since <a href="https://en.wikipedia.org/wiki/Chaos_Communication_Congress">Chaos Communication Congress</a> is going to be <a href="https://events.ccc.de/#rc3-2021-nowhere-en-version">online this year</a> as
well, we're planning to get together and participate in our "mini-CCC" at <a href="https://hackeriet.no">Hackeriet</a>.
</p>
<p>
There will be talks, socializing, streams from rC3, club mate, beers and stuff. We'll have a dedicated chill-area with tables and chairs for people who wants to bring their laptop, hack on projects, learn something new, participate in a CTF or just hang out.</p>
<p>
Hope to see you there! The event will be free of charge.
</p>
<h2>What is CCC?</h2>
<p>
CCC is a yearly hacker con organized by <a href="https://ccc.de/en">Chaos Computer Club</a> in Germany that attracts
thousands of participants from all over the world. Last year it was held online, this will happen in 2021 as well. Talks from CCC are available at <a href="media.ccc.de">media.ccc.de</a>.
</p>
<h2>Help organize</h2>
<p>
We're currently planning the event, so all the details are not confirmed yet:
<li>Our orga pad is here: <a href="https://pad.hackeriet.no/p/rc3">pad.hackeriet.no/p/rc3</a></li>
<li>You can edit this page: <a href="https://github.com/hackeriet/rc3.hackeriet.no">github.com/hackeriet/rc3.hackeriet.no</a></li>
<li><a href="whiteboard-notes-20211109.jpeg">whiteboard-notes-20211109.jpeg</a></li>
<li>Our IRC channel is #oslohackerspace on libera.chat</li>
<li>You can contact Hackeriet at <a href="mailto:styret@hackeriet.no">styret@hackeriet.no</a>
</p>
<h2>Schedule (Under Construction)<a href="https://github.com/hackeriet/rc3.hackeriet.no"><img src="under-construction.gif" width="32" height="32"></a></h2>
<table width="100%">
<tr valign="top">
<td width="50%">
<h3>28 dec - day 1</h3>
<li>12:00 - Streamed talks from CCC</li>
<li>14:00 - Intro talk</li>
<li>17:45 - Bar opens</li>
<li>18:00 - Talk Slot A</li>
<li>19:00 - Talk Slot B</li>
<li>20:00 - Break</li>
<li>21:00 - Talk Slot C</li>
</td>
<td>
<h3>29 dec - day 2</h3>
<li>12:00 - Streamed talks from CCC</li>
<li>17:45 - Bar opens</li>
<li>18:00 - Talk Slot A</li>
<li>19:00 - Talk Slot B</li>
<li>20:00 - Lightning Talks</li>
</td>
</tr>
</table>
<h2>Call for Participation</h2>
<p>
Want to hold a talk? Or maybe a lightning talk? Want to display some
cool art? Can contribute in other ways? <a href="mailto:rc3@hackeriet.no">Get in touch</a> or
drop by on IRC.
</p>
<h2>All creatures welcome!</h2>
<p>
Hackeriet and our events are safe spaces where all creatures are
welcome. We do not tolerate harassment, bullying, discrimination, or
anything like that. <b>Be excellent to each other!</b>
</p>
</body>
</html>