Skip to content

Commit

Permalink
2025 cfp
Browse files Browse the repository at this point in the history
  • Loading branch information
samipe committed Aug 20, 2024
1 parent b8ab92a commit 09b206c
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 38 deletions.
2 changes: 1 addition & 1 deletion dist/css/app.b8366765.css → dist/css/app.385273e2.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/js/app.740b37d2.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/js/app.f23d48f9.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
"url": "dist/404.html"
},
{
"revision": "a74ffea0139b27ce33fe",
"url": "dist/css/app.b8366765.css"
"revision": "2f40b0a7b8ddd4c3dc7e",
"url": "dist/css/app.385273e2.css"
},
{
"revision": "27679e61bfd27e1093f4bf200900b8e7",
Expand Down Expand Up @@ -188,12 +188,12 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
"url": "dist/img/ticket-depth.jpg"
},
{
"revision": "e4e5a4f2461882f536d6a2a720b8628a",
"revision": "205b84d762d3d36ec555b8a962579ed4",
"url": "dist/index.html"
},
{
"revision": "a74ffea0139b27ce33fe",
"url": "dist/js/app.740b37d2.js"
"revision": "2f40b0a7b8ddd4c3dc7e",
"url": "dist/js/app.f23d48f9.js"
},
{
"revision": "2de2678cc504999db100",
Expand Down
2 changes: 1 addition & 1 deletion dist/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");

importScripts(
"dist/precache-manifest.9846d1e5ab1dc0f2cc5320d95ecef821.js"
"dist/precache-manifest.9e921d0391fc4769cab1b4405338856e.js"
);

workbox.core.setCacheNameDetails({prefix: "robot-framework"});
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
l.pathname.slice(0, -1) + decoded + l.hash
);
}
}(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>
}(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>
6 changes: 3 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ export default {
window.addEventListener('keydown', ({ key }) => {
if (key === 'Tab') { document.body.classList.add('accessible') }
})
const params = new URLSearchParams(window.location.search)
const attendee = Object.fromEntries(params.entries()).attendee
if (attendee === 'gather') this.fullScreen = true
// const params = new URLSearchParams(window.location.search)
// const attendee = Object.fromEntries(params.entries()).attendee
// if (attendee === 'gather') this.fullScreen = true
},
watch: {
'$i18n.locale'() {
Expand Down
49 changes: 23 additions & 26 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
</div>
</div>
</div>
<news-banner v-if="$t('newsBanner') !== ''">
<div v-html="$t('newsBanner')" />
<news-banner>
📣 <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.
</news-banner>
<div class="container narrow border-top-theme">
<page-section title-id="intro" :title="$t('home.intro.title')">
<page-section title-id="intro" :title="$t('home.intro.title')" :fullWidth="true">
<h2>Save the date!</h2>
<p>
<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.
Expand All @@ -22,9 +22,6 @@
<p>
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!
</p>
<p>
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!
</p>
<p>
See you soon!
</p>
Expand Down Expand Up @@ -231,26 +228,26 @@ nRPuT57RDafiyxjektPLx0z2LvRZZb7lU5G9/+rO2yJ1f65Sd5k0drIb48YZ+OBj
const params = new URLSearchParams(window.location.search)
const auth = Object.fromEntries(params.entries()).auth || window.localStorage.getItem('auth')
const attendee = Object.fromEntries(params.entries()).attendee || window.localStorage.getItem('attendee')
if (auth && attendee) {
window.history.replaceState({}, '', '/2024' + window.location.hash)
if (attendee !== 'gather') {
window.localStorage.setItem('auth', auth)
window.localStorage.setItem('attendee', attendee)
}
try {
const { payload } = await jose.jwtVerify(auth, await jose.importSPKI(this.public, 'RS256'), {
issuer: 'pretix'
})
this.token = payload
if (payload.name !== attendee) {
console.log('invalid Attendee')
this.error = true
}
} catch (error) {
this.error = true
console.error(error)
}
}
// if (auth && attendee) {
// window.history.replaceState({}, '', '/2024' + window.location.hash)
// if (attendee !== 'gather') {
// window.localStorage.setItem('auth', auth)
// window.localStorage.setItem('attendee', attendee)
// }
// try {
// const { payload } = await jose.jwtVerify(auth, await jose.importSPKI(this.public, 'RS256'), {
// issuer: 'pretix'
// })
// this.token = payload
// if (payload.name !== attendee) {
// console.log('invalid Attendee')
// this.error = true
// }
// } catch (error) {
// this.error = true
// console.error(error)
// }
// }
},
methods: {
getShownTime(time) {
Expand Down

0 comments on commit 09b206c

Please sign in to comment.