-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
24 lines (15 loc) · 1.13 KB
/
contact.php
File metadata and controls
24 lines (15 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
$pageTitle = "Contact";
?>
<?php include 'header.php' ?>
<div class="row clearfix">
<div class="column one-half">
<h3>Column Heading</h3>
<p> Church-key dolore plaid PBR&B. Cillum artisan small batch laboris. Shabby chic food truck wayfarers, church-key bespoke skateboard laboris locavore listicle drinking vinegar tote bag wolf aliqua hoodie. Dreamcatcher Portland seitan occaecat officia XOXO. Forage eiusmod single-origin coffee, health goth taxidermy pork belly gluten-free sapiente mustache American Apparel asymmetrical chia. Keffiyeh eu reprehenderit letterpress sriracha. Kogi Odd Future forage non, fixie pickled slow-carb sint skateboard fanny pack fugiat.</p>
</div>
<div class="column one-half">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6133.944914204454!2d-105.00695035000001!3d39.762726799999996!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x876c78ed633ac229%3A0x10e41ed4f2603160!2sLower+Highlands%2C+Denver%2C+CO!5e0!3m2!1sen!2sus!4v1428020548237" width="400" height="300" frameborder="0" style="border:0"></iframe>
</div>
</div>
<?php include 'footer.php' ?>
</html>