Advertisement
Gigafrost

index.php

Mar 12th, 2012
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.41 KB | None | 0 0
  1. <?php include("header.php"); ?>
  2. <body>
  3. <div id="menu">
  4. <div id="mover" style="top:75px; left:136px;">
  5.     <ul>
  6.     <img src="images/mslogo.png" alt="logo" style="position:relative; right:56.8em; bottom:52px;" />
  7.         <li class="active"><a href="#" accesskey="1" title="">Home</a></li>
  8.         <li><a href="gallery.html" accesskey="2" title="">Gallery</a></li>
  9.         <li><a href="events.html" accesskey="3" title="">Events</a></li>
  10.         <li><a href="contact.html" accesskey="5" title="">Contact</a></li>
  11.     </ul>
  12.     </div>
  13. </div>
  14. <!-- end #menu -->
  15. <h1>Featured</h1>
  16. <!--Image/movies will be within here--><div id="header">
  17.  
  18.  
  19. </div>
  20. <!-- end #header -->
  21. <div id="wrapper">
  22.     <div id="content">
  23.         <div id="posts">
  24.             <div class="post">
  25.                 <h2 class="title">Koalas + Fireworks = ?</h2>
  26.                 <div class="story">
  27.                 <img src="images/Koala.jpg">
  28.                     <p>Everyone likes koalas right? And what's better then visiting a reserve full of the little fuzzballs? Howabout fireworks! Oh yes, you've heard me right. In celebration of Australia NOW's koala reserve, they are giving away 130 koala-print fireworks for this upcoming 4th of july. C'mon, if that's not worth a trip to australia, I don't know what is.</p>
  29.                 </div>
  30.                 <div class="meta">
  31.                     <p class="date">Posted on February 22, 2007 by Admin</p>
  32.                     <p class="file">Filed under <a href="#">Uncategorized</a> | <a href="#">Edit</a> | <a href="#">28 Comments</a></p>
  33.                 </div>
  34.             </div>
  35.             <div class="post">
  36.                 <h2 class="title">Dutch Designer Dan Deinsburg Drops us His Ideas</h2>
  37.                 <div class="story">
  38.                     <p>Phew, try saying that ten times fast (Trust me, it's impossible). Anyway word on the street is Allopaque's lead designer deciding that it's time to leave the coorporation and join us here at Motionscape! Oh happy day! We're also hosting an eat-out in commeration at 14th block square of the Chyrile building, free to attend! So why not drop by and give him some warm welcomes to the crew?
  39.                 </div>
  40.                 <div class="meta">
  41.                     <p class="date">Posted on February 22, 2007 by Admin</p>
  42.                     <p class="file">Filed under <a href="#">Uncategorized</a> | <a href="#">Edit</a> | <a href="#">28 Comments</a></p>
  43.                 </div>
  44.             </div>
  45.            
  46.  
  47.            
  48.        
  49.            
  50.         </div>
  51.         <!-- end #posts -->
  52.     <div class="clear"></div>
  53.        
  54.        
  55.     </div>
  56. </div>
  57. <!-- end #content -->
  58. <?php include("sidebar.php"); ?>
  59. <?php include("footer.php"); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement