Advertisement
Gigafrost

sidebar.php

Mar 12th, 2012
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.98 KB | None | 0 0
  1. <div id="links">
  2.             <ul>
  3.                 <li>
  4.                     <h2>History</h2>
  5.                     <ul>
  6.                 <?php wp_get_archives($args); ?>
  7.                     </ul>
  8.                 </li>
  9.                 <li>
  10.                     <h2>About Us</h2>
  11.                     <p style="color:#CCC;">
  12.                     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.
  13.                     </p>
  14.                 </li>
  15.                 <li>
  16.                     <h2>Events</h2>
  17.                     <ul>
  18.                         <li><a href="#">Super Swimoff! 12'</a></li>
  19.                         <li><a href="#">Giveaway of the week</a></li>
  20.                         <li><a href="#">Nasha Lindue - French Graphics Show Premiere</a></li>
  21.                         <li><a href="#">Artspark in the phillipines</a></li>
  22.                         <li><a href="#">Motionscape meets with Disney</a></li>
  23.                         <li><a href="#">Cookout of the Block</a></li>
  24.                         <li><a href="#">Getty Images Art Show conference</a></li>
  25.                     </ul>
  26.                 </li>
  27.             </ul>
  28.         </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement