Skip to content

Commit

Permalink
Added error message on Media page
Browse files Browse the repository at this point in the history
  • Loading branch information
TJScalzo committed Apr 9, 2017
1 parent 962a552 commit 54836ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions _includes/facebookalbum.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--
<style>
/* Makes the large and small albums switch when on mobile */
#small-facebook-album {
Expand All @@ -16,3 +17,12 @@
<iframe id="facebook-album" src="//embedsocial.com/facebook_album/album_photos/1035245586498309" width="900" height="500" frameborder="0" scrolling="yes" marginheight="0" marginwidth="0"></iframe>
<iframe id="small-facebook-album" src="//embedsocial.com/facebook_album/album_photos/1035245586498309" width="900" height="250" frameborder="0" scrolling="yes" marginheight="0" marginwidth="0"></iframe>
</div>
<div width="100%" style="text-align:center;margin-top:1em;">
<a class="btn" href="https://www.facebook.com/FRC178/photos/?tab=albums" target="_blank">All Our Albums</a>
</div>
-->
<br>
<div width="100%" style="text-align:center;margin-top:1em;font-size:17px">
The website's developer made a mistake and the slideshow of the pictures is gone.
<br>Until he fixes things, check out our <a href="https://www.instagram.com/team178/">Instagram page</a> for our most recent pictures.
</div>
4 changes: 1 addition & 3 deletions media/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Here's a selection of photos and videos of our activities!

{% include facebookalbum.html %}

<div width="100%" style="text-align:center;margin-top:1em;"><a class="btn" href="https://www.facebook.com/FRC178/photos/?tab=albums" target="_blank">All Our Albums</a>
</div>
<br><br>
<br>

{% include videoslides.html %}

0 comments on commit 54836ad

Please sign in to comment.