Skip to content

Commit

Permalink
Add a new photo to front-page
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Jul 20, 2015
1 parent 99b73e3 commit 4a9de98
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions modules/core/client/directives/tr-boards.client.directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,19 @@
'url': 'https://www.flickr.com/photos/andreanieblas/',
'file': 'an-wavewatching.jpg'
},
'hitchgirl': {
'hitchgirl1': {
// https://www.facebook.com/just.kozmic.blues
// Permission granted for Trustroots (asked by Mikael Korpela)
'name': 'Gytė',
'url': 'https://www.facebook.com/upe.pati.teka',
'file': 'gh-hitchgirl.jpg'
'file': 'gh-hitchgirl1.jpg'
},
'hitchgirl2': {
// https://www.facebook.com/matasirastrauskas
// Permission granted for Trustroots (asked by Mikael Korpela)
'name': 'Matas Astrauskas',
'url': 'http://www.matasphoto.com/',
'file': 'mr-hitchgirl2.jpg'
}
};

Expand Down
Binary file added modules/core/client/img/board/mr-hitchgirl2.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 modules/pages/client/views/home.client.view.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<section class="home board container container-fullscreen" tr-boards="['rainbowpeople', 'hitchroad', 'desertgirl', 'sierranevada', 'wavewatching', 'hitchgirl']">
<section class="home board container container-fullscreen" tr-boards="['rainbowpeople', 'hitchroad', 'desertgirl', 'sierranevada', 'wavewatching', 'hitchgirl1', 'hitchgirl2']">
<div class="middle-wrapper middle-wrapper-horizontal">
<div class="middle-content">

Expand Down

0 comments on commit 4a9de98

Please sign in to comment.