Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--Services page for Subcool-->
- <html lang="en-US">
- <head>
- <title>Services</title>
- <meta charset="utf-8">
- <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">Home</a></li>
- <li><a href="Services.html">Services</a></li>
- <li><a href="Gallery.html">Gallery</a></li>
- <li><a href="Contact.html">Contact</a></li>
- <li><div id="login"><a href="login.html">Login</a></div></li>
- <li><div id="signup"><a href="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="1070" height="350"></div>
- <!--Lists out all the services provied at Subcool and their starting price-->
- <div class="container">
- <div id="services">
- <div><h1>Services</h1></div>
- <p>Here at Subcool AC Services, we offer a variety of services for all types of residential air conditioning systems:</p>
- <ul>
- <li>Installations</li>
- <li>Repairs</li>
- <li>Supply</li>
- <li>Troubleshooting</li>
- </ul>
- </div>
- <h2>About Our Services</h2>
- <!--Service descriptions came from: https://neilkoolairconditioningtrinidad.com/services/-->
- <div class="table">
- <div class="install">
- <h3>Installations</h3>
- <p>We install all products with the greatest of care. Ensuring neatness above all else. While using only the top brands in Air Conditioning Units at the most affordable prices.</p>
- <p class="price">Basic installaions start at $750.00</p>
- <p class="book"><a href="Contact.html" target="_blank">Book Now</a></p>
- </div>
- <br>
- <div class="repair">
- <h3>Repairs</h3>
- <p>Your Air Conditioning Unit is crucial to your comfort; that's why we offer the lowest repair fees for any issues you may be experiencing.</p>
- <p class="price">Consults start at $150.00</p>
- <p class="book"><a href="Contact.html" target="_blank">Book Now</a></p>
- </div>
- <br>
- <div class="supply">
- <h3>Supply</h3>
- <p>We provide the top AC brands at the most affordable price. Throughout the year, we have many promotional campaigns, so you are sure to find a system that is right for you!</p>
- <p class="price">*Prices vary.</p>
- <p class="book"><a href="Contact.html" target="_blank">Book Now</a></p>
- </div>
- <br>
- <div class="trouble">
- <h3>Troubleshooting</h3>
- <p>We know how complicated troubleshoot an AC unit can be, this is why our skilled team will ease your worries. If there's every any issues, Subcool will be there to fix it.</p>
- <p class="price">*Prices vary.</p>
- <p class="book"><a href="Contact.html" target="_blank">Book Now</a></p>
- </div>
- </div>
- </div>
- <!--Footer-->
- <div id="footer">
- <footer>
- <p><a href="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