Skip to content

Commit 27c0457

Browse files
committed
Add slides for November 2022 meeting
1 parent 2dede31 commit 27c0457

File tree

4 files changed

+181
-0
lines changed

4 files changed

+181
-0
lines changed

phpugms_greeting_2022_11/img/.gitkeep

Whitespace-only changes.
196 KB
Loading
277 KB
Loading

phpugms_greeting_2022_11/index.html

Lines changed: 181 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,181 @@
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+
<meta name="apple-mobile-web-app-capable" content="yes"/>
11+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
12+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
13+
14+
<link rel="stylesheet" href="../reveal.js-4/dist/reset.css">
15+
<link rel="stylesheet" href="../reveal.js-4/dist/reveal.css">
16+
<link rel="stylesheet" href="../theme/theme.css" id="theme">
17+
</head>
18+
19+
<body class="light">
20+
<div class="reveal">
21+
<div class="slides">
22+
23+
<section>
24+
<h2>
25+
<img alt="PHP Usergroup Münster" src="../assets/phpugms-logo.svg" class="noborder" style="width: 300px">
26+
</h2>
27+
28+
<p>
29+
<a href="https://www.meetup.com/phpugms">meetup.com/phpugms</a>
30+
<br/>
31+
<a href="https://twitter.com/phpugms">@phpugms</a>
32+
<br/>
33+
<a href="https://phpc.social/@phpugms">@[email protected]</a>
34+
<br/>
35+
Thursday, November 24, 2022
36+
<p>
37+
</section>
38+
39+
<section class="l-3up">
40+
<h3>Orga Team</h3>
41+
<div>
42+
<figure>
43+
<img src="../assets/orga/patrick.jpg"/>
44+
<figcaption>Patrick Blom<br>(@pbl0m)</figcaption>
45+
</figure>
46+
</div>
47+
<div>
48+
<figure>
49+
<img src="../assets/orga/timo.png"/>
50+
<figcaption>Timo Tewes<br>(@zf2timo)</figcaption>
51+
</figure>
52+
</div>
53+
<div>
54+
<figure>
55+
<img src="../assets/orga/benjamin.jpg"/>
56+
<figcaption>Benjamin Cremer<br>(@benjamincremer)</figcaption>
57+
</figure>
58+
</div>
59+
</section>
60+
61+
<section>
62+
<h2>
63+
<img src="../assets/slack.svg" class="noborder" width="250px"/>
64+
</h2>
65+
66+
<p>Room <strong>#phpugms</strong><br>
67+
PHPUG Slack (<a href="https://phpug.slack.com/">phpug.slack.com</a>)<br>
68+
Get your Invite (<a href="https://php.ug/slackinvite">php.ug/slackinvite</a>)
69+
</p>
70+
</section>
71+
72+
<section>
73+
<h2>Slide Archive on Github</h2>
74+
75+
<p>
76+
Contribute Slides and links on GitHub<br>
77+
<a href="https://github.com/phpugms/">github.com/phpugms</a><br>
78+
<a href="https://phpugms.github.io/">phpugms.github.io</a>
79+
</p>
80+
</section>
81+
82+
<section class="l-2up">
83+
<h3>CALL FOR PAPERS - ALWAYS OPEN!</h3>
84+
<div>
85+
<img src="../assets/call-for-papers.png"/>
86+
</div>
87+
88+
<div>
89+
๏ Suggest talk topics<br>
90+
๏ Submit (lightning) talks<br>
91+
๏ Speak together<br>
92+
๏ Preview / Review<br>
93+
๏ Suggest speakers<br>
94+
๏ Your turn!<br>
95+
</div>
96+
</section>
97+
98+
99+
<section>
100+
<h1>Wifi</h1>
101+
<p>SSID: CHK24-GUEST</p>
102+
<p>Passwort: <span style="font-family: monospace"></span></p>
103+
</section>
104+
105+
<section>
106+
<h1>Restroom </h1>
107+
</section>
108+
109+
<section>
110+
<h1>Drinks</h1>
111+
</section>
112+
113+
<section>
114+
<h2>Thank you sponsors!</h2>
115+
</section>
116+
117+
118+
<section>
119+
<img src="../assets/check24-logo.png" class="noborder"/>
120+
<p>Thanks for Drinks, Wifi and Hosting</p>
121+
<p>Looking for a Job? Ask the team!</p>
122+
</section>
123+
124+
<section>
125+
<h1>Upcoming Events?</h1>
126+
</section>
127+
128+
<section data-background-size="contain" data-background="img/phpugmrn.png"></section>
129+
130+
<section class="l-2up">
131+
<h2>Januar Meeting</h2>
132+
133+
<strong>Thuesday, Januar 26, 2023</strong><br>
134+
</section>
135+
136+
<section>
137+
<h2>Speaker</h2>
138+
139+
<div>
140+
<p>Stephan Hochdörfer (@shochdoerfer)</p>
141+
<img style="width: 300px" src="img/stephan.jpg">
142+
</div>
143+
</section>
144+
</div>
145+
<footer class="minimal">
146+
<div class="left">
147+
@phpugms
148+
</div>
149+
<div class="center">
150+
</div>
151+
<div class="right">
152+
<a href="https://twitter.com/phpugms">#phpugms</a>
153+
</div>
154+
</footer>
155+
</div>
156+
157+
<script src="../reveal.js-4/dist/reveal.js"></script>
158+
<script src="../reveal.js-4/plugin/notes/notes.js"></script>
159+
<script src="../reveal.js-4/plugin/markdown/markdown.js"></script>
160+
<script src="../reveal.js-4/plugin/highlight/highlight.js"></script>
161+
<script>
162+
// More info about initialization & config:
163+
// - https://revealjs.com/initialization/
164+
// - https://revealjs.com/config/
165+
Reveal.initialize({
166+
hash: true,
167+
controls: false,
168+
progress: true,
169+
center: true,
170+
transition: 'none', // none/fade/slide/convex/concave/zoom
171+
slideNumber: false,
172+
173+
174+
// Learn about plugins: https://revealjs.com/plugins/
175+
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
176+
});
177+
178+
</script>
179+
180+
</body>
181+
</html>

0 commit comments

Comments
 (0)