Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
674
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.85 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3.     <head>
  4.         <meta charset="utf-8">
  5.         <title>The Selection</title>
  6.             <meta name="viewport" content="width=device-width, initial-scale=1">
  7.         <link rel="stylesheet" href="theSelection.css">
  8.         <link href="https://fonts.googleapis.com/css?family=Lora&display=swap" rel="stylesheet">
  9.         <meta name="description" content=
  10.              "Final Project for Web Development I">
  11.     </head>
  12.    
  13.     <body>
  14.         <header>
  15.             <a href="index.html"><img src="images/theElitePageLogo.png" alt="the selection series icon."></a>
  16.            
  17.             <div class="bookTitles" id="headerSub">
  18.                 <h2><i>THE QUEEN</i></h2>
  19.                 <h2><i>THE PRINCE</i></h2>
  20.  
  21.                 <h2 id="book1"><a href="theSelection.html">THE SELECTION</a></h2>
  22.                 <h2 id="book2"><a href="theElite.html">THE ELITE</a></h2>
  23.  
  24.                 <h2><i>THE GUARD</i></h2>
  25.                 <h2><i>THE FAVORITE</i></h2>
  26.  
  27.                 <h2 id="book3"><a href="theOne.html">THE ONE</a></h2>
  28.                 <h2 id="book4"><a href="theHeir.html">THE HEIR</a></h2>
  29.                 <h2 id="book5"><a href="theCrown.html">THE CROWN</a></h2>
  30.  
  31.                 <h2><i>HAPPILY EVER AFTER</i></h2>
  32.             </div>
  33.         </header>
  34.        
  35.        
  36.         <h3 id="titleColor2Main"><i>THE ELITE</i></h3>
  37.         <div class="container">
  38.         <div class="bookFull">
  39.             <img src="images/theEliteBook.png" atl="photo of the elite book hardcover.">
  40.         </div>  
  41.        
  42.         <div class="container2">
  43.         <div class="bookSummary">
  44.             <h4 id="titleColor2">PLOT SUMMARY</h4>
  45.             <p>
  46.                 The Selection began with thirty-five girls.
  47.                 Now with the group narrowed down to the six Elite, the competition to win Prince Maxon's heart is fiercer than ever—and America is still struggling to decide where her heart truly lies. Is it with Maxon, who could make her life a fairy tale? Or with her first love, Aspen?<br><br>
  48.  
  49.                 America is desperate for more time. But the rest of the Elite know exactly what they want—and America's chance to choose is about to slip away.<br><br>
  50.            
  51.             </p>
  52.         </div>
  53.        
  54.         <div class="bookReview">
  55.             <h4 id="titleColor2">REVIEW</h4>
  56.             <p id="selectionReview2">
  57.                 The Selection is set in a future America, now known as Illéa. To prevent riots Illéa was split into 35 states and in each state there are 8 castes, with people classed in terms of professions.<br><br>
  58.  
  59.                 As the prince of Illéa comes of age, the country selects 35 girls to take part in the Selection to try and win his heart. America Singer reluctantly applies and is selected to take part and her life changes forever.<br><br>
  60.  
  61.                 America is a multi-dimensional character who is relatable to every teenage girl. America is from the caste of 5, a caste dedicated to musicians and artists, she is outcast from the rest of the group. She rebels against the palace rules as she has her own beliefs and won't have them changed just due to the position she has now been propelled into. She is a strong female character and always puts others before herself so that they can live the best quality of life they can. She gives up her hard-earned money before the Selection to her family so they can afford to eat and keep their house.<br><br>
  62.                
  63.                 The love interest of the series, Prince Maxon, comes across as a stereotypical prince but throughout the book he develops due to the events that take place and due to America's influence on him. Cass makes you feel like you are going through the selection with America by showing you all the different feelings she and Maxon go through together and separately. It is also lovely to see the different girls in the Selection become friends and then see the other side to every girl as they all have a secret they are trying to protect or ulterior motives for the Selection.<br><br>
  64.                
  65.                 Cass makes it a suspenseful read with dramatic events and romantic moments and you never know what is coming up in the next chapter.<br><br>
  66.                
  67.                 Original review can be read <a href="https://www.theguardian.com/childrens-books-site/2015/feb/24/review-kiera-cass-selection" target="_blank">here</a>.
  68.                 <br><br>
  69.             </p>
  70.         </div>
  71.         </div>
  72.         </div>
  73.        
  74.             <div class="buyButton" id="button2">
  75.             <p><a href="https://www.harpercollins.com/9780062059963/the-elite/" target="_blank"><b>BUY NOW</b></a></p>
  76.             </div>
  77.        
  78.         <footer>
  79.             <p>Website created by Jayda Wentworth.<br>
  80.             All media belongs to Kiera Cass</p>
  81.         </footer>
  82.     </body>
  83. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement