feat: initial Funktechnik Schubert website
This commit is contained in:
commit
9a648e2ec8
35 changed files with 7521 additions and 0 deletions
31
public/workbench-signal.svg
Normal file
31
public/workbench-signal.svg
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="1600" height="1000" viewBox="0 0 1600 1000" role="img" aria-label="Technischer Arbeitsplatz mit Signalraster">
|
||||
<defs>
|
||||
<linearGradient id="panel" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0" stop-color="#1d3956"/>
|
||||
<stop offset="1" stop-color="#0a1525"/>
|
||||
</linearGradient>
|
||||
<pattern id="grid" width="54" height="54" patternUnits="userSpaceOnUse">
|
||||
<path d="M54 0H0v54" fill="none" stroke="#2f5578" stroke-width="1" opacity=".32"/>
|
||||
</pattern>
|
||||
</defs>
|
||||
<rect width="1600" height="1000" fill="url(#panel)"/>
|
||||
<rect width="1600" height="1000" fill="url(#grid)"/>
|
||||
<g opacity=".56" fill="none" stroke="#16b6d9" stroke-width="6">
|
||||
<path d="M1080 250c110 96 110 254 0 350"/>
|
||||
<path d="M1160 170c160 142 160 368 0 510"/>
|
||||
<path d="M1245 90c212 188 212 482 0 670"/>
|
||||
</g>
|
||||
<g transform="translate(720 350)">
|
||||
<rect x="0" y="0" width="420" height="220" rx="18" fill="#0d1a2c" stroke="#5a7796" stroke-width="4"/>
|
||||
<rect x="34" y="36" width="190" height="42" rx="5" fill="#152b43" stroke="#16b6d9" stroke-width="3"/>
|
||||
<circle cx="310" cy="74" r="34" fill="#152b43" stroke="#f28c28" stroke-width="5"/>
|
||||
<circle cx="310" cy="74" r="10" fill="#f28c28"/>
|
||||
<path d="M52 140h82l24-42 37 86 38-64h122" stroke="#16b6d9" stroke-width="5"/>
|
||||
<rect x="54" y="178" width="286" height="14" rx="7" fill="#5a7796"/>
|
||||
</g>
|
||||
<g opacity=".5" stroke="#f28c28" stroke-width="5">
|
||||
<path d="M250 705h380"/>
|
||||
<path d="M250 745h300"/>
|
||||
<path d="M250 785h340"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue