Skip to content

Commit

Permalink
Update homepage to link youtube channel
Browse files Browse the repository at this point in the history
Relates to issue #28
  • Loading branch information
dashdashzako committed Jun 8, 2016
1 parent 197ccbe commit 2be7ee1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _data/links.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
cherry_project: https://projetcherry.wordpress.com/

youtube_channel: https://www.youtube.com/c/PoppyProjectOrgVideos

bom:
humanoid: https://github.com/poppy-project/poppy-humanoid/blob/master/hardware/doc/BOM.md
torso: https://github.com/poppy-project/poppy-torso/blob/master/hardware/doc/BOM.md
Expand Down
3 changes: 3 additions & 0 deletions _pages/index/en.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ <h3>Scientists, hackers</h3>
<div class="flex-video">
<iframe width="1200" height="675" src="https://www.youtube.com/embed/P15V3UwmXnc" frameborder="0" allowfullscreen></iframe>
</div>
<div class="tc">
<a href="{{ site.data.links.youtube_channel }}" class="youtube button">» Watch more videos</a>
</div>
</div>
</div>
</div>
Expand Down
3 changes: 3 additions & 0 deletions _pages/index/fr.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ <h3>Scientifiques, hackers</h3>
<div class="flex-video">
<iframe width="1200" height="675" src="https://www.youtube.com/embed/P15V3UwmXnc" frameborder="0" allowfullscreen></iframe>
</div>
<div class="tc">
<a href="{{ site.data.links.youtube_channel }}" class="youtube button">» Voir plus de vidéos</a>
</div>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions _sass/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ $foundation-palette: (
warning: #ffae00,
alert: #ec5840,
clear: #fefefe,
youtube: #cd201f,
);
$light-gray: #e6e6e6;
$medium-gray: #cacaca;
Expand Down

0 comments on commit 2be7ee1

Please sign in to comment.