Skip to content

Commit

Permalink
eliminated cruft from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
DreadKnight committed Jun 25, 2017
1 parent c7f96fd commit b54d93d
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 15 deletions.
18 changes: 3 additions & 15 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,12 @@
<a href="https://www.patreon.com/FreezingMoon" target="_blank">
<img src="<?php echo $site_root; ?>images/footer/patreon.png" style="width: 48px; height: 48px;" class="lighten" alt="patreon" title="Donate via Patreon!">
</a>
<a href="https://flattr.com/thing/126547/Ancient-Beast" target="_blank">
<img src="<?php echo $site_root; ?>images/footer/flattr.png" style="width: 48px; height: 48px;" class="lighten" alt="flattr" title="Donate via Flattr!">
</a>
<a href="https://steamcommunity.com/sharedfiles/filedetails/?id=195722359" target="_blank">
<img src="<?php echo $site_root; ?>images/footer/steam.png" style="width: 48px; height: 48px;" class="lighten" alt="steam" title="Steam">
</a>
<a href="http://www.indiedb.com/games/ancient-beast" target="_blank">
<img src="<?php echo $site_root; ?>images/footer/indiedb.png" style="width: 48px; height: 48px;" class="lighten" alt="indiedb" title="IndieDB">
</a>
<a href="https://gamejolt.com/games/ancient-beast/15964" target="_blank">
<img src="<?php echo $site_root; ?>images/footer/gamejolt.png" style="width: 48px; height: 48px;" class="lighten" alt="gamejolt" title="Game Jolt">
</a>
<a href="https://facebook.com/AncientBeast" target="_blank">
<img src="<?php echo $site_root; ?>images/footer/facebook.png" style="width: 48px; height: 48px;" class="lighten" alt="facebook" title="Facebook">
</a>
<a href="https://twitter.com/AncientBeast" target="_blank">
<img src="<?php echo $site_root; ?>images/footer/twitter.png" style="width: 48px; height: 48px;" class="lighten" alt="twitter" title="Twitter">
</a>
<a href="https://plus.google.com/+AncientBeast" target="_blank">
<img src="<?php echo $site_root; ?>images/footer/google.png" style="width: 48px; height: 48px;" class="lighten" alt="google" title="Google Plus">
</a>
<a href="https://www.youtube.com/AncientBeastGame" target="_blank">
<img src="<?php echo $site_root; ?>images/footer/youtube.png" style="width: 48px; height: 48px;" class="lighten" alt="youtube" title="Youtube">
</a>
Expand All @@ -49,6 +34,9 @@
<a href="https://www.reddit.com/r/AncientBeast" target="_blank">
<img src="<?php echo $site_root; ?>images/footer/reddit.png" style="width: 48px; height: 48px;" class="lighten" alt="reddit" title="Reddit">
</a>
<a href="https://discord.me/AncientBeast" target="_blank">
<img src="<?php echo $site_root; ?>images/footer/discord.png" style="width: 48px; height: 48px;" class="lighten" alt="discord" title="Discord">
</a>
<a href="mailto:DreadKnight@FreezingMoon.org?Subject=I love this project!" target="_blank">
<img src="<?php echo $site_root; ?>images/footer/contact.png" style="width: 48px; height: 48px;" class="lighten" alt="contact" title="Contact">
</a>
Expand Down
Binary file added images/footer/discord.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/footer/flattr.png
Binary file not shown.
Binary file removed images/footer/gamejolt.png
Binary file not shown.
Binary file removed images/footer/google.png
Binary file not shown.
Binary file removed images/footer/indiedb.png
Binary file not shown.
Binary file removed images/footer/steam.png
Binary file not shown.
Binary file removed images/footer/wuala.png
Binary file not shown.
2 changes: 2 additions & 0 deletions stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ img { border: none; vertical-align: bottom; }
padding: 5px 10px 0;
}

.footer img { padding: 0 8px; }

.button {
background-color: transparent;
background-image: url(images/push_button.png);
Expand Down

0 comments on commit b54d93d

Please sign in to comment.