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 ">
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