Skip to content

Commit

Permalink
Merge pull request #1 from FeralGroundhog/rev6-instagram
Browse files Browse the repository at this point in the history
add instagram feed and preview of intro lesson signup section
  • Loading branch information
FeralGroundhog authored Jan 19, 2020
2 parents e38ce2c + cc8b36d commit daf5d56
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 14 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ ul.shortcode-list {

.button.boxed.yellow:hover {
color: #B78656;
background: #000028;
background: transparent;
}

/*Top bar */
Expand Down Expand Up @@ -1345,7 +1345,7 @@ form input.error, form textarea.error {
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }
form#newsletter_form input[type="submit"]:hover {
color: #edb713;
color: #B78656;
border: 2px solid #B78656;
background-color: transparent; }
#footer .footer-contact {
Expand Down
55 changes: 43 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,24 +81,55 @@ <h1 class='thin' id="homepage-title">
<a id='about'></a>
<div class='full'>
<div class='row'>
<div class='large-8 columns large-centered'>
<div class='large-12 columns large-centered'>
<div class="section-title">
<p class="small-title">About Us</p>
<h2>
Spend more time in<br>
each other's arms
</h2>
<p class="big-size">
We teach people to dance for their wedding day, making sure they have an amazing <em>first dance</em>. Focusing on more than just steps, we ensure couples truly enjoy every step of the way
</p>
<p class="big-size">
We can help with any aspect of dancing at your wedding! In addition to your first dance, we can also create your father-daughter dance, wedding entrance choreography, and group wedding dances such as family or wedding party dances. Should you have something in mind, <em>talk to us!</em>
</p>
<div class='row'>
<div class='large-8 medium-12 small-12 columns'>
<h2>
Spend more time in<br>
each other's arms
</h2>
<p class="big-size">
We teach people to dance for their wedding day, making sure they have an amazing <em>first dance</em>. Focusing on more than just steps, we ensure couples truly enjoy every step of the way
</p>
<p class="big-size">
We can help with any aspect of dancing at your wedding! In addition to your first dance, we can also create your father-daughter dance, wedding entrance choreography, and group wedding dances such as family or wedding party dances. Should you have something in mind, <em>talk to us!</em>
</p>
</div>

<div class='large-4 medium-12 small-12 columns'>
<div class="three spacing"></div>
<h2>Follow Us</h2>
<!-- LightWidget WIDGET -->
<script src="https://cdn.lightwidget.com/widgets/lightwidget.js"></script>
<iframe
src="//lightwidget.com/widgets/3c8df68c5cc75a279b558cbda5ec7a30.html"
scrolling="no"
allowtransparency="true"
class="lightwidget-widget"
style="width:100%;border:0;overflow:hidden;">
</iframe>
</div>
</div>

<div class="two spacing"></div>
<img src="{{ "/assets/images/ballroomboutique/ornament.png" | relative_url }}" alt="Ballroom Boutique">
<div class="two spacing"></div>

<div class='row'>
<div class='large-8 columns large-centered'>
<h2>
Make your dream dance<br>
a reality today!
</h2>
<p class="big-size">Sign up for an introductory lesson</p>
<a href="{{ "#contact" | relative_url }}" alt="Sign up today" class="button boxed yellow">SIGN UP</a>
</div>
</div>

</div>
</div>
<div class="two spacing"></div>
</div>
</div>

Expand Down

0 comments on commit daf5d56

Please sign in to comment.