forked from hakimel/reveal.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
472 lines (443 loc) · 16.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Drupal Contributions: Help Yourself by Helping Drupal</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css">
<link rel="stylesheet" href="assets/css/slides.css">
<link rel="stylesheet" href="css/theme/customs.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="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 ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<!-- Title Page -->
<section data-markdown>
<script type="text/template">
<h1>Drupal Contribution</h1>
<i>Help Yourself by Helping Drupal</i>
</script>
</section>
<!-- About Us Page -->
<section class="who leftalign">
<h2>Who We Are</h2>
<section>
<img src="assets/img/leotan.jpg" class="left" />
<div class="left container">
<h3>Leolando Tan</h3>
<hr />
<p>Developer @ Prometsource, Philippines</p>
<p>About 4 years of developing websites using the Drupal CMS. Top 3 contributor in drupalcores.com in PH. Drupal meet-up and Camp Cebu 2015 speaker.</p>
</div>
</section>
<section>
<img src="assets/img/johnross.jpg" class="left" />
<div class="left container">
<h3>John Ross Castaño</h3>
<hr />
<p>Developer @ Prometsource, Philippines</p>
<p>A certified Grand Master Developer awarded by Acquia. More than 8 years of solid Drupal development experience.</p>
</div>
</section>
</section>
<!-- Introduction Page -->
<section>
<section>
<h1>Drupal Contribution</h1>
<i>Help Yourself by Helping Drupal</i>
</section>
<section>
<h3>Who?</h3>
</section>
<section>
<img src="assets/img/iwantyou.jpg" style="width: 45%;">
</section>
<section>
<h2>Examine Your Self</h2>
<p class="fragment">Chemistry or connection</p>
<p class="fragment">Set of skills</p>
<p class="fragment">Continuous learning</p>
<p class="fragment">Align your interests</p>
</section>
<section>
<h2>Natural Problem Solvers</h2>
<p class="fragment">Discover problems</p>
<p class="fragment">Suggest solutions</p>
<p class="fragment">Solve problems</p>
<p class="fragment">Test the solution</p>
</section>
</section>
<!-- How to Page -->
<section class="types">
<h1>Types of Contribution</h1>
</section>
<!-- Forum Page -->
<section class="forum leftalign">
<div>Types of Contributions</div>
<h2><!-- Type 1: -->Forum</h2>
<section>
<p>Get advice and give advice.</p>
</section>
<section class="centeralign">
<img src="assets/img/forum-sample.png" style="margin-top: 3em; width: 80%;" />
</section>
</section>
<!-- IRC Page -->
<section class="irc leftalign">
<div>Types of Contributions</div>
<h2><!-- Type 2: -->IRC</h2>
<section>
<ul>
<li class="fragment">Start chatting with other community members.</li>
<li class="fragment">Go to webchat.freenode.net</li>
</ul>
</section>
<section class="centeralign">
<img src="assets/img/irc-sample.png" style="margin-top: 3em; width: 50%;"/>
</section>
<section>
<h2>Essential channels to join</h2>
</section>
<section>
<h3>#drupal</h3>
<p>Drupal-related, and isn't in-depth.</p>
</section>
<section>
<h3>#drupal-contribute</h3>
<p>Help with core and contrib coding work, promotion, advocacy, infrastructure, and general Drupal community tasks.</p>
</section>
<section>
<h3>#drupal-support</h3>
<p>Long or in-depth support discussions.</p>
</section>
<section>
<h3>Some specific channels</h3>
<ul>
<li>#drupal-design</li>
<li>#drupalcamp</li>
<li>#drupal-commerce</li>
<li>#drupal-usability</li>
</ul>
</section>
<section>
<h3>For more info</h3>
<p>https://www.drupal.org/irc</p>
</section>
</section>
<!-- Modules Page -->
<section class="irc leftalign">
<div>Types of Contributions</div>
<h2><!-- Type 3: -->Modules & Themes</h2>
<section>
<p>Build, maintain, fix modules and/or themes.</p>
</section>
<section>
<div class="left">
<h3>Types</h3>
<ul>
<li class="fragment">Core <!-- - ship with Drupal and are approved by the core developers and the community. --></li>
<li class="fragment">Contributed <!-- - written by the Drupal community and shared under the same GNU Public License (GPL) as Drupal. --></li>
<li class="fragment">Custom <!-- - created by the developer – often for a particular use case specific to the site they're working on. --></li>
</ul>
</div>
</section>
<section>
<div class="left">
<h3>Things to look into before diving in</h3>
<ul>
<li class="fragment">Choose a Core System</li>
<li class="fragment">Collaboration over competition</li>
</ul>
</div>
</section>
</section>
<!-- Themes Page -->
<!-- <section class="irc leftalign">
<h2>Type 5: Themes</h2>
<section>
<div class="left">
<h3>Step 1</h3>
<p>Discussion</p>
</div>
</section>
<section>
<div class="left">
<h3>Step 2</h3>
<p>Discussion</p>
</div>
</section>
<section>
<div class="left">
<h3>Step 3</h3>
<p>Discussion</p>
</div>
</section>
</section> -->
<!-- Translations Page -->
<section class="irc leftalign">
<div>Types of Contributions</div>
<h2><!-- Type 4: -->Translations</h2>
<section>
<p>Translate Drupal for other users around the world.</p>
</section>
<section>
<p>Once your suggestions are approved, they will be available in the exported translation files.</p>
</section>
<section class="centeralign">
<img src="assets/img/translation-form.png" style="margin-top: 2.5em; width: 85%;"/>
</section>
<section>
<h3>For more info</h3>
<p>https://localize.drupal.org/</p>
</section>
</section>
<!-- Groups Page -->
<section class="irc leftalign">
<div>Types of Contributions</div>
<h2><!-- Type 5: -->Groups</h2>
<section>
<p>A place for groups to organize, plan, and work on projects and meetups.</p>
</section>
<section>
<h3>For more info</h3>
<p>https://groups.drupal.org/frontpage</p>
</section>
</section>
<!-- Events Page -->
<section class="irc leftalign">
<div>Types of Contributions</div>
<h2><!-- Type 6: -->Events</h2>
<section>
<p>Come to a Drupal event and have fun with the community.</p>
</section>
<section>
<h3>For more info</h3>
<p>https://groups.drupal.org/events</p>
</section>
</section>
<!-- Donate Page -->
<section class="irc leftalign">
<div>Types of Contributions</div>
<h2><!-- Type 7: -->Donate</h2>
<section>
<p>Whether you want to say thanks or ensure there is a secure future for Drupal, every little bit helps and is gratefully received.</p>
</section>
<section>
<h3>For more info</h3>
<p>https://assoc.drupal.org/donate</p>
</section>
</section>
<!-- Documentation Page -->
<section class="irc leftalign">
<div>Types of Contributions</div>
<h2><!-- Type 8: -->Documenation</h2>
<section>
<p>Build your skills while improving Drupal’s documentation.</p>
</section>
<section>
<h3>Types</h3>
<ul>
<li class="fragment">Community Documentation pages</li>
<li class="fragment">Programming API reference</li>
<li class="fragment">Communication and marketing pages</li>
<li class="fragment">Help pages within the core</li>
<li class="fragment">Documentation embedded in modules and themes</li>
<li class="fragment">Externally-hosted documentation</li>
</ul>
</section>
</section>
<!-- Drupal Association Page -->
<section class="irc leftalign">
<div>Types of Contributions</div>
<h2><!-- Type 9: -->Drupal Association</h2>
<section>
<div class="left">
<p>Join the Drupal Association: the non-profit that helps the Drupal project and community flourish.</p>
</div>
</section>
<section>
<h3>For more info</h3>
<p>https://assoc.drupal.org/home</p>
</section>
</section>
<!-- Community Initiatives Page -->
<section class="irc leftalign">
<div>Types of Contributions</div>
<h2><!-- Type 10: -->Community Initiatives</h2>
<section>
<p>Get involved with an active longer-term project, such as improving Drupal core or documentation processes and infrastructure.</p>
</section>
<section>
<h3>Core initiatives</h3>
<ul>
<li class="fragment">Configuration Management</li>
<li class="fragment">HTML5</li>
<li class="fragment">Layout</li>
<li class="fragment">Mobile</li>
<li class="fragment">Multilingual</li>
<li class="fragment">Views in Core</li>
<li class="fragment">Web Services</li>
</ul>
</section>
</section>
<!-- Roadmap Page -->
<section class="raodmap leftalign">
<h2>Current Drupal Roadmap</h2>
<section>
<div>
<h3 class="fragment">Drupal 8.2.0</h3>
<p class="fragment">Release Date: October 5, 2016</p>
</div>
</section>
<section>
<div class="left">
<h3>Drupal Migrate</h3>
<p>Community initiative, Experimental</p>
<p class="fragment">#drupal-migrate, mikeryan, benjy</p>
</div>
</section>
<section>
<div class="left">
<h3>Frontend Testing</h3>
<p>Community initiative, Under development</p>
<p class="fragment">alexpott, dawehner, larowlan, pfrenssen</p>
</div>
</section>
<section>
<div class="left">
<h3>BigPipe</h3>
<p>Community initiative, Experimental</p>
<p class="fragment">Wim Leers, Fabianx</p>
</div>
</section>
</section>
<!-- Benefits Page -->
<section class="what leftalign">
<h2>What can You get?</h2>
<section>
<div class="left">
<div class="rightalign text">
<p>Helps you</p>
</div>
<div class="leftalign pic">
<p><img src="assets/img/yourself.png"/></p>
</div>
</div>
</section>
<section>
<div class="left">
<div class="rightalign text">
<p>Helps others</p>
</div>
<div class="leftalign pic">
<p><img src="assets/img/others.png"/></p>
</div>
</div>
</section>
<section>
<div class="left">
<div class="rightalign text">
<p>Marketplace listing</p>
</div>
<div class="leftalign pic">
<p><img src="assets/img/market.png"/></p>
</div>
</div>
</section>
<section>
<div class="left">
<div class="rightalign text">
<p>Drupalcores.com listing</p>
</div>
<div class="leftalign pic">
<p><img src="assets/img/list.png"/></p>
</div>
</div>
</section>
<section>
<div class="left">
<div class="rightalign text">
<p>Jedi profile</p>
</div>
<div class="leftalign pic">
<p><img src="assets/img/jedi.png"/></p>
</div>
</div>
</section>
<section>
<div class="left">
<div class="rightalign text">
<p>Connection building</p>
</div>
<div class="leftalign pic">
<p><img src="assets/img/handshake.png"/></p>
</div>
</div>
</section>
<section>
<div class="left">
<div class="rightalign text">
<p>Community engagement</p>
</div>
<div class="leftalign pic">
<p><img src="assets/img/community.png"/></p>
</div>
</div>
</section>
<section>
<div class="left">
<div class="rightalign text">
<p>Representation</p>
</div>
<div class="leftalign pic">
<p><img src="assets/img/represent.png"/></p>
</div>
</div>
</section>
</section>
<!-- Opportunity Page -->
<section class="raodmap leftalign">
<h2>Here's Your Chance!</h2>
<section></section>
<section>
<h3>Drupal Camp Manila: Code Sprint</h3>
<p class="fragment">Sunday, May 8, 2016 (Tomorrow)</p>
<p class="fragment">8:00 AM - 9:00 AM Registration</p>
<p class="fragment">9:00 AM - 12:00 AM Drupal Code Sprint (Room 3 and 4)</p>
<p class="fragment">Drupal Pilipinas Team</p>
</section>
</section>
<!-- Thank You Page -->
<section class="credits">
<h1>Thank You!</h1>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
history: true,
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
</script>
</body>
</html>