adding in white logo

This commit is contained in:
Arjun Patel
2019-01-26 01:09:46 -08:00
parent 322fb3848a
commit ff4c7bbd2b
3 changed files with 8 additions and 2 deletions
+5
View File
File diff suppressed because one or more lines are too long
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

+3 -2
View File
@@ -18,7 +18,7 @@
<div class="brand header-brand">
<h1 class="m-0">
<a href="#">
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<!-- <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<title>Evelyn</title>
<defs>
<radialGradient cy="0%" fx="50%" fy="0%" r="100%" id="logo-gradient">
@@ -27,7 +27,8 @@
</radialGradient>
</defs>
<path d="M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm0-10a6 6 0 1 0 0-12 6 6 0 0 0 0 12z" fill="url(#logo-gradient)" fill-rule="evenodd"/>
</svg>
</svg> -->
<img class="logo" src="./dist/images/logo_white.png" />
</a>
</h1>
</div>