Advertisement
dreamling

psc-repeating-home

Sep 11th, 2014
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.58 KB | None | 0 0
  1. <?php
  2. /**Home Page
  3.  * @package Pink Sugar Castle
  4.  */
  5. ?>
  6.  
  7. <div id="hero" class="billboard">
  8.     <h1>You're ready for more.<br />
  9. Find it here.</h1>
  10.     <p>Bear claw cupcake bonbon tiramisu. Ice cream candy canes chupa chups cheesecake candy canes tiramisu  cake. Cupcake gummi bears jujubes bear claw dragée sesame snaps gummi bears chocolate cake muffin. Wafer icing candy tart candy canes topping.
  11. </p>
  12.     <h4 class="calltoaction"><a href="">A message from the Chancellor</a></h4>
  13. </div>
  14. <div class="billboard home-program col-left masters">
  15. <h3>Master's Programs</h3>
  16. <p>We offer Master of Magic and Master of Mythlore programs in a variety of subjects.</p>
  17.     <p><a class="light-link" href="">See All Programs > </a></p>
  18.     <form>
  19.         <select name="masterprograms">
  20.         <option value="art_education">A</option>
  21.         <option value="art_education">B</option>
  22.         <option value="art_education">C</option>
  23.         <option value="art_education">D</option>
  24.         <option value="art_education">E</option>
  25.         <option value="art_education">F</option>
  26.         <option value="art_education">G</option>
  27.         </select>
  28.     </form>
  29. </div>
  30.  
  31. <div class="billboard home-program capstone col-right ">
  32.     <h3>Capstone Certificates</h3>
  33.     <p>Our Innovative Capstone Certificate programs are ideal for professionals seeking to enhance their prior training.
  34.     <p><a class="light-link" href="">See All Certificates ></a></p>
  35.     <div class="styled-select">
  36.     <form>
  37.         <select name="masterprograms">
  38.         <option value="art_education">A</option>
  39.         <option value="art_education">B</option>
  40.         <option value="art_education">C</option>
  41.         <option value="art_education">D</option>
  42.         <option value="art_education">E</option>
  43.         <option value="art_education">F</option>
  44.         <option value="art_education">G</option>
  45.         </select>
  46.     </form>
  47. </div>
  48. </div>
  49.  
  50. <div class="billboard home-program col-left spotlight">
  51.     <h3>Spotlight</h3>
  52.     <p>Take your passion for learning further with a <a class="light-link" href="">Master of mythlore in Global Higher Education</a> from the The Kingdom of Zane.</p>
  53.     <p><a class="light-link" href="">See More > </a></p>
  54. </div>
  55. <div class="col-right kickers" style="border:!px solid black">
  56.             <div class="kicker-success billboard">
  57.                     <h3>Mutual Success</h3>
  58.                 <p>When Andrew Wells wants a chocolate cake muffin, we know how<a href="#"> to deliver ></a>.</p>
  59.         <i class="icon-mutual-success-checkmark"></i>
  60.             </div>
  61.             <div class="kicker-blog billboard">
  62.                 <h3>From The Blog</h3>
  63.                 <div class="date"></div>
  64.                 <p >Live content direct from blog excerpt/teaser text</p>
  65.                     <i class="icon-blog"></i>
  66.             </div>
  67.             </div>
  68. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement