Skip to content

Commit

Permalink
Add PHPDay slides
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed May 13, 2024
1 parent e3a14c5 commit 4c8b884
Show file tree
Hide file tree
Showing 34 changed files with 20,600 additions and 2 deletions.
18,366 changes: 18,366 additions & 0 deletions 20240516-phpday_watchYourClock/bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 20240516-phpday_watchYourClock/bundle.js.map

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions 20240516-phpday_watchYourClock/deck/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"black": false,
"name": "watch the clock",
"event": "phpday 2024",
"eventdate": "16.05.2024",
"speaker": "Andreas Heigl",
"twitter": "@heiglandreas@phpc.social",
"title": "Watch the Clock",
"eventslug": "20240516-phpday",
"_eventlogo": "deck/resources/phpers-summit-2023_logo.svg",
"additionalScripts": [
"deck/resources/jquery.min.js",
"deck/resources/slideshow.js"
],
"additionalStyles": [
"deck/resources/style.css"
],
"reveal": {
"ready" : [
"(a => {$((function(){$(\"#dg-container\").gallery({autoplay:!0})}))})"
]
},
"slides": [{
"file" : "01.0-frontmatter.md"
}, {
"file" : "03.0-joindin.md"
},{
"file" : "02.0-talk.md"
},{
"file" : "03.0-joindin.md"
}]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
339 changes: 339 additions & 0 deletions 20240516-phpday_watchYourClock/deck/resources/chart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions 20240516-phpday_watchYourClock/deck/resources/jquery.min.js

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions 20240516-phpday_watchYourClock/deck/resources/slides.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Reveal.on( 'ready', event => {
$(function() {
$('#dg-container').gallery({
autoplay: true
});
});
});
Loading

0 comments on commit 4c8b884

Please sign in to comment.