Skip to content

Commit

Permalink
workshop link
Browse files Browse the repository at this point in the history
  • Loading branch information
samipe committed Nov 6, 2023
1 parent b2f99b0 commit b2d687c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/css/app.87d7f7c0.css → dist/css/app.c4eb2a75.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

This file was deleted.

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": "051067ace61f6d2f524d",
"url": "dist/css/app.87d7f7c0.css"
"revision": "02766c7055368e214730",
"url": "dist/css/app.c4eb2a75.css"
},
{
"revision": "27679e61bfd27e1093f4bf200900b8e7",
Expand Down Expand Up @@ -176,12 +176,12 @@ self.__precacheManifest = (self.__precacheManifest || []).concat([
"url": "dist/img/ticket-depth.jpg"
},
{
"revision": "e6006a84d01a4ddf736aa34720db702b",
"revision": "3a33db40f4b128224999d397e42543c4",
"url": "dist/index.html"
},
{
"revision": "051067ace61f6d2f524d",
"url": "dist/js/app.b293288b.js"
"revision": "02766c7055368e214730",
"url": "dist/js/app.7a7ec9f1.js"
},
{
"revision": "105f8a53ed603c147aa7",
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.e827229f9900e82f15489f35525b6beb.js"
"dist/precache-manifest.952b4ae4363c754efd69d7f3e5f9c55b.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.87d7f7c0.css" rel="preload" as="style"><link href="dist/js/app.b293288b.js" rel="preload" as="script"><link href="dist/js/chunk-vendors.e0ae48ef.js" rel="preload" as="script"><link href="dist/css/app.87d7f7c0.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.e0ae48ef.js"></script><script src="dist/js/app.b293288b.js"></script></body></html>
}(window.location))</script><link href="dist/css/app.c4eb2a75.css" rel="preload" as="style"><link href="dist/js/app.7a7ec9f1.js" rel="preload" as="script"><link href="dist/js/chunk-vendors.e0ae48ef.js" rel="preload" as="script"><link href="dist/css/app.c4eb2a75.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.e0ae48ef.js"></script><script src="dist/js/app.7a7ec9f1.js"></script></body></html>
3 changes: 3 additions & 0 deletions src/components/Talks24.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
{{ talk['Speaker names'].join(', ') }}
</div>
<div v-html="parseText(talk.Abstract)" />
<a v-if="talk['Session type'].en.includes('Workshop')" href="https://tickets.robotframework.org/robocon-2024/3997180/">
Get tickets
</a>
</div>
</div>
</template>
Expand Down

0 comments on commit b2d687c

Please sign in to comment.