this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add empty alt text to all svg files in /assets and remove unused. Also fix arrow.svg

+39 -51
+32 -36
src/assets/arrow.svg
··· 1 - <svg 2 - width="100" 3 - height="20" 4 - viewBox="0 0 26.458333 5.2916666" 5 - class="{className}" 6 - style="{style}" 7 - > 1 + <svg width="100" height="20" viewBox="0 0 26.458333 5.2916666"> 2 + <desc><!-- no alt text as descriptive --></desc> 3 + 8 4 <defs id="arrow"> 9 5 <marker 10 6 id="DartArrow" ··· 33 29 id="path1" 34 30 ></path> 35 31 </g> 36 - </svg> 37 32 38 - <style> 39 - .line { 40 - position: absolute; 41 - display: block; 33 + <style> 34 + .line { 35 + position: absolute; 36 + display: block; 42 37 43 - width: var(--width); 44 - height: calc(var(--width) / 5); 38 + width: var(--width); 39 + height: calc(var(--width) / 5); 45 40 46 - transform: rotate(var(--angle)) scaleY(var(--scaleY, 1)); 47 - transform-origin: top left; 41 + transform: rotate(var(--angle)) scaleY(var(--scaleY, 1)); 42 + transform-origin: top left; 48 43 49 - top: var(--y); 50 - left: var(--x); 44 + top: var(--y); 45 + left: var(--x); 51 46 52 - stroke-width: 0.957978; 53 - stroke-dasharray: none; 54 - marker-end: url(#DartArrow); 47 + stroke-width: 0.957978; 48 + stroke-dasharray: none; 49 + marker-end: url(#DartArrow); 55 50 56 - stroke: var(--colour); 57 - filter: drop-shadow(0 0 0.25rem black); 58 - fill: none; 51 + stroke: var(--colour); 52 + filter: drop-shadow(0 0 0.25rem black); 53 + fill: none; 59 54 60 - .location:hover & { 61 - filter: drop-shadow(0 0 0.5rem var(--colour)); 55 + .location:hover & { 56 + filter: drop-shadow(0 0 0.5rem var(--colour)); 57 + } 62 58 } 63 - } 64 59 65 - #arrow marker { 66 - overflow: visible; 67 - } 68 - #arrow path { 69 - fill: context-stroke; 70 - fill-rule: evenodd; 71 - stroke: none; 72 - } 73 - </style> 60 + #arrow marker { 61 + overflow: visible; 62 + } 63 + #arrow path { 64 + fill: context-stroke; 65 + fill-rule: evenodd; 66 + stroke: none; 67 + } 68 + </style> 69 + </svg>
-13
src/assets/balloon-glint.svg
··· 1 - <svg 2 - xmlns="http://www.w3.org/2000/svg" 3 - width="210mm" 4 - height="297mm" 5 - viewBox="0 0 210 297" 6 - > 7 - <g> 8 - <path 9 - style="fill: #ffffff" 10 - d="M 9.2929728,1.5456421 C 5.8272482,2.0424561 2.9819023,4.5085073 1.7466634,7.8119263 l 2.361613,1.0051066 C 5.0089649,6.2523257 7.1627996,4.4036314 9.7544434,4.0757202 9.7129319,3.7094167 9.64465,3.2547364 9.5239665,2.6814901 9.4170573,2.1736713 9.3470099,1.8242883 9.2929728,1.5456421 Z" 11 - /> 12 - </g> 13 - </svg>
+2
src/assets/check.svg
··· 10 10 stroke-linejoin="round" 11 11 class="lucide lucide-check-icon lucide-check" 12 12 > 13 + <desc><!-- no alt text as descriptive --></desc> 14 + 13 15 <path d="M20 6 9 17l-5-5" /> 14 16 </svg>
+1 -1
src/assets/hamburger.svg
··· 11 11 class="lucide lucide-menu-icon lucide-menu" 12 12 title="" 13 13 > 14 - <title><!-- no alt text as used for buttons --></title> 14 + <desc><!-- no alt text as used for buttons --></desc> 15 15 <path d="M4 12h16" /> 16 16 <path d="M4 18h16" /> 17 17 <path d="M4 6h16" />
+1
src/assets/moon.svg
··· 10 10 stroke-linejoin="round" 11 11 class="lucide lucide-moon-icon lucide-moon" 12 12 > 13 + <desc><!-- no alt text as descriptive --></desc> 13 14 <path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z" /> 14 15 </svg>
+1
src/assets/rss.svg
··· 4 4 viewBox="0 0 256 256" 5 5 xmlns="http://www.w3.org/2000/svg" 6 6 > 7 + <desc><!-- no alt text as descriptive --></desc> 7 8 <circle 8 9 cx="35.10857" 9 10 cy="220.89143"
+1
src/assets/sun.svg
··· 10 10 stroke-linejoin="round" 11 11 class="lucide lucide-sun-icon lucide-sun" 12 12 > 13 + <desc><!-- no alt text as descriptive --></desc> 13 14 <circle cx="12" cy="12" r="4" /> 14 15 <path d="M12 2v2" /> 15 16 <path d="M12 20v2" />
+1 -1
src/assets/x.svg
··· 11 11 class="lucide lucide-x-icon lucide-x" 12 12 title="" 13 13 > 14 - <title><!-- no alt text as used for buttons --></title> 14 + <desc><!-- no alt text as descriptive --></desc> 15 15 <path d="M18 6 6 18" /> 16 16 <path d="m6 6 12 12" /> 17 17 </svg>