Retheme WordPress for new theosdf.org

Registered by Andrew Ettinger

Load current stylesheet off of http://theosdf.org/style.css and use it for our theme. Our current code is pretty simplified; feel free to add any coolness to it.

Blueprint information

Status:
Complete
Approver:
None
Priority:
High
Drafter:
None
Direction:
Needs approval
Assignee:
Toast McFarland
Definition:
Approved
Series goal:
Accepted for wp
Implementation:
Implemented
Milestone target:
milestone icon betty
Started by
Andrew Ettinger
Completed by
Andrew Ettinger

Whiteboard

Template:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
 <title>Open Source Democracy Foundation</title>
 <link rel="stylesheet" type="text/css" href="style.css" />
 <script src="/js/jquery.min.js" type="text/javascript" charset="utf-8"></script>
 <script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-2626971-7']);
  _gaq.push(['_trackPageview']);

  (function() {
  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

 </script>
</head>
<body>
 <div id="main_container">
  <div id="header">
   <div id="logo">
    <a href="index.php"><img src="images/logo2.png" alt="" title="" border="0" width="289" height="100" /></a>
   </div>
   <div class="top_phone">
    <img src="images/phone_arrows.png" alt="" title="" class="left" width="49" height="32" />
    <div class="phone_text">
     The Open Source<br/>Democracy Foundation
    </div>
   </div>
   <div id="menu_tab">
    <ul class="menu">
      <li><a href="index.php" id='home_link' class="nav">Home</a></li>
      <li><a href="about.php" id='about_link' class="nav">About</a></li>
      <li><a target="new" id='updates_link' href="http://www.r-pac.org/blog" class="nav">Updates</a></li>
      <li><a href="action.php" id='action_link' class="nav">Action</a></li>
      <li><a href="volunteer.php" id='help_link' class="nav">Help</a></li>
      <li><a href="contact.php" id='contact_link' class="nav">Contact</a></li>
    </ul>
   </div>
  </div>
<div id="main_content">

<!-- WP stuff here! -->

</div>
<div id="footer">
 <img src="images/footer_logo.gif" alt="" title="" width="61" height="61" class="left" />
 <div class="left_footer">
  Open Source Democracy Foundation &copy; 2010
 </div>
 <div class="right_footer">
  <a href="index.php">Home</a> |
  <a href="about.html">About</a> |
  <a target="new" href="http://www.r-pac.org/blog">Updates</a> |
  <a href="netneutrality.html">Action</a> |
  <a href="volunteer.php">Help</a> |
  <a href="contact.php">Contact</a>
 </div>
</div>
</div>
</body>
</html>

(?)

Work Items

Dependency tree

* Blueprints in grey have been implemented.

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.