Skip to content

Commit c732a0b

Browse files
author
Timo Tewes
committed
New presentation for Januar Meetup
1 parent e252da6 commit c732a0b

File tree

3 files changed

+204
-0
lines changed

3 files changed

+204
-0
lines changed

phpugms_greeting_2018-01/img/.gitkeep

Whitespace-only changes.
86.1 KB
Loading

phpugms_greeting_2018-01/index.html

Lines changed: 204 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,204 @@
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" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
15+
16+
<link rel="stylesheet" href="../reveal.js/css/reveal.css">
17+
<link rel="stylesheet" href="../theme/theme.css" id="theme">
18+
19+
<!-- Printing and PDF exports -->
20+
<script>
21+
var link = document.createElement( 'link' );
22+
link.rel = 'stylesheet';
23+
link.type = 'text/css';
24+
link.href = window.location.search.match( /print-pdf/gi ) ? '../reveal.js/css/print/pdf.css' : '../reveal.js/css/print/paper.css';
25+
document.getElementsByTagName( 'head' )[0].appendChild( link );
26+
</script>
27+
28+
<style>
29+
.reveal footer {
30+
background-color: #7c83b7;
31+
}
32+
33+
.reveal a {
34+
color: #50587c;
35+
}
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+
Tuesday, Januar 16, 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+
78+
79+
<p>
80+
Contribute Slides and links on GitHub<br>
81+
<a href="https://github.com/phpugms/">github.com/phpugms</a><br>
82+
<a href="https://phpugms.github.io/">phpugms.github.io</a>
83+
</p>
84+
</section>
85+
86+
87+
<section>
88+
<h1>Wifi</h1>
89+
<p>SSID: GS Event<br>Password: gruenspar4events</p>
90+
</section>
91+
92+
<section>
93+
<h1>Restroom </h1>
94+
</section>
95+
96+
<section>
97+
<h1>Drinks</h1>
98+
</section>
99+
100+
<section>
101+
<h2>Thank you sponsors!</h2>
102+
</section>
103+
104+
105+
106+
<section>
107+
<img src="../assets/gruenspar_logo.jpg" class="noborder" />
108+
<p>Thanks for Drinks, Wifi and Hosting</p>
109+
<p>Looking for a Job? Ask the team!</p>
110+
</section>
111+
112+
113+
<section>
114+
<img src="../assets/shopware_logo_white_on_blue.png" class="noborder" />
115+
<p class="fragment">jobs.shopware.com</p>
116+
</section>
117+
118+
119+
120+
121+
<section>
122+
<h1>Upcoming Events</h1>
123+
</section>
124+
125+
<section class="l-2up">
126+
<h2>SoCraMOB Open Space 2018.1</h2>
127+
128+
<strong>Samstag, Februar 17, 2018</strong><br>
129+
130+
<img src="phpugms_greeting_2018-01/img/socramob-logo.png" alt="SoCraMOB Logo" class="noborder" style="width: 300px">
131+
<p>Vectron Systems AG, Willy-Brandt-Weg 41, 48155 Münster</p>
132+
</section>
133+
134+
135+
<section class="l-2up">
136+
<h2>November Meeting</h2>
137+
138+
<strong>Tuesday, Months Day, Year</strong><br>
139+
140+
<p>Speaker Speakerlast (@speaker)</p>
141+
</section>
142+
143+
144+
<section>
145+
<h2>Todays Speaker</h2>
146+
147+
<div>
148+
<p>Spaker SpakerLast (@speaker)</p>
149+
<img src="img/speaker.jpg">
150+
</div>
151+
</section>
152+
153+
154+
155+
</div>
156+
<footer class="minimal">
157+
<div class="left">
158+
@phpugms
159+
</div>
160+
<div class="center">
161+
</div>
162+
<div class="right">
163+
<a href="https://twitter.com/phpugms">#phpugms</a>
164+
</div>
165+
</footer>
166+
</div>
167+
168+
<script src="../reveal.js/lib/js/head.min.js"></script>
169+
<script src="../reveal.js/js/reveal.js"></script>
170+
171+
<script>
172+
173+
// Full list of configuration options available at:
174+
// https://github.com/hakimel/reveal.js#configuration
175+
Reveal.initialize({
176+
width: 1014,
177+
height: 768,
178+
179+
// Bounds for smallest/largest possible scale to apply to content
180+
minScale: 0.2,
181+
maxScale: 3,
182+
margin: 0.01,
183+
184+
controls: false,
185+
progress: true,
186+
history: true,
187+
center: true,
188+
189+
transition: 'none', // none/fade/slide/convex/concave/zoom
190+
191+
slideNumber: false,
192+
193+
// Optional reveal.js plugins
194+
dependencies: [
195+
//{ src: '../reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
196+
//{ src: '../reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
197+
{ src: '../reveal.js/plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
198+
{ src: '../reveal.js/plugin/notes/notes.js', async: true }
199+
]
200+
});
201+
202+
</script>
203+
</body>
204+
</html>

0 commit comments

Comments
 (0)