changes from 10/11 meeting

This commit is contained in:
Spencer Flagg
2022-10-18 16:13:05 +02:00
parent e0aa7abb58
commit d962e152b9
13 changed files with 100 additions and 49 deletions

View File

@@ -12,10 +12,10 @@
{% endfor %}
{% endfor %}
<li class="closed-menu">
<a id="menu-open" href="">menu {% include "components/svg/menu-open.svg" %}</a>
<a id="menu-open" href=""><span class="hide-on-mobile">menu</span> {% include "components/svg/menu-open.svg" %}</a>
</li>
<li class="opened-menu">
<a id="menu-close" href="">close</a>
<a id="menu-close" href="">{% include "components/svg/menu-close.svg" %}</a>
</li>
</ul>
</nav>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
class="menu-icon"
viewBox="0 0 13.414213 13.414213"
stroke-width="2"
stroke="#ffffff"
fill="none">
<line
x1="12.707107"
y1="0.70710677"
x2="0.70710677"
y2="12.707107" />
<line
x1="0.70710677"
y1="0.70710677"
x2="12.707107"
y2="12.707107" />
</svg>

After

Width:  |  Height:  |  Size: 367 B

View File

@@ -1,3 +1,9 @@
<svg viewBox="0 0 28 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.8706 18.957H0.370605V15.957H13.8706V18.957ZM27.3706 11.457H0.370605V8.45703H27.3706V11.457ZM27.3706 3.95703H13.8706V0.957031H27.3706V3.95703Z" />
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
class="menu-icon"
viewBox="0 0 26.999994 17.999969"
fill="none">
<path
fill="#ffffff"
d="M 13.499995,17.999969 H 0 v -3 h 13.499995 z m 13.5,-7.5 H 0 v -2.99997 h 26.999995 z m 0,-7.49997 h -13.5 V 0 h 13.5 z" />
</svg>

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 301 B