Add talk types
This commit is contained in:
parent
8dc17841ce
commit
2d129bb064
|
@ -17,5 +17,7 @@
|
||||||
.feedback
|
.feedback
|
||||||
width: 15%
|
width: 15%
|
||||||
|
|
||||||
|
.talk-type,
|
||||||
.event-location
|
.event-location
|
||||||
display: block
|
display: block
|
||||||
|
margin-top: 1px
|
||||||
|
|
|
@ -21,6 +21,12 @@
|
||||||
<a href="{{ event.talk.url }}">
|
<a href="{{ event.talk.url }}">
|
||||||
{{ event.talk.title }}
|
{{ event.talk.title }}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
{% if event.talk.type %}
|
||||||
|
<small class="talk-type">
|
||||||
|
{{ event.talk.type }}
|
||||||
|
</small>
|
||||||
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Dancing for Drupal
|
title: Dancing for Drupal
|
||||||
|
type: Talk
|
||||||
slides:
|
slides:
|
||||||
url: https://speakerdeck.com/opdavies/umbristol-dancing-for-drupal
|
url: https://speakerdeck.com/opdavies/umbristol-dancing-for-drupal
|
||||||
embed: <script async class="speakerdeck-embed" data-id="ffa9b6dea6dc4a8eb207b9982ed6e1bd" data-ratio="1.33333333333333" src="//speakerdeck.com/assets/embed.js"></script>
|
embed: <script async class="speakerdeck-embed" data-id="ffa9b6dea6dc4a8eb207b9982ed6e1bd" data-ratio="1.33333333333333" src="//speakerdeck.com/assets/embed.js"></script>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Getting Started with Drupal 8 Module Development
|
title: Getting Started with Drupal 8 Module Development
|
||||||
|
type: Talk
|
||||||
tags: [conference, php, drupal, drupalcamp, drupal-8]
|
tags: [conference, php, drupal, drupalcamp, drupal-8]
|
||||||
tweets: yes
|
tweets: yes
|
||||||
code: https://github.com/opdavies/dclondon16-d8-module
|
code: https://github.com/opdavies/dclondon16-d8-module
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Drupal 8: Rejoining the Herd
|
title: Drupal 8: Rejoining the Herd
|
||||||
|
type: Talk
|
||||||
tags: [conference, php, drupal, drupal-8]
|
tags: [conference, php, drupal, drupal-8]
|
||||||
slides:
|
slides:
|
||||||
url: https://speakerdeck.com/opdavies/drupal-rejoining-the-herd
|
url: https://speakerdeck.com/opdavies/drupal-rejoining-the-herd
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Drupal 8
|
title: Drupal 8
|
||||||
|
type: Lightning talk
|
||||||
slides:
|
slides:
|
||||||
url: https://speakerdeck.com/opdavies/drupal-8
|
url: https://speakerdeck.com/opdavies/drupal-8
|
||||||
embed: <script async class="speakerdeck-embed" data-id="46ba4ba577d94a32b7abdade610ceb69" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
|
embed: <script async class="speakerdeck-embed" data-id="46ba4ba577d94a32b7abdade610ceb69" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: About the Drupal Association
|
title: About the Drupal Association
|
||||||
|
type: Talk
|
||||||
tags: [meetup, swdug, drupal, drupal-association]
|
tags: [meetup, swdug, drupal, drupal-association]
|
||||||
slug: drupal-association
|
slug: drupal-association
|
||||||
events:
|
events:
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Drupal and the LDAP Module
|
title: Drupal and the LDAP Module
|
||||||
|
type: Talk
|
||||||
tags: [meetup, swdug, drupal, ldap]
|
tags: [meetup, swdug, drupal, ldap]
|
||||||
slug: drupal-ldap
|
slug: drupal-ldap
|
||||||
logo: assets/images/talks/logos/swdug.png
|
logo: assets/images/talks/logos/swdug.png
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Drupal VM Generator
|
title: Drupal VM Generator
|
||||||
|
type: Lightning talk
|
||||||
code: https://github.com/opdavies/drupal-vm-generator
|
code: https://github.com/opdavies/drupal-vm-generator
|
||||||
tags: [drupal-vm, drupal-vm-generator, meetup, symfony]
|
tags: [drupal-vm, drupal-vm-generator, meetup, symfony]
|
||||||
slides:
|
slides:
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Drupal VM, Meet Symfony Console
|
title: Drupal VM, Meet Symfony Console
|
||||||
|
type: Talk
|
||||||
tags: [conference, php, drupal-vm, symfony]
|
tags: [conference, php, drupal-vm, symfony]
|
||||||
slides:
|
slides:
|
||||||
url: https://speakerdeck.com/opdavies/drupal-vm-meet-symfony-console
|
url: https://speakerdeck.com/opdavies/drupal-vm-meet-symfony-console
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Drupal.org in 2015: What's Coming Next
|
title: Drupal.org in 2015: What's Coming Next
|
||||||
|
type: Talk
|
||||||
tags: [conference, drupalcamp, drupalcamp-london, drupal-association]
|
tags: [conference, drupalcamp, drupalcamp-london, drupal-association]
|
||||||
slides:
|
slides:
|
||||||
url: https://speakerdeck.com/opdavies/drupal-dot-org-in-2015
|
url: https://speakerdeck.com/opdavies/drupal-dot-org-in-2015
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: drush make drupalbristol
|
title: drush make drupalbristol
|
||||||
|
type: Talk
|
||||||
slides:
|
slides:
|
||||||
url: https://speakerdeck.com/opdavies/drush-make-drupalbristol
|
url: https://speakerdeck.com/opdavies/drush-make-drupalbristol
|
||||||
embed: <script async class="speakerdeck-embed" data-id="42605700f102013198de5a5f6f23ab67" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
|
embed: <script async class="speakerdeck-embed" data-id="42605700f102013198de5a5f6f23ab67" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Getting (Your Data) Into Drupal 8
|
title: Getting (Your Data) Into Drupal 8
|
||||||
|
type: Talk
|
||||||
slides:
|
slides:
|
||||||
url: https://speakerdeck.com/opdavies/getting-your-data-into-drupal-8-drupal-bristol
|
url: https://speakerdeck.com/opdavies/getting-your-data-into-drupal-8-drupal-bristol
|
||||||
embed: <script async class="speakerdeck-embed" data-id="63e5dfce996e46699e304d50e896477b" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>
|
embed: <script async class="speakerdeck-embed" data-id="63e5dfce996e46699e304d50e896477b" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Never Commit to Master - An Introduction to Git Flow
|
title: Never Commit to Master - An Introduction to Git Flow
|
||||||
|
type: Talk
|
||||||
slides:
|
slides:
|
||||||
url: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow
|
url: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow
|
||||||
embed: <script async class="speakerdeck-embed" data-id="201559e0f103013198dd5a5f6f23ab67" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
|
embed: <script async class="speakerdeck-embed" data-id="201559e0f103013198dd5a5f6f23ab67" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Goodbye Drush Make. Hello Composer!
|
title: Goodbye Drush Make. Hello Composer!
|
||||||
|
type: Talk
|
||||||
tags: ['meetup', 'drupal', 'composer']
|
tags: ['meetup', 'drupal', 'composer']
|
||||||
slides:
|
slides:
|
||||||
url: http://bit.ly/slides-goodbye-drush-make-hello-composer2
|
url: http://bit.ly/slides-goodbye-drush-make-hello-composer2
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: It All Started With A Patch
|
title: It All Started With A Patch
|
||||||
|
type: Lightning talk
|
||||||
tags: [meetup, phpsw, open-source]
|
tags: [meetup, phpsw, open-source]
|
||||||
slides:
|
slides:
|
||||||
url: https://speakerdeck.com/opdavies/it-all-started-with-a-patch-phpsw
|
url: https://speakerdeck.com/opdavies/it-all-started-with-a-patch-phpsw
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Building Static Websites with Sculpin
|
title: Building Static Websites with Sculpin
|
||||||
|
type: Lightning talk
|
||||||
slides:
|
slides:
|
||||||
url: https://speakerdeck.com/opdavies/building-static-websites-with-sculpin
|
url: https://speakerdeck.com/opdavies/building-static-websites-with-sculpin
|
||||||
embed: <script async class="speakerdeck-embed" data-id="6c9c4be1a1344f1291ff13a391674a66" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>
|
embed: <script async class="speakerdeck-embed" data-id="6c9c4be1a1344f1291ff13a391674a66" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Test Drive Twig with Sculpin
|
title: Test Drive Twig with Sculpin
|
||||||
|
type: Talk
|
||||||
slides:
|
slides:
|
||||||
url: https://speakerdeck.com/opdavies/test-drive-twig-with-sculpin
|
url: https://speakerdeck.com/opdavies/test-drive-twig-with-sculpin
|
||||||
embed: <script async class="speakerdeck-embed" data-id="54589d2e50a3476a9a75aed809e9edf1" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script>
|
embed: <script async class="speakerdeck-embed" data-id="54589d2e50a3476a9a75aed809e9edf1" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Test Driven Drupal Development with SimpleTest and PHPUnit
|
title: Test Driven Drupal Development with SimpleTest and PHPUnit
|
||||||
|
type: Talk
|
||||||
slides:
|
slides:
|
||||||
url: https://speakerdeck.com/opdavies/test-driven-drupal-development-with-simpletest-and-phpunit-drupalcamp-london-2017
|
url: https://speakerdeck.com/opdavies/test-driven-drupal-development-with-simpletest-and-phpunit-drupalcamp-london-2017
|
||||||
embed: <script async class="speakerdeck-embed" data-id="4f12722ed400468b93ebb32a23b3c757" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>
|
embed: <script async class="speakerdeck-embed" data-id="4f12722ed400468b93ebb32a23b3c757" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: So, what is this Drupal thing?
|
title: So, what is this Drupal thing?
|
||||||
location:
|
type: Talk
|
||||||
video:
|
video:
|
||||||
url: https://vimeo.com/49827006
|
url: https://vimeo.com/49827006
|
||||||
embed: <iframe src="https://player.vimeo.com/video/49827006" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
embed: <iframe src="https://player.vimeo.com/video/49827006" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
||||||
|
|
Loading…
Reference in a new issue