Skip to content

Commit a0dacc1

Browse files
authored
Merge branch 'master' into prepare-slides-for-november
2 parents df1842b + ba35364 commit a0dacc1

File tree

7 files changed

+172
-1
lines changed

7 files changed

+172
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@
66

77
* [Introduction](http://phpugms.github.io/phpugms_greeting_2017-11/index.html)
88

9+
### October 22th 2017 (phptestfest)
10+
11+
* [Introduction](http://phpugms.github.io/phpugmstestfest_greeting_2017-10/index.html)
12+
913
### October 17th 2017
1014

1115
* [Introduction](http://phpugms.github.io/phpugms_greeting_2017-10/index.html)
1216
* Timo Tewes - [PHP Testfest Warmup](http://talks.timo-tewes.de/phptestfest-warmup/)
1317

14-
1518
### September 20th 2017
1619

1720
* [Introduction](http://phpugms.github.io/phpugms_greeting_2017-09/index.html)

phpugmstestfest_greeting_2017-10/img/.gitkeep

Whitespace-only changes.
33.6 KB
Loading
54.5 KB
Loading
14.5 KB
Loading
527 KB
Loading
Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
1+
<!doctype html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
7+
<title>PHP Usergroup Münster</title>
8+
9+
<meta name="description" content="PHP Usergroup Münster">
10+
11+
<meta name="apple-mobile-web-app-capable" content="yes"/>
12+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
13+
14+
<meta name="viewport"
15+
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
16+
17+
<link rel="stylesheet" href="../reveal.js/css/reveal.css">
18+
<link rel="stylesheet" href="../theme/theme.css" id="theme">
19+
20+
<!-- Printing and PDF exports -->
21+
<script>
22+
var link = document.createElement('link');
23+
link.rel = 'stylesheet';
24+
link.type = 'text/css';
25+
link.href = window.location.search.match(/print-pdf/gi) ? '../reveal.js/css/print/pdf.css' : '../reveal.js/css/print/paper.css';
26+
document.getElementsByTagName('head')[0].appendChild(link);
27+
</script>
28+
29+
<style>
30+
.reveal footer {
31+
background-color: #7c83b7;
32+
}
33+
34+
.reveal a {
35+
color: #50587c;
36+
}
37+
38+
.reveal h1:after, .reveal h2:after {
39+
background: #50587c;
40+
}
41+
</style>
42+
</head>
43+
44+
<body class="light">
45+
<div class="reveal">
46+
<div class="slides">
47+
48+
49+
<section>
50+
<img src="img/testfest.png" class="noborder"/>
51+
</section>
52+
53+
<section>
54+
<h2>
55+
<img alt="PHP Usergroup Münster" src="../assets/phpugms-logo.svg" class="noborder" style="width: 300px">
56+
</h2>
57+
58+
<p>
59+
<a href="https://www.meetup.com/phpugms">meetup.com/phpugms</a>
60+
<br/>
61+
<a href="https://twitter.com/phpugms">@phpugms</a>
62+
<br/>
63+
Sunday, October 22, 2017
64+
<p>
65+
</section>
66+
67+
<section>
68+
<h1>Wifi</h1>
69+
<p>SSID: münsterLand.digital_Guest<br>Password: KeProUmSta!!</p>
70+
</section>
71+
72+
<section>
73+
<h1>Slack</h1>
74+
<p>https://php.ug/slackinvite</p>
75+
</section>
76+
77+
<section>
78+
<h1>#msphptestfest</h1>
79+
</section>
80+
81+
<section>
82+
<h1>Restroom </h1>
83+
</section>
84+
85+
<section>
86+
<h1>Drinks</h1>
87+
</section>
88+
89+
90+
<section>
91+
<h2>Thank you sponsors!</h2>
92+
</section>
93+
94+
95+
<section>
96+
<img src="img/celexon_group_transparent.png" width="600" class="noborder"/>
97+
</section>
98+
99+
<section>
100+
<img src="img/Logo_Check24.png" class="noborder"/>
101+
</section>
102+
103+
<section>
104+
<img src="img/shopmacher-720.jpg" width="600" class="noborder"/>
105+
</section>
106+
107+
108+
<section>
109+
<h1>Let's make PHP great again!</h1>
110+
</section>
111+
112+
113+
</div>
114+
<footer class="minimal">
115+
<div class="left">
116+
@phpugms
117+
</div>
118+
<div class="center">
119+
</div>
120+
<div class="right">
121+
<a href="https://twitter.com/phpugms">#msphptestfest</a>
122+
</div>
123+
</footer>
124+
</div>
125+
126+
<script src="../reveal.js/lib/js/head.min.js"></script>
127+
<script src="../reveal.js/js/reveal.js"></script>
128+
129+
<script>
130+
131+
// Full list of configuration options available at:
132+
// https://github.com/hakimel/reveal.js#configuration
133+
Reveal.initialize({
134+
width: 1014,
135+
height: 768,
136+
137+
// Bounds for smallest/largest possible scale to apply to content
138+
minScale: 0.2,
139+
maxScale: 3,
140+
margin: 0.01,
141+
142+
controls: false,
143+
progress: true,
144+
history: true,
145+
center: true,
146+
147+
transition: 'none', // none/fade/slide/convex/concave/zoom
148+
149+
slideNumber: false,
150+
151+
// Optional reveal.js plugins
152+
dependencies: [
153+
//{ src: '../reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
154+
//{ src: '../reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
155+
{
156+
src: '../reveal.js/plugin/highlight/highlight.js', async: true, condition: function () {
157+
return !!document.querySelector('pre code');
158+
}, callback: function () {
159+
hljs.initHighlightingOnLoad();
160+
}
161+
},
162+
{src: '../reveal.js/plugin/notes/notes.js', async: true}
163+
]
164+
});
165+
166+
</script>
167+
</body>
168+
</html>

0 commit comments

Comments
 (0)