Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2014
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.62 KB | None | 0 0
  1.             <!-- Portfolio full -->
  2.             <div id="portfolio-item-example" class="portfolio-full portfolio-full-slidedown">
  3.  
  4.                 <!-- Portfolio description -->
  5.                 <div class="portfolio-description">
  6.                     <h3>One Percy Lane</h3>
  7.                     <p>
  8. <strong>The Ultimate in City Living.</strong> <br>
  9. These superbly designed, exquisite townhouses are situated just off Haddington Road, in the leafy district of Dublin 4 and are within strolling distance of the many shops and restaurants on Baggot Street, Ballsbridge and the city centre.
  10.  
  11. Also within easy reach are Dublin’s famous parks such Herbert Park, Merrion Square and St. Stephen’s Green, not to mention a plethora of galleries, museums, theatres and venues..</p>
  12.                     <div class="icon-text">
  13.                         <i class="fa fa-calendar-o"></i>
  14.                         <p>Project started .....</p>
  15.                     </div>
  16.                     <div class="icon-text">
  17.                         <i class="fa fa-users"></i>
  18.                         <p>Some text....</p>
  19.                     </div>
  20.                     <div class="icon-text">
  21.                         <i class="fa fa-thumb-tack"></i>
  22.                         <p><a href="http://onepercylane.ie/" target="_blank">Website</a></p>
  23.                     </div>
  24.                 </div>
  25.  
  26.                 <!-- Portfolio image slider -->
  27.                 <div class="swiper swiper-container">
  28.  
  29.                     <div class="swiper-wrapper">
  30.  
  31.                         <!-- Slide -->
  32.                         <div class="swiper-slide" style="background-image: url(img/8.jpg)"></div>
  33.  
  34.                         <!-- Slide -->
  35.                         <div class="swiper-slide" style="background-image: url(img/7.jpg)"></div>
  36.  
  37.                         <!-- Slide -->
  38.                         <div class="swiper-slide" style="background-image: url(img/6.jpg)"></div>
  39.                        
  40.                         <div class="swiper-slide" style="background-image: url(img/5.jpg)"></div>
  41.  
  42.                     </div>
  43.  
  44.                     <!-- Slider navigation arrows -->
  45.                     <a class="nav-arrow nav-left" href="#"></a>
  46.                     <a class="nav-arrow nav-right" href="#"></a>
  47.  
  48.                 </div>
  49.  
  50.             </div>
  51.  
  52.             <!-- Portfolio full -->
  53.             <div id="portfolio-item-example-2" class="portfolio-full portfolio-full-slidedown">
  54.  
  55.                 <!-- Portfolio description -->
  56.                 <div class="portfolio-description">
  57.                     <h3>One Percy Lane</h3>
  58.                     <p>
  59. <strong>The Ultimate in City Living.</strong> <br>
  60. These superbly designed, exquisite townhouses are situated just off Haddington Road, in the leafy district of Dublin 4 and are within strolling distance of the many shops and restaurants on Baggot Street, Ballsbridge and the city centre.
  61.  
  62. Also within easy reach are Dublin’s famous parks such Herbert Park, Merrion Square and St. Stephen’s Green, not to mention a plethora of galleries, museums, theatres and venues..</p>
  63.                     <div class="icon-text">
  64.                         <i class="fa fa-calendar-o"></i>
  65.                         <p>Project started .....</p>
  66.                     </div>
  67.                     <div class="icon-text">
  68.                         <i class="fa fa-users"></i>
  69.                         <p>Some text....</p>
  70.                     </div>
  71.                     <div class="icon-text">
  72.                         <i class="fa fa-thumb-tack"></i>
  73.                         <p><a href="http://onepercylane.ie/" target="_blank">Website</a></p>
  74.                     </div>
  75.                 </div>
  76.  
  77.                 <!-- Portfolio image slider -->
  78.                 <div class="swiper swiper-container">
  79.  
  80.                     <div class="swiper-wrapper">
  81.  
  82.                         <!-- Slide -->
  83.                         <div class="swiper-slide" style="background-image: url(img/8.jpg)"></div>
  84.  
  85.                         <!-- Slide -->
  86.                         <div class="swiper-slide" style="background-image: url(img/7.jpg)"></div>
  87.  
  88.                         <!-- Slide -->
  89.                         <div class="swiper-slide" style="background-image: url(img/6.jpg)"></div>
  90.                        
  91.                         <div class="swiper-slide" style="background-image: url(img/5.jpg)"></div>
  92.  
  93.                     </div>
  94.  
  95.                     <!-- Slider navigation arrows -->
  96.                     <a class="nav-arrow nav-left" href="#"></a>
  97.                     <a class="nav-arrow nav-right" href="#"></a>
  98.  
  99.                 </div>
  100.  
  101.             </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement