first commit

This commit is contained in:
valere
2025-09-11 17:37:03 +02:00
commit 8213752385
53 changed files with 11946 additions and 0 deletions

52
public/tools/docker.svg Normal file
View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
class="docker_logo "
id="Layer_1"
data-name="Layer 1"
viewBox="0 0 674.98842 537.23019"
version="1.1"
sodipodi:docname="docker.svg"
width="674.9884"
height="537.23016"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
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="namedview8"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#505050"
showgrid="false"
inkscape:zoom="0.31142373"
inkscape:cx="319.50038"
inkscape:cy="268.12343"
inkscape:window-width="1920"
inkscape:window-height="1011"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="Layer_1" />
<defs
id="defs1">
<style
id="style1">
.cls-1 {
fill: #1d63ed;
stroke-width: 0px;
}
</style>
</defs>
<path
class="cls-1"
d="m 664.00838,223.35 c -16.55,-11.14 -60.03,-15.89 -91.64,-7.38 -1.7,-31.49 -17.94,-58.03 -47.65,-81.17 l -10.99,-7.38 -7.33,11.07 c -14.4,21.86 -20.47,51 -18.33,77.49 1.7,16.32 7.37,34.66 18.33,47.97 -41.15,23.87 -79.07,18.45 -247.03,18.45 H 0.05837932 c -0.76,37.93 5.33999998,110.88 51.72999968,170.27 5.12,6.56 10.74,12.91 16.84,19.02 37.720001,37.77 94.710001,65.47 179.930001,65.54 130,0.12 241.39,-70.16 309.15,-240.07 22.3,0.37 81.15,3.99 109.95,-51.66 0.7,-0.94 7.33,-14.76 7.33,-14.76 l -10.98,-7.38 z m -494.72,-39.14 H 96.368379 v 72.92 h 72.920001 z m 94.21,0 h -72.92 v 72.92 h 72.92 z m 94.21,0 h -72.92 v 72.92 h 72.92 z m 94.21,0 h -72.92 v 72.92 h 72.92 z m -376.820001,0 H 2.1583793 v 72.92 H 75.078379 V 184.21 Z M 169.30838,92.1 H 96.388379 v 72.92 h 72.920001 z m 94.21,0 h -72.92 v 72.92 h 72.92 z m 94.21,0 h -72.92 v 72.92 h 72.92 z m -0.03,-92.1 h -72.92 v 72.92 h 72.92 z"
id="path1" />
<g
id="g8"
transform="translate(-0.00162068)" />
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0 0 48 48">
<path fill="#ffd600" d="M6,42V6h36v36H6z"></path><path fill="#000001" d="M29.538 32.947c.692 1.124 1.444 2.201 3.037 2.201 1.338 0 2.04-.665 2.04-1.585 0-1.101-.726-1.492-2.198-2.133l-.807-.344c-2.329-.988-3.878-2.226-3.878-4.841 0-2.41 1.845-4.244 4.728-4.244 2.053 0 3.528.711 4.592 2.573l-2.514 1.607c-.553-.988-1.151-1.377-2.078-1.377-.946 0-1.545.597-1.545 1.377 0 .964.6 1.354 1.985 1.951l.807.344C36.452 29.645 38 30.839 38 33.523 38 36.415 35.716 38 32.65 38c-2.999 0-4.702-1.505-5.65-3.368L29.538 32.947zM17.952 33.029c.506.906 1.275 1.603 2.381 1.603 1.058 0 1.667-.418 1.667-2.043V22h3.333v11.101c0 3.367-1.953 4.899-4.805 4.899-2.577 0-4.437-1.746-5.195-3.368L17.952 33.029z"></path>
</svg>

After

Width:  |  Height:  |  Size: 804 B

13
public/tools/nest.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

2
public/tools/pinia.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.2 KiB

9
public/tools/react.svg Normal file
View File

@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-11.5 -10.23174 23 20.46348">
<title>React Logo</title>
<circle cx="0" cy="0" r="2.05" fill="#61dafb"/>
<g stroke="#61dafb" stroke-width="1" fill="none">
<ellipse rx="11" ry="4.2"/>
<ellipse rx="11" ry="4.2" transform="rotate(60)"/>
<ellipse rx="11" ry="4.2" transform="rotate(120)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 366 B

View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 54 33"><g clip-path="url(#prefix__clip0)"><path fill="#38bdf8" fill-rule="evenodd" d="M27 0c-7.2 0-11.7 3.6-13.5 10.8 2.7-3.6 5.85-4.95 9.45-4.05 2.054.513 3.522 2.004 5.147 3.653C30.744 13.09 33.808 16.2 40.5 16.2c7.2 0 11.7-3.6 13.5-10.8-2.7 3.6-5.85 4.95-9.45 4.05-2.054-.513-3.522-2.004-5.147-3.653C36.756 3.11 33.692 0 27 0zM13.5 16.2C6.3 16.2 1.8 19.8 0 27c2.7-3.6 5.85-4.95 9.45-4.05 2.054.514 3.522 2.004 5.147 3.653C17.244 29.29 20.308 32.4 27 32.4c7.2 0 11.7-3.6 13.5-10.8-2.7 3.6-5.85 4.95-9.45 4.05-2.054-.513-3.522-2.004-5.147-3.653C23.256 19.31 20.192 16.2 13.5 16.2z" clip-rule="evenodd"/></g><defs><clipPath id="prefix__clip0"><path fill="#fff" d="M0 0h54v32.4H0z"/></clipPath></defs></svg>

After

Width:  |  Height:  |  Size: 773 B

4
public/tools/vue.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" class="logo" viewBox="0 0 128 128" width="24" height="24">
<path fill="#42b883" d="M78.8,10L64,35.4L49.2,10H0l64,110l64-110C128,10,78.8,10,78.8,10z"></path>
<path fill="#35495e" d="M78.8,10L64,35.4L49.2,10H25.6L64,76l38.4-66H78.8z"></path>
</svg>

After

Width:  |  Height:  |  Size: 291 B