Skip to content

Commit

Permalink
#15 updating speakers list
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsdesign committed Oct 4, 2017
1 parent 713b0cd commit 952bc5d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
20 changes: 10 additions & 10 deletions public/_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@
"presentationVideo": "To be defined",
"presentationUrl": "To be defined"
},
"marcosmarado": {
"name": "Marcos Marado",
"drupal": "https://ansol.org",
"image": "marcosmarado.jpg",
"company": "ANSOL",
"companyUrl": "https://ansol.org",
"presentationTitle": "Software Livre em Portugal",
"presentationVideo": "To be defined",
"presentationUrl": "To be defined"
},
"ricardoa": {
"name": "Ricardo Amaro",
"drupal": "https://www.drupal.org/user/666176",
Expand Down Expand Up @@ -71,16 +81,6 @@
"presentationTitle": "To be defined",
"presentationVideo": "To be defined",
"presentationUrl": "To be defined"
},
"ruigui": {
"name": "Rui Guimarães",
"drupal": "#",
"image": "default-avatar.png",
"company": "ANSOL",
"companyUrl": "https://ansol.org/",
"presentationTitle": "To be defined",
"presentationVideo": "To be defined",
"presentationUrl": "To be defined"
}
}
}
Expand Down
7 changes: 2 additions & 5 deletions public/_partials/_speakers-section.jade
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ section#speakers-section.speakers-section

for speaker in public._data.index.speakers


.speakers__item

a.speakers__image-wrapper(href="#{speaker.drupal}" target="_blank")
.speakers__image
img(src="/images/speakers/#{speaker.image}")
span.drupalday-druplicon

if speaker.company !== 'ANSOL'
span.drupalday-druplicon
a.speakers__name(href="#{speaker.drupal}" target="_blank") #{speaker.name}

a.speakers__company(href="#{speaker.companyUrl}" target="_blank") #{speaker.company}
Binary file added public/images/speakers/marcosmarado.jpg
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 www/images/speakers/marcosmarado.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion www/index.html

Large diffs are not rendered by default.

0 comments on commit 952bc5d

Please sign in to comment.