some ui changes
This commit is contained in:
parent
abe8ee41ff
commit
aa670e33ed
@ -9,6 +9,6 @@ urlpatterns = patterns(
|
||||
url(r'^host/(?P<pk>\d+)/$', HostView.as_view(), name='host_view'),
|
||||
url(r'^host/(?P<pk>\d+)/delete/$', DeleteHostView.as_view(), name='delete_host'),
|
||||
url(r'^myip$', MyIpView),
|
||||
url(r'^detectip$', DetectIpView),
|
||||
url(r'^detectip/$', DetectIpView),
|
||||
url(r'^nic/update$', NicUpdateView),
|
||||
)
|
||||
|
@ -25,7 +25,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="{% url 'home' %}">nsupdate.info</a>
|
||||
<a class="navbar-brand" href="{% url 'home' %}"><span style="color: #00ba00">⬥</span> nsupdate.info</a>
|
||||
</div>
|
||||
<div class="collapse navbar-collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
@ -68,7 +68,7 @@
|
||||
<div class="row" style="background-color: #DDDDDD">
|
||||
<div class="col-sm-4" style="text-align: center">
|
||||
<h1><i class="icon-globe icon-4x"></i></h1>
|
||||
<h3>World wide web</h3>
|
||||
<h3>World Wide Web</h3>
|
||||
<p>
|
||||
nsupdate.info is a free and <a href="https://github.com/asmaps/nsupdate.info">open-source</a> dynamic DNS service with IPv4 and IPv6 support.
|
||||
</p>
|
||||
@ -77,7 +77,7 @@
|
||||
<h1><i class="icon-cogs icon-4x"></i></h1>
|
||||
<h3>Awesomeness</h3>
|
||||
<p>
|
||||
Powered by python, the magical pony django and a stupid three columned icon landing page.
|
||||
Powered by python, the magical django pony and a stupid three columned icon landing page.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-sm-4" style="text-align: center">
|
||||
|
Loading…
x
Reference in New Issue
Block a user