Advertisement
thotfrnk

final project home.html

Jan 13th, 2023
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--Home page for Subcool-->
  4.  
  5. <html lang="en-US">
  6.  
  7.      <head>
  8.           <meta charset="utf-8">
  9.          
  10.           <title>Subcool AC Services</title>
  11.          
  12.           <link href="css/style.css" rel="stylesheet" type="text/css">
  13.          
  14.           <link rel="icon" type="image/png" sizes="32x32" href="pics/favicon-32x32.png">
  15.      </head>
  16.      
  17.      <body class="box">
  18.           <!--Header-->
  19.               <div id="header">
  20.                 <header>
  21.                  
  22.                   <!--Navigation bar-->
  23.                  
  24.                   <div>
  25.                      <nav>
  26.                         <ul>
  27.                            <li><a href="index.html" target="_blank">Home</a></li>
  28.                            <li><a href="html/Services.html">Services</a></li>
  29.                            <li><a href="html/Gallery.html">Gallery</a></li>
  30.                            <li><a href="html/Contact.html">Contact</a></li>
  31.                            <li><div id="login"><a href="html/login.html">Login</a></div></li>
  32.                            <li><div id="signup"><a href="html/signup.html">Sign Up</a></div></li>
  33.                         </ul>
  34.                      </nav>
  35.                   </div>
  36.                  </header>
  37.               </div> <!--End of header-->
  38.          
  39.               <!--Banner-->
  40.               <div class="banner"><img src="pics/subcool_ac.jpg" alt="A longer version of Subcool AC Services' logo." width="1080" height="350"></div>
  41.              
  42.               <!--Main content-->
  43.               <div class="container">
  44.               <div class="welcome"><h1>Welcome to Subcool AC Services</h1></div>
  45.              
  46.               <div class="deals">
  47.                   <div id="newyear">
  48.                   <h2>New Year, New AC</h2>
  49.                  
  50.                   <p>Happy New Year from us at Subcool AC Services. To celebrate this new year, we are giving our customers amazing deals to start off the new year!</p>
  51.                   <ul>
  52.                      <li>20% off Mass Installations</li>
  53.                      <li>15% off Mass Repairs</li>
  54.                      <li>Free Maintenance</li>
  55.                   </ul>
  56.                   <p>Don't miss out on these limited-time offers, book your appointment <a href="html/Contact.html">now.</a>
  57.                  
  58.                   <p class="shadow"><strong>Offers end 31<sup>st</sup> Jan 2023.</strong></p>
  59.                   </div>
  60.                  
  61.                   <div id="upcoming">
  62.                   <h2>Upcoming Events</h2>
  63.                  
  64.                   <p>This year <strong>Subcool AC Services</strong> will be celebrating its third year of its creation and we'd like to share this joy with our customers as well.</p>
  65.                  
  66.                   <br>
  67.                  
  68.                   <p>For Feburary to April, there will be a 3-for-3 special:</p>
  69.                  
  70.                   <ul>
  71.                      <li>3 AC Units installed, 33% off the 3<sup>rd</sup> installation</li>
  72.                      <li>3 AC Units repaired, 33% off the 3<sup>rd</sup> repair</li>
  73.                      <li>3 AC Units up for maintenance, free maintenace for the 3<sup>rd AC unit</sup></li>
  74.                   </ul>
  75.                  
  76.                   <p>Beat out the heat with our May to August deals:</p>
  77.                  
  78.                   <ul>
  79.                      <li>New Customers: 25% off ANY service</li>
  80.                      <li>Free first-time maintenance with new installations</li>
  81.                      <li>Free first-time consultations</li>
  82.                   </ul>
  83.                   </div>
  84.               </div>
  85.              
  86.               <div class="main">
  87.                  
  88.                   <h2>Our Story</h2>
  89.                  
  90.                   <img src="pics/sunil1.jpg" alt="A headshot of an Indian man." title="Sunil Ramdeo" class="sunil" width="90" height="100">
  91.                  
  92.                   <p>Subcool AC Services was established in 2020 by Sunil Ramdeo. He has five years of experience in this field. This venture was started to provide customers with high-quality and reliable services at competitive costs.</p>
  93.                  
  94.                   <p>Sunil Ramdeo has worked tirelessly over the years to hone his craft, and he guarantees only the best of the best when you hire Subcool AC Services.</p>
  95.                  
  96.               </div>
  97.                  
  98.              
  99.               <div class="service">
  100.                   <h2>Service You Can Trust</h2>
  101.                  
  102.                   <!--this text comes from: https://neilkoolairconditioningtrinidad.com/services/-->
  103.                   <p>We at Subcool believe that customers have the right to be informed about aspects before they make a purchase. From unit size to room/building geometry customers can expect value for money.</p>
  104.                  
  105.                   <p>We always want our customers’ peace of mind which is why we are available 24/7 for any queries and concerns you might have. You can find the different ways to contact us <a href="html/Contact.html" target="_blank">here.</a></p>
  106.               </div>
  107.           </div>
  108.          
  109.           <!--Footer-->
  110.           <div id="footer">
  111.               <footer>
  112.                      <p><a href="html/sitemap.html">Site Map</a></p>
  113.                      <p>&copy; 2022 Subcool AC Services</p>
  114.               </footer>
  115.           </div>
  116.          
  117.      </body>
  118.      
  119. </html>  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement