This commit is contained in:
Cory Sanin 2025-01-14 19:45:03 -05:00
parent 729dc98887
commit b043dce7f0
5 changed files with 4 additions and 27 deletions

1
assets/svg/archery.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="420"><path fill="#90a4ae" d="m142.178 293.787.24 54.283-65.678 58.89 1.672-58.403 63.766-54.77z"/><path fill="#90a4ae" d="m130.667 283-58.5-1.5-65.5 53.5h63l61-52z" opacity="NaN"/><path fill="#4e342e" d="M59.392 339.14 363.985 95.417l12.496 15.616L71.887 354.756z"/><path fill="#10c9c9" d="m490.696 14.568-249.763 58.84s86.513-14.113 122.466 36.631c35.953 50.744 1.021 117.002 1.021 117.002L490.696 14.568z" opacity="NaN"/></svg>

After

Width:  |  Height:  |  Size: 489 B

View File

@ -1,25 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 255 255">
<defs>
<filter id="a">
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2"/>
</filter>
<filter id="b">
<feGaussianBlur in="SourceGraphic" stdDeviation=".9"/>
</filter>
<filter id="d">
<feGaussianBlur in="SourceGraphic" stdDeviation="1"/>
</filter>
<linearGradient id="c" x1="0" x2="1" y1="0" y2="0">
<stop offset="0" stop-color="#10c9c9" stop-opacity=".992"/>
<stop offset="1" stop-color="#0e7c7c"/>
</linearGradient>
<linearGradient id="e" x1="0" x2="1" y1="0" y2="0">
<stop offset="0" stop-color="#0e7c7c"/>
<stop offset=".637" stop-color="#10c9c9" stop-opacity=".988"/>
</linearGradient>
</defs>
<path fill="#10c9c9" d="M151.525 25.009 35.622 211.199s61.954-54.834 99.85-51.846c37.896 2.987 77.858 81.186 77.858 81.186l-61.805-215.53z" opacity="NaN"/>
<path fill="none" stroke="#56ffff" d="m150.333 32.333 55 189" filter="url(#a)"/>
<path fill="none" stroke="url(#c)" d="M136.333 157.5c14 .667 32.334 17 32.334 17s11.666 12 15.666 16.667c4 4.666 13 19.333 15.667 22.333s6 10.333 6 10.167" filter="url(#b)" opacity="NaN"/>
<path fill="none" stroke="url(#e)" d="M150.667 33.5 43.333 202.833" filter="url(#d)" transform="rotate(-.58 97 118.167)"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

1
assets/svg/favicon.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y=".9em" font-size="90">🏹</text></svg>

After

Width:  |  Height:  |  Size: 109 B

View File

@ -13,7 +13,7 @@
<% if (page.canonical) { %>
<link rel="canonical" href="<%= page.canonical%>"/>
<% } %>
<link rel="shortcut icon" href="/assets/svg/archy.svg">
<link rel="shortcut icon" href="/assets/svg/favicon.svg">
<link rel="stylesheet" href="/assets/css/styles.css?v1">
<script nonce="<%= cspNonce %>">
document.addEventListener("DOMContentLoaded", function() {

View File

@ -1,6 +1,6 @@
<div class="sidebar">
<div class="sidebar_logo">
<a href="/"><img src="/assets/svg/archy.svg" alt="Archery icon" /></a>
<a href="/"><img src="/assets/svg/archery.svg" alt="Archery icon" /></a>
</div>
<div class="sidebar_search">
<form action="/" method="get">