-
Notifications
You must be signed in to change notification settings - Fork 8
/
footer.php
48 lines (47 loc) · 3.53 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
</div>
<div class="footer smalldiv center">
<a href="https://opencollective.com/AncientBeast" target="_blank" rel="noopener">
<img src="<?php echo $site_root; ?>images/footer/opencollective.png" style="width: 40px; height: 48px;" class="lighten" alt="opencollective" title="Pledge to our OpenCollective!">
</a>
<a href="https://q-acc.giveth.io/project/ancient-beast" target="_blank" rel="noopener">
<img src="<?php echo $site_root; ?>images/footer/qacc.png" style="width: 40px; height: 48px;" class="lighten" alt="qacc" title="Purchase our token, BEAST!">
</a>
<a href="https://giveth.io/project/ancient-beast" target="_blank" rel="noopener">
<img src="<?php echo $site_root; ?>images/footer/giveth.png" style="width: 40px; height: 48px;" class="lighten" alt="giveth" title="Donate using Giveth!">
</a>
<a href="https://www.mintme.com/token/XatteR/invite" target="_blank" rel="noopener">
<img src="<?php echo $site_root; ?>images/footer/MintMe.png" style="width: 40px; height: 48px;" class="lighten" alt="giveth" title="Purchase our token, XatteR!">
</a>
<a href="https://facebook.com/AncientBeast" target="_blank" rel="noopener">
<img src="<?php echo $site_root; ?>images/footer/facebook.png" style="width: 40px; height: 48px;" class="lighten" alt="facebook" title="Give us a like on Facebook!">
</a>
<a href="https://twitter.com/AncientBeast" target="_blank" rel="noopener">
<img src="<?php echo $site_root; ?>images/footer/twitter.png" style="width: 40px; height: 48px;" class="lighten" alt="twitter" title="Follow us on Twitter!">
</a>
<a href="https://youtube.com/AncientBeastGame" target="_blank" rel="noopener">
<img src="<?php echo $site_root; ?>images/footer/youtube.png" style="width: 40px; height: 48px;" class="lighten" alt="youtube" title="Subscribe to our Youtube channel!">
</a>
<a href="https://github.com/FreezingMoon/AncientBeast" target="_blank" rel="noopener">
<img src="<?php echo $site_root; ?>images/footer/github.png" style="width: 40px; height: 48px;" class="lighten" alt="github" title="Check our Github project page!">
</a>
<a href="https://mega.co.nz/#F!GAJAjAzL!AhBUayQndZbH_j2IL2B-nA" target="_blank" rel="noopener">
<img src="<?php echo $site_root; ?>images/footer/mega.png" style="width: 40px; height: 48px;" class="lighten" alt="mega" title="Browse our free assets on Mega!">
</a>
<a href="https://Ancient-Beast.deviantart.com" target="_blank" rel="noopener">
<img src="<?php echo $site_root; ?>images/footer/deviantart.png" style="width: 40px; height: 48px;" class="lighten" alt="deviantart" title="Join our deviantArt group!">
</a>
<a href="https://reddit.com/r/AncientBeast" target="_blank" rel="noopener">
<img src="<?php echo $site_root; ?>images/footer/reddit.png" style="width: 40px; height: 48px;" class="lighten" alt="reddit" title="Subscribe to our Reddit!">
</a>
<a href="https://discord.gg/x78rKen" target="_blank" rel="noopener">
<img src="<?php echo $site_root; ?>images/footer/discord.png" style="width: 40px; height: 48px;" class="lighten" alt="discord" title="Join our Discord server!">
</a>
<a href="https://t.me/AncientBeast" target="_blank" rel="noopener">
<img src="<?php echo $site_root; ?>images/footer/telegram.png" style="width: 40px; height: 48px;" class="lighten" alt="telegram" title="Join our Telegram server!">
</a>
<a href="mailto:[email protected]?Subject=I love this project!" target="_blank">
<img src="<?php echo $site_root; ?>images/footer/contact.png" style="width: 40px; height: 48px;" class="lighten" alt="contact" title="Send us an e-mail!">
</a>
</div>
</body>
</html>