Merge "Update Stackalytics logo"
This commit is contained in:
BIN
stackalytics/dashboard/static/images/stackalytics_logo.png
Normal file
BIN
stackalytics/dashboard/static/images/stackalytics_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
@@ -163,7 +163,7 @@
|
|||||||
|
|
||||||
<div style="margin: 2em;">
|
<div style="margin: 2em;">
|
||||||
<div id="analytics_header" style="padding-bottom: 1em; border-bottom: 1px solid darkgrey;">
|
<div id="analytics_header" style="padding-bottom: 1em; border-bottom: 1px solid darkgrey;">
|
||||||
<span id="logo"><a href="/">Stackalytics</a></span>
|
<span id="logo"><a href="{{ url_for('overview') }}"><img src="{{ url_for('static', filename='images/stackalytics_logo.png') }}" alt="Stackalytics" style="width: 100%; max-width: 190px;"></a></span>
|
||||||
<span id="slogan">| community heartbeat</span>
|
<span id="slogan">| community heartbeat</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ Stackalytics {% if page_title %}| {{ page_title }} {% endif %}
|
|||||||
</div>
|
</div>
|
||||||
<div id="analytics_header">
|
<div id="analytics_header">
|
||||||
<div style="float: left;">
|
<div style="float: left;">
|
||||||
<span id="logo"><a href="{{ url_for('overview') }}">Stackalytics</a></span>
|
<span id="logo"><a href="{{ url_for('overview') }}"><img src="{{ url_for('static', filename='images/stackalytics_logo.png') }}" alt="Stackalytics" style="width: 100%; max-width: 190px;"></a></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="stackamenu" style="margin-left: 240px">
|
<div class="stackamenu" style="margin-left: 240px">
|
||||||
<ul id="menu-stackamenu">
|
<ul id="menu-stackamenu">
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
<div style="margin: 2em;">
|
<div style="margin: 2em;">
|
||||||
<div id="analytics_header" style="padding-bottom: 1em; border-bottom: 1px solid darkgrey;">
|
<div id="analytics_header" style="padding-bottom: 1em; border-bottom: 1px solid darkgrey;">
|
||||||
<span id="logo"><a href="/">Stackalytics</a></span>
|
<span id="logo"><a href="{{ url_for('overview') }}"><img src="{{ url_for('static', filename='images/stackalytics_logo.png') }}" alt="Stackalytics" style="width: 100%; max-width: 190px;"></a></span>
|
||||||
<span id="slogan">| community heartbeat</span>
|
<span id="slogan" style="position: relative; top: -15px;">| community heartbeat</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="analytics_header">
|
<div id="analytics_header">
|
||||||
<div style="float: left;">
|
<div style="float: left;">
|
||||||
<span id="logo"><a href="/?metric={{ metric }}&release={{ release }}&project_type={{ project_type }}">Stackalytics</a></span>
|
<span id="logo"><a href="{{ url_for('overview') }}"><img src="{{ url_for('static', filename='images/stackalytics_logo.png') }}" alt="Stackalytics" style="width: 100%; max-width: 190px;"></a></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="stackamenu" style="margin-left: 240px">
|
<div class="stackamenu" style="margin-left: 240px">
|
||||||
<ul id="menu-stackamenu">
|
<ul id="menu-stackamenu">
|
||||||
|
|||||||
@@ -284,7 +284,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="analytics_header">
|
<div id="analytics_header">
|
||||||
<div style="float: left;">
|
<div style="float: left;">
|
||||||
<span id="logo"><a href="/?metric={{ metric }}&release={{ release }}&project_type={{ project_type }}">Stackalytics</a></span>
|
<span id="logo"><a href="{{ url_for('overview') }}"><img src="{{ url_for('static', filename='images/stackalytics_logo.png') }}" alt="Stackalytics" style="width: 100%; max-width: 190px;"></a></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="stackamenu" style="margin-left: 240px;">
|
<div class="stackamenu" style="margin-left: 240px;">
|
||||||
<ul id="menu-stackamenu">
|
<ul id="menu-stackamenu">
|
||||||
|
|||||||
Reference in New Issue
Block a user