Skip to content

Commit 4901dc6

Browse files
committed
update intro to concluded
1 parent 129e132 commit 4901dc6

File tree

9 files changed

+22
-34
lines changed

9 files changed

+22
-34
lines changed

dist/css/app.05d11664.css renamed to dist/css/app.b8957975.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/app.bfcccbf7.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/js/app.e7272c94.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/precache-manifest.e4d0307e84cb39da024a15bd1fa62336.js renamed to dist/precache-manifest.7ca799e5c918f157ea1a535245f39562.js

Lines changed: 5 additions & 5 deletions
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": "e8c5662587e2eea7f93c",
8-
"url": "dist/css/app.05d11664.css"
7+
"revision": "e0cd5f4fc414422a353f",
8+
"url": "dist/css/app.b8957975.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": "0fe99ad05cf4b6a04574b51c63848bda",
191+
"revision": "5439bfe363f15c474a793d3a7ddfe9b8",
192192
"url": "dist/index.html"
193193
},
194194
{
195-
"revision": "e8c5662587e2eea7f93c",
196-
"url": "dist/js/app.bfcccbf7.js"
195+
"revision": "e0cd5f4fc414422a353f",
196+
"url": "dist/js/app.e7272c94.js"
197197
},
198198
{
199199
"revision": "2de2678cc504999db100",

dist/service-worker.js

Lines changed: 1 addition & 1 deletion
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.e4d0307e84cb39da024a15bd1fa62336.js"
17+
"dist/precache-manifest.7ca799e5c918f157ea1a535245f39562.js"
1818
);
1919

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

index.html

Lines changed: 1 addition & 1 deletion
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.05d11664.css" rel="preload" as="style"><link href="dist/js/app.bfcccbf7.js" rel="preload" as="script"><link href="dist/js/chunk-vendors.626679d7.js" rel="preload" as="script"><link href="dist/css/app.05d11664.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.bfcccbf7.js"></script></body></html>
20+
}(window.location))</script><link href="dist/css/app.b8957975.css" rel="preload" as="style"><link href="dist/js/app.e7272c94.js" rel="preload" as="script"><link href="dist/js/chunk-vendors.626679d7.js" rel="preload" as="script"><link href="dist/css/app.b8957975.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.e7272c94.js"></script></body></html>

src/components/Sponsors.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
<div v-else v-html="sponsors.moreInfo" />
5151
</transition>
5252
</div>
53-
<div class="row">
53+
<!-- <div class="row">
5454
<router-link v-if="sponsors.link" to="/sponsor" class="block type-center col-sm-4 col-sm-offset-8">
5555
<button class="theme">
5656
Join
5757
</button>
5858
</router-link>
59-
</div>
59+
</div> -->
6060
</div>
6161
</template>
6262

src/components/Talks24.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export default {
155155
},
156156
data: () => ({
157157
publicPath: process.env.BASE_URL,
158-
selectedTrack: 'online',
158+
selectedTrack: 'helsinki',
159159
talksLive: [],
160160
talksOnline: [],
161161
isStreamRoute: false,

src/views/Home.vue

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,14 @@
1212
</news-banner>
1313
<div class="container narrow border-top-theme">
1414
<page-section title-id="intro" :title="$t('home.intro.title')">
15-
<h2>Community Day March 1st 11 UTC</h2>
15+
<h2>Thank you!</h2>
1616
<p>
17-
Come and join us for the RoboCon 2024 Online Community Day.
17+
RoboCon 2024 has concluded. Thank you to all speakers, participants and sponsors for yet another great event!
1818
</p>
1919
<p>
20-
<b>🗓️ March 1st at {{ getShownTime('2024-03-01T11:00:00+00:00') }} ({{Intl.DateTimeFormat().resolvedOptions().timeZone}})</b>.
21-
</p>
22-
<p>
23-
Anyone from the community can join!<br>
24-
The Community Day is run in the spirit of open space, where you, the participants, create the agenda.
25-
</p>
26-
<a href="https://app.gather.town/app/1WCLImqbULz5iNOH/RoboCon2024" target="_blank" class="type-center" style="margin: 0 auto;">
27-
<button class="theme type-large" style="padding: 1rem 2rem;">
28-
🎉 Join Open-Space 🎉
29-
</button>
30-
</a>
31-
<p>
32-
We will be using two tools: one for meeting <a href="https://app.gather.town/app/1WCLImqbULz5iNOH/RoboCon2024">Gather.town</a> (accessible without a ticket) and
33-
another for planning (Miro) throughout the day. Join us as a guest by registering on our Miro planning board.
34-
This day is dedicated to participation by the community, so come join us! ⭐️
20+
Recordings of Helsinki talks and online tutorials are watchable for those who attended the event, either online or in-person. Please see your ticket for instructions.
21+
<br><br>
22+
Be sure to stay tuned for RoboCon 2025!
3523
</p>
3624
<h2>About RoboCon</h2>
3725
<p>
@@ -60,7 +48,7 @@
6048
2024
6149
</template>
6250
</Ticket> -->
63-
<template v-if="!token.hashKey">
51+
<!-- <template v-if="!token.hashKey">
6452
<Ticket link="https://tickets.robotframework.org/robocon-2024/3913180/">
6553
<template v-slot:title>
6654
Main Conference<br>Online
@@ -82,7 +70,7 @@
8270
Open stream
8371
</button>
8472
</a>
85-
</template>
73+
</template> -->
8674
</div>
8775
<sponsors :sponsors="$tm('home.sponsors')" />
8876
<!-- <p class="mt-large">
@@ -114,7 +102,7 @@
114102
Both options will start late morning. If weather is really bad we will have backup plans probably to the local museums of which there are about half a dozen in the immediate area. More information will be published as we get closer to the conference dates.
115103
</p>
116104
</details> -->
117-
<p>
105+
<!-- <p>
118106
<span class="color-theme">The online conference</span> will take place
119107
28-29 February, 2024 followed by the community day on the 1st of March.
120108
</p>
@@ -124,11 +112,11 @@
124112
<iframe width="100%" height="400" class="rounded" src="https://www.youtube.com/embed/6mtIO49k074?si=M0MgEfL2xBMEh0qe" frameborder="0" allow="" allowfullscreen></iframe>
125113
<p>
126114
In-person ticket includes a complimentary online conference ticket.
127-
</p>
115+
</p> -->
128116
<div class="row col-sm-12">
129117
<div class="col-sm-12 col-md-6 px-small">
130118
<div class="bg-secondary p-medium pt-large pb-2xlarge rounded mb-small">
131-
<h2>Online</h2>
119+
<h2>Online (past)</h2>
132120
<a href="https://www.gather.town/">Gather.town</a>
133121
<span class="line-height-1">
134122
<div class="mt-small color-theme font-title type-body">Feb 27th</div>

0 commit comments

Comments
 (0)