forked from archwomen/dokuwiki-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtpl_footer.php
More file actions
37 lines (37 loc) · 2.06 KB
/
tpl_footer.php
File metadata and controls
37 lines (37 loc) · 2.06 KB
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
<footer class="main clearfix" role="contentinfo">
<section class="col-1-3">
<p>© Archwomen.org</p>
<p><a href="mailto:webmaster@archwomen.org">Report Site Issues</a></p>
<p><a href="mailto:admin@archwomen.org"><img alt="email" class="icon" src="/assets/images/icons/mail.png"></a>
<a href="http://twitter.com/archwomen"><img alt="twitter" class="icon" src="/assets/images/icons/twitter.png"></a>
<a href="https://github.com/archwomen"><img alt="github" class="icon" src="/assets/images/icons/github.png"></a>
<a href="https://plus.google.com/104352270333357228007" rel="publisher">G+</a>
<p>Join us on <a href="http://freenode.net/">irc.freenode.net</a> in
<a href="http://webchat.freenode.net/?channels=archlinux-women">#archlinux-women</a></p>
</section>
<section class="col-2-3">
<h3>Sponsors</h3>
<p>
<a href="https://www.digitalocean.com/">
<img width="140" height="39" alt="digital ocean" src="/assets/images/logos/digitalocean.png">
</a>
</p>
<p>
Please <a href="/contact">contact us</a> if you are interested in being a sponsor.
</p>
</section>
<section class="col-3-3">
<h3>Mailing list</h3>
<p><a href="https://lists.archlinux.org/listinfo/arch-women">Subscribe</a> to our mailing list</p>
<h3 style="margin-bottom:0">Donate</h3>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<p style="margin-top:0">
<span>Arch Women runs off <del>love</del></span>
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="ADCGV6K9VK2MJ">
<input type="image" alt="coffee" src="https://archwomen.org/assets/images/icons/coffee.png" name="submit">
<img alt="PayPal - The safer, easier way to pay online!" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</p>
</form>
</section>
</footer>