This repository has been archived by the owner on Jul 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
shortcuts.js
164 lines (164 loc) · 4.11 KB
/
shortcuts.js
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
module.exports = [
{
emoji: "🧩",
name: "Foundation Talks",
description: "A list a the 35c3 Foundation Talks",
href: "https://write.as/x67b6qeqmcl9e.md"
},
{
emoji: "🚨",
name: "Help",
description: "Support-Angebote | Hilfe auf dem Congress",
href: "https://help.ccc.de"
},
{
emoji: "📚",
name: "Wiki",
description: "35C3 Wiki",
href: "https://events.ccc.de/congress/2018"
},
{
emoji: "📋",
name: "Fahrplan",
description: "Schedule 35th Chaos Communication Congress",
href: "https://fahrplan.events.ccc.de/congress/2018/Fahrplan/"
},
{
emoji: "🗒",
name: "Fahrplan (vspace.one)",
description: "Fahrplan von @vspaceone",
href: "https://fahrplan.vspace.one"
},
{
emoji: "💃",
name: "ABFahrplan",
description: "Schedule 35C3 Art'n'Beauty Fahrplan",
href: "https://fahrplan.events.ccc.de/congress/2018/Lineup/"
},
{
emoji: "😇",
name: "Engelsystem",
description: "35c3 - Engelsystem",
href: "https://engelsystem.de/35c3/"
},
{
emoji: "🎥",
name: "Live Streams",
description: "35C3 Streaming",
href: "https://streaming.media.ccc.de/35c3"
},
{
emoji: "🔁",
name: "ReLive!",
description: "ReLive!",
href: "https://streaming.media.ccc.de/35c3/relive/"
},
{
emoji: "🗣️",
name: "c3subtitles",
description: "35c3 Subtitles",
href: "https://c3subtitles.de/event/35c3/"
},
{
emoji: "📺",
name: "Media",
description: "Media Archive",
href: "https://media.ccc.de/"
},
{
emoji: "🗺",
name: "Indoor Map",
description: "c3nav - Indoor Navigation for chaos events",
href: "https://35c3.c3nav.de"
},
{
emoji: "🍺",
name: "Bottle Drop Reporting",
description: "Bottle Drop Reporting Tool | c3bottl.es",
href: "https://c3bottl.es"
},
{
emoji: "☑️",
name: "Congress Checklist",
description: "MacLemon/CongressChecklist at Github",
href: "https://github.com/MacLemon/CongressChecklist#congresschecklist"
},
{
emoji: "💬",
name: "IRC Chat",
description: "Web client for #35c3 channel on irc.hackint.org",
href: "https://webirc.hackint.org/#irc://irc.hackint.org/#35c3"
},
{
emoji: "📈",
name: "IRC Chat Statistics",
description: "Statistics of the IRC channels",
href: "https://35c3.ircstats.laxu.de/"
},
{
emoji: "🐘",
name: "ActivePub (chaos.social)",
description: "#35c3 on ActivePub (Mastodon) on chaos.social",
href: "https://chaos.social/tags/35c3"
},
{
emoji: "🐦",
name: "Twitter",
description: "#35c3 on Twitter",
href: "https://twitter.com/search?f=tweets&q=%2335c3&src=typd"
},
{
emoji: "📞",
name: "Eventphone",
description: "Eventphone",
href: "https://guru3.eventphone.de/"
},
{
emoji: "🚃",
name: "LVB Connection Info",
description: "Fahrplanauskunft - Leipziger Verkehrsbetriebe",
href: "https://www.l.de/verkehrsbetriebe/fahrplan"
},
{
emoji: "📱",
name: "App iOS",
description: "Congress – 35C3 by Thomas Kollbach",
href: "https://itunes.apple.com/de/app/congress-35c3/id941205524"
},
{
emoji: "📱",
name: "App Android",
description: "35C3 Schedule by Tobias Preuss",
href: "https://play.google.com/store/apps/details?id=info.metadude.android.congress.schedule"
},
{
emoji: "📈",
name: "Dashboard",
description: "Grafana Dashboard of 35c3",
href: "https://dashboard.congress.ccc.de"
},
{
emoji: "⌛",
name: "Check-in Waiting Time",
description: "Current waiting time at check-in and statistics of 33c3 and 34c3",
href: "https://c3queue.de/"
},
{
emoji: "🤖",
name: "F-Droid Repository",
description: "Add 35C3 Repo to your F-Droid client",
href: "https://fdroid.gitlab.io/35c3/fdroid/repo/"
},
{
emoji: "ℹ️",
name: "Infobeamer",
description: "35c3 Info Beamer Self-Service",
href: "https://35c3.infobeamer.com/"
},
{
emoji: "🏁",
name: "35c3 CTF",
description: "35c3 CTF",
href: "https://35c3ctf.ccc.ac/"
}
]