Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2012
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.69 KB | None | 0 0
  1. <section class="slideshow_home">
  2.  
  3.  
  4.                     <ul>
  5.                    
  6. <!-- li dynamique -->
  7.                         <li>
  8.                                 <a href="<?php bloginfo('url'); ?>/visiter"><?php the_post_thumbnail(); ?></a>
  9.                                 <h2><?php the_title(); ?></h2>
  10.                                 <?php the_content(); ?>
  11.                                 <a href="<?php bloginfo('template_url'); ?>/visiter" class="ensavoirplus">
  12.                                     <img src="<?php bloginfo('stylesheet_directory');?>/img/oiseau-anime.gif" alt="" width="45" />
  13.                                     En savoir plus >
  14.                                 </a>
  15.                             </a>   
  16.                            
  17.                         </li>
  18.                        
  19.                         <li>
  20.                                 <a href="#"><?php the_post_thumbnail(); ?></a>
  21.                                 <h2><?php the_title(); ?></h2>
  22.                                 <?php the_content(); ?>
  23.                                 <a href="<?php bloginfo('template_url'); ?>/visiter" class="ensavoirplus">
  24.                                     <img src="<?php bloginfo('stylesheet_directory');?>/img/oiseau-anime.gif" alt="" width="45" />
  25.                                     En savoir plus >
  26.                                 </a>
  27.                             </a>   
  28.                            
  29.                         </li>
  30.  
  31. <!-- li statique -->
  32.            
  33.                         <li>
  34.                             <img src="<?php bloginfo('stylesheet_directory');?>/img/slide-03.jpg" alt="" width="758" height="303" />
  35.                             <h2>S'INSTALLER</h2>
  36.                             <h3>Nous vous apportons nos connaissances de Paris et favorisons votre installation par :</h3>
  37.                             <p>- Une définition de vos besoins et critères d’installation (quartier, école, type de logement, travail…),<br/>
  38.                                - Une information sur Paris au quotidien : écoles, administrations, emploi, santé, réseaux sociaux etc...<br/>
  39.                                - La recherche de votre logement.
  40.                             </p>
  41.                         </li>  
  42.                          
  43.                    
  44.                     </ul>  
  45.                
  46.                
  47.                 </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement