Skip to content

Commit

Permalink
add package deals
Browse files Browse the repository at this point in the history
  • Loading branch information
samipe committed Sep 14, 2023
1 parent 8d3b701 commit 3a634bf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/js/app.7e0d3b56.js → dist/js/app.52d1f0ee.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
"url": "dist/404.html"
},
{
"revision": "08154b57672e4d22fa48",
"revision": "381fca4414ab868f0071",
"url": "dist/css/app.88116881.css"
},
{
Expand Down Expand Up @@ -176,12 +176,12 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
"url": "dist/img/ticket-depth.jpg"
},
{
"revision": "64369c399d1b248176a0d8f27955d2cd",
"revision": "ad7ca916fd57bda92fd1115184620053",
"url": "dist/index.html"
},
{
"revision": "08154b57672e4d22fa48",
"url": "dist/js/app.7e0d3b56.js"
"revision": "381fca4414ab868f0071",
"url": "dist/js/app.52d1f0ee.js"
},
{
"revision": "514300956b7886f7e178",
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.316b9788a4be1183c068ffd1e367a643.js"
"dist/precache-manifest.6279574efafb16005cd93760be9dff71.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.88116881.css" rel="preload" as="style"><link href="dist/js/app.7e0d3b56.js" rel="preload" as="script"><link href="dist/js/chunk-vendors.8eef6d5a.js" rel="preload" as="script"><link href="dist/css/app.88116881.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.8eef6d5a.js"></script><script src="dist/js/app.7e0d3b56.js"></script></body></html>
}(window.location))</script><link href="dist/css/app.88116881.css" rel="preload" as="style"><link href="dist/js/app.52d1f0ee.js" rel="preload" as="script"><link href="dist/js/chunk-vendors.8eef6d5a.js" rel="preload" as="script"><link href="dist/css/app.88116881.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.8eef6d5a.js"></script><script src="dist/js/app.52d1f0ee.js"></script></body></html>
8 changes: 7 additions & 1 deletion src/content/english/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ export default {
intro: {
title: '👋',
body: `
<p>Ticket sales for <span class="color-theme">RoboCon 2024</span> has begun! Discounted <span class="color-theme">early blind tickets</span> are available until September 14th. Additional hotel and workshop packages will be available at a later date - stay tuned!
<p>Ticket sales for <span class="color-theme">RoboCon 2024</span> has begun, grab your
discounted <span class="color-theme">blind tickets</span> now!
</p>
<p>
For those who wish to experience the event to it's fullest,
there are also <a href="https://tickets.robotframework.org/robocon-2024/3913179/">package deals</a>
that include hotel accomodations.
</p>
`
},
Expand Down

0 comments on commit 3a634bf

Please sign in to comment.