Build the website

This commit is contained in:
Tim Schaub
2022-08-08 19:57:34 -06:00
parent 3a05a73471
commit 9dff55a8ac
46 changed files with 1479 additions and 597 deletions
+23
View File
@@ -0,0 +1,23 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100" height="100" viewBox="0 0 100 100"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<g id="layer" transform="translate(50 50)">
<g transform="scale(0.7071 0.5)">
<g transform="translate(-50 -50)">
<rect width="100" height="100" rx="15" transform="rotate(45 50 50)" />
</g>
</g>
</g>
</defs>
<g fill="#FFFFFF" transform="translate(0 10)">
<use xlink:href="#layer"/>
</g>
<g fill="#333333">
<use xlink:href="#layer"/>
</g>
<g fill="#00AAFF" transform="translate(0 -10)">
<use xlink:href="#layer"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 739 B

+23
View File
@@ -0,0 +1,23 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100" height="100" viewBox="0 0 100 100"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<g id="layer" transform="translate(50 50)">
<g transform="scale(0.7071 0.5)">
<g transform="translate(-50 -50)">
<rect width="100" height="100" rx="15" transform="rotate(45 50 50)" />
</g>
</g>
</g>
</defs>
<g fill="#333333" transform="translate(0 10)">
<use xlink:href="#layer"/>
</g>
<g fill="#FFFFFF">
<use xlink:href="#layer"/>
</g>
<g fill="#00AAFF" transform="translate(0 -10)">
<use xlink:href="#layer"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 739 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB