<!DOCTYPE html>
<html lang="en">
<head>
   <!--
   
      Cinema Penguin Royal Wedding Page
      Author: Sara Schroeder
      Date:   11/21/2025

   

   -->
   
   <meta charset="utf-8" />
   <meta name="viewport" content="width=device-width, initial-scale=1" />
   <title>Cinema Penguin: Royal Wedding (1951)</title>
   <link href="cp_basemedia.css" rel="stylesheet" />
   <link href="cp_stylesmedia.css" rel="stylesheet" />
	<link href="cp_animatemedia.css" rel="stylesheet" />
	
	<script src="cp_spinmedia.js"></script>
	
	
	
</head>

<body>
   <header>
      <img src="multiplejeans.jpg" alt="Jeans" id="logoimg" />
      
   </header>
   
   <section>
      <article> 
         <div id="synopsis">            
            <h1>Finding a pair of jeans can be fun with friends!</h1>
                 
            <p>It can be a real pain to shop for jeans. Why is it so hard to find the perfect pair. After multiple trips along trying on 1-3 pairs and giving up and heading to the food court, I found the perfect way to shop for jeans! Get your bestie and head for dirnks first then hit the shops. Those jeans have never looked so good and with confirmation from your girlfriend on how awesoeme the fit looks, you can check out happy!</p>
               
              
        
 
      
		  
      
            
      <aside>
         <h1>The perfect way to find jeans!</h1>
        
		  <p>Click the play button to watch how this can be accomplished. &#8635; to rotate and play the video. Click &#9995; to pause the rotation and the playback.</p>
		  <input type="checkbox" id="rotateVideo" />
		  <label for="rotateVideo"></label>
		  <video controls poster="cp_photo2.png">
		  <source src="media/videos/findingjeans.mp4" type="video/mp4" />
			  
			 
			  <p><em>To play this video clip, your browswer needs to support HTML5.</em></p>
		  </video>
     
      </aside> 
   </section>
		
   
   <nav class="vertical">
      <img src="cp_photo1.png" alt="" />
          
   </nav>

   <footer>
      A short video produced using Canva
   </footer>
</body>
</html>