Advertisement
ricarj

customPages

Sep 20th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.74 KB | None | 0 0
  1. <?php
  2. /**
  3.  *
  4.  *
  5.  * Template Name : Custom Index Paged
  6.  *
  7.  *
  8.  */
  9.  
  10. get_header(); ?>
  11.  
  12.        
  13.  
  14.  
  15.   <div class="outerwrapper1 clearfix">
  16.     <div class="container1 clearfix">
  17.       <div class="box1">
  18.         <b><h2>Design</h2></b>
  19.         <p>With high proficiency in graphic software and years of front-end development experience, our web designers help create visually appealing designs, which perfectly corresponds to your brand, packed with exceptional UX. We shape your online presence accurately.</p>
  20.         <br/>
  21.         <a href="#" class="readbutton"></a>
  22.       </div><!--box1-->
  23.      
  24.       <div class="box2">
  25.         <b><h2>Development</h2></b>
  26.         <p>With our talented web developers, you get a website that follows the coding standards and performs the functionality you need for your visitors / customers at the end of the development period. We create a feature-packed website for your business.</p>
  27.         <br/>
  28.         <a href="#" class="readbutton"></a>
  29.       </div><!--box1-->
  30.      
  31.       <div class="box3">
  32.         <b><h2>SEO</h2></b>
  33.         <p>With a range of white hat techniques and promotions, our search engine optimization solutions help create brand awareness and bring qualified visitors to your website. We help bring in visitors you can easily convert into subscribers or sales.</p>
  34.         <br/>
  35.         <a href="#" class="readbutton"></a>
  36.       </div><!--box1-->
  37.     </div><!--container1-->
  38.    
  39.    
  40.     <div class="container2 clearfix">
  41.       <div class="boxa">  
  42.         <b><h2>Who we are?</h2></b>
  43.           <p><img src="images/who_img.png" title="" alt="" />
  44.           Providing swift solutions that will bring your website into reality in just a matter of days with fully functional UX, professional design and search visibility is what WebFast Solutions is all about. <br /><br />
  45. Webfast Solutions, Inc. is an outsourcing company based in the Philippines that provides web design and development solutions as well as internet marketing services to small and medium-size online businesses around the world. Our customer-centric approach to designing, developing and marketing websites sets us apart from the competition. Our team of experts allow us to provide unique offerings and achieve our highly valued clients’ desires.
  46. </p>
  47.           <br clear="all" />
  48.           <a href="#" class="readbutton"></a>
  49.       </div><!--boxa-->
  50.      
  51.       <div class="boxb">
  52.         <b><h2>Our Services</h2></b>
  53.           <ul>
  54.             <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit adipiscing elit.</li>
  55.             <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit adipiscing elit.</li>
  56.             <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit adipiscing elit.</li>
  57.             <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit adipiscing elit.</li>
  58.           </ul><br />
  59.           <a href="#" class="readbutton"></a>
  60.       </div><!--boxb-->
  61.     </div><!--container2-->
  62.    
  63.    
  64.     <div class="container3 clearfix">
  65.       <b><h2>Recent Projects</h2></b>
  66.           <em><p>Sed pretium, ligula sollicitudin laoreet viverra, tortor libero sodales leo, eget blandit nunc tortor eu nibh. Nullam mollis. Phasellus hendrerit. Pellentesque aliquet nibh nec urna. In nisi neque, aliquet vel, dapibus id, mattis vel, nisi.</p></em>
  67.           <ul>
  68.             <li><a href="#" ><img src="images/gallery1.png" /></a></li>
  69.             <li><a href="#" ><img src="images/gallery1.png" /></a></li>
  70.             <li><a href="#" ><img src="images/gallery1.png" /></a></li>
  71.             <li><a href="#" ><img src="images/gallery1.png" /></a></li>
  72.           </ul>
  73.     </div><!--container3-->
  74.   </div><!--outerwrapper1-->
  75.    
  76.  
  77.   </div>
  78. <?php // get_sidebar(); ?>
  79. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement