-
-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate new logo #431
Integrate new logo #431
Conversation
elnappo
commented
Apr 30, 2019
1 similar comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (besides the typos).
merge after fixing the typos?
{% block title %}{% trans "Log in" %}{% endblock %} | ||
|
||
{% block content %} | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<h2>{% trans "Login with a local Account" %}</h2> | ||
<h2><img src="{% static "img/logo.svg" %}" alt="nsudpate.info logo" height="35" width="35"> {% trans "Login with a local Account" %}</h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo nsudpate
@@ -18,7 +18,7 @@ <h4>rDNS: <span id="ipv6_rdns" class="ipv6addr">{{ request.session.ipv6_rdns }}< | |||
{% include "main/includes/home_middle.html" %} | |||
<div class="row"> | |||
<div class="col-sm-12" style="text-align: center"> | |||
<h1>{{ WWW_HOST }} — {% trans "the Dynamic DNS service you waited for." %}</h1> | |||
<h1><img src="{% static "img/logo_black.svg" %}" alt="nsudpate.info logo" height="35" width="35"> {{ WWW_HOST }} — {% trans "the Dynamic DNS service you waited for." %}</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
@@ -94,7 +95,7 @@ | |||
</ul> | |||
</li> | |||
</ul> | |||
</div>_blac |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops?
746f91c
to
efe8ace
Compare
Also added the logo to |
README.rst
Outdated
@@ -1,5 +1,4 @@ | |||
About nsupdate.info | |||
=================== | |||
.. image:: logo/logotype_blue.png |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please no README.rst changes - we use this from setup.py and i suspect this won't work for pypi.org.
removed logo from readme |
thanks! |