Skip to content

Commit

Permalink
Update slides for Drupalcamp NW
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Cambra committed Nov 20, 2013
1 parent 2a1763e commit b7870c3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Binary file added images/nwdruplicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/nwdruplicon_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<slides class="layout-widescreen">

<slide class="title-slide segue nobackground">
<aside class="gdbar"><img src="images/belloticon.png"></aside>
<aside class="gdbar"><img src="images/nwdruplicon.png"></aside>
<!-- The content of this hgroup is replaced programmatically through the slide_config.json. -->
<hgroup class="auto-fadein">
<h1 data-config-title><!-- populated from slide_config.json --></h1>
Expand Down Expand Up @@ -962,7 +962,7 @@ <h3>Without these people (and many more) this wouldn't have been possible</h3>
</slide>

<slide class="thank-you-slide segue nobackground">
<aside class="gdbar right"><img src="images/belloticon.png"></aside>
<aside class="gdbar right"><img src="images/nwdruplicon.png"></aside>
<article class="flexbox vleft auto-fadein">
<h2>&lt;Thank You!&gt;</h2>
</article>
Expand Down
4 changes: 2 additions & 2 deletions slide_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var SLIDE_CONFIG = {
settings: {
title: 'Drupal 8: Undercover initiatives',
//subtitle: 'Subtitle Goes Here',
eventTitle: 'Drupalcamp Spain 2013',
eventTitle: 'Drupal Camp North West 2013',
useBuilds: true, // Default: true. False will turn off slide animation builds.
usePrettify: true, // Default: true
enableSlideAreas: true, // Default: true. False turns off the click areas on either slide of the slides.
Expand All @@ -23,7 +23,7 @@ var SLIDE_CONFIG = {
company: 'Drupal dreamer at Ymbra',
// gplus: 'http://plus.google.com/1234567890',
twitter: '@pcambra',
www: 'http://cambrico.net',
www: 'http://ymbra.com',
drupal: 'http://drupal.org/user/122101'
}/*, {
name: 'Second Name',
Expand Down
2 changes: 1 addition & 1 deletion theme/css/default.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions theme/scss/default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
@import "compass/css3/columns";
@import "compass/css3/user-interface";

$social-tags: "#drupalcampES";
$social-tags: "#dcnw13";
$brand-small-icon-height: 24px;
$brand-small-icon-width: 24px;
$brand-small-icon-width: 27px;

$gray-1: #e6e6e6;
$gray-2: #a9a9a9;
Expand Down Expand Up @@ -176,7 +176,7 @@ slides > slide {
position: absolute;
bottom: $slide-top-bottom-padding / 2;
left: $slide-left-right-padding;
background: url(../../images/belloticon_128.png) no-repeat 0 50%;
background: url(../../images/nwdruplicon_128.png) no-repeat 0 50%;
@include background-size($brand-small-icon-height $brand-small-icon-width);
padding-left: $brand-small-icon-height + 10;
height: $brand-small-icon-height;
Expand Down

0 comments on commit b7870c3

Please sign in to comment.