Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

typo fixes #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2>Simple Integration</h2>
<div class="col-lg-4">
<img src="images/onepager.png">
<h2>The "One Pager"</h2>
<p>Although <b>stickUp</b> was made to work on any kind of website, it was originally designed for the <i>"one-pager"</i> style of websites. By using CSS the sticky navigation menu item will be highlighted as it's correlating content is crolled in and out of view.</p>
<p>Although <b>stickUp</b> was made to work on any kind of website, it was originally designed for the <i>"one-pager"</i> style of websites. By using CSS, the sticky navigation menu item will be highlighted as its correlating content is scrolled in and out of view.</p>
<p><a class="btn btn-default" href="#one-pager">View details &raquo;</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
Expand All @@ -100,7 +100,7 @@ <h2 class="featurette-heading">Updates</h2>
</div>
<div class="col-lg-offset-1 col-lg-10">
<h3>Beta version is available! <small><b><i>Nov 1st, 2013</i></b></small></h3>
<p>The first version of the <b><i>stickUp</i></b> jQuery plugin has oficially been launched. This is still in Beta and there may be a few bugs, but they are will get sorted out in the coming weeks. Pleaes contact us if you experience any troubles. Check back often for updates on new features.
<p>The first version of the <b><i>stickUp</i></b> jQuery plugin has oficially been launched. This is still in Beta and there may be a few bugs, but they will get sorted out in the coming weeks. Please contact us if you experience any troubles. Check back often for updates on new features.
</p>
</div>
<div class="col-lg-offset-1 col-lg-10">
Expand All @@ -110,12 +110,12 @@ <h3>"One Pager" anchor functionality. <small><b><i>Oct 31st, 2013</i></b></small
</div>
<div class="col-lg-offset-1 col-lg-10">
<h3>In need of Margin... <small><b><i>Oct 30th, 2013</i></b></small></h3>
<p>When I initially made the plugin the goal was to make the element stick to the very top, but after deciding to make an official example page for it I realizd that I loved the look of a floating plugin. So I added a little feature called <b><i>marginTop</i></b> to the mix. This allows the element to be caught by it's margin rather than when it hits the top of the page.
<p>When I initially made the plugin the goal was to make the element stick to the very top, but after deciding to make an official example page for it I realizd that I loved the look of a floating plugin. So I added a little feature called <b><i>marginTop</i></b> to the mix. This allows the element to be caught by its margin rather than when it hits the top of the page.
</p>
</div>
<div class="col-lg-offset-1 col-lg-10">
<h3>stickUp is Alive! <small><b><i>Oct 29th, 2013</i></b></small></h3>
<p>I've decided to create a plugin out of necessity. There are plenty of "sticky nav" jQuery plugins available out there, but none of them seem to work as smoothly as I'd like. I decided to create my own and out of that stickUp was born! It's not perfect and has it's kinks, but they will be worked out over the coming weeks.
<p>I've decided to create a plugin out of necessity. There are plenty of "sticky nav" jQuery plugins available out there, but none of them seem to work as smoothly as I'd like. I decided to create my own and out of that stickUp was born! It's not perfect and has its kinks, but they will be worked out over the coming weeks.
</p>
</div>
</div> <!-- END UPDATES -->
Expand Down