info343/inc/home.php

<section class="calendar">
   <h2>This Week</h2>
   <table class="calendar">
      <tbody>
         <tr>
            <td class="lecture-a"></td>
            <td class="lab"></td>
            <td class="lecture-b"></td>
         </tr>
      </tbody>
   </table>
</section>

<section class="updates">
   <h2>Recent Updates</h2>
   <dl></dl>
</section>

<section id="about">
   <header>
      <h2>About This Course</h2>
      <h3><strong>Instructor:</strong> Morgan Doocy (mdoocy@uw.edu)</h3>
      <img id="ischool" src="<?= $BASENAME ?>/images/ischool.png" alt="The Information School at the University of Washington">
   </header>
   
   <p><strong>INFO 343: Web Technologies</strong> is an introduction to the client-side technologies of the web browser — from the “holy trinity” of in-browser languages (HTML5, CSS3, and JavaScript) to mobile-oriented web app design and effective use of data-supplying web services using Ajax.</p>
</section>

<section id="social">
   <ul>
      <li><img src="<?= $BASENAME ?>/images/google+.png" alt="Google+"></li>
      <li><img src="<?= $BASENAME ?>/images/facebook.png" alt="Facebook"></li>
      <li><img src="<?= $BASENAME ?>/images/twitter.png" alt="Twitter"></li>
      <li><img src="<?= $BASENAME ?>/images/feed.png" alt="RSS Feed"></li>
   </ul>
</section>