Skip to content

Commit bd4ec7c

Browse files
authored
Branding Update: Replace old logos with new logos (#10969)
* replace old logos with new logos * change favicon to .png instead of .ico
1 parent 6fd69fc commit bd4ec7c

8 files changed

Lines changed: 7 additions & 5 deletions

File tree

dojo/static/dojo/img/chop.png

4.84 KB
Loading

dojo/static/dojo/img/favicon.ico

-1.12 KB
Binary file not shown.

dojo/static/dojo/img/favicon.png

243 Bytes
Loading

dojo/static/dojo/img/logo.png

15 KB
Loading

dojo/templates/base.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
{% block add_css %}
8282
{% endblock %}
8383
<link rel="stylesheet" href="{% static "jquery-ui/dist/themes/flick/jquery-ui.min.css" %}">
84-
<link rel="shortcut icon" href="{% static "dojo/img/favicon.ico" %}"/>
84+
<link rel="shortcut icon" type="image/png" href="{% static "dojo/img/favicon.png" %}"/>
8585
<link rel="stylesheet" href="{% static "chosen-bootstrap/chosen.bootstrap.min.css" %}">
8686
<link rel="stylesheet" href="{% static "fullcalendar/dist/fullcalendar.min.css" %}">
8787
{% block dojo_css %}
@@ -111,7 +111,9 @@
111111
</button>
112112
<a class="navbar-brand" href="{% url 'home' %}">
113113
{% block header_logo %}
114-
<img src="{% static "dojo/img/logo.png" %}" alt="DefectDojo Logo" width="240"/>
114+
<div style="padding: 10px;">
115+
<img src="{% static "dojo/img/logo.png" %}" alt="DefectDojo Logo" width="240"/>
116+
</div>
115117
{% endblock %}
116118
</a>
117119

dojo/templates/defectDojo-engagement-survey/create_related_question.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
3030
<![endif]-->
3131
<link rel="stylesheet" href="{{ STATIC_URL }}jquery-ui/dist/themes/base/jquery-ui.min.css">
32-
<link rel="shortcut icon" href="{{ STATIC_URL }}dojo/img/favicon.ico"/>
32+
<link rel="shortcut icon" href="{{ STATIC_URL }}dojo/img/favicon.png"/>
3333
<link rel="stylesheet" href="{{ STATIC_URL }}fullcalendar/dist/fullcalendar.min.css">
3434
<link rel="stylesheet" href="{{ STATIC_URL }}dojo/css/dojo.css">
3535
</head>

dojo/templates/dojo/add_related.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
3030
<![endif]-->
3131
<link rel="stylesheet" href="{% static "jquery-ui/dist/themes/base/jquery-ui.min.css" %}">
32-
<link rel="shortcut icon" href="{% static "dojo/img/favicon.ico" %}"/>
32+
<link rel="shortcut icon" href="{% static "dojo/img/favicon.png" %}"/>
3333
<link rel="stylesheet" href="{% static "fullcalendar/dist/fullcalendar.min.css" %}">
3434
<link rel="stylesheet" href="{% static "chosen-bootstrap/chosen.bootstrap.min.css" %}">
3535
<link rel="stylesheet" href="{% static "dojo/css/dojo.css" %}">

dojo/templates/dojo/report_cover_page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="page-cover-spacer">&nbsp;</div>
77
<div class="text-center page-cover">
88
<p>
9-
<img src="{% static "dojo/img/logo.png" %}"/>
9+
<img src="{% static "dojo/img/logo.png" %}" alt="DefectDojo Logo" width="240"/>
1010
</p>
1111

1212
<h1>{{ report_title }}</h1>

0 commit comments

Comments
 (0)