-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebar.php
executable file
·9 lines (9 loc) · 990 Bytes
/
sidebar.php
1
2
3
4
5
6
7
8
9
<div id="sidebar">
<a href="gallery"><img id="pics" src="images/collage.jpg" alt="RJ Gallery" /></a>
<h2 style="clear: both;">Check out our photo gallery</h2>
<p>See photos of our robots, events, and competitions.</p>
<a href="<?php bloginfo('rss_url'); ?>"><img class="rss icon" src="images/Feed_512x512.png" alt="RSS Feed" /></a> <a href="http://www.youtube.com/robojackets"><img class="youtube icon" src="images/Youtube_512x512.png" alt="YouTube" /></a> <a href="http://www.facebook.com/group.php?gid=27431371825"><img class="facebook icon" src="images/FaceBook_512x512.png" alt="Facebook" /></a> <a href="http://twitter.com/RoboJackets"><img class="twitter icon" src="images/Twitter_512x512.png" alt="Twitter" /></a>
<h2 style="clear: both;">Follow us on Twitter</h2>
<p>Keep up with meeting times, events, news, and more.</p>
<div id="archive"><h2>Archives</h2><ul><?php wp_get_archives('type=yearly'); ?></ul></div>
</div>