Skip to content

Commit

Permalink
tweaks to stripe home page info
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Apr 15, 2017
1 parent 407cab6 commit ef9f7b5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions codesy/templates/home.html
Expand Up @@ -35,10 +35,10 @@
<hr/>
{% include "includes/closed_bids.html" %}
<hr/>
{% include "includes/stripe_info.html" %}
<hr/>
{% include "includes/cross_browser.html" %}
<hr/>
{% include "includes/stripe_info.html" %}
<hr/>
{% include "includes/faq.html" %}
<hr/>
{% include "includes/get_started.html" %}
Expand Down
6 changes: 3 additions & 3 deletions codesy/templates/includes/cross_browser.html
@@ -1,12 +1,12 @@
{% load staticfiles %}
<div class="home-section medium-6 columns medium-offset-3">
<div class="row">
<div class="medium-6 columns">
<img src="{% static "img/cross-browser.png" %}">
</div>
<div class="medium-6 columns">
<h2>Cross-Browser</h2>
<p>The codesy widgets are <a href="https://wiki.mozilla.org/WebExtensions" target="_blank">WebExtensions</a> that work with Firefox, Chrome, and Opera. We want to add it to others soon. Want to help? <a href="https://github.com/codesy/widgets" target="_blank">Check the widgets code on GitHub</a>.</p>
</div>
<div class="medium-6 columns">
<img src="{% static "img/cross-browser.png" %}">
</div>
</div>
</div>
12 changes: 6 additions & 6 deletions codesy/templates/includes/stripe_info.html
@@ -1,17 +1,17 @@
{% load staticfiles %}
<div class="home-section medium-6 columns medium-offset-3">
<div class="row">

<div class="medium-6 columns">
<img src="{% static "img/stripe/Stripe Logo (blue).png" %}">
</div>

<div class="medium-6 columns">
<h2>Safe with Stripe</h2>
<h2>Secure Bids</h2>
<p>We use Stripe for Codesy's bid and payout handling. The details of your credit card or bank account are not saved in Codesy's database.
</p>
<a href="https://stripe.com/about">More about Stripe</a>

</div>


<div class="medium-6 columns">
<img src="{% static "img/stripe/Stripe Logo (blue).png" %}">
</div>
</div>
</div>

0 comments on commit ef9f7b5

Please sign in to comment.