This commit is contained in:
1776123 2020-08-15 22:45:50 -04:00
parent 15b706f0af
commit ed571a1d48
3 changed files with 11 additions and 2 deletions

BIN
media/logo2.0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 112 KiB

View File

@ -12,7 +12,7 @@
<link rel="stylesheet" type="text/css" href="{% static 'news/css/styles.css' %}">
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="{% static '../../media/logo' %}"/>
<link rel="shortcut icon" type="image/png" href="{% static '../../media/logo2_cropped (2).svg' %}"/>
<title>NewViewsNews</title>
@ -21,7 +21,7 @@
<header class="site-header">
<nav class="navbar navbar-expand-md navbar-dark bg-steel fixed-top">
<div class="container">
<a class="navbar-brand mr-4" href="{% url 'home' %}"><img src="../../media/nvn_logo_small.png"></img>
<a class="navbar-brand mr-4" href="{% url 'home' %}"><img src="../../media/logo2_cropped (2).svg"></img>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggle" aria-controls="navbarToggle" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>