converted some pages to use the "bctop" template (with breadcrumbs) and

moved over the Fantasy House page (which uses a collection to generate
the carousel)
This commit is contained in:
Amy Gale Bowersox 2018-10-14 01:30:37 -06:00
parent b350483ba1
commit 240f5d4654
21 changed files with 161 additions and 44 deletions

View File

@ -1,3 +1,4 @@
collections:
- mainmenu
- community_events
- fantasy_house

View File

@ -0,0 +1,5 @@
---
image: 1.jpg
caption: Fantasy House Awaits
---
The front door of Fantasy House, as seen from Galapago Street.

View File

@ -0,0 +1,5 @@
---
image: 2.jpg
caption: The Front Room
---
As you come in the front door, you can see there's lots of shopping here!

View File

@ -0,0 +1,5 @@
---
image: 3.jpg
caption: Clothing and Shoes and Wigs, Oh My!
---
There's a wide selection of items available, ready to help create your image!

View File

@ -0,0 +1,5 @@
---
image: 4.jpg
caption: The Parlor
---
A nice place to relax and socialize with others.

View File

@ -0,0 +1,5 @@
---
image: 5.jpg
caption: The Gown Room
---
Just opposite the parlor - let your fantasies come to life here!

View File

@ -0,0 +1,6 @@
---
image: 6.jpg
caption: Step Outside!
---
Go through the kitchen to the back yard, and enjoy the Colorado weather
in privacy.

View File

@ -0,0 +1,5 @@
---
image: 7.jpg
caption: The Makeup Studio
---
The well-lit makeup area allows you to watch Phyllis work her magic on you!

View File

@ -0,0 +1,6 @@
---
image: 8.jpg
caption: Phyllis' Office
---
Right behind the makeup area, it's the only part of Phyllis' business that's
still _in_ the closet!

View File

@ -0,0 +1,5 @@
---
image: 9.jpg
caption: Going Upstairs
---
As you ascend the staircase, take note of the interesting wall hangings.

View File

@ -0,0 +1,6 @@
---
image: 10.jpg
caption: A Lady's Residence
---
Phyllis has fixed up the upstairs living quarters to help you feel at home
and feminine.

View File

@ -0,0 +1,5 @@
---
image: 11.jpg
caption: Rest in Comfort
---
Who can resist such a wonderful day bed? Well, I do declare!

View File

@ -0,0 +1,5 @@
---
image: 12.jpg
caption: Sit a Spell
---
If you would rather just sit and read - you have a comfy rocker for that, too.

View File

@ -0,0 +1,5 @@
---
image: 13.jpg
caption: An Unforgettable Experience
---
You will reflect on your stay at Fantasy House with lots of great memories.

View File

@ -0,0 +1,15 @@
---
layout: default
---
<!-- Breadcrumb navigation -->
<div class="row">
<div class="col-xs-12">
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">{{ page.title }}</li>
</ol>
</div>
</div>
{{ content }}

View File

@ -1,18 +1,8 @@
---
title: About Phyllis
layout: default
layout: bctop
---
<!-- Breadcrumb navigation -->
<div class="row">
<div class="col-xs-12">
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">About Phyllis</li>
</ol>
</div>
</div>
<div class="row">
<div class="col-md-4">&nbsp;</div>
<div class="col-md-6 col-xs-12">

View File

@ -1,18 +1,8 @@
---
title: Community Events
layout: default
layout: bctop
---
<!-- Breadcrumb navigation -->
<div class="row">
<div class="col-xs-12">
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">Community Events</li>
</ol>
</div>
</div>
<div class="row">
<div class="col-sm-3">&nbsp;</div>
<div class="col-sm-6 col-xs-12">

View File

@ -1,18 +1,8 @@
---
title: Contact Us
layout: default
layout: bctop
---
<!-- Breadcrumb navigation -->
<div class="row">
<div class="col-xs-12">
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">Contact Us</li>
</ol>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<h1 class="fancy-script">Contact Phyllis' Fantasies</h1>

View File

@ -1,18 +1,8 @@
---
title: Contact Us
layout: default
layout: bctop
---
<!-- Breadcrumb navigation -->
<div class="row">
<div class="col-xs-12">
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">Contact Us</li>
</ol>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<h1 class="fancy-script">Contact Phyllis' Fantasies</h1>

View File

@ -132,3 +132,7 @@ p.royalty-name, p.pageant-title {
font-weight: bold;
color: #d9406c;
}
.carousel-caption {
text-shadow: 0 3px 2px rgba(0, 0, 0, .9);
}

View File

@ -0,0 +1,69 @@
---
title: Fantasy House
layout: bctop
---
<div class="row">
<div class="col-sm-8">
<h1 class="fancy-script">Welcome to Fantasy House!</h1>
<img src="images/karen-fantasy-house-front.png" alt="" width="700" height="480" border="0"/>
<p><strong>Fantasy House</strong> is Phyllis' store, studio, and home-away-from-home. It's a great
and relaxing place for local or out-of-town girls to relax, shop, and get ready for a night out
on the town!</p>
<h2 class="fancy-script">See What's In Store...</h2>
<div id="carousel-tour" class="carousel slide" data-ride="carousel" data-interval="0">
<!-- Indicators -->
<ol class="carousel-indicators">
<!-- {% assign act = 1 %} -->
{% for slide in site.fantasy_house %}
<li data-target="#carousel-tour" data-slide-to="{% increment n %}"
{% if act == 1 %}class="active"{% endif %}></li>
<!-- {% assign act = 0 %} -->
{% endfor %}
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<!-- {% assign act = 1 %} -->
{% for slide in site.fantasy_house %}
<div class="item {% if act == 1 %}active{% endif %}">
<img src="images/fhtour/{{ slide.image }}" alt="">
<div class="carousel-caption">
<h3>{{ slide.caption }}</h3>
<p>{{ slide.content }}</p>
</div>
</div>
<!-- {% assign act = 0 %} -->
{% endfor %}
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-tour" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-tour" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<h2 class="fancy-script">Want To Live Your Fantasy?</h2>
<big><strong><a href="contact.php">Contact Phyllis</a> about staying over at Fantasy House while you're
visiting Denver!</strong></big>
</div>
<div class="col-sm-4">
<h1 class="fancy-script">Fantasy House Features...</h1>
<img src="images/fh-shopping.png" width="275" height="384" border="0">
<h2 class="fancy-script">Shopping</h2>
<p><small>There is such a wide assortment of jewelry, wigs, shoes, dresses, gowns and much more. You have
to see it to believe it!</small></p>
<img src="images/fh-makeovers.png" width="275" height="384" border="0">
<h2 class="fancy-script">Makeovers</h2>
<p><small>Do you want to be glamorous to stand out, or maybe subtle to blend in? Phyllis can make you
over to your desires.</small></p>
<img src="images/fh-stayovers.png" width="275" height="384" border="0">
<h2 class="fancy-script">Stayovers</h2>
<p><small>Needing a safe place to stay and dress while you are in the Denver area? Check out Phyllis'
accomodations.</small></p>
</div>
</div>