Skip to content

Commit

Permalink
removes ios link from landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed May 15, 2018
1 parent 1fd3660 commit 5ebf6b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
23 changes: 0 additions & 23 deletions app/retail/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,29 +417,6 @@ <h4 class="">{% trans "Press" %}</h4>
</div>
</div>
</div>
<div class="row" id="ios">
<div class="col-12 pb-4 text-center">
<h4>{% trans "iOS App Now Available" %}</h4>
</div>
<div class="col-12 row">
<div class="col-12 offset-md-2 col-md-3 right">
<div class="explain-img-wrapper">
<a href="{% url "ios" %}">
<img src="{% static "v2/images/ios/iphone_crop.png" %}" >
</a>
</div>
</div>
<div class="col-12 col-md-5 left">
<div class="font-body">
<h5 class="font-subheader">{% trans "Browse funded work in open source software from anywhere, at anytime." %}</h5>
<p>Be the first to grab the best funded OSS work out there, on the go.</p>
<a class="btn btn-lg btn-warning" role="button" href="{% url "ios" %}">
{% trans "Get The App" %}
</a>
</div>
</div>
</div>
</div>
</div>
{% include 'shared/footer.html' %}
{% include 'shared/footer_scripts.html' with slim=1 %}
Expand Down
2 changes: 1 addition & 1 deletion app/retail/templates/shared/bottom_notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
{% endcomment %}
{% load i18n %}
<div class="row bottom_notification">
<strong>May 9th 2018</strong> - {% trans "Browse funded work in OSS on the go. Check out the " %} <a style="margin-right: 5px;" href="https://gitcoin.co/ios">Gitcoin iOS app</a>!
{% blocktrans %}<strong>2018 April 25</strong> - Have you seen our latest in our tutorial series: <a style="margin-right: 5px;" href="https://medium.com/gitcoin/tutorial-leverage-gitcoins-firehose-of-talent-to-do-more-faster-dcd39650fc5">Leverage Gitcoin’s Firehose of Talent to Do More Faster</a>?{% endblocktrans %}
</div>

0 comments on commit 5ebf6b4

Please sign in to comment.