98 lines
3.8 KiB
HTML
98 lines
3.8 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
<title>{{ page.title }} - Phyllis' Fantasies</title>
|
||
|
|
|
||
|
|
<link href="css/bootstrap.css" rel="stylesheet">
|
||
|
|
<link href="css/standard.css" rel="stylesheet">
|
||
|
|
|
||
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||
|
|
<!--[if lt IE 9]>
|
||
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||
|
|
<![endif]-->
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<!-- BEGIN Phyllis Fantasies navbar -->
|
||
|
|
<nav class="navbar navbar-default navbar-fixed-top navbar-inverse">
|
||
|
|
<div class="container-fluid">
|
||
|
|
<div class="navbar-header">
|
||
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
|
||
|
|
data-target="#bs-example-navbar-collapse-1">
|
||
|
|
<span class="sr-only">Toggle navigation</span>
|
||
|
|
<span class="icon-bar"></span>
|
||
|
|
<span class="icon-bar"></span>
|
||
|
|
<span class="icon-bar"></span>
|
||
|
|
</button>
|
||
|
|
<a class="navbar-brand" href="index.html">
|
||
|
|
<img src="images/logo-navbar.png" alt="Phyllis' Fantasies" width="192" height="32" border="0">
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
||
|
|
<ul class="nav navbar-nav">
|
||
|
|
{% for opt in site.mainmenu %}
|
||
|
|
<li><a href="{{ opt.file }}">{{ opt.title }}</a></li>
|
||
|
|
{% endfor %}
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</nav>
|
||
|
|
<!-- END Phyllis Fantasies navbar -->
|
||
|
|
<div class="container" id="topframe">
|
||
|
|
|
||
|
|
{{ content }}
|
||
|
|
|
||
|
|
</div><!-- end topframe -->
|
||
|
|
|
||
|
|
<!-- BEGIN Phyllis Fantasies footer -->
|
||
|
|
<div class="container-fluid">
|
||
|
|
<div class="row pf-footer"><div class="col-xs-12"> </div></div>
|
||
|
|
<div class="row pf-footer">
|
||
|
|
<div class="col-md-2"></div>
|
||
|
|
<div class="col-md-3 col-sm-6">
|
||
|
|
<address>
|
||
|
|
<strong>Phyllis' Fantasies</strong><br/>
|
||
|
|
522 Galapago Street<br/>
|
||
|
|
Denver, CO 80204<br/>
|
||
|
|
<span class="glyphicon glyphicon-earphone"></span>
|
||
|
|
+1 303 968-6372 <i>(mobile)</i><br/>
|
||
|
|
<span class="glyphicon glyphicon-earphone"></span>
|
||
|
|
+1 720 946-0129
|
||
|
|
</address>
|
||
|
|
</div>
|
||
|
|
<div class="col-md-2"></div>
|
||
|
|
<div class="col-md-3 col-sm-6">
|
||
|
|
<ul class="list-unstyled">
|
||
|
|
<li><img src="images/smi/email.png" alt="E-mail:" width="32" height="32" border="0">
|
||
|
|
<a href="contact.php">info@phyllisfantasies.com</a></li>
|
||
|
|
<li><img src="images/smi/facebook.png" alt="Facebook:" width="32" height="32" border="0">
|
||
|
|
<a href="http://facebook.com/phyllisfantasies">phyllisfantasies</a></li>
|
||
|
|
<li><img src="images/smi/twitter.png" alt="Twitter:" width="32" height="32" border="0">
|
||
|
|
<a href="http://twitter.com/PhyllisFantasy">@PhyllisFantasy</a></li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
<div class="col-md-2"></div>
|
||
|
|
</div>
|
||
|
|
<div class="row pf-footer" id="pf-copyright">
|
||
|
|
<div class="col-xs-12">
|
||
|
|
Copyright © 2016-2018 Phyllis' Fantasies, All Rights Reserved.<br/>
|
||
|
|
Site made with <a href="http://getbootstrap.com">Bootstrap</a>.
|
||
|
|
Icons by <a href="http://glyphicons.com">Glyphicons</a>.<br/>
|
||
|
|
Created by <a href="http://erbosoft.com">Erbosoft Metaverse Design Solutions</a>.
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="row pf-footer"><div class="col-xs-12"> </div></div>
|
||
|
|
</div>
|
||
|
|
<!-- END Phyllis Fantasies footer -->
|
||
|
|
|
||
|
|
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
|
||
|
|
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
||
|
|
<script src="js/bootstrap.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|