Skip to content

Commit

Permalink
Add Django Builder IO links (#76)
Browse files Browse the repository at this point in the history
* Add Django Builder IO links
  • Loading branch information
mmcardle authored Oct 4, 2019
1 parent 895d407 commit 65cb5de
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/partials/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@
<div class="col-lg-12">
<div class="row">
<div class="col-sm-3">
<h2 style="color:red;">New Version 2.0</h2>
<ul class="list-group">
<li class="list-group-item"> There is a new version of django builder to try out.
<div style="margin:15px 0px;">
<a href="https://djangobuilder.io" target="_blank" style="font-size:2em;">
djangobuilder.io
</a>
</div>
<div>
<em>This version 1.0, will remain running.</em>
<div>
</li>
</ul>
<h4>Updates - 5th March 2018 </h4>
<ul class="list-group">
<li class="list-group-item"> Django 2.0 Support
Expand Down
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@
<li class="builder_nav"><a data-toggle="modal" data-target="#donateModal" role="button">
<i class="fa fa-info-circle" aria-hidden="true"></i> Donate</a>
</li>
<li class="builder_nav" >
<a href="https://djangobuilder.io" target="_blank" style="font-size">
<i class="fa fa-bell" style="color:red;" aria-hidden="true"></i>
Try out: <span style="color:red;font-weight:bold;">djangobuilder.io</span>
<i class="fa fa-external-link"></i>
</a>
</li>
</ul>
<div class="navbar-text pull-right">
<a href="https://github.com/mmcardle/django_builder" target="_blank"><i class="fa fa-github"></i> Django Builder on Github</a>&nbsp;&nbsp;&nbsp;
Expand Down

0 comments on commit 65cb5de

Please sign in to comment.