Skip to content

Commit a142db1

Browse files
committed
fixed prices
1 parent f6e3425 commit a142db1

File tree

8 files changed

+21
-14
lines changed

8 files changed

+21
-14
lines changed

dist/css/app.cfc69e0a.css renamed to dist/css/app.dfc3644e.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.1ef1a594.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/js/app.d0afde7c.js

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

dist/precache-manifest.22fd9bb5adbd0bbf7a19d5803f9f3d79.js renamed to dist/precache-manifest.5dd8978b871e9f9dbc393c541693f16c.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": "ad7d65efa09bf821a56f",
8-
"url": "dist/css/app.cfc69e0a.css"
7+
"revision": "1b709ee51a3a46b0de5f",
8+
"url": "dist/css/app.dfc3644e.css"
99
},
1010
{
1111
"revision": "27679e61bfd27e1093f4bf200900b8e7",
@@ -168,12 +168,12 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
168168
"url": "dist/img/ticket-depth.jpg"
169169
},
170170
{
171-
"revision": "588ca97eaf5d16362725c8104ca89af6",
171+
"revision": "a5a50556f5da26ed29555e648b6402e9",
172172
"url": "dist/index.html"
173173
},
174174
{
175-
"revision": "ad7d65efa09bf821a56f",
176-
"url": "dist/js/app.d0afde7c.js"
175+
"revision": "1b709ee51a3a46b0de5f",
176+
"url": "dist/js/app.1ef1a594.js"
177177
},
178178
{
179179
"revision": "40f670ff1370476acdd5",

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.22fd9bb5adbd0bbf7a19d5803f9f3d79.js"
17+
"dist/precache-manifest.5dd8978b871e9f9dbc393c541693f16c.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.cfc69e0a.css" rel="preload" as="style"><link href="dist/js/app.d0afde7c.js" rel="preload" as="script"><link href="dist/js/chunk-vendors.11de9951.js" rel="preload" as="script"><link href="dist/css/app.cfc69e0a.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.11de9951.js"></script><script src="dist/js/app.d0afde7c.js"></script></body></html>
20+
}(window.location))</script><link href="dist/css/app.dfc3644e.css" rel="preload" as="style"><link href="dist/js/app.1ef1a594.js" rel="preload" as="script"><link href="dist/js/chunk-vendors.11de9951.js" rel="preload" as="script"><link href="dist/css/app.dfc3644e.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.11de9951.js"></script><script src="dist/js/app.1ef1a594.js"></script></body></html>

src/content/english/home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default {
3333
tickets: [
3434
{
3535
title: '2023 RoboCon<div class="type-small">Helsinki</div>',
36-
price: '<strike>1200</strike> 800 €<span class="type-xsmall"> +VAT</span>',
36+
price: '1200 €<span class="type-xsmall"> +VAT</span>',
3737
link: 'https://tickets.robotframework.org/robocon-2023/3410049/',
3838
side: '2023-JAN',
3939
description: '<p><span class="color-theme">Includes ticket to RoboCon Online 2023!</span></p>'

src/views/Home.vue

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</button>
4646
January 17th
4747
<p class="type-small">
48-
Join a workshop for an ultimate hands-on learning experience in Helsinki.
48+
Book and join a workshop for an ultimate hands-on learning experience in Helsinki.
4949
</p>
5050
<p class="type-small">
5151
There are several different workshops so you'll surely find one that
@@ -54,12 +54,19 @@
5454
</div>
5555
<div class="card p-small mb-small">
5656
<h3>
57-
Sprints
57+
Open-Space (aka Sprints)
5858
</h3>
5959
January 18th
6060
<p class="type-small">
61-
Contribute to an existing project in the Robot Framework ecosystem
62-
or pitch a project idea you'd like to work on with others. Or just
61+
Join the free Open-Space day before the conference.
62+
This day is an <a href="https://en.wikipedia.org/wiki/Unconference" target="_blank">Unconference</a>
63+
day where we will organize sessions based on the proposals of all participants with
64+
<a href="https://en.wikipedia.org/wiki/Open_Space_Technology" target="_blank">Open Space Technology</a>.
65+
The participation is free of charge and sponsored by eficode. ❤️
66+
67+
You may contribute to an existing project in the Robot Framework ecosystem
68+
or pitch a project idea you'd like to work on with others.
69+
You could also work on stuff you have learned the day before or just
6370
join to meet other Robot Framework users and developers!
6471
</p>
6572
</div>

0 commit comments

Comments
 (0)