Skip to content

Commit 8c52f4a

Browse files
committed
Freeze 2025 sessions
1 parent 7f7a0c7 commit 8c52f4a

File tree

3 files changed

+190
-7
lines changed

3 files changed

+190
-7
lines changed

socrates2024/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ <h3>Map</h3>
8181
</div>
8282

8383
<script src="../konopas.min.js"></script>
84-
<script src="sessions.js"></script>
8584
<script>
8685
var konopas = new KonOpas({
8786
'id': 'SoCraTes2024',

socrates2025/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ <h1>
2525
<a href="#info" title="SoCraTes 2025">
2626
<img
2727
id="title-small"
28-
src="socrates_logo_2025.png"
28+
src="/socrates2025/socrates_logo_2025.png"
2929
style="width: 240px" />
30-
<img id="title" src="socrates_logo_2025.png" style="width: 200px"
30+
<img id="title" src="/socrates2025/socrates_logo_2025.png" style="width: 200px"
3131
/></a>
3232
</h1>
3333
<ul id="tabs">
@@ -85,8 +85,9 @@ <h1>
8585
This is the programme guide for
8686
<a href="https://socrates-conference.de/">SoCraTes 2025</a>. It should
8787
be suitable for use on most browsers and devices. It's an instance of
88-
<a href="https://github.com/OpenSpaceOrg/konopas">KonOpas</a>, an open-source project
89-
providing conventions with easy-to-use mobile-friendly guides.
88+
<a href="https://github.com/OpenSpaceOrg/konopas">KonOpas</a>, an
89+
open-source project providing conventions with easy-to-use
90+
mobile-friendly guides.
9091
</p>
9192
<div id="install-instructions">
9293
<p>
@@ -140,7 +141,6 @@ <h3>Map</h3>
140141
</div>
141142

142143
<script src="../konopas.min.js"></script>
143-
<script src="sessions.js"></script>
144144
<script>
145145
var konopas = new KonOpas({
146146
id: "SoCraTes2025",
@@ -149,7 +149,7 @@ <h3>Map</h3>
149149
show_all_days_by_default: true,
150150
use_server: false,
151151
});
152-
fetch("https://scrts-jbe.socrates-conference.de/v1/konopas")
152+
fetch("/socrates2025/sessions.json")
153153
.then((resp) => {
154154
if (!resp.ok) throw new Error("Got " + resp.status);
155155
return resp;

0 commit comments

Comments
 (0)