-
Notifications
You must be signed in to change notification settings - Fork 0
/
patios.html
34 lines (33 loc) · 2.01 KB
/
patios.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Patio Covers</title>
<meta name="description" content="Order your new patio cover today.">
<link href="static/product.css" rel="stylesheet" type="text/css" />
<link href="static/lightbox.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<main id="container">
<article id="mainContent">
<section>
<p>A <strong>patio cover</strong> doesn't have to cover a patio of course-it can be used to create a carport, covered walkway, or detached garage-to-house walkthrough. </p>
</section>
<hr>
<section>
<p>Your new patio cover from Your Window Company has its place in every season and will spruce up your home in the meantime! </p>
</section>
<figure class="container">
<a href="images/0085.jpg" data-lightbox="Patios" data-title="Patios"><img src="images/0085.jpg" width="100%" height="100%" alt="Patio"></a>
<a href="images/0163.jpg" data-lightbox="Patios" data-title="Patios"><img src="images/0163.jpg" width="100%" height="100%" alt="Patio"></a>
<a href="images/0157.jpg" data-lightbox="Patios" data-title="Patios"><img src="images/0157.jpg" width="100%" height="100%" alt="Patio"></a>
<a href="images/0142.jpg" data-lightbox="Patios" data-title="Patios"><img src="images/0142.jpg" width="100%" height="100%" alt="Patio"></a>
<a href="images/0084.jpg" data-lightbox="Patios" data-title="Patios"><img src="images/0084.jpg" width="100%" height="100%" alt="Patio"></a>
<a href="images/0008.jpg" data-lightbox="Patios" data-title="Patios"><img src="images/0008.jpg" width="100%" height="100%" alt="Patio"></a>
</figure><!-- end .container-->
</article><!-- end #mainContent-->
</main><!-- end #container-->
<script src="static/lightbox-plus-jquery.js"></script>
</body>
</html>