remove djangodash references from home view
This commit is contained in:
parent
a50364c4cf
commit
a53ef40e46
@ -24,13 +24,19 @@
|
||||
{% block content %}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-4" style="text-align: center">
|
||||
<h1><i class="icon-globe icon-3x"></i></h1>
|
||||
<h3>Free and Nice</h3>
|
||||
<p>
|
||||
nsupdate.info is a free service.<br>
|
||||
Also, we won't annoy you with ads or spam.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-sm-4" style="text-align: center">
|
||||
<h1><i class="icon-globe icon-3x"></i></h1>
|
||||
<h3>Free and Open Source</h3>
|
||||
<p>
|
||||
nsupdate.info is a free service<br>
|
||||
and also<br>
|
||||
free and open-source software.
|
||||
nsupdate.info is free and open-source software.
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://github.com/nsupdate-info/nsupdate.info">nsupdate.info project on GitHub</a>
|
||||
@ -38,19 +44,12 @@
|
||||
</div>
|
||||
<div class="col-sm-4" style="text-align: center">
|
||||
<h1><i class="icon-cogs icon-3x"></i></h1>
|
||||
<h3>Awesomeness</h3>
|
||||
<h3>Awesome Code</h3>
|
||||
<p>
|
||||
Empowered by Python and the magical Django Pony,<br>
|
||||
Empowered by Python and Django,<br>
|
||||
we love to write clean and secure code.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-sm-4" style="text-align: center">
|
||||
<h1><i class="icon-trophy icon-3x"></i></h1>
|
||||
<h3>The Trophy Is A Lie</h3>
|
||||
<p>
|
||||
nsupdate.info is winner of the <a href="http://djangodash.com/">Django-Dash</a> 2013 with the highest score in the history of the competition.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="row">
|
||||
@ -66,20 +65,7 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3">
|
||||
|
||||
<div class="well well-sm">
|
||||
<h3>DjangoDash 2013</h3>
|
||||
<p>
|
||||
This software <a href="http://djangodash.com/teams/c4/nsupdateinfo/">was developed</a> in under
|
||||
48h for the <a href="http://djangodash.com/">Django-Dash 2013</a>.
|
||||
</p>
|
||||
<p>
|
||||
We had a lot of fun!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="col-lg-9">
|
||||
<div class="well well-sm">
|
||||
<h3>Screenshots</h3>
|
||||
<a id="screenshot_link" href="{% static 'screenshots/overview.png' %}">
|
||||
|
Loading…
x
Reference in New Issue
Block a user