forked from federated-nexus/website
		
	Initial site
This commit is contained in:
		
					parent
					
						
							
								5b145281cb
							
						
					
				
			
			
				commit
				
					
						0f54b36d51
					
				
			
		
					 9 changed files with 1286 additions and 706 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,33 @@
 | 
			
		|||
import { defineConfig, passthroughImageService } from "astro/config"
 | 
			
		||||
import starlight from "@astrojs/starlight"
 | 
			
		||||
 | 
			
		||||
const logo = "./src/images/icon.svg"
 | 
			
		||||
 | 
			
		||||
export default defineConfig({
 | 
			
		||||
    trailingSlash: "never",
 | 
			
		||||
    build: { format: "directory" },
 | 
			
		||||
    integrations: [
 | 
			
		||||
        starlight({
 | 
			
		||||
            title: "Federated Nexus",
 | 
			
		||||
            description:
 | 
			
		||||
                "Federated Nexus is a community resource hosting multiple FOSS (especially federated) services, including Matrix and Forgejo.",
 | 
			
		||||
            favicon: logo,
 | 
			
		||||
            logo: {
 | 
			
		||||
                src: logo,
 | 
			
		||||
            },
 | 
			
		||||
            social: [
 | 
			
		||||
                {
 | 
			
		||||
                    icon: "seti:git",
 | 
			
		||||
                    label: "Source Code",
 | 
			
		||||
                    href: "https://git.federated.nexus",
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    icon: "mastodon",
 | 
			
		||||
                    label: "Mastodon",
 | 
			
		||||
                    href: "https://wetdry.world/@QuadRadical",
 | 
			
		||||
                },
 | 
			
		||||
            ],
 | 
			
		||||
        }),
 | 
			
		||||
    ],
 | 
			
		||||
    image: { service: passthroughImageService() },
 | 
			
		||||
})
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,6 +10,8 @@
 | 
			
		|||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "astro": "^5.1.8",
 | 
			
		||||
        "sharp": "^0.33.5"
 | 
			
		||||
        "sharp": "^0.33.5",
 | 
			
		||||
        "starlight": "^0.3.9",
 | 
			
		||||
        "@astrojs/starlight": "^0.34.3"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +0,0 @@
 | 
			
		|||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 1422 800" width="1422" height="800"><defs><pattern id="mmmotif-pattern" width="40" height="40" patternUnits="userSpaceOnUse" patternTransform="translate(-100 -100) scale(0.4) rotate(57) skewX(10) skewY(-50)">
 | 
			
		||||
    <rect width="64.4123" height="124.995" transform="matrix(0.24201 0.970274 0 1 4.41162 -64.7517)" fill="hsl(0, 0%, 5%)"></rect>
 | 
			
		||||
    <rect width="64.4123" height="124.995" transform="matrix(0.24201 -0.970274 0 1 19.9995 -2.25317)" fill="#000000"></rect>
 | 
			
		||||
</pattern></defs><rect width="1422" height="800" fill="url(#mmmotif-pattern)"></rect></svg>
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 703 B  | 
| 
						 | 
				
			
			@ -1,75 +0,0 @@
 | 
			
		|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 | 
			
		||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
 | 
			
		||||
 | 
			
		||||
<svg
 | 
			
		||||
   width="1024"
 | 
			
		||||
   height="1024"
 | 
			
		||||
   viewBox="0 0 270.93333 270.93333"
 | 
			
		||||
   version="1.1"
 | 
			
		||||
   id="svg5"
 | 
			
		||||
   inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
 | 
			
		||||
   sodipodi:docname="logo.svg"
 | 
			
		||||
   xml:space="preserve"
 | 
			
		||||
   inkscape:export-filename="logo.png"
 | 
			
		||||
   inkscape:export-xdpi="96"
 | 
			
		||||
   inkscape:export-ydpi="96"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
			
		||||
   xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
 | 
			
		||||
     id="namedview7"
 | 
			
		||||
     pagecolor="#ffffff"
 | 
			
		||||
     bordercolor="#000000"
 | 
			
		||||
     borderopacity="0.25"
 | 
			
		||||
     inkscape:showpageshadow="false"
 | 
			
		||||
     inkscape:pageopacity="0.0"
 | 
			
		||||
     inkscape:pagecheckerboard="false"
 | 
			
		||||
     inkscape:deskcolor="#d1d1d1"
 | 
			
		||||
     inkscape:document-units="mm"
 | 
			
		||||
     showgrid="false"
 | 
			
		||||
     showborder="false"
 | 
			
		||||
     borderlayer="false"
 | 
			
		||||
     shape-rendering="auto"
 | 
			
		||||
     showguides="true"
 | 
			
		||||
     inkscape:zoom="0.25"
 | 
			
		||||
     inkscape:cx="438"
 | 
			
		||||
     inkscape:cy="896"
 | 
			
		||||
     inkscape:window-width="948"
 | 
			
		||||
     inkscape:window-height="975"
 | 
			
		||||
     inkscape:window-x="35"
 | 
			
		||||
     inkscape:window-y="32"
 | 
			
		||||
     inkscape:window-maximized="0"
 | 
			
		||||
     inkscape:current-layer="layer1" /><defs
 | 
			
		||||
     id="defs2" /><g
 | 
			
		||||
     inkscape:label="Layer 1"
 | 
			
		||||
     inkscape:groupmode="layer"
 | 
			
		||||
     id="layer1"><text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:96.3615px;line-height:0;font-family:'Noto Serif';-inkscape-font-specification:'Noto Serif, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:end;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       x="-305.64749"
 | 
			
		||||
       y="194.14493"
 | 
			
		||||
       id="text2819"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan2817"
 | 
			
		||||
         style="stroke-width:0" /></text><circle
 | 
			
		||||
       style="fill:#354b5f;fill-opacity:1;stroke:none;stroke-width:0;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       id="path342"
 | 
			
		||||
       cx="135.46666"
 | 
			
		||||
       cy="135.46666"
 | 
			
		||||
       r="135.46666" /><text
 | 
			
		||||
       xml:space="preserve"
 | 
			
		||||
       style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:96.3615px;line-height:0;font-family:'Noto Serif';-inkscape-font-specification:'Noto Serif, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:end;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
       x="-305.64749"
 | 
			
		||||
       y="194.14493"
 | 
			
		||||
       id="text2819-3"><tspan
 | 
			
		||||
         sodipodi:role="line"
 | 
			
		||||
         id="tspan2817-5"
 | 
			
		||||
         style="stroke-width:0"
 | 
			
		||||
         x="-305.64749"
 | 
			
		||||
         y="194.14493" /></text><g
 | 
			
		||||
       aria-label="❯"
 | 
			
		||||
       id="text2827-6"
 | 
			
		||||
       style="font-size:132.452px;line-height:0;font-family:PowerlineSymbols;-inkscape-font-specification:'PowerlineSymbols, Normal';text-align:end;text-anchor:end;fill:#4e94e4;stroke-width:0;fill-opacity:1"><path
 | 
			
		||||
         d="M 95.096912,209.8167 143.88912,135.46666 95.096912,61.116629 h 32.818568 l 47.92093,74.350031 -47.92093,74.35004 z"
 | 
			
		||||
         id="path2883-2"
 | 
			
		||||
         style="stroke-width:0;fill:#4e94e4;fill-opacity:1" /></g></g></svg>
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 3.4 KiB  | 
							
								
								
									
										7
									
								
								src/content.config.ts
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								src/content.config.ts
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,7 @@
 | 
			
		|||
import { defineCollection } from "astro:content"
 | 
			
		||||
import { docsLoader } from "@astrojs/starlight/loaders"
 | 
			
		||||
import { docsSchema } from "@astrojs/starlight/schema"
 | 
			
		||||
 | 
			
		||||
export const collections = {
 | 
			
		||||
    docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }),
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										44
									
								
								src/content/docs/index.mdx
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										44
									
								
								src/content/docs/index.mdx
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,44 @@
 | 
			
		|||
---
 | 
			
		||||
title: Home
 | 
			
		||||
template: splash
 | 
			
		||||
hero:
 | 
			
		||||
    title: Experience free, fast, and private software with Federated Nexus
 | 
			
		||||
    tagline: Federated Nexus is a community resource hosting multiple FOSS (especially federated) services, including Matrix and Forgejo.
 | 
			
		||||
    image:
 | 
			
		||||
        file: ../../images/icon.svg
 | 
			
		||||
    actions:
 | 
			
		||||
        - text: Apply to Join
 | 
			
		||||
          icon: email
 | 
			
		||||
          link: "mailto:henry@henryhiles.com?subject=Federated%20Nexus%20Account%20Application&body=Hello%2C%0A%0AI%20would%20like%20to%20have%20a%20Federated%20Nexus%20account%20for%20the%20following%20services%3A%0A-%20%5B%20%5D%20Matrix%0A-%20%5B%20%5D%20Forgejo%0A%0AI%20would%20like%20this%20username%3A%0A%0AI%20agree%20not%20to%20be%20homophobic%2C%20bigoted%2C%20unfriendly%2C%20etc..."
 | 
			
		||||
        - text: Join our Matrix room
 | 
			
		||||
          variant: minimal
 | 
			
		||||
          icon: matrix
 | 
			
		||||
          link: "https://matrix.to/#/#community:federated.nexus"
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
import { CardGrid, Card } from "@astrojs/starlight/components"
 | 
			
		||||
 | 
			
		||||
<CardGrid>
 | 
			
		||||
    <Card title="Private and Free Communications" icon="comment">
 | 
			
		||||
        Federated Nexus hosts a free [Matrix](https://matrix.org) instance,
 | 
			
		||||
        using the [Grapevine](https://grapevine.computer.surgery/) software.
 | 
			
		||||
        Matrix is an open-source communications platform, allowing you to chat
 | 
			
		||||
        to communities of your choice.
 | 
			
		||||
    </Card>
 | 
			
		||||
    <Card title="A Fast and Free Home for Your Code" icon="seti:git">
 | 
			
		||||
        We host a free instance of [Forgejo](https://forgejo.org) at
 | 
			
		||||
        [git.federated.nexus](https://git.federated.nexus). Forgejo is a free
 | 
			
		||||
        and open source git forge, that (unlike GitHub) will never train an AI
 | 
			
		||||
        on your code. 🙃
 | 
			
		||||
    </Card>
 | 
			
		||||
    <Card title="Friendly Community" icon="heart">
 | 
			
		||||
        We aim to maintain a friendly, diverse, and inclusive community, come
 | 
			
		||||
        join us! But be aware, I'm not afraid to hoist the ban hammer against
 | 
			
		||||
        any bigoted, homophobic, or otherwise unfriendly people.
 | 
			
		||||
    </Card>
 | 
			
		||||
    <Card title="More Coming Soon?" icon="document">
 | 
			
		||||
        We still have a fair bit of room on the Federated Nexus servers, so
 | 
			
		||||
        we're open to hosting any useful new software. Let us know in our
 | 
			
		||||
        [Matrix room](https://matrix.to/#/#community:federated.nexus)!
 | 
			
		||||
    </Card>
 | 
			
		||||
</CardGrid>
 | 
			
		||||
							
								
								
									
										150
									
								
								src/images/icon.svg
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										150
									
								
								src/images/icon.svg
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,150 @@
 | 
			
		|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 | 
			
		||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
 | 
			
		||||
 | 
			
		||||
<svg
 | 
			
		||||
   width="100mm"
 | 
			
		||||
   height="100mm"
 | 
			
		||||
   viewBox="0 0 100 100"
 | 
			
		||||
   version="1.1"
 | 
			
		||||
   id="svg1"
 | 
			
		||||
   xml:space="preserve"
 | 
			
		||||
   inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
 | 
			
		||||
   sodipodi:docname="icon.svg"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
			
		||||
   xmlns:xlink="http://www.w3.org/1999/xlink"
 | 
			
		||||
   xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
 | 
			
		||||
     id="namedview1"
 | 
			
		||||
     pagecolor="#505050"
 | 
			
		||||
     bordercolor="#eeeeee"
 | 
			
		||||
     borderopacity="1"
 | 
			
		||||
     inkscape:showpageshadow="0"
 | 
			
		||||
     inkscape:pageopacity="0"
 | 
			
		||||
     inkscape:pagecheckerboard="0"
 | 
			
		||||
     inkscape:deskcolor="#505050"
 | 
			
		||||
     inkscape:document-units="mm"
 | 
			
		||||
     inkscape:zoom="1.0847363"
 | 
			
		||||
     inkscape:cx="57.61769"
 | 
			
		||||
     inkscape:cy="214.33781"
 | 
			
		||||
     inkscape:window-width="1896"
 | 
			
		||||
     inkscape:window-height="963"
 | 
			
		||||
     inkscape:window-x="35"
 | 
			
		||||
     inkscape:window-y="32"
 | 
			
		||||
     inkscape:window-maximized="0"
 | 
			
		||||
     inkscape:current-layer="layer1" /><defs
 | 
			
		||||
     id="defs1"><linearGradient
 | 
			
		||||
       id="linearGradient10"
 | 
			
		||||
       inkscape:collect="always"><stop
 | 
			
		||||
         style="stop-color:#c7a312;stop-opacity:1;"
 | 
			
		||||
         offset="0"
 | 
			
		||||
         id="stop10" /><stop
 | 
			
		||||
         style="stop-color:#26a0b3;stop-opacity:1;"
 | 
			
		||||
         offset="1"
 | 
			
		||||
         id="stop11" /></linearGradient><linearGradient
 | 
			
		||||
       inkscape:collect="always"
 | 
			
		||||
       xlink:href="#linearGradient10"
 | 
			
		||||
       id="linearGradient11"
 | 
			
		||||
       x1="20.031296"
 | 
			
		||||
       y1="32.697563"
 | 
			
		||||
       x2="90.709213"
 | 
			
		||||
       y2="66.3423"
 | 
			
		||||
       gradientUnits="userSpaceOnUse" /></defs><g
 | 
			
		||||
     inkscape:label="Layer 1"
 | 
			
		||||
     inkscape:groupmode="layer"
 | 
			
		||||
     id="layer1"><rect
 | 
			
		||||
       style="fill:url(#linearGradient11);fill-opacity:1;stroke:none;stroke-width:7.99999;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
 | 
			
		||||
       id="rect10"
 | 
			
		||||
       width="100"
 | 
			
		||||
       height="100"
 | 
			
		||||
       x="0"
 | 
			
		||||
       y="0"
 | 
			
		||||
       ry="28.294127" /><path
 | 
			
		||||
       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
 | 
			
		||||
       d="M 19.377906,68.106953 80.937684,32.43771"
 | 
			
		||||
       id="path10" /><path
 | 
			
		||||
       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
 | 
			
		||||
       d="m 19.044488,32.469148 61.61782,35.569625"
 | 
			
		||||
       id="path9" /><path
 | 
			
		||||
       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
 | 
			
		||||
       d="M 50,85.574911 V 14.425087"
 | 
			
		||||
       id="path8" /><circle
 | 
			
		||||
       style="fill:none;stroke:#ffffff;stroke-width:7.11498;stroke-linecap:round;stroke-linejoin:round"
 | 
			
		||||
       id="path1"
 | 
			
		||||
       cx="50"
 | 
			
		||||
       cy="50"
 | 
			
		||||
       r="35.574913" /><circle
 | 
			
		||||
       style="fill:#09bd05;stroke:#ffffff;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1;stroke-dasharray:none"
 | 
			
		||||
       id="path2"
 | 
			
		||||
       cx="50"
 | 
			
		||||
       cy="84.604881"
 | 
			
		||||
       r="8.2508707" /><circle
 | 
			
		||||
       style="fill:#fe1e24;stroke:#ffffff;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1;stroke-dasharray:none"
 | 
			
		||||
       id="circle2"
 | 
			
		||||
       cx="50"
 | 
			
		||||
       cy="15.395123"
 | 
			
		||||
       r="8.2508707" /><circle
 | 
			
		||||
       style="fill:#fe941d;stroke:#ffffff;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1;stroke-dasharray:none"
 | 
			
		||||
       id="circle3"
 | 
			
		||||
       cx="-68.30127"
 | 
			
		||||
       cy="52.906147"
 | 
			
		||||
       r="8.2508707"
 | 
			
		||||
       transform="rotate(-120)" /><circle
 | 
			
		||||
       style="fill:#001996;stroke:#ffffff;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1;stroke-dasharray:none"
 | 
			
		||||
       id="circle4"
 | 
			
		||||
       cx="-68.30127"
 | 
			
		||||
       cy="-16.30361"
 | 
			
		||||
       r="8.2508707"
 | 
			
		||||
       transform="rotate(-120)" /><circle
 | 
			
		||||
       style="fill:#ffff04;stroke:#ffffff;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1;stroke-dasharray:none"
 | 
			
		||||
       id="circle5"
 | 
			
		||||
       cx="-18.301271"
 | 
			
		||||
       cy="102.90615"
 | 
			
		||||
       r="8.2508707"
 | 
			
		||||
       transform="rotate(-60)" /><circle
 | 
			
		||||
       style="fill:#770287;stroke:#ffffff;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1;stroke-dasharray:none"
 | 
			
		||||
       id="circle6"
 | 
			
		||||
       cx="-18.301271"
 | 
			
		||||
       cy="33.696392"
 | 
			
		||||
       r="8.2508707"
 | 
			
		||||
       transform="rotate(-60)" /><circle
 | 
			
		||||
       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
 | 
			
		||||
       id="path7"
 | 
			
		||||
       cx="50"
 | 
			
		||||
       cy="50"
 | 
			
		||||
       r="9.7918472" /><g
 | 
			
		||||
       inkscape:label="Layer 1"
 | 
			
		||||
       id="layer1-3"
 | 
			
		||||
       transform="matrix(0.08246781,0,0,0.08246781,38.828362,38.828362)"
 | 
			
		||||
       style="stroke:#ffffff"><text
 | 
			
		||||
         xml:space="preserve"
 | 
			
		||||
         style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:96.3615px;line-height:0;font-family:'Noto Serif';-inkscape-font-specification:'Noto Serif, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:end;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
         x="-305.64749"
 | 
			
		||||
         y="194.14493"
 | 
			
		||||
         id="text2819"><tspan
 | 
			
		||||
           sodipodi:role="line"
 | 
			
		||||
           id="tspan2817"
 | 
			
		||||
           style="stroke:#ffffff;stroke-width:0"
 | 
			
		||||
           x="-305.64749"
 | 
			
		||||
           y="194.14493" /></text><circle
 | 
			
		||||
         style="fill:#354b5f;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
         id="path342"
 | 
			
		||||
         cx="135.46666"
 | 
			
		||||
         cy="135.46666"
 | 
			
		||||
         r="135.46666" /><text
 | 
			
		||||
         xml:space="preserve"
 | 
			
		||||
         style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:96.3615px;line-height:0;font-family:'Noto Serif';-inkscape-font-specification:'Noto Serif, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:end;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
         x="-305.64749"
 | 
			
		||||
         y="194.14493"
 | 
			
		||||
         id="text2819-3"><tspan
 | 
			
		||||
           sodipodi:role="line"
 | 
			
		||||
           id="tspan2817-5"
 | 
			
		||||
           style="stroke:#ffffff;stroke-width:0"
 | 
			
		||||
           x="-305.64749"
 | 
			
		||||
           y="194.14493" /></text><g
 | 
			
		||||
         aria-label="❯"
 | 
			
		||||
         id="text2827-6"
 | 
			
		||||
         style="font-size:132.452px;line-height:0;font-family:PowerlineSymbols;-inkscape-font-specification:'PowerlineSymbols, Normal';text-align:end;text-anchor:end;fill:#4e94e4;fill-opacity:1;stroke:#ffffff;stroke-width:0"><path
 | 
			
		||||
           d="M 95.096912,209.8167 143.88912,135.46666 95.096912,61.116629 h 32.818568 l 47.92093,74.350031 -47.92093,74.35004 z"
 | 
			
		||||
           id="path2883-2"
 | 
			
		||||
           style="fill:#4e94e4;fill-opacity:1;stroke:#ffffff;stroke-width:0" /></g></g></g></svg>
 | 
			
		||||
| 
		 After Width: | Height: | Size: 6.8 KiB  | 
							
								
								
									
										126
									
								
								src/images/transparentIcon.svg
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										126
									
								
								src/images/transparentIcon.svg
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,126 @@
 | 
			
		|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 | 
			
		||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
 | 
			
		||||
 | 
			
		||||
<svg
 | 
			
		||||
   width="100mm"
 | 
			
		||||
   height="100mm"
 | 
			
		||||
   viewBox="0 0 100 100"
 | 
			
		||||
   version="1.1"
 | 
			
		||||
   id="svg1"
 | 
			
		||||
   xml:space="preserve"
 | 
			
		||||
   inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
 | 
			
		||||
   sodipodi:docname="transparentIcon.svg"
 | 
			
		||||
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
 | 
			
		||||
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
 | 
			
		||||
   xmlns="http://www.w3.org/2000/svg"
 | 
			
		||||
   xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
 | 
			
		||||
     id="namedview1"
 | 
			
		||||
     pagecolor="#505050"
 | 
			
		||||
     bordercolor="#eeeeee"
 | 
			
		||||
     borderopacity="1"
 | 
			
		||||
     inkscape:showpageshadow="0"
 | 
			
		||||
     inkscape:pageopacity="0"
 | 
			
		||||
     inkscape:pagecheckerboard="0"
 | 
			
		||||
     inkscape:deskcolor="#505050"
 | 
			
		||||
     inkscape:document-units="mm"
 | 
			
		||||
     inkscape:zoom="1.0847363"
 | 
			
		||||
     inkscape:cx="58.07863"
 | 
			
		||||
     inkscape:cy="214.3378"
 | 
			
		||||
     inkscape:window-width="1896"
 | 
			
		||||
     inkscape:window-height="987"
 | 
			
		||||
     inkscape:window-x="35"
 | 
			
		||||
     inkscape:window-y="32"
 | 
			
		||||
     inkscape:window-maximized="0"
 | 
			
		||||
     inkscape:current-layer="layer1" /><defs
 | 
			
		||||
     id="defs1" /><g
 | 
			
		||||
     inkscape:label="Layer 1"
 | 
			
		||||
     inkscape:groupmode="layer"
 | 
			
		||||
     id="layer1"><path
 | 
			
		||||
       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
 | 
			
		||||
       d="M 19.377906,68.106953 80.937684,32.43771"
 | 
			
		||||
       id="path10" /><path
 | 
			
		||||
       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
 | 
			
		||||
       d="m 19.044488,32.469148 61.61782,35.569625"
 | 
			
		||||
       id="path9" /><path
 | 
			
		||||
       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
 | 
			
		||||
       d="M 50,85.574911 V 14.425087"
 | 
			
		||||
       id="path8" /><circle
 | 
			
		||||
       style="fill:none;stroke:#ffffff;stroke-width:7.11498;stroke-linecap:round;stroke-linejoin:round"
 | 
			
		||||
       id="path1"
 | 
			
		||||
       cx="50"
 | 
			
		||||
       cy="50"
 | 
			
		||||
       r="35.574913" /><circle
 | 
			
		||||
       style="fill:#09bd05;stroke:#ffffff;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1;stroke-dasharray:none"
 | 
			
		||||
       id="path2"
 | 
			
		||||
       cx="50"
 | 
			
		||||
       cy="84.604881"
 | 
			
		||||
       r="8.2508707" /><circle
 | 
			
		||||
       style="fill:#fe1e24;stroke:#ffffff;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1;stroke-dasharray:none"
 | 
			
		||||
       id="circle2"
 | 
			
		||||
       cx="50"
 | 
			
		||||
       cy="15.395123"
 | 
			
		||||
       r="8.2508707" /><circle
 | 
			
		||||
       style="fill:#fe941d;stroke:#ffffff;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1;stroke-dasharray:none"
 | 
			
		||||
       id="circle3"
 | 
			
		||||
       cx="-68.30127"
 | 
			
		||||
       cy="52.906147"
 | 
			
		||||
       r="8.2508707"
 | 
			
		||||
       transform="rotate(-120)" /><circle
 | 
			
		||||
       style="fill:#001996;stroke:#ffffff;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1;stroke-dasharray:none"
 | 
			
		||||
       id="circle4"
 | 
			
		||||
       cx="-68.30127"
 | 
			
		||||
       cy="-16.30361"
 | 
			
		||||
       r="8.2508707"
 | 
			
		||||
       transform="rotate(-120)" /><circle
 | 
			
		||||
       style="fill:#ffff04;stroke:#ffffff;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1;stroke-dasharray:none"
 | 
			
		||||
       id="circle5"
 | 
			
		||||
       cx="-18.301271"
 | 
			
		||||
       cy="102.90615"
 | 
			
		||||
       r="8.2508707"
 | 
			
		||||
       transform="rotate(-60)" /><circle
 | 
			
		||||
       style="fill:#770287;stroke:#ffffff;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1;stroke-dasharray:none"
 | 
			
		||||
       id="circle6"
 | 
			
		||||
       cx="-18.301271"
 | 
			
		||||
       cy="33.696392"
 | 
			
		||||
       r="8.2508707"
 | 
			
		||||
       transform="rotate(-60)" /><circle
 | 
			
		||||
       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:6.75;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none"
 | 
			
		||||
       id="path7"
 | 
			
		||||
       cx="50"
 | 
			
		||||
       cy="50"
 | 
			
		||||
       r="9.7918472" /><g
 | 
			
		||||
       inkscape:label="Layer 1"
 | 
			
		||||
       id="layer1-3"
 | 
			
		||||
       transform="matrix(0.08246781,0,0,0.08246781,38.828362,38.828362)"
 | 
			
		||||
       style="stroke:#ffffff"><text
 | 
			
		||||
         xml:space="preserve"
 | 
			
		||||
         style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:96.3615px;line-height:0;font-family:'Noto Serif';-inkscape-font-specification:'Noto Serif, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:end;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
         x="-305.64749"
 | 
			
		||||
         y="194.14493"
 | 
			
		||||
         id="text2819"><tspan
 | 
			
		||||
           sodipodi:role="line"
 | 
			
		||||
           id="tspan2817"
 | 
			
		||||
           style="stroke:#ffffff;stroke-width:0"
 | 
			
		||||
           x="-305.64749"
 | 
			
		||||
           y="194.14493" /></text><circle
 | 
			
		||||
         style="fill:#354b5f;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
         id="path342"
 | 
			
		||||
         cx="135.46666"
 | 
			
		||||
         cy="135.46666"
 | 
			
		||||
         r="135.46666" /><text
 | 
			
		||||
         xml:space="preserve"
 | 
			
		||||
         style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:96.3615px;line-height:0;font-family:'Noto Serif';-inkscape-font-specification:'Noto Serif, Heavy';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:end;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0;stroke-dasharray:none;stroke-opacity:1"
 | 
			
		||||
         x="-305.64749"
 | 
			
		||||
         y="194.14493"
 | 
			
		||||
         id="text2819-3"><tspan
 | 
			
		||||
           sodipodi:role="line"
 | 
			
		||||
           id="tspan2817-5"
 | 
			
		||||
           style="stroke:#ffffff;stroke-width:0"
 | 
			
		||||
           x="-305.64749"
 | 
			
		||||
           y="194.14493" /></text><g
 | 
			
		||||
         aria-label="❯"
 | 
			
		||||
         id="text2827-6"
 | 
			
		||||
         style="font-size:132.452px;line-height:0;font-family:PowerlineSymbols;-inkscape-font-specification:'PowerlineSymbols, Normal';text-align:end;text-anchor:end;fill:#4e94e4;fill-opacity:1;stroke:#ffffff;stroke-width:0"><path
 | 
			
		||||
           d="M 95.096912,209.8167 143.88912,135.46666 95.096912,61.116629 h 32.818568 l 47.92093,74.350031 -47.92093,74.35004 z"
 | 
			
		||||
           id="path2883-2"
 | 
			
		||||
           style="fill:#4e94e4;fill-opacity:1;stroke:#ffffff;stroke-width:0" /></g></g></g></svg>
 | 
			
		||||
| 
		 After Width: | Height: | Size: 6 KiB  | 
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue