Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--Home page for Subcool-->
- <html lang="en-US">
- <head>
- <meta charset="utf-8">
- <title>Subcool AC Services</title>
- <link href="css/style.css" rel="stylesheet" type="text/css">
- <link rel="icon" type="image/png" sizes="32x32" href="pics/favicon-32x32.png">
- </head>
- <body class="box">
- <!--Header-->
- <div id="header">
- <header>
- <!--Navigation bar-->
- <div>
- <nav>
- <ul>
- <li><a href="index.html" target="_blank">Home</a></li>
- <li><a href="html/Services.html">Services</a></li>
- <li><a href="html/Gallery.html">Gallery</a></li>
- <li><a href="html/Contact.html">Contact</a></li>
- <li><div id="login"><a href="html/login.html">Login</a></div></li>
- <li><div id="signup"><a href="html/signup.html">Sign Up</a></div></li>
- </ul>
- </nav>
- </div>
- </header>
- </div> <!--End of header-->
- <!--Banner-->
- <div class="banner"><img src="pics/subcool_ac.jpg" alt="A longer version of Subcool AC Services' logo." width="1080" height="350"></div>
- <!--Main content-->
- <div class="container">
- <div class="welcome"><h1>Welcome to Subcool AC Services</h1></div>
- <div class="deals">
- <div id="newyear">
- <h2>New Year, New AC</h2>
- <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>
- <ul>
- <li>20% off Mass Installations</li>
- <li>15% off Mass Repairs</li>
- <li>Free Maintenance</li>
- </ul>
- <p>Don't miss out on these limited-time offers, book your appointment <a href="html/Contact.html">now.</a>
- <p class="shadow"><strong>Offers end 31<sup>st</sup> Jan 2023.</strong></p>
- </div>
- <div id="upcoming">
- <h2>Upcoming Events</h2>
- <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>
- <br>
- <p>For Feburary to April, there will be a 3-for-3 special:</p>
- <ul>
- <li>3 AC Units installed, 33% off the 3<sup>rd</sup> installation</li>
- <li>3 AC Units repaired, 33% off the 3<sup>rd</sup> repair</li>
- <li>3 AC Units up for maintenance, free maintenace for the 3<sup>rd AC unit</sup></li>
- </ul>
- <p>Beat out the heat with our May to August deals:</p>
- <ul>
- <li>New Customers: 25% off ANY service</li>
- <li>Free first-time maintenance with new installations</li>
- <li>Free first-time consultations</li>
- </ul>
- </div>
- </div>
- <div class="main">
- <h2>Our Story</h2>
- <img src="pics/sunil1.jpg" alt="A headshot of an Indian man." title="Sunil Ramdeo" class="sunil" width="90" height="100">
- <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>
- <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>
- </div>
- <div class="service">
- <h2>Service You Can Trust</h2>
- <!--this text comes from: https://neilkoolairconditioningtrinidad.com/services/-->
- <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>
- <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>
- </div>
- </div>
- <!--Footer-->
- <div id="footer">
- <footer>
- <p><a href="html/sitemap.html">Site Map</a></p>
- <p>© 2022 Subcool AC Services</p>
- </footer>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement