Skip to content

Commit

Permalink
move cart buttons outside row
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdiana committed Aug 17, 2015
1 parent 623e2ed commit c2ff82b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# simpleStore

[simpleStore](http://cdmedia.github.io/simplestore) is a clean, responsive
storefront boilerplate with no database or backend. simpleStore is built on
storefront boilerplate with no database you can setup in minutes. simpleStore is built on
[simpleCart.js](http://simplecartjs.org) and [Skeleton](http://getskeleton.com)
CSS Framework and for a lightweight, fast, simple to use, and completely
CSS Framework for a lightweight, fast, simple to use, and completely
customizable experience.

![simpleStore Screenshot](https://raw.githubusercontent.com/cdmedia/simplestore/gh-pages/images/screenshot-full.png)
![simpleStore Cart Screenshot](https://raw.githubusercontent.com/cdmedia/simplestore/gh-pages/images/screenshot-full-cart.png)

---
simpleStore Bootstrap version coming soon.
---

# Features

Expand Down Expand Up @@ -49,6 +52,7 @@ checkout: {
```

2. Edit the `js/simpleStore.js` to your liking.

3. Add additional products using the `<div class="simpleCart_shelfItem"></div>` tags.


Expand All @@ -72,4 +76,4 @@ All forms of contribution are welcome: bug reports, bug fixes, pull requests and

## List of contributors

You can find the list of contributors [here](https://github.com/cdmedia/simplestore/graphs/contributors).
You can find the list of contributors [here](https://github.com/cdmedia/simplestore/graphs/contributors).
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,10 @@ <h2>Cart</h2>
<div class="cart_info_item cart_shipping">Shipping: <div class="simpleCart_shipping"></div></div>
<div class="cart_info_item cart_total"><b>Total: <div class="simpleCart_grandTotal"></div></b></div>
</div>
</div>

<a href="javascript:;" class="simpleCart_empty button u-pull-left">Empty Cart <i class="fa fa-trash-o"></i></a>
<a href="javascript:;" class="button button-primary simpleCart_checkout u-pull-right">Checkout <i class="fa fa-arrow-right"></i></a>
</div>

</div>
</div>
Expand Down

0 comments on commit c2ff82b

Please sign in to comment.