adding in white logo
This commit is contained in:
Vendored
+5
File diff suppressed because one or more lines are too long
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
+3
-2
@@ -18,7 +18,7 @@
|
|||||||
<div class="brand header-brand">
|
<div class="brand header-brand">
|
||||||
<h1 class="m-0">
|
<h1 class="m-0">
|
||||||
<a href="#">
|
<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>
|
<title>Evelyn</title>
|
||||||
<defs>
|
<defs>
|
||||||
<radialGradient cy="0%" fx="50%" fy="0%" r="100%" id="logo-gradient">
|
<radialGradient cy="0%" fx="50%" fy="0%" r="100%" id="logo-gradient">
|
||||||
@@ -27,7 +27,8 @@
|
|||||||
</radialGradient>
|
</radialGradient>
|
||||||
</defs>
|
</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"/>
|
<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>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user