Advertisement
malika59155

wild code school / Structurer une page HTML

Feb 28th, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.48 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html>
  4. <html lang="en">
  5.   <!--head-->
  6.     <head>
  7.       <!--  Meta  -->
  8.         <meta charset="utf-8" />
  9.         <link rel="stylesheet" href="style.css" />
  10.         <title>findThePrecious.com</title>
  11.     </head>
  12.    
  13. <!--body-->
  14.     <body>
  15.  
  16. <!--NAV BAR-->
  17.         <header>
  18.             <nav>
  19.                 <ul>
  20.                     <li><a href="#home">FindThePrecious.com</a></li>
  21.                     <li class="active"><a href="#fellows">Fellows</a></li>
  22.                     <li><a href="#contactus">Contact us</a></li>
  23.                 </ul>
  24.             </nav>
  25.         </header>
  26.  
  27. <!-- MAIN CAROUSSEL -->
  28.         <section id="main_caroussel">
  29.  
  30.             <div class="carousel-part">
  31.    
  32.                 <div class = "carousel_content">
  33.    
  34.                     <div class="carousel-item active">
  35.                         <img src="https://via.placeholder.com/140" alt="first_description">
  36.                         <h1> Dangerous fellowship try to destroy the ring </h1>
  37.                         <p> Orcs, Goblins, Balrogs, protect your master Sauron ! </p>
  38.                     </div>
  39.        
  40.                     <div class="carousel-item">
  41.                         <img src="https://via.placeholder.com/140" alt="first_description">
  42.                         <h1> Dangerous fellowship try to destroy the city</h1>
  43.                         <p> Cyprum itidem insulam procul a continenti discretam et portuosam inter municipia crebra urbes duae </p>
  44.                     </div>
  45.        
  46.                     <div class="carousel-item">
  47.                         <img src="https://via.placeholder.com/140" alt="first_description">
  48.                         <h1> Dangerous fellowship try to destroy the country</h1>
  49.                         <p> Nec sane haec sola pernicies orientem diversis cladibus adfligebat. Namque et Isauri, quibus est usitatum saepe pacari saepeque inopinis excursibus cuncta miscere </p>
  50.                     </div>
  51.  
  52.                 </div>
  53.    
  54.                     <a class="carousel_previous" href="#carousel_prev" role="button" data-slide="prev">
  55.                         <span class="carousel_prev_icon" aria-hidden="true"></span>
  56.                         <span class="sr-only">previous</span>
  57.                     </a>
  58.        
  59.                     <a class="carousel_next" href="#carousel_next" role="button" data-slide="next">
  60.                         <span class="carousel_next_icon" aria-hidden="true"></span>
  61.                         <span class="sr-only">next</span>
  62.                     </a>
  63.        
  64.             </div>
  65.    
  66.         </section>
  67.  
  68. <!-- MAIN PORTRAITS  -->
  69.         <section id ="main_portrait">
  70.      
  71.             <div id ="title_main_portrait">
  72.                 <h2> Fellows wanted dead </h2>
  73.                 <p> (or alive if you want to eat them later) </p>
  74.             </div>
  75.            
  76.             <div id = "content_main_portrait">
  77.                
  78.                 <div id = "first_portrait" class ="alive_fellow">
  79.                     <div id = first_image >
  80.                         <img src="https://via.placeholder.com/20" alt="thewizard" class="alive_image_fellow">
  81.                     </div>
  82.                         <div id = first_abstract class="alive_comment_fellow">
  83.                             <p> Reward 1000 gold coins </p>
  84.                         </div>
  85.                             <div id = first_title>
  86.                                 <h3> The Wizard </h3>
  87.                             </div>
  88.                                 <div id = first_description>
  89.                                     <p> formidable adversary </p>
  90.                                 </div>
  91.                 </div>
  92.            
  93.    
  94.                 <div id = "second_portrait" class ="dead_fellow">
  95.                     <div id = second_image >
  96.                         <img src="https://via.placeholder.com/20" alt="hobbit" class="dead_image_fellow">
  97.                     </div>
  98.                         <div id = second_abstract class="dead_comment_fellow">
  99.                             <p> Reward 1000 gold coins </p>
  100.                         </div>
  101.                             <div id = second_title>
  102.                                 <h3> Hobbit #3 </h3>
  103.                             </div>
  104.                                 <div id = seconde_description>
  105.                                     <p> formidable adversary </p>
  106.                                 </div>
  107.                 </div>
  108.    
  109.    
  110.        
  111.                 <div id = "third_portrait" class ="alive_fellow">
  112.                     <div id = third_image >
  113.                         <img src="https://via.placeholder.com/20" alt="yummy" class="alive_image_fellow">
  114.                     </div>
  115.                         <div id = third_abstract class="alive_comment_fellow">
  116.                             <p> Reward 250 gold coins </p>
  117.                         </div>
  118.                             <div id = third_title>
  119.                                 <h3> Yummy Dwarf </h3>
  120.                             </div>
  121.                                 <div id = third_description>
  122.                                     <p> average opponent </p>
  123.                                 </div>
  124.                 </div>
  125.             </div>
  126.  
  127.     </section>
  128.  
  129.  <!-- MAIN CONTACT_US -->
  130.  
  131.     <section id="contactus">
  132.         <h2> Contact us </h2>
  133.        
  134.             <label for="email">  </label>
  135.                 <input id="email" type="email" placeholder="@" >       
  136.             <br>
  137.        
  138.             <label for="home"> </label>
  139.                 <input id="home" type="text">
  140.      
  141.     <form>
  142.         <select  id = "seen"  name = "seen" >
  143.             <option  value = "oneThem" > I have seen one of them </option>
  144.             <option  value = "someMissing" > Is there one missing </option>
  145.             <option  value = "haveNot" > I have not seen </option>
  146.             <option  value = "sawThat" > I saw that </option>
  147.         </select >
  148.     </form >
  149.  
  150.  
  151.     <textarea id="message" name="message"  rows="5" cols="50"> Your message </textarea>
  152.      
  153.      
  154.     <form>
  155.         <input  type = "submit"  value = "Send !">
  156.     </form>
  157.  
  158.     </section>
  159.  
  160.  
  161.  
  162.   <!-- FOOTER -->
  163.     <footer>
  164.             <div id = "footer_container">
  165.                  <div class="about_us">
  166.                      <ul>
  167.                         <li><a href="#">About us</a></li>
  168.                         <li><a href="#">Fellows</a></li>
  169.                         <li><a href="#">Join our army</a></li>
  170.                      </ul>
  171.                 </div>
  172.  
  173.  
  174.                  <div class="mentions">
  175.                    <ul>
  176.                         <li><a href="#">FAQ</a></li>
  177.                         <li><a href="#">Reward conditions</a></li>
  178.                         <li><a href="#">Legal mentions</a></li>
  179.                     </ul>
  180.                 </div>
  181.  
  182.  
  183.                  <div class="twitter">
  184.                     <ul>
  185.                         <li><a href="#">Sauron4ever.com</a></li>
  186.                         <li><a href="#">Follow him also on twitter</a></li>
  187.                     </ul>
  188.                 </div>
  189.            </div>
  190.            
  191.     </footer>
  192.  
  193.   <!-- SCRIPT -->
  194.   <script src="scripts/index.js"></script>
  195. </body>
  196. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement