Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions features.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ <h2>Ribbons for Pricing Table</h2>
<div class="section section-white">
<div class="container">
<div class="row">
<div class="span12 text-center">
<div class="col-md-12 text-center">
<h4>Other components are easy to discover - please check sample pages ("Pages" menu)</h4>
<h6>P.S. More information about each component could be found in template documentation which comes with a purchase</h6>
</div>
Expand Down Expand Up @@ -430,4 +430,4 @@ <h3>Stay Connected</h3>
<script src="js/template.js"></script>

</body>
</html>
</html>
6 changes: 3 additions & 3 deletions page-coming-soon.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ <h3>We are working on a new awesome website.<br/><b>It's coming soon!</b></h3>
<div class="coming-soon-subscribe container">
<div class="row">
<div class="col-lg-4 col-lg-offset-4 col-sm-6 col-sm-offset-3">
<div class="input-group">
<input type="text" class="form-control input-lg" placeholder="Please enter your email">
<div class="input-group input-group-lg">
<input type="text" class="form-control" placeholder="Please enter your email">
<span class="input-group-btn">
<button class="btn btn-lg" type="button">Subscribe</button>
<button class="btn" type="button">Subscribe</button>
</span>
</div>
<p>Subscribe to be one of the first to know when we are live!</p>
Expand Down
12 changes: 6 additions & 6 deletions page-shopping-cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,11 @@ <h1>Shopping Cart</h1>
<div class="col-md-4 col-md-offset-0 col-sm-6 col-sm-offset-6">
<div class="cart-promo-code">
<h6><i class="glyphicon glyphicon-gift"></i> Have a promotion code?</h6>
<div class="input-group">
<input class="form-control input-sm" id="appendedInputButton" type="text" value="">
<span class="input-group-btn">
<button class="btn btn-sm btn-grey" type="button">Apply</button>
</span>
<div class="input-group input-group-sm">
<input class="form-control" id="appendedInputButton" type="text" value="">
<span class="input-group-btn">
<button class="btn btn-grey" type="button">Apply</button>
</span>
</div>
</div>
</div>
Expand Down Expand Up @@ -339,4 +339,4 @@ <h3>Stay Connected</h3>
<script src="js/template.js"></script>

</body>
</html>
</html>