frontend for xcvr appview
2
fork

Configure Feed

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

add favicon and title

+46 -2
+1 -1
src/app.html
··· 2 2 <html lang="en"> 3 3 <head> 4 4 <meta charset="utf-8" /> 5 - <link rel="icon" href="%sveltekit.assets%/favicon.png" /> 5 + <link rel="icon" href="%sveltekit.assets%/xcvr.svg" /> 6 6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 7 7 %sveltekit.head% 8 8 </head>
+8 -1
src/routes/+page.svelte
··· 1 + <svelte:head> 2 + <title>xcvr</title> 3 + </svelte:head> 4 + 1 5 <h1>Welcome to SvelteKit</h1> 2 - <p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p> 6 + <p> 7 + Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the 8 + documentation 9 + </p>
static/favicon.png

This is a binary file and will not be displayed.

+37
static/xcvr.svg
··· 1 + <?xml version="1.0" encoding="UTF-8"?> 2 + <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"> 3 + <defs> 4 + <style> 5 + .cls-1 { 6 + fill: #c6c013; 7 + } 8 + 9 + .cls-2 { 10 + fill: #034732; 11 + } 12 + 13 + .cls-3 { 14 + fill: #008148; 15 + } 16 + 17 + .cls-4 { 18 + display: none; 19 + } 20 + 21 + .cls-5 { 22 + fill: #ef8a17; 23 + } 24 + </style> 25 + </defs> 26 + <!-- Generator: Adobe Illustrator 28.7.5, SVG Export Plug-In . SVG Version: 1.2.0 Build 176) --> 27 + <g> 28 + <g id="Layer_1"> 29 + <text/> 30 + <path class="cls-4" d="M48.91,51.25"/> 31 + <path class="cls-3" d="M44.45,74.79c1.55-.84,2.5-2.46,3.53-6.26,1.66-6.14,1.4-10.2,1.41-18.43,0-7.75.24-12.54-1.68-19.02-.67-2.25-1.45-4.21-3.26-5.15-3.66-1.9-8.86,1.73-10.3,2.73-6.38,4.45-10.57,12.66-10.82,21.23-.03.93-.22,14.24,9.25,21.54.74.57,7.47,5.77,11.87,3.36Z"/> 32 + <path class="cls-1" d="M51.59,51.88c.01-11.73-.88-15.98,2-21.65,1.27-2.52,2.53-3.81,4.1-4.41,3.77-1.44,8.03,1.63,9.56,2.73,9.03,6.51,9.82,19.04,9.88,20.18.42,8.55-2.91,17.62-9.46,22.91-1.63,1.32-6.05,4.89-9.88,3.47-2.91-1.08-4.09-4.53-5.04-7.46-1.59-4.88-1.17-7.72-1.16-15.76Z"/> 33 + <path class="cls-2" d="M38.67,8.99c2.11,1.54,3.58,4.38,3.3,7.08-.44,4.17-4.85,5.96-8.83,9.18-7.31,5.93-12.03,15.85-12.29,24.38-.25,8.03,3.37,17.57,9.88,23.64,4.79,4.47,9.74,5.75,10.72,10.88.55,2.87-.24,6.51-2.63,8.3-3.57,2.67-9.4.09-11.98-1.05C15.61,86.42,2.02,70.6,1.94,50.52c-.09-21.88,15.9-38.94,26.38-42.03,2.17-.64,6.89-2.04,10.36.5Z"/> 34 + <path class="cls-5" d="M61.42,9.64c-1.75,1.79-1.88,4.14-1.89,4.41-.17,4.21,3.89,7.51,5.57,8.98,6.62,5.83,13.2,15.91,14.4,23.96,1.18,7.96-2.16,18.85-9.14,24.96-3.97,3.47-9.01,5.3-10.61,10.93-.3,1.04-1.04,3.8.32,6.41,1.78,3.42,5.92,4.18,6.62,4.31,6.17,1.13,11.86-4,15.03-6.94,16.69-15.48,17.13-35.52,17.13-35.52s.49-22.25-17.65-38.04c-1.73-1.51-4.86-3.83-9.25-4.83-2.16-.5-7.49-1.72-10.51,1.37Z"/> 35 + </g> 36 + </g> 37 + </svg>