
sidebar.php
By:
Gigafrost on
Mar 12th, 2012 | syntax:
PHP | size: 0.98 KB | hits: 60 | expires: Never
<div id="links">
<ul>
<li>
<h2>History</h2>
<ul>
<?php wp_get_archives($args); ?>
</ul>
</li>
<li>
<h2>About Us</h2>
<p style="color:#CCC;">
Motionscape is a site dedicated to all things motion graphics. We simply stream the best stuff out there in terms of media, animation, and graphics. Since 2009, we've been the #1 source of multimedia blogging and you can bet that we're proud of it.
</p>
</li>
<li>
<h2>Events</h2>
<ul>
<li><a href="#">Super Swimoff! 12'</a></li>
<li><a href="#">Giveaway of the week</a></li>
<li><a href="#">Nasha Lindue - French Graphics Show Premiere</a></li>
<li><a href="#">Artspark in the phillipines</a></li>
<li><a href="#">Motionscape meets with Disney</a></li>
<li><a href="#">Cookout of the Block</a></li>
<li><a href="#">Getty Images Art Show conference</a></li>
</ul>
</li>
</ul>
</div>