info343/minilabs/1/solution/wookie.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <!--
      wookie.html
      Mini-Lab 1
      INFO 343, Autumn 2012
      Morgan Doocy
   -->
   
   <head>
      <title>Star Wars Fan Fiction Site</title>
      <link href="wookie.css" type="text/css" rel="stylesheet" />
   </head>
   
   <body>
      <div id="header">
         <h1>Star Wars Fan Fiction Site</h1>
      
         <p>
            <img id="wookie" src="wookie1.jpg" alt="scruffy-looking" />
         </p>
      
         <p>
            Wookies are (C) copyright 2009 George Lucas, inc.
         </p>
      </div>
      
      <div id="stories">
         <h2>Stories</h2>
      
         <ol>
            <li>
               <h3><a href="http://www.fanfiction.net/s/4897772/1/Shadows_of_Abregadorae">Shadows of Abregado'rae</a> » </h3>
            
               <p class="byline">by Magical Mistress Sarai</p>
               <p class="reviews"><a href="http://www.fanfiction.net/r/4897772/">reviews</a></p>
            
               <p>AU: Story exists around a Jedi Order that could have existed if Yoda exiled himself history explained through story . <strong>A&nbsp;Jedi&nbsp;Master&nbsp;and&nbsp;his&nbsp;padawan</strong> embark on a simple negotiation mission when suddenly they find themselves hunted by a mysterious group....</p>
            
               <div class="stats">Fiction <span class="rating">Rated: T</span> - English - Sci-Fi/Mystery - Chapters: 4 - Words: 32,582 - Reviews: 10 - Updated: 4-6-09 - Published: 3-2-09</div>
            </li>
         
            <li>
               <h3><a href="http://www.fanfiction.net/s/4779651/1/Fortunes_Gate">Fortune's Gate</a> » </h3>
            
               <p class="byline">by geo3</p>
               <p class="reviews"><a href="http://www.fanfiction.net/r/4779651/">reviews</a></p>
            
               <p id="foo">Alternate Universe story in which Anakin doesn't get trained by the Jedi, so he goes back to Tatooine and gets on with his life. Everything else in the Galaxy remains much the same. When Anakin and Dooku finally do meet, it is not as enemies...</p>
            
               <div class="stats">Fiction <span class="rating">Rated: T</span> - English - Drama/Romance - Chapters: 8 - Words: 39,335 - Reviews: 61 - Updated: 4-6-09 - Published: 1-8-09 - Anakin S. &amp; Count Dooku</div>
            </li>
         
            <li>
               <h3><a href="http://www.fanfiction.net/s/4898505/1/Holonet_News_at_Eleven">Holonet News at Eleven</a> » </h3>
            
               <p class="byline">by Jedi Kittin</p>
               <p class="reviews"><a href="http://www.fanfiction.net/r/4898505/">reviews</a></p>

               <p>Qui-Gon and Tahl at a interview. Full details inside. Rated for language.</p>
            
               <div class="stats">Fiction <span class="rating">Rated: K+</span> - English - General - Chapters: 3 - Words: 1,968 - Reviews: 4 - Updated: 4-6-09 - Published: 3-2-09 - Qui-Gon J.</div>
            </li>
         
            <li>
               <h3>The Gift That is a Curse » </h3>
            
               <p class="byline">by formerAnnie</p>
               <p class="reviews"><a href="http://www.fanfiction.net/r/4688428/">reviews</a></p>
            
               <p>Two sisters possessing a unique and ancient trait immerse themselves in an adventure that will test their will, abilities, courage, and friendship. Will they be able to stand up against the conflict of loving the same man and the pull of the Dark Side?</p>
            
               <div class="stats">Fiction <span class="rating">Rated: K+</span> - English - Adventure/Romance - Chapters: 23 - Words: 76,018 - Reviews: 38 - Updated: 4-6-09 - Published: 11-30-08 - Obi-Wan K. &amp; Anakin S.</div>
            </li>
         </ol>
      </div>
      
      <div id="footer">
         <p>
            Pages: 1 of 775 <a href="page2.html">next</a>
         </p>
      
         <p>
            See also: <a href="http://starwars.wikia.com/wiki/Main_Page"><img src="wordmark.png" alt="Wookieepedia - the Star Wars wiki" /></a>
         </p>
      </div>
   </body>
</html>