Skip to content

Commit 09b206c

Browse files
committed
2025 cfp
1 parent b8ab92a commit 09b206c

8 files changed

+35
-38
lines changed

dist/css/app.b8366765.css dist/css/app.385273e2.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/app.740b37d2.js

-1
This file was deleted.

dist/js/app.f23d48f9.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/precache-manifest.9846d1e5ab1dc0f2cc5320d95ecef821.js dist/precache-manifest.9e921d0391fc4769cab1b4405338856e.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
44
"url": "dist/404.html"
55
},
66
{
7-
"revision": "a74ffea0139b27ce33fe",
8-
"url": "dist/css/app.b8366765.css"
7+
"revision": "2f40b0a7b8ddd4c3dc7e",
8+
"url": "dist/css/app.385273e2.css"
99
},
1010
{
1111
"revision": "27679e61bfd27e1093f4bf200900b8e7",
@@ -188,12 +188,12 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
188188
"url": "dist/img/ticket-depth.jpg"
189189
},
190190
{
191-
"revision": "e4e5a4f2461882f536d6a2a720b8628a",
191+
"revision": "205b84d762d3d36ec555b8a962579ed4",
192192
"url": "dist/index.html"
193193
},
194194
{
195-
"revision": "a74ffea0139b27ce33fe",
196-
"url": "dist/js/app.740b37d2.js"
195+
"revision": "2f40b0a7b8ddd4c3dc7e",
196+
"url": "dist/js/app.f23d48f9.js"
197197
},
198198
{
199199
"revision": "2de2678cc504999db100",

dist/service-worker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
1515

1616
importScripts(
17-
"dist/precache-manifest.9846d1e5ab1dc0f2cc5320d95ecef821.js"
17+
"dist/precache-manifest.9e921d0391fc4769cab1b4405338856e.js"
1818
);
1919

2020
workbox.core.setCacheNameDetails({prefix: "robot-framework"});

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
l.pathname.slice(0, -1) + decoded + l.hash
1818
);
1919
}
20-
}(window.location))</script><link href="dist/css/app.b8366765.css" rel="preload" as="style"><link href="dist/js/app.740b37d2.js" rel="preload" as="script"><link href="dist/js/chunk-vendors.626679d7.js" rel="preload" as="script"><link href="dist/css/app.b8366765.css" rel="stylesheet"><link rel="icon" type="image/png" sizes="32x32" href="dist/img/icons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="dist/img/icons/favicon-16x16.png"><link rel="manifest" href="dist/manifest.json"><meta name="theme-color" content="#4DBA87"><meta name="apple-mobile-web-app-capable" content="no"><meta name="apple-mobile-web-app-status-bar-style" content="default"><meta name="apple-mobile-web-app-title" content="robot-framework"><link rel="apple-touch-icon" href="dist/img/icons/apple-touch-icon-152x152.png"><link rel="mask-icon" href="dist/img/icons/safari-pinned-tab.svg" color="#4DBA87"><meta name="msapplication-TileImage" content="dist/img/icons/msapplication-icon-144x144.png"><meta name="msapplication-TileColor" content="#000000"></head><body><noscript><strong>We're sorry but robot-framework doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="dist/js/chunk-vendors.626679d7.js"></script><script src="dist/js/app.740b37d2.js"></script></body></html>
20+
}(window.location))</script><link href="dist/css/app.385273e2.css" rel="preload" as="style"><link href="dist/js/app.f23d48f9.js" rel="preload" as="script"><link href="dist/js/chunk-vendors.626679d7.js" rel="preload" as="script"><link href="dist/css/app.385273e2.css" rel="stylesheet"><link rel="icon" type="image/png" sizes="32x32" href="dist/img/icons/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="dist/img/icons/favicon-16x16.png"><link rel="manifest" href="dist/manifest.json"><meta name="theme-color" content="#4DBA87"><meta name="apple-mobile-web-app-capable" content="no"><meta name="apple-mobile-web-app-status-bar-style" content="default"><meta name="apple-mobile-web-app-title" content="robot-framework"><link rel="apple-touch-icon" href="dist/img/icons/apple-touch-icon-152x152.png"><link rel="mask-icon" href="dist/img/icons/safari-pinned-tab.svg" color="#4DBA87"><meta name="msapplication-TileImage" content="dist/img/icons/msapplication-icon-144x144.png"><meta name="msapplication-TileColor" content="#000000"></head><body><noscript><strong>We're sorry but robot-framework doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="dist/js/chunk-vendors.626679d7.js"></script><script src="dist/js/app.f23d48f9.js"></script></body></html>

src/App.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ export default {
3333
window.addEventListener('keydown', ({ key }) => {
3434
if (key === 'Tab') { document.body.classList.add('accessible') }
3535
})
36-
const params = new URLSearchParams(window.location.search)
37-
const attendee = Object.fromEntries(params.entries()).attendee
38-
if (attendee === 'gather') this.fullScreen = true
36+
// const params = new URLSearchParams(window.location.search)
37+
// const attendee = Object.fromEntries(params.entries()).attendee
38+
// if (attendee === 'gather') this.fullScreen = true
3939
},
4040
watch: {
4141
'$i18n.locale'() {

src/views/Home.vue

+23-26
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
</div>
88
</div>
99
</div>
10-
<news-banner v-if="$t('newsBanner') !== ''">
11-
<div v-html="$t('newsBanner')" />
10+
<news-banner>
11+
📣 <a href="https://pretalx.com/robocon-2025/cfp" class="color-white">Call for proposals is open!</a> Submission deadline: 20th October 2024 11:59 PM.
1212
</news-banner>
1313
<div class="container narrow border-top-theme">
14-
<page-section title-id="intro" :title="$t('home.intro.title')">
14+
<page-section title-id="intro" :title="$t('home.intro.title')" :fullWidth="true">
1515
<h2>Save the date!</h2>
1616
<p>
1717
<span class="color-theme">RoboCon 2025</span> is currently under planning, and we're excited to offer an enhanced experience at <span class="color-theme">Bio Rex</span>! Join us in <span class="color-theme">Helsinki</span> for the in-person conference on <span class="color-theme">February 13-14, 2025</span>. Please reserve the whole week, as usual, we have <span class="color-theme">workshops</span> and <span class="color-theme">a Community Day</span> leading up to the conference.
@@ -22,9 +22,6 @@
2222
<p>
2323
The dates for the <span class="color-theme">online</span> conference are still being finalized but are expected in the <span class="color-theme">first week of March</span>. Join us again for an interactive experience hosted by the amazing <span class="color-theme">Joe Colantanio</span>! Stay tuned for more information!
2424
</p>
25-
<p>
26-
P.S. <span class="color-theme"></span>The call for participation will open around August, but feel free to start brainstorming engaging talks and workshops for RoboCon 2025 now!
27-
</p>
2825
<p>
2926
See you soon!
3027
</p>
@@ -231,26 +228,26 @@ nRPuT57RDafiyxjektPLx0z2LvRZZb7lU5G9/+rO2yJ1f65Sd5k0drIb48YZ+OBj
231228
const params = new URLSearchParams(window.location.search)
232229
const auth = Object.fromEntries(params.entries()).auth || window.localStorage.getItem('auth')
233230
const attendee = Object.fromEntries(params.entries()).attendee || window.localStorage.getItem('attendee')
234-
if (auth && attendee) {
235-
window.history.replaceState({}, '', '/2024' + window.location.hash)
236-
if (attendee !== 'gather') {
237-
window.localStorage.setItem('auth', auth)
238-
window.localStorage.setItem('attendee', attendee)
239-
}
240-
try {
241-
const { payload } = await jose.jwtVerify(auth, await jose.importSPKI(this.public, 'RS256'), {
242-
issuer: 'pretix'
243-
})
244-
this.token = payload
245-
if (payload.name !== attendee) {
246-
console.log('invalid Attendee')
247-
this.error = true
248-
}
249-
} catch (error) {
250-
this.error = true
251-
console.error(error)
252-
}
253-
}
231+
// if (auth && attendee) {
232+
// window.history.replaceState({}, '', '/2024' + window.location.hash)
233+
// if (attendee !== 'gather') {
234+
// window.localStorage.setItem('auth', auth)
235+
// window.localStorage.setItem('attendee', attendee)
236+
// }
237+
// try {
238+
// const { payload } = await jose.jwtVerify(auth, await jose.importSPKI(this.public, 'RS256'), {
239+
// issuer: 'pretix'
240+
// })
241+
// this.token = payload
242+
// if (payload.name !== attendee) {
243+
// console.log('invalid Attendee')
244+
// this.error = true
245+
// }
246+
// } catch (error) {
247+
// this.error = true
248+
// console.error(error)
249+
// }
250+
// }
254251
},
255252
methods: {
256253
getShownTime(time) {

0 commit comments

Comments
 (0)