oe7drt-website/static/icons/linkemail.svg
Dominic Reich d74ab2861f
update about (remove JS, use SVG instead)
also removed some files (JS), added the link mail icon
2024-12-26 23:24:53 +01:00

52 lines
1 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg"
lang="en-GB"
aria-labelledby="title"
viewBox="0 0 390 48">
<title id="title">Write an email</title>
<defs>
<style type="text/css"><![CDATA[
rect {
width: 390px;
height: 48px;
fill: rgb(237, 233, 254);
rx: 4px;
ry: 4px;
}
a:focus rect,
rect:hover {
rx: 4px;
ry: 4px;
fill: rgb(167, 139, 250);
}
text {
font-size: 16px;
fill: rgb(63, 63, 70);
pointer-events: none;
}
a:focus text,
rect:hover + text {
fill: rgb(255, 255, 255);
/* fill: rgb(39, 39, 42); */
font-weight: 900;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
text-decoration: underline 1px solid rgb(255, 255, 255);
text-underline-offset: 5px;
}
]]></style>
</defs>
<a href="mailto:equal.luck1288@qtztsjosmprqmgtunjyf.com" aria-label="Write an email">
<rect />
<text x="50%" y="50%" text-anchor="middle" dominant-baseline="middle">equal.luck1288@qtztsjosmprqmgtunjyf.com</text>
</a>
</svg>