Skip to content

Commit 92b1747

Browse files
author
Timo Tewes
committed
Greeting Slides for next event
1 parent 9524ed5 commit 92b1747

File tree

3 files changed

+175
-0
lines changed

3 files changed

+175
-0
lines changed

phpugms_greeting_2018-02/img/.gitkeep

Whitespace-only changes.
59.7 KB
Loading

phpugms_greeting_2018-02/index.html

Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
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+
<section>
49+
<h2>
50+
<img alt="PHP Usergroup Münster" src="../assets/phpugms-logo.svg" class="noborder" style="width: 300px">
51+
</h2>
52+
53+
<p>
54+
<a href="https://www.meetup.com/phpugms">meetup.com/phpugms</a>
55+
<br/>
56+
<a href="https://twitter.com/phpugms">@phpugms</a>
57+
<br/>
58+
Thuersday, February 20th, 2018
59+
<p>
60+
</section>
61+
62+
63+
<section>
64+
<h2>
65+
<img src="../assets/slack.svg" class="noborder" width="250px"/>
66+
</h2>
67+
68+
<p>Room <strong>#phpugms</strong><br>
69+
PHPUG Slack (<a href="https://phpug.slack.com/">phpug.slack.com</a>)<br>
70+
Get your Invite (<a href="https://php.ug/slackinvite">php.ug/slackinvite</a>)
71+
</p>
72+
</section>
73+
74+
<section>
75+
<h2>Slide Archive on Github</h2>
76+
77+
<p>
78+
Contribute Slides and links on GitHub<br>
79+
<a href="https://github.com/phpugms/">github.com/phpugms</a><br>
80+
<a href="https://phpugms.github.io/">phpugms.github.io</a>
81+
</p>
82+
</section>
83+
84+
<section>
85+
<h1>Wifi</h1>
86+
<p>SSID: GS Event<br>Password: gruenspar4events</p>
87+
</section>
88+
89+
<section>
90+
<h1>Restroom </h1>
91+
</section>
92+
93+
<section>
94+
<h1>Drinks</h1>
95+
</section>
96+
97+
<section>
98+
<h2>Thank you sponsors!</h2>
99+
</section>
100+
101+
<section>
102+
<img src="../assets/gruenspar_logo.jpg" class="noborder"/>
103+
<p>Thanks for Drinks, Wifi and Hosting</p>
104+
<p>Looking for a Job? Ask the team!</p>
105+
</section>
106+
107+
<section>
108+
<h1>Upcoming Events</h1>
109+
</section>
110+
111+
<section>
112+
<h2>Todays Speaker</h2>
113+
114+
<div>
115+
<p>Roland Golla (@nevercodealone)</p>
116+
<img src="img/speaker.jpg">
117+
</div>
118+
</section>
119+
120+
</div>
121+
<footer class="minimal">
122+
<div class="left">
123+
@phpugms
124+
</div>
125+
<div class="center">
126+
</div>
127+
<div class="right">
128+
<a href="https://twitter.com/phpugms">#phpugms</a>
129+
</div>
130+
</footer>
131+
</div>
132+
133+
<script src="../reveal.js/lib/js/head.min.js"></script>
134+
<script src="../reveal.js/js/reveal.js"></script>
135+
136+
<script>
137+
138+
// Full list of configuration options available at:
139+
// https://github.com/hakimel/reveal.js#configuration
140+
Reveal.initialize({
141+
width: 1014,
142+
height: 768,
143+
144+
// Bounds for smallest/largest possible scale to apply to content
145+
minScale: 0.2,
146+
maxScale: 3,
147+
margin: 0.01,
148+
149+
controls: false,
150+
progress: true,
151+
history: true,
152+
center: true,
153+
154+
transition: 'none', // none/fade/slide/convex/concave/zoom
155+
156+
slideNumber: false,
157+
158+
// Optional reveal.js plugins
159+
dependencies: [
160+
//{ src: '../reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
161+
//{ src: '../reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
162+
{
163+
src: '../reveal.js/plugin/highlight/highlight.js', async: true, condition: function () {
164+
return !!document.querySelector('pre code');
165+
}, callback: function () {
166+
hljs.initHighlightingOnLoad();
167+
}
168+
},
169+
{src: '../reveal.js/plugin/notes/notes.js', async: true}
170+
]
171+
});
172+
173+
</script>
174+
</body>
175+
</html>

0 commit comments

Comments
 (0)