forked from StartBootstrap/startbootstrap-business-casual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
unami.php
36 lines (32 loc) · 1.62 KB
/
unami.php
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
35
36
<?php
$title = "Unami Lodge"
include 'includes/header.php';
?>
<!-- Start Page Body -->
<div class="row">
<div class="box">
<div class="col-lg-12">
<hr>
<h2 class="intro-text text-center">Project
<strong>UnamiLodge.org</strong>
</h2>
<hr>
</div>
<div class="col-md-6">
<!-- Embedded Google Map using an iframe - to select your location find it on Google maps and paste the link as the iframe src. If you want to use the Google Maps API instead then have at it! -->
<iframe src="https://unamilodge.org" width="100%" height="400" scrolling="yes"></iframe>
<legend><a href="http://unamilodge.org" target="_blank">Open in your broswer</a></legend>
</div>
<div class="col-md-6">
<ul>
<li>Rebuilt website on popular responsive <abbr title="Cascading Style Sheets">CSS</abbr> framework</li>
<li>Built custom <abbr title="Content Management System">CMS</abbr> for dynamic content</li>
<li>Designed <a href="http://conclave2015.org" target="_blank">Conclave2015.org</a> for the special 100th anniversary event</li>
<li>Working towards upgrading the Version Control System for Communications</li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</div>
<!-- End Page Body -->
<?php include 'includes/footer.php'; ?>