Advertisement
Guest User

Untitled

a guest
Aug 29th, 2012
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.79 KB | None | 0 0
  1. <?php
  2.  
  3. //Set values for individual page  
  4. $page_title = 'News & Events';
  5. $additional_style= '
  6. <link rel="stylesheet" type="text/css" href="CSS/c3it_news_css.css" />
  7. <script type="text/javascript" src="JS/c3it_news_js.js"></script>
  8. ';
  9.  
  10. include_once('PHP/top_template.php');
  11.  
  12. ?>
  13.  
  14.     <div id="news_and_events">
  15.        
  16.         <p>Here at Carbon3IT we know that there is always something going on in the world of sustainable IT. Below you can see our latest news, upcoming events and a selection of current news clippings relevant to our work.</p>
  17.             <p>To stay up to date, feel free to follow us on <a href="#">twitter</a>, <a href="#">blogger</a> or <a href="#">paper.li</a></p>
  18.        
  19.         <?php include_once("PHP/paperli.php"); ?>
  20.        
  21.             <h2>Upcoming Events</h2>
  22.            
  23.                 <div class="item">
  24.                 <h4>We'll be speaking at Big Shiny Convention 2013</h4>
  25.                 <p>Big Shiny Convention is the premier event in the North East and if you want to know more about blah then come up on the 27th of January to hear our talk on the matter. Tickets will be available nearer the date so watch this space.</p><p class="date">-Posted August 27th</p></div>
  26.                
  27.             <h3 id="expand_other_events">See other events..</h3>
  28.            
  29.             <div class="hidden_events">
  30.                 <div class="item">
  31.                 <h4>Lets pretend this is another event</h4>
  32.                 <p>On the 2nd of October shfdjksh fskjdfh jksdh f ksdhfjkhfh aksjk; djfkhsjf ;sd hfjdjhf  fdsk;hfkjhd f d;hfjkds f h  sge jxjkhf d es lfhuf dh j a ishf jlsaeh fj l isaefehsfjksdh fle eiul ui fjksdh fhdkjf .</p><p class="date">-Posted August 24th</p></div>
  33.             </div>
  34.            
  35.             <h2>News at Carbon3IT</h2>
  36.            
  37.                 <div class="item">
  38.                 <h4>Our PCPM solution got even better</h4>
  39.                 <p>PCPM tells you exactly what you're spending on desktop energy and we're proud to say our solution has been made even better using new blah blah technology. This improvement means we can now offer even more insight into your usage blah so contact us for a demo at [email protected] or the details below.</p><p class="date">-Posted August 19th</p></div>
  40.            
  41.             <h3 id="expand_older_news">See older news..</h3>
  42.            
  43.             <div class="hidden_news">
  44.                 <div class="item">
  45.                 <h4>old news 1</h4>
  46.                     <p>blah blah blah </p><p class="date">-Posted August 1st</p></div>
  47.                    
  48.                 <div class="item">
  49.                 <h4>old news 1</h4>
  50.                 <p>blah blah blah </p><p class="date">-Posted July 25th</p></div>
  51.             </div>
  52.     </div>
  53.    
  54. <?php include_once('PHP/footer_template.php'); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement