No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<svg height="500" width="500" xmlns="http://www.w3.org/2000/svg"> | <svg height="500" width="500" xmlns="http://www.w3.org/2000/svg"> | ||
<style type="text/css"> | <style type="text/css"> | ||
Line 20: | Line 15: | ||
.three { | .three { | ||
fill: var(--color-surface-4); | fill: var(--color-surface-4); | ||
} | |||
a:hover { | |||
text-decoration: none; | |||
} | } | ||
</style> | </style> | ||
<circle class="three" r="250" cx="250" cy="250 | <a href="/Enterprise Support"> | ||
<circle class="three" r="250" cx="250" cy="250"/> | |||
<circle class="two" r="200" cx="250" cy="300 | <text x="250" y="75" fill="white" font-size="35" text-anchor="middle">Enterprise</text> | ||
</a> | |||
<circle class="one" r="150" cx="250" cy="350 | <a href="/Universes"> | ||
<circle class="two" r="200" cx="250" cy="300"/> | |||
<circle class="zero" r="100" cx="250" cy="400 | <text x="250" y="175" fill="white" font-size="35" text-anchor="middle">Universes</text> | ||
</a> | |||
<a href="/Groups"> | |||
<circle class="one" r="150" cx="250" cy="350"/> | |||
<text x="250" y="270" fill="white" font-size="35" text-anchor="middle">Groups</text> | |||
</a> | |||
<a href="/Users"> | |||
<circle class="zero" r="100" cx="250" cy="400"/> | |||
<text x="250" y="410" fill="white" font-size="35" text-anchor="middle">Users</text> | |||
</a> | |||
</svg> | </svg> |
Latest revision as of 04:35, 21 July 2024