Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en-US">
- <head>
- <title>Gallery</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" title="Subcool AC"></div>
- <div class="container">
- <div><h1>Gallery</h1></div>
- <!--Base HTML code taken from: https://www.w3schools.com/css/tryit.asp?filename=trycss_image_gallery-->
- <!--1-->
- <div class="gallery">
- <img src="../pics/ac1.jpg" alt="A sleek living room with an AC unit installed." width="450" height="300" title="Living Room">
- <div class="desc">Living Room AC Installation</div>
- </div>
- <!--2-->
- <div class="gallery">
- <img src="../pics/ac2.jpg" alt="Bedroom with AC unit installed." width="450" height="300" title="Bedroom">
- <div class="desc">Bedroom AC Installation</div>
- </div>
- <!--3-->
- <div class="gallery">
- <img src="../pics/ac3.jpg" alt="Kitchen/Dining area with AC unit installed." width="450" height="300" title="Kitchen">
- <div class="desc">Kitchen AC Installation</div>
- </div>
- <!--4-->
- <div class="gallery">
- <img src="../pics/ac4.jpg" alt="Dining room with AC unit installed." width="450" height="300" title="Dining Room">
- <div class="desc">Dining Area AC Installation</div>
- </div>
- <!--5-->
- <div class="gallery">
- <img src="../pics/ac5.jpg" alt="Apartment complex with multiple AC units installed." width="450" height="300" title="Apartment Complex">
- <div class="desc">Apartment Complex with multiple AC Installations</div>
- </div>
- <!--6-->
- <div class="gallery">
- <img src="../pics/ac6.jpg" alt="An empty room with AC unit installed." width="450" height="300" title="Empty Room">
- <div class="desc">Room AC Installation</div>
- </div>
- <!--7-->
- <div class="gallery">
- <img src="../pics/ac8.jpg" alt="Outside a buliding with AC units installed." width="450" height="300" title="Buliding">
- <div class="desc">Buliding AC Installation</div>
- </div>
- <!--8-->
- <div class="gallery">
- <img src="../pics/acrepair2.jpg" alt="Man at work." width="450" height="300" title="Employee">
- <div class="desc">Subcool Employee troubleshooting an AC unit.</div>
- </div>
- <!--9-->
- <div class="gallery">
- <img src="../pics/acrepair6.jpg" alt="Man at work." width="450" height="300" title="Employee">
- <div class="desc">Subcool Employee repairing an AC unit.</div>
- </div>
- <!--10-->
- <div class="gallery">
- <img src="../pics/acrepair7.jpeg" alt="Man at work." width="450" height="300" title="Employee">
- <div class="desc">Subcool Employee doing maintenance on an AC unit.</div>
- </div>
- </div>
- <br>
- <!--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