-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
- Loading branch information
1 parent
90a20f3
commit b461616
Showing
5 changed files
with
140 additions
and
0 deletions.
There are no files selected for viewing
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,140 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<title>PHP-WVL - 23/01/2023 Meetup</title> | ||
|
||
<meta name="description" content="PHP-WVL November Event"> | ||
<meta name="author" content="Tom Van Herreweghe"> | ||
<meta name="author" content="Jachim Coudenys"> | ||
<meta name="author" content="Ike Devolder"> | ||
<meta name="meetup" content="https://www.meetup.com/php-wvl/events/298280509/" /> | ||
<meta name="joindin" content="" /> | ||
|
||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui"> | ||
|
||
<link rel="stylesheet" href="../reveal.js/css/reveal.css"> | ||
<link rel="stylesheet" href="../reveal.js/css/theme/league.css" id="theme"> | ||
|
||
<!-- Code syntax highlighting --> | ||
<link rel="stylesheet" href="../reveal.js/lib/css/zenburn.css"> | ||
|
||
<!-- Printing and PDF exports --> | ||
<script> | ||
var link = document.createElement( 'link' ); | ||
link.rel = 'stylesheet'; | ||
link.type = 'text/css'; | ||
link.href = window.location.search.match( /print-pdf/gi ) ? '../reveal.js/css/print/pdf.css' : '../reveal.js/css/print/paper.css'; | ||
document.getElementsByTagName( 'head' )[0].appendChild( link ); | ||
</script> | ||
|
||
<link rel="stylesheet" href="../css/php-wvl.css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<div class="reveal"> | ||
|
||
<div class="slides"> | ||
<section> | ||
<img src="../img/logo_phpwvl.png" width="400" /> | ||
<!--<p id="wifi">--> | ||
<!--Wifi: <span class="emphasize">-</span><br />--> | ||
<!--Pass: <span class="emphasize">-</span>--> | ||
<!--</p>--> | ||
</section> | ||
|
||
<section> | ||
<h2>Programma</h2> | ||
<p style="text-align:left;padding-left:150px;"> | ||
<span class="emphasize">20:00 - 20:05</span> Intro PHP-WVL<br /> | ||
<span class="emphasize">20:05 - 20:15</span> Intro Studio Emma<br /> | ||
<span class="emphasize">20:15 - 20:30</span> Feature Flags in PHP for real (Jachim)<br /> | ||
<span class="emphasize">20:30 - 20:50</span> Pauze<br /> | ||
<span class="emphasize">20:50 - 21:25</span> Weinig vuven en zesn, load testing met k6 (Thijs Feryn)<br /> | ||
<span class="emphasize">21:25 - ... </span> Socialize! | ||
</p> | ||
</section> | ||
|
||
<section> | ||
<section data-background-image="../img/previously_on_phpwvl.jpg"></section> | ||
<section data-background-image="./5e5932315c8a4ba7.jpg"></section> | ||
<section data-background-image="./b4b8381f0fb327d3.jpg"></section> | ||
<section data-background-image="./ce3c3c5911769335.jpg"></section> | ||
<section data-background-image="./0f6afa87a695206a.jpg"></section> | ||
</section> | ||
|
||
<section> | ||
<ul> | ||
<li class=""><img class="icon" src="../img/icon_slack.png" /> <a href="http://phpbelgium.slack.com">phpbelgium.slack.com</a> - #local-wvl</li> | ||
<li class=""><span class="emphasize"><a href="http://php-wvl.be">http://php-wvl.be</a></span></li> | ||
<li class=""><img class="icon" src="../img/icon_twitter.png" /> phpwvl</li> | ||
<li class=""><img class="icon" src="../img/icon_mastodon.png" /> @phpwvl@phpc.social</li> | ||
<li class=""><img class="icon" src="../img/icon_github.png" /> PHP-WVL (organization)</li> | ||
<li class="" style="color: red;"><img class="icon" src="../img/icon_hashtag.png" /> phpwvl</li> | ||
</ul> | ||
</section> | ||
|
||
<!--<section> We hebben geen joind.in :'( --> | ||
<!--<a href="https://joind.in/event/php-wvl-januari-meetup-at-vind">--> | ||
<!--<img src="https://chart.googleapis.com/chart?chs=300x300&cht=qr&chl=https://joind.in/event/php-wvl-januari-meetup-at-vind"><br />--> | ||
<!--https://joind.in/event/php-wvl-januari-meetup-at-vind--> | ||
<!--</a>--> | ||
<!--</section>--> | ||
|
||
<section> | ||
<h2>Noaste kjee</h2> | ||
<p>Proberen Were bin 6 wékn</p> | ||
<p class="emphasize">Dinsdag 5 maart 2024</p> | ||
<p class="emphasize">Der mogen nog sprekers bij</p> | ||
<iframe src="https://giphy.com/embed/xUOrwj14gOn0CdoY5a" width="480" height="270" frameBorder="0" class="giphy-embed" allowFullScreen></iframe> | ||
</section> | ||
|
||
<section> | ||
<h2>Tied voo klappers</h2> | ||
<iframe src="https://giphy.com/embed/QW5nKIoebG8y4" width="480" height="320" frameBorder="0" class="giphy-embed" allowFullScreen></iframe> | ||
</section> | ||
|
||
<section> | ||
<p><img src="../img/logo_phpwvl.png" width="150" /></p> | ||
</section> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
<script src="../reveal.js/lib/js/head.min.js"></script> | ||
<script src="../reveal.js/js/reveal.js"></script> | ||
|
||
<script> | ||
|
||
// Full list of configuration options available at: | ||
// https://github.com/hakimel/reveal.js#configuration | ||
Reveal.initialize({ | ||
controls: false, | ||
progress: false, | ||
history: true, | ||
center: true, | ||
|
||
transition: 'zoom', // none/fade/slide/convex/concave/zoom | ||
|
||
// Optional reveal.js plugins | ||
dependencies: [ | ||
{ src: '../reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } }, | ||
{ src: '../reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, | ||
{ src: '../reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, | ||
{ src: '../reveal.js/plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } }, | ||
{ src: '../reveal.js/plugin/zoom-js/zoom.js', async: true }, | ||
{ src: '../reveal.js/plugin/notes/notes.js', async: true } | ||
] | ||
}); | ||
|
||
</script> | ||
|
||
</body> | ||
</html> |