Advertisement
Guest User

digities

a guest
Mar 11th, 2012
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <div>
  2. <div id="about-us">
  3. <div class="top-content-bg">
  4. </div>
  5. <div class="top-content">
  6. <h1>right</h1>
  7. </div>
  8. </div>
  9.  
  10. <div id="blog-post">
  11. <div class="top-content-bg">
  12. </div>
  13. <div class="top-content">
  14.  
  15.  
  16. <?php query_posts("showposts=1&category_name=Blog"); ?>
  17. <?php while (have_posts()) : the_post(); ?>
  18. <article>
  19. <h1 class="headline"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>
  20. <img src="blah blah" width="80px" height="80px" style="float:right;">
  21. <?php the_excerpt(); ?>
  22. <?php the_time('j M Y') ?>
  23. </article>
  24. <?php endwhile; ?>
  25.  
  26.  
  27.  
  28.  
  29. </div>
  30. </div>
  31.  
  32. <div id="portfolio">
  33. <div class="top-content-bg">
  34. </div>
  35. <div class="top-content">
  36. <h1>center</h1>
  37. </div>
  38. </div>
  39.  
  40. <div style="clear:both;"></div>
  41. </div>
  42.  
  43.  
  44. <div>
  45. <div style="color:#e0086a; font-size:48px; font-weight:bold;">
  46. digitise <span style="font-size:18px; font-weight:bold;">dig-i-tise (verb)<span>
  47. </div>
  48. <div style="color:#1a1818; font-size:36px; font-weight:bold; text-align:center;">
  49. cause to change; make different;
  50. cause a transformation;
  51. </div>
  52. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement