Add web client
Join screen, room with screen and camera sharing, live annotation, whiteboard, and the admin panel for kiosks, widgets and branding.
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="1200"
|
||||
height="630"
|
||||
viewBox="0 0 1200 630"
|
||||
role="img"
|
||||
aria-label="PiStation"
|
||||
>
|
||||
<title>PiStation</title>
|
||||
|
||||
<rect width="1200" height="630" fill="#0b0d10" />
|
||||
<rect x="0" y="0" width="1200" height="6" fill="#4f7cff" />
|
||||
|
||||
<g transform="translate(96 168) scale(5.5)" shape-rendering="crispEdges">
|
||||
<rect x="2" y="4" width="28" height="19" fill="#4f7cff" />
|
||||
<rect x="4" y="6" width="24" height="14" fill="#14181d" />
|
||||
<rect x="8" y="8" width="4" height="4" fill="#f4f6f8" />
|
||||
<rect x="14" y="8" width="4" height="4" fill="#f4f6f8" />
|
||||
<rect x="20" y="8" width="4" height="4" fill="#f4f6f8" />
|
||||
<rect x="8" y="14" width="4" height="4" fill="#f4f6f8" />
|
||||
<rect x="14" y="14" width="4" height="4" fill="#f4f6f8" />
|
||||
<rect x="20" y="14" width="4" height="4" fill="#4f7cff" />
|
||||
<rect x="14" y="23" width="4" height="3" fill="#4f7cff" />
|
||||
<rect x="9" y="26" width="14" height="2" fill="#4f7cff" />
|
||||
</g>
|
||||
|
||||
<text
|
||||
x="356"
|
||||
y="268"
|
||||
font-family="Inter, system-ui, -apple-system, 'Segoe UI', sans-serif"
|
||||
font-size="88"
|
||||
font-weight="600"
|
||||
letter-spacing="-2"
|
||||
fill="#f4f6f8"
|
||||
>
|
||||
PiStation
|
||||
</text>
|
||||
|
||||
<text
|
||||
x="356"
|
||||
y="336"
|
||||
font-family="Inter, system-ui, -apple-system, 'Segoe UI', sans-serif"
|
||||
font-size="38"
|
||||
font-weight="400"
|
||||
fill="#a8b3c0"
|
||||
>
|
||||
Any screen becomes a shared screen.
|
||||
</text>
|
||||
|
||||
<text
|
||||
x="356"
|
||||
y="402"
|
||||
font-family="Inter, system-ui, -apple-system, 'Segoe UI', sans-serif"
|
||||
font-size="28"
|
||||
font-weight="400"
|
||||
fill="#6b7885"
|
||||
>
|
||||
Present, annotate and whiteboard together. Self hosted.
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user