Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.21 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html lang="en">
  4.  
  5. <head>
  6.  
  7. <title>The Music Department of the Performing Arts Academy - Performance Gallery</title>
  8.  
  9. <meta charset="utf-8">
  10.  
  11. <meta name="description" content="This is a paragraph of text that describes your website">
  12.  
  13. <link href="https://fonts.googleapis.com/css?family=Neucha" rel="stylesheet">
  14.  
  15. <link rel="stylesheet" type="text/css" href="CSS/style.css">
  16.  
  17. <script> src="script.js"><!--Insert Google Analytics code here--></script>
  18.  
  19. </head>
  20.  
  21. <body>
  22.  
  23. <div class="wrapper"><!--open wrapper-->
  24.    <div class="logo">
  25.            <a href="index.html">
  26.                 <img src="images/logo.png" height="90" width="90" alt="logo"/>
  27.                 </a>
  28.    </div>
  29.  
  30.  
  31.   <div class="headercontent"><!--open header-->
  32.   <h2>musicdepartment@gmail.com 07111111111</h2>
  33.   <h1>Contact Us</h1>
  34.  
  35.  
  36.     <ul class="nav">
  37.      <li><a href="index.html">Home</a></li>
  38.      <li><a href="soundsamples.html">Sound Samples</a></li>
  39.      <li><a href="performance.html">Performance Gallery</a></li>
  40.      <li><a href="recordinggallery.html">Recording Gallery</a></li>
  41.      <li><a href="aboutus.html">Contact Us</a></li>
  42.     </ul>
  43.    
  44.     <!--<div class="logo">
  45.    <img src="images/logo.png" height="30" width="30" alt="logo"/>-->
  46.  
  47.     </div><!--close header-->
  48.  
  49.        
  50.     </div><!--close menu-->
  51.    
  52.     <div class="mainOne"><!--open mains-->
  53.         <div class="contactForm">
  54.        
  55.          <form class="form">
  56.          
  57.           <p class="name">
  58.            <label> form="name">Name</label>
  59.            <input type="text" name="name" id ="name" placeholder="John Smith"/>
  60.           </p>
  61.        
  62.           <p class="name">
  63.            <label> form="email">Email</label>
  64.            <input type="text" name="email" id ="email" placeholder="example@mail.com"/>
  65.           </p>
  66.  
  67.          </form>
  68.         </div>
  69.        
  70.         <div class="messageBox">
  71.           <textarea rows="4" cols="30">Message...</textarea>
  72.         </div>
  73.        
  74.         <div class="submit">
  75.          <button type="submit" form="nameform" value="Submit">Submit</button>
  76.         </div>
  77.  
  78.         <div class="address"><!--open address-->
  79.          <p>The Performing Arts Academy<br>
  80.          Cathedral Road<br>
  81.          Derby<br>
  82.          DE1 3PA<br>
  83.          </p>
  84.         </div><!--close address-->
  85.        
  86.         <div class="phone">
  87.          <p>0711111111</p>
  88.         </div>
  89.        
  90.         <div class="email">
  91.          <p>musicdepartment@gmail.com</p>
  92.         </div>
  93.        
  94.         <div class="addressIcon">
  95.          <img src="house.png" height="20" width="20" alt="address icon"/>
  96.         </div>
  97.  
  98.         <div class="phoneIcon">
  99.          <img src="phone.png" height="20" width="20" alt="telephone number icon"/>
  100.         </div>
  101.        
  102.         <div class="emailIcon">
  103.          <img src="email.png" height="20" width="20" alt="email icon"/>
  104.         </div>
  105.        
  106.         <div class="contactParagraph">
  107.          <p>Please allow two to three weeks to get an email response.<br><br> You can call us and get a response from 8:30am to 4:00pm on work days.</p>
  108.         </div>
  109.        
  110.         <div class="maps">
  111.          <iframe>
  112.           <src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d45771.92311912023!2d-1.4822079113504534!3d52.9198011316
  113.     1224!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf161ce9465dd1199!2sStagecoach+Performing+Arts+Derby!5e0!3m2!1sen!2suk!4v15161
  114.         17698172" width="800" height="300" frameborder="0" style="border:0" ></iframe>
  115.         </div>
  116.        
  117.    
  118.        
  119.    
  120.     </div> <!--close main-->
  121.    
  122.     </div><!--close wrapper-->
  123.     <div class="footerContent"><!--open footer-->
  124.    
  125.    
  126.  
  127.         <ul class="footercontents">
  128.         <li><a href="index.html">Home</a></li>
  129.         <li><a href="sound samples.html">Sound Samples</a></li>
  130.         <li><a href="performance.html">Performance Gallery</a></li>
  131.         <li><a href="recording gallery.html">Recording Gallery</a></li>
  132.         <li><a href="about us.html">Contact Us</a></li>
  133.         </ul>
  134.          
  135.         <div class="access"><!--open access-->
  136.            
  137.                 <li>
  138.                     <a href="#">
  139.                     <img src="images/SmallA.png" alt="Accessibility icon"></a>
  140.                 </li>
  141.                 <li>
  142.                     <a href="#">  
  143.                     <img src="images/MidA.png" alt="Accessibility icon"></a>
  144.                 </li>
  145.                 <li>
  146.                     <a href="#">  
  147.                     <img src="images/BigA.png" alt="Accessibility icon"></a>
  148.                 </li>
  149.                
  150.             </ul>
  151.         </div><!--close access-->
  152.         <div class="social"><!--open social-->
  153.             <ul class="social">
  154.                 <li>
  155.                     <a href="https://www.facebook.com/DerbySchoolOfMusic/">
  156.                     <img src="images/facebook.png" alt="FaceBook Logo"></a>
  157.                 </li>
  158.                 <li>
  159.                     <a href="https://twitter.com/yalemusic">  
  160.                     <img src="images/twitter.png" alt="Twitter Logo"></a>
  161.                 </li>
  162.                 <li>
  163.                     <a href="https://www.instagram.com/tonat_music_school/?hl=en">  
  164.                     <img src="images/instagramLogo.png" alt="Instagram Logo"></a>
  165.                 </li>
  166.                
  167.             </ul>
  168.        
  169.            
  170.            
  171.    
  172.         </div><!--close social-->
  173.     </footer>
  174.     </div><!--close footer-->
  175.    
  176.    
  177.    
  178.    
  179.  
  180. </div><!--close wrapper-->
  181.  
  182.  
  183.  
  184. </body>
  185. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement