1
0
Fork 0

id page and markup/css cleanup

This commit is contained in:
Rhiannon Morris 2024-03-02 18:23:17 +01:00
parent 45bc1a60b6
commit 749d22b8b8
28 changed files with 313 additions and 641 deletions

View File

@ -1,13 +1,12 @@
FONTS = $(shell find fonts -type f)
CSS = base.css index.css where.css comms.css ANGELF~1.CSS
PAGES = index.html where.html comms.html ANGELF~1.HTM pubkey.txt
CSS = base.css index.css where.css comms.css ANGELF~1.CSS id.css
PAGES = index.html where.html comms.html ANGELF~1.HTM pubkey.txt id.html
MEDIA = $(patsubst %,media/%, \
bg.png bg_2x.png bg_dim.png bg_2x_dim.png kesi.png \
bg.png bg_2x.png bg_dim.png bg_2x_dim.png kesi.png quoxtrans.png \
mlem.gif mlem_static.png chitter.png lockpen.png \
niss-nisse.mp3 niss-nisse.ogg \
comm-examples.png \
quobl.png quobl2.png \
) \
$(wildcard media/*.svg)
$(wildcard media/*.svg) $(wildcard media/flags/*)
AFMEDIA = $(patsubst %,NEWFOL~1/%, \
GEC.JPG PBRUSH.GIF PROGRAM.GIF QUESTION.GIF MAIL.GIF LOWBATT.GIF \
W95FA.otf w95fa.woff w95fa.woff2 \

View File

@ -148,6 +148,13 @@ rt::after { margin-right: -1.25em; }
height: 1.2em; width: 1.2em;
}
.pixel {
/* firefox doesn't support "pixelated" but does treat "crisp-edges"
* to mean that */
image-rendering: crisp-edges;
image-rendering: pixelated;
}
/******************************/
/* actual accessibility stuff */

109
comms.css
View File

@ -1,109 +0,0 @@
@import url(base.css);
:root {
--img-width: 1050px;
--img-height: 875px;
}
main {
max-width: calc(var(--img-width) + 150px);
}
h1 {
font-size: 250%;
--around-image: url(media/sparkles.svg);
}
#examples dt {
position: relative;
}
#examples dt i {
display: inline-block;
transform: rotate(-8deg);
margin-left: 0.5em;
padding: 0.25em 0.75em;
border-radius: 0.3em;
font-size: 1.2rem;
font-style: normal;
background: hsl(var(--hue), 80%, 80%);
border: 2px solid hsl(var(--hue), 80%, 35%);
box-shadow: 8px 6px 5px hsla(0deg, 0%, 0%, 30%);
color: black;
text-shadow: none;
}
.closed { --hue: 350deg; }
.soon { --hue: 55deg; }
.open { --hue: 110deg; }
@media (prefers-color-scheme: dark) {
#examples dt i {
background: hsl(var(--hue), 90%, 30%);
border: 2px solid hsl(var(--hue), 80%, 15%);
box-shadow: none;
color: white;
}
.soon { --hue: 50deg; }
}
#examples, #examples > * {
height: var(--img-height);
width: var(--img-width);
}
#examples {
overflow: hidden;
position: relative;
}
#examples > * {
position: absolute;
top: 0px; left: 0px;
margin: 0;
}
#examples {
width: var(--img-width);
box-sizing: border-box;
margin: 1em auto;
border: 3px solid var(--glow-col);
border-radius: 1em;
}
#examples dl {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
#examples dl > * {
background: hsla(320deg, 40%, 20%, 60%);
margin: 0;
padding: 0.125em 0 0.25em;
}
#examples :is(dt, dd) { text-align: center; }
#examples dt { grid-area: 1; align-self: start; font-size: 200%; }
#examples dd { grid-area: 2; align-self: end; font-size: 300%; }
#examples a { font-weight: 700; }
#examples dl { pointer-events: none; }
#examples a { pointer-events: auto; }
@media (prefers-reduced-transparency) {
#status {
box-shadow: none;
}
#examples dl > * {
background: hsl(20deg, 35%, 25%);
}
}

View File

@ -1,43 +0,0 @@
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<link rel=icon href=media/icon.svg>
<link rel=stylesheet href=comms.css>
<title>commission info</title>
<map name=example-links>
<area href='//commiss.io/listings/OvOb' shape=rect coords='0,0,350,850'>
<area href='//commiss.io/listings/DpnB' shape=rect coords='350,0,700,850'>
<area href='//commiss.io/listings/r6pO' shape=rect coords='700,0,1050,850'>
</map>
<main>
<h1>commission info</h1>
<section id=examples>
<img src=media/comm-examples.png usemap=#example-links>
<dl>
<dt>
<a href='//commiss.io/listings/OvOb'>colour</a>
<i class=closed>closed</i>
<dd><a href='//commiss.io/listings/OvOb'>$60</a>
<dt>
<a href='//commiss.io/listings/DpnB'>flat</a>
<i class=closed>closed</i>
<dd>
<a href='//commiss.io/listings/DpnB'>$45</a>
<dt>
<a href='//commiss.io/listings/r6pO'>sketch</a>
<i class=soon>soon!</i>
<dd>
<a href='//commiss.io/listings/r6pO'>$25</a>
</dl>
</section>
<a href=/>home</a>
</main>

49
id.css Normal file
View File

@ -0,0 +1,49 @@
@import url(base.css);
main {
max-width: 950px;
padding: 2em;
background:
url(media/quobl2.png) bottom left 5% / 30% no-repeat,
var(--default-bg);
background-blend-mode: multiply;
}
footer {
margin-top: 6em;
}
.flags {
list-style: none;
padding: 0;
}
.flags li {
display: inline-block;
padding: 0 .25em;
}
.flags img {
height: 1.25em;
border: 2px solid oklch(37.28% 0.1488 17.16 / 80%);
transform: rotate(-3deg);
}
dl {
grid-template-columns: repeat(2, auto);
row-gap: 1em;
}
p {
margin: 0 0 .5em 0;
}
.note {
font-size: 80%;
}
ul {
margin: 0;
}

55
id.html Normal file
View File

@ -0,0 +1,55 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<link rel=icon href=media/icon.svg>
<link rel=stylesheet href=id.css>
<title>identity matrix</title>
<main>
<h1>identity matrix</h1>
<hr>
<dl>
<dt>name
<dd>
<ul>
<li> <b>niss</b> or <b>q.t.</b>
<li> <b>rhiannon</b>/<b>rhi</b> when necessary
<li> always lowercase
</ul>
<dt>pronouns
<dd>
<ul>
<li> <b>she</b>, <b>they</b>, or <b>it</b> in english. pick whichever
<li> <b>sie</b> auf deutsch
</ul>
<dt>shapes
<dd>
<ul>
<li>
<a href=https://gallery.niss.website/by-any/#require_niss;require_nisse;hide_filters>gold dust day gecko</a> ×2,
from “real life”
<li><a href=https://gallery.niss.website/by-any/#require_q_t_;hide_filters>quox</a>,
from the tower of druaga
<li><a href=https://gallery.niss.website/by-any/#require_kesi;hide_filters>bubble dragon</a>, from bubble bobble
<li>some others that come and go
</ul>
</dl>
<ul class=flags>
<li> <img src=media/flags/nb.png alt=non-binary title=non-binary>
<li> <img src=media/flags/gf.png alt=genderfluid title=genderfluid>
<li> <img src=media/flags/pan.png alt=pansexual title=pansexual>
<li> <img src=media/flags/quoi.png alt=quoiromantic title=quoiromantic>
<li> <img src=media/flags/polyam.png alt=polyamorous title=polyamorous>
</ul>
<footer>
<a href=/>main</a>
</footer>
</main>

View File

@ -1,7 +1,16 @@
@import url(base.css);
:root {
width: 100vw; height: 100vh;
margin: 0; padding: 0;
display: grid;
align-items: center;
justify-content: center;
}
main {
max-width: 35em;
width: 35em;
padding: 2em;
}
@ -10,6 +19,7 @@ main {
position: relative;
height: 219px;
width: 420px;
cursor-events: none;
}
.mlem-text {
font-size: 110%;
@ -19,11 +29,6 @@ main {
}
.niss { bottom: 100%; left: 20px; }
.nisse { bottom: 85%; right: 0; }
/* doing this to an animation might be too much
#mlem picture {
filter: drop-shadow(0 0 30px var(--glow-col));
}
*/
#mlem img {
/* firefox doesn't support "pixelated" but does treat "crisp-edges"
* to mean that */
@ -31,66 +36,19 @@ main {
image-rendering: pixelated;
}
header {
margin: 0;
ruby-position: under;
}
header h1 {
margin-top: 0;
}
rt {
font-size: 60%;
font-style: italic;
}
@media (hover) {
[title] {
text-decoration: dotted underline;
text-decoration-thickness: 2px;
}
[title]::after {
content: url(media/info.svg);
display: inline-block;
width: 0.75em; height: 0.75em;
vertical-align: text-top;
}
}
@media (hover: none) {
[title]::after {
content: attr(title);
font-size: 75%;
font-weight: var(--weight);
display: inline-block;
}
}
rt { --around-image: url(media/star.svg); }
h1, h2 { --around-image: url(media/sparkles.svg); }
[href='#listen']::before {
vertical-align: middle;
height: 1.2em; width: 1.2em;
}
[href='#listen']::before {
content: url(media/speaker.svg);
display: inline-block;
}
#links .icon {
display: block;
margin: auto;
#links img {
margin-right: 0.75em;
height: 1.5em;
width: 1.5em;
filter: drop-shadow(0 0 10px var(--glow-col));
vertical-align: middle;
}
#links menu {
menu {
display: grid;
grid-column-gap: 1em;
grid-template-columns: repeat(auto-fit, minmax(4.5rem, 1fr));
gap: 1em;
grid-template-columns: 1fr 1fr;
max-width: 85%;
margin: auto;
@ -98,4 +56,4 @@ h1, h2 { --around-image: url(media/sparkles.svg); }
font-size: 125%;
}
#links li { list-style: none; }
li { list-style: none; }

View File

@ -2,123 +2,47 @@
<html lang=en>
<meta charset=utf-8>
<link rel=me href=https://chitter.xyz/@niss>
<link rel=me href=https://cohost.org/niss>
<link rel=icon href=media/icon.svg>
<meta name=robots content='noai,noimageai'>
<link rel=me href=//chitter.xyz/@niss>
<link rel=me href=//cohost.org/niss>
<link rel=me href=//yiff.life/@niss>
<link rel=stylesheet href=index.css>
<link rel=icon href=media/icon.svg>
<title>🦎 the gec zone 🦎</title>
<main>
<header>
<h1>so basically? <b>im gecs</b></h1>
<div id=mlem>
<p class='mlem-text niss'>“mlem”</p>
<p class='mlem-text nisse'>“mlem also”</p>
<a href=https://gallery.niss.website/main/niss/2020-06-20-mlem>
<picture>
<source srcset=media/mlem_static.png media='(prefers-reduced-motion)'>
<img src=media/mlem.gif alt='— the gecs'>
</picture>
</a>
</div>
<p>
a <ruby><b>big one</b>
<rp>(<rt>niss (she/her)<rp>)</ruby>
and a <ruby><b>little one</b>
<rp>(<rt>nisse (he/him)<rp>)</ruby>
<header id=mlem>
<p class='mlem-text niss'>“mlem”</p>
<p class='mlem-text nisse'>“mlem also”</p>
<picture>
<source srcset=media/mlem_static.png class=pixel
media='(prefers-reduced-motion)'>
<img src=media/mlem.gif class=pixel alt='— the gecs'>
</picture>
</header>
<hr>
<nav id=links>
<menu>
<li>
<a href=https://gallery.niss.website>
<img class=icon src=media/art.svg>
art
</a>
<li>
<a href=//commiss.io/niss>
<img class=icon src=media/money.svg>
comms
</a>
<li>
<a href=https://git.rhiannon.website/rhi>
<img class=icon src=media/code.svg>
code
</a>
<li>
<a href=https://lang.niss.website>
<img class=icon src=media/speech.svg>
conlangs
</a>
<li>
<a href=where.html>
<img class=icon src=media/contact.svg>
contact
</a>
</menu>
</nav>
<menu id=links>
<li> <a href=id.html><img src=media/info.svg> identity</a>
<li> <a href=where.html><img src=media/contact.svg> contact</a>
<li> <a href=//gallery.niss.website><img src=media/art.svg> art</a>
<li> <a href=//commiss.io/niss><img src=media/money.svg> comms</a>
<li> <a href=//git.rhiannon.website><img src=media/code.svg> code</a>
<li> <a href=//lang.niss.website><img src=media/speech.svg> conlangs</a>
</menu>
<hr>
<section>
<h2>stats</h2>
<dl>
<dt> how to say
<dd>
<a id=soundlink>
<span class=ipa>nɪs</span>, <span class=ipa>nɪ</span>
</a>
<audio id=miku>
<source src=media/niss-nisse.mp3 type=audio/mpeg>
<source src=media/niss-nisse.ogg type=audio/ogg>
(<a href=media/niss-nisse.mp3>listen</a>)
</audio>
<noscript>
(<a href=media/niss-nisse.mp3>listen</a>)
</noscript>
<dt> prons <dd> she
<dt> quantity <dd> 2
<dt> consistency <dd> soft
<dt> limbs <dd> too many
<dt> energy <dd> <img src=media/battery_low.svg alt=low class=emojo>
</dl>
</section>
<footer>
<a href=//cohost.org/candiedreptile/post/3942660-socked-quox-in-b>
<img src=media/quoxtrans.png width=88 height=31 class=pixel>
</a>
</footer>
</main>
<script>
window.addEventListener('load', function() {
let link = document.getElementById('soundlink');
let miku = document.getElementById('miku');
function play(e) {
e.preventDefault();
miku.play();
}
// attempt to ensure at least one of the sources is recognised
// (and that <audio> is supported)
if (!isNaN(miku.duration)) {
link.href = '#listen';
link.addEventListener('click', play);
}
});
</script>
<!--
- mutant standard emoji by @Dzuque: 👉 https://mutant.tech 👈
(licensed cc-by-nc-sa 4.0)
- miku recorded by @derFisch
mutant standard emoji by caius nocturne: 👉 mutant.tech 👈
(licensed cc-by-nc-sa 4.0)
-->

View File

@ -1 +1,44 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path clip-rule="evenodd" d="m0 0h32v32h-32z"/></clipPath><clipPath id="b"><path clip-rule="evenodd" d="m28 15.995c0-.531-.211-1.039-.586-1.414s-.884-.586-1.414-.586c-4.52 0-15.48 0-20 0-.53 0-1.039.211-1.414.586s-.586.883-.586 1.414v12.005c0 .53.211 1.039.586 1.414s.884.586 1.414.586h20c.53 0 1.039-.211 1.414-.586s.586-.884.586-1.414c0-3.075 0-8.93 0-12.005z"/></clipPath><metadata/><path d="m0 0h32v32h-32z" fill="none"/><g clip-path="url(#a)"><path d="m11.369 13.995-2.495-2.495v-2.5l2.121-2.121 3.5 3.5v-8.379h3v8.379l3.5-3.5 2.121 2.121v2.5l-2.495 2.495h5.379c.53 0 1.039.211 1.414.586s.586.883.586 1.414v12.005c0 .53-.211 1.039-.586 1.414s-.884.586-1.414.586c-4.52 0-15.48 0-20 0-.53 0-1.039-.211-1.414-.586s-.586-.884-.586-1.414c0-3.075 0-8.93 0-12.005 0-.531.211-1.039.586-1.414s.884-.586 1.414-.586z" fill="none" stroke="#000" stroke-width="4"/><path d="m28 15.995c0-.531-.211-1.039-.586-1.414s-.884-.586-1.414-.586c-4.52 0-15.48 0-20 0-.53 0-1.039.211-1.414.586s-.586.883-.586 1.414v12.005c0 .53.211 1.039.586 1.414s.884.586 1.414.586h20c.53 0 1.039-.211 1.414-.586s.586-.884.586-1.414c0-3.075 0-8.93 0-12.005z" fill="#fff"/><g clip-path="url(#b)" stroke-width="2"><path d="m4 30 12-11.559 12 11.559" fill="none" stroke="#ccc"/><path d="m4 13.995s6.595 5.864 10.007 8.897c1.136 1.011 2.85 1.011 3.986 0 3.412-3.033 10.007-8.897 10.007-8.897" fill="#fff" stroke="#999"/></g><g fill-rule="nonzero"><path d="m14.495 12.379h3l3.5-3.5 2.121.121v2.5l-7.121 7.121-7.121-7.121v-2.5l2.121-.121z" fill="#9f146a"/><path d="m17.495 10.379 3.5-3.5 2.121 2.121-7.121 7.121-7.121-7.121 2.121-2.121 3.5 3.5v-8.379h3z" fill="#ec2fa4"/></g></g></svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!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 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;">
<metadata>
<rdf:RDF xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc = "http://purl.org/dc/elements/1.1/"
>
<rdf:Description rdf:about="">
<dc:title>Mutant Standard emoji 2023.12</dc:title>
</rdf:Description>
<cc:work rdf:about="">
<cc:license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/4.0/"/>
<cc:attributionName>Caius Nocturne</cc:attributionName>
<cc:attributionURL>http://mutant.tech/</cc:attributionURL>
</cc:work>
</rdf:RDF>
</metadata>
<rect id="envelope_with_arrow" x="0" y="0" width="32" height="32" style="fill:none;"/>
<clipPath id="_clip1">
<rect x="0" y="0" width="32" height="32"/>
</clipPath>
<g clip-path="url(#_clip1)">
<g id="outline">
<path d="M11.369,13.995l-2.495,-2.495l-0,-2.5l2.121,-2.121l3.5,3.5l-0,-8.379l3,0l-0,8.379l3.5,-3.5l2.121,2.121l0,2.5l-2.495,2.495l5.379,-0c0.53,-0 1.039,0.211 1.414,0.586c0.375,0.375 0.586,0.883 0.586,1.414c-0,3.075 -0,8.93 0,12.005c0,0.53 -0.211,1.039 -0.586,1.414c-0.375,0.375 -0.884,0.586 -1.414,0.586c-4.52,-0 -15.48,-0 -20,-0c-0.53,0 -1.039,-0.211 -1.414,-0.586c-0.375,-0.375 -0.586,-0.884 -0.586,-1.414c-0,-3.075 -0,-8.93 -0,-12.005c-0,-0.531 0.211,-1.039 0.586,-1.414c0.375,-0.375 0.884,-0.586 1.414,-0.586l5.369,-0Z" style="fill:none;stroke:#000;stroke-width:4px;"/>
</g>
<g id="emoji">
<path d="M28,15.995c0,-0.531 -0.211,-1.039 -0.586,-1.414c-0.375,-0.375 -0.884,-0.586 -1.414,-0.586c-4.52,-0 -15.48,-0 -20,-0c-0.53,-0 -1.039,0.211 -1.414,0.586c-0.375,0.375 -0.586,0.883 -0.586,1.414c-0,3.075 -0,8.93 -0,12.005c-0,0.53 0.211,1.039 0.586,1.414c0.375,0.375 0.884,0.586 1.414,0.586c4.52,-0 15.48,-0 20,-0c0.53,0 1.039,-0.211 1.414,-0.586c0.375,-0.375 0.586,-0.884 0.586,-1.414c0,-3.075 0,-8.93 0,-12.005Z" style="fill:#fff;"/>
<clipPath id="_clip2">
<path d="M28,15.995c0,-0.531 -0.211,-1.039 -0.586,-1.414c-0.375,-0.375 -0.884,-0.586 -1.414,-0.586c-4.52,-0 -15.48,-0 -20,-0c-0.53,-0 -1.039,0.211 -1.414,0.586c-0.375,0.375 -0.586,0.883 -0.586,1.414c-0,3.075 -0,8.93 -0,12.005c-0,0.53 0.211,1.039 0.586,1.414c0.375,0.375 0.884,0.586 1.414,0.586c4.52,-0 15.48,-0 20,-0c0.53,0 1.039,-0.211 1.414,-0.586c0.375,-0.375 0.586,-0.884 0.586,-1.414c0,-3.075 0,-8.93 0,-12.005Z"/>
</clipPath>
<g clip-path="url(#_clip2)">
<path d="M4,30l12,-11.559l12,11.559" style="fill:none;stroke:#ccc;stroke-width:2px;"/>
<path d="M4,13.995c-0,-0 6.595,5.864 10.007,8.897c1.136,1.011 2.85,1.011 3.986,0c3.412,-3.033 10.007,-8.897 10.007,-8.897" style="fill:#fff;stroke:#999;stroke-width:2px;"/>
</g>
<path d="M14.495,12.379l3,-0l3.5,-3.5l2.121,0.121l0,2.5l-7.121,7.121l-7.121,-7.121l-0,-2.5l2.121,-0.121l3.5,3.5Z" style="fill:#9f146a;fill-rule:nonzero;"/>
<path d="M17.495,10.379l3.5,-3.5l2.121,2.121l-7.121,7.121l-7.121,-7.121l2.121,-2.121l3.5,3.5l-0,-8.379l3,-0l-0,8.379Z" style="fill:#ec2fa4;fill-rule:nonzero;"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -1,119 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
clip-rule="evenodd"
fill-rule="evenodd"
stroke-linecap="round"
stroke-miterlimit="3"
viewBox="0 0 32 32"
version="1.1"
id="svg32"
sodipodi:docname="dove.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<defs
id="defs36" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2306"
inkscape:window-height="1946"
id="namedview34"
showgrid="false"
inkscape:zoom="22.34375"
inkscape:cx="16"
inkscape:cy="16"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg32" />
<clipPath
id="a">
<path
clip-rule="evenodd"
d="m0 0h32v32h-32z"
id="path2" />
</clipPath>
<clipPath
id="b">
<path
clip-rule="evenodd"
d="m10 10h.109c.532 0 1.004.34 1.173.845.295.887.718 2.155.718 2.155s-4.533.755-5.719.953c-.187.031-.371.077-.551.137-.738.246-2.73.91-2.73.91s.769-.769 1.353-1.353c.43-.43.911-.805 1.432-1.118 1.407-.844 4.215-2.529 4.215-2.529z"
id="path5" />
</clipPath>
<metadata
id="metadata8">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<path
d="m0 0h32v32h-32z"
fill="none"
id="path10" />
<g
clip-path="url(#a)"
id="g30"
transform="matrix(-1,0,0,1,32.153968,0)">
<path
d="M 29,30 C 29,30 28.384,21.687 27.836,14.287 27.624,11.428 26.196,8.797 23.913,7.063 21.63,5.329 18.713,4.657 15.902,5.22 15.88,5.224 15.858,5.228 15.837,5.233 13.416,5.717 11.354,7.292 10.25,9.5 9.592,10.816 9,12 9,12 l -1,2 c 0,0 2.334,0.778 4.625,1.542 1.1,0.366 1.987,1.192 2.43,2.264 0.444,1.071 0.401,2.282 -0.118,3.319 C 14.819,21.363 14.7,21.6 14.584,21.833 13.542,23.916 13,26.212 13,28.541 V 30 Z"
fill="none"
stroke="#000000"
stroke-width="4"
id="path12" />
<path
d="m 10,10 2,3 c 0,0 -0.216,0.432 -0.447,0.894 C 11.214,14.572 10.521,15 9.764,15 7.519,15 3,15 3,15 3,15 3.769,14.231 4.353,13.647 4.783,13.217 5.264,12.842 5.785,12.529 7.192,11.685 10,10 10,10 Z"
fill="none"
stroke="#000000"
stroke-linejoin="round"
stroke-width="4"
id="path14" />
<path
d="M 29,30 C 29,30 28.384,21.687 27.836,14.287 27.624,11.428 26.196,8.797 23.913,7.063 21.63,5.329 18.713,4.657 15.902,5.22 15.88,5.224 15.858,5.228 15.837,5.233 13.416,5.717 11.354,7.292 10.25,9.5 9.592,10.816 9,12 9,12 l -1,2 c 0,0 2.334,0.778 4.625,1.542 1.1,0.366 1.987,1.192 2.43,2.264 0.444,1.071 0.401,2.282 -0.118,3.319 C 14.819,21.363 14.7,21.6 14.584,21.833 13.542,23.916 13,26.212 13,28.541 V 30 Z"
fill="#d4d5d8"
id="path16" />
<circle
cx="17"
cy="11"
fill="#de742e"
r="2"
id="circle18" />
<circle
cx="17"
cy="11"
r="1"
id="circle20" />
<path
d="m 10,10 h 0.109 c 0.532,0 1.004,0.34 1.173,0.845 C 11.577,11.732 12,13 12,13 12,13 7.467,13.755 6.281,13.953 6.094,13.984 5.91,14.03 5.73,14.09 4.992,14.336 3,15 3,15 3,15 3.769,14.231 4.353,13.647 4.783,13.217 5.264,12.842 5.785,12.529 7.192,11.685 10,10 10,10 Z"
fill="#f6bcbc"
id="path22" />
<g
clip-path="url(#b)"
id="g26">
<path
d="m 6,10 c 0,0 3.142,2.514 4.445,3.556 0.351,0.281 0.555,0.706 0.555,1.155 v 0.164 L 16,15 V 8 H 9 Z"
fill="#eeeeec"
id="path24" />
</g>
<path
d="m 3,15 3,-2 h 6 c 0,0 -0.216,0.432 -0.447,0.894 C 11.214,14.572 10.521,15 9.764,15 9.354,15 9,15 9,15 Z"
fill="#f6bcbc"
id="path28" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -1,151 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:serif="http://www.serif.com/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="100%"
height="100%"
viewBox="0 0 512 512"
version="1.1"
xml:space="preserve"
style="fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;"
id="svg44"
sodipodi:docname="dragncool.svg"
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"><metadata
id="metadata50"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs48" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="713"
inkscape:window-height="480"
id="namedview46"
showgrid="false"
inkscape:zoom="0.4609375"
inkscape:cx="256"
inkscape:cy="256"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg44" />
<g
transform="matrix(-0.373662,0.154704,0.262868,0.634914,810.83,-270.806)"
id="g4">
<path
d="m 1375.42,266.148 -19.04,-0.164 c 0,0 -16.1,64.475 -100.7,63.424 -106,-1.318 -115.7,-148.757 -115.7,-148.757 l 213.33,53.429 27.93,-0.573 z"
style="fill:#2f2f2f"
id="path2"
inkscape:connector-curvature="0" />
</g>
<rect
id="Artboard1"
x="-512"
y="0"
width="512"
height="512"
style="fill:none"
transform="scale(-1,1)" />
<clipPath
id="_clip1">
<rect
id="Artboard11"
serif:id="Artboard1"
x="0"
y="0"
width="512"
height="512" />
</clipPath>
<g
clip-path="url(#_clip1)"
id="g42"
transform="matrix(-1,0,0,1,512,0)">
<g
id="Layer-2"
serif:id="Layer 2">
<g
transform="translate(42.8599,460.333)"
id="g11">
<path
d="m 0,-376.63 c 26.196,7.325 26.175,28.061 26.175,28.061 l 62.401,-12.146 c 0,0 23.662,-39.547 55.585,-31.524 12.095,0.262 25.275,4.799 90.028,0.895 5.351,-0.322 11.667,1.491 17.119,-0.597 61.776,-23.65 128.309,-53.305 128.309,-53.305 0,0 36.061,52.85 -42.734,101.247 0,1.541 -0.25,-0.29 0.75,1.666 1.882,-0.208 11.231,-2.256 127.325,-40.974 0,0 29.682,73.974 -73.204,107.789 -10.834,4.167 -5.731,12.44 -1.614,21.685 17.272,38.785 13,93 -0.5,151.5 -14.182,61.46 -64.814,131.449 -77.042,142.649 -124.517,28.3 -246.941,-59.75 -223.46,-79.272 31.579,-26.254 72.562,-60.575 89.642,-84.377 15.492,-21.59 32.86,-70.564 11.36,-74.064 -55.855,-9.093 -184.897,13.429 -206.203,-7.263 -19.537,-18.972 -25.054,-61.501 -25.054,-61.501 l 11.264,-106.119 c 0,0 3.657,-11.674 29.853,-4.35"
style="fill:#ffba00;fill-rule:nonzero"
id="path9"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(-0.829036,0.559195,0.559195,0.829036,48.2208,113.618)"
id="g15">
<path
d="m 6.534,-21.372 c 6.448,0.027 11.676,5.28 11.676,11.733 0,6.454 -5.228,11.663 -11.676,11.637 -6.448,-0.027 -11.676,-5.28 -11.676,-11.733 0,-6.454 5.228,-11.663 11.676,-11.637"
style="fill:#231f20;fill-rule:nonzero"
id="path13"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(-0.655273,0.755392,0.755392,0.655273,222.127,139.542)"
id="g19">
<path
d="M 22.091,-41.365 C 39.547,-40.883 51.156,-22.317 50.826,-9.19 50.495,3.938 39.547,13.353 22.091,12.87 4.636,12.387 -13.9,-5.223 -11.585,-21.889 c 1.813,-13.05 12.7,-20.056 33.676,-19.476"
style="fill:#2f2f2f;fill-rule:nonzero"
id="path17"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(-0.655273,0.755392,0.755392,0.655273,222.127,139.542)"
id="g23">
<path
d="M 22.091,-41.365 C 39.547,-40.883 51.156,-22.317 50.826,-9.19 50.495,3.938 39.547,13.353 22.091,12.87 4.636,12.387 -13.9,-5.223 -11.585,-21.889 c 1.813,-13.05 12.7,-20.056 33.676,-19.476 z"
style="fill:none;fill-rule:nonzero;stroke:#1b2031;stroke-width:5px"
id="path21"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(1.1653,0,0,0.957498,-18.0431,238.651)"
id="g27">
<path
d="m 16.834,-43.055 c 2.407,13.535 7.441,25.521 13.467,36.333 3.611,6.482 9.032,18.572 15.077,10.698 4.422,-5.76 7.616,-12.274 10.07,-17.319 2.13,-4.379 5.566,-9.585 8.092,-9.673 4.007,-0.139 11.004,9.46 21.009,21.477 0.75,0.9 7.107,7.973 12.213,8.418 3.728,0.325 7.312,-0.204 10.49,-1.893 6.826,-3.627 11.128,-6.545 17.683,-10.699 3.764,-2.384 7.512,-4.803 11.178,-7.359 2.372,-1.653 5.19,-3.356 7.023,-5.77 5.548,-7.307 -5.074,-18.521 -10.622,-11.213 -0.862,1.136 1.878,-1.739 1.69,-1.594 -0.497,0.38 -2.362,2.163 -2.858,2.545 -1.523,1.172 -3.102,2.257 -4.68,3.334 -4.179,2.851 -8.435,5.569 -12.713,8.24 -4.113,2.569 -8.39,6.488 -14.246,7.575 -2.122,0.394 -4.55,-1.307 -6.828,-2.945 -4.549,-3.272 -8.634,-6.502 -12.013,-9.842 -5.138,-5.077 -9.665,-11.614 -15.189,-13.626 -2.457,-0.896 -7.157,0.757 -9.711,3.809 -2.883,3.445 -4.742,8.344 -7.262,12.059 -1.71,2.517 -5.47,9.382 -7.13,9.285 -1.416,-0.083 -3.56,-5.475 -5.118,-8.44 -4.036,-7.681 -7.68,-16.258 -9.355,-25.675 -1.703,-9.575 -11.984,-7.382 -10.267,2.275 z"
style="fill:#2f2f2f;fill-rule:nonzero;stroke:#1b2031;stroke-width:3.75px"
id="path25"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="matrix(0.649034,0.268714,-0.290412,0.701442,-678.494,-445.682)"
id="g40">
<path
d="m 1367.32,232.628 42.11,0.299 218.33,-51.123 c 0,0 5.54,139.404 -131.46,148.373 -82.71,5.414 -95.33,-63.808 -95.33,-63.808 l -38.99,-11.455 z"
style="fill:#2f2f2f"
id="path30"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.621535,0.0973393,-0.113694,0.621535,567.134,-35.4676)"
id="g34">
<path
d="m 1173.26,224.688 c -1.03,-2.598 -0.36,-5.514 1.74,-7.491 2.09,-1.976 5.23,-2.659 8.06,-1.754 19.89,6.363 53.99,17.279 67.31,21.541 1.43,0.457 2.59,1.448 3.19,2.732 0.6,1.284 0.59,2.743 -0.02,4.023 -6.92,14.365 -26.66,54.823 -29,53.765 -23.69,-10.716 -42.58,-51.085 -51.28,-72.816 z"
style="fill:#ffffff"
id="path32"
inkscape:connector-curvature="0" />
</g>
<g
transform="translate(250.902,8.56495)"
id="g38">
<path
d="m 1167.61,245.659 c -0.3,-1.188 -0.06,-2.439 0.65,-3.465 0.72,-1.027 1.85,-1.742 3.14,-1.983 11.72,-2.185 41.42,-7.713 53.9,-10.035 1.18,-0.22 2.4,0.154 3.21,0.985 0.8,0.831 1.07,1.993 0.71,3.056 -5.13,14.903 -19.96,57.376 -22.57,57.493 -24.34,1.094 -35.7,-33.422 -39.04,-46.051 z"
style="fill:#ffffff"
id="path36"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.0 KiB

BIN
media/flags/agen.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
media/flags/gf.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
media/flags/greyace.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
media/flags/nb.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
media/flags/pan.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
media/flags/polyam.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
media/flags/quoi.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1 +1,39 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path clip-rule="evenodd" d="m0 0h32v32h-32z"/></clipPath><clipPath id="b"><path clip-rule="evenodd" d="m30 14c0-.53-.211-1.039-.586-1.414s-.884-.586-1.414-.586c-5.154 0-18.846 0-24 0-.53 0-1.039.211-1.414.586s-.586.884-.586 1.414v14c0 .53.211 1.039.586 1.414s.884.586 1.414.586h24c.53 0 1.039-.211 1.414-.586s.586-.884.586-1.414c0-3.463 0-10.537 0-14z"/></clipPath><metadata/><path d="m0 0h32v32h-32z" fill="none"/><g clip-path="url(#a)"><path d="m11.002 12-1.98-1.987c-1.65-1.656-1.647-4.335.005-5.988.001-.001.002-.001.002-.002.797-.796 1.878-1.244 3.005-1.242 1.127.001 2.207.451 3.002 1.25.555.558.964.969.964.969s.45-.444 1.049-1.035c1.654-1.633 4.316-1.628 5.964.011.001 0 .001 0 .001.001.801.796 1.252 1.877 1.254 3.006.001 1.129-.446 2.212-1.245 3.01l-2.006 2.007h6.983c.53 0 1.039.211 1.414.586s.586.884.586 1.414v14c0 .53-.211 1.039-.586 1.414s-.884.586-1.414.586c-5.154 0-18.846 0-24 0-.53 0-1.039-.211-1.414-.586s-.586-.884-.586-1.414c0-3.463 0-10.537 0-14 0-.53.211-1.039.586-1.414s.884-.586 1.414-.586z" fill="none" stroke="#000" stroke-width="4"/><path d="m30 14c0-.53-.211-1.039-.586-1.414s-.884-.586-1.414-.586c-5.154 0-18.846 0-24 0-.53 0-1.039.211-1.414.586s-.586.884-.586 1.414v14c0 .53.211 1.039.586 1.414s.884.586 1.414.586h24c.53 0 1.039-.211 1.414-.586s.586-.884.586-1.414c0-3.463 0-10.537 0-14z" fill="#fff"/><g clip-path="url(#b)" stroke-width="2"><path d="m2 30 14-13 14 13" fill="none" stroke="#ccc"/><path d="m2 12s7.348 6.298 11.397 9.769c1.498 1.284 3.708 1.284 5.206 0 4.049-3.471 11.397-9.769 11.397-9.769" fill="#fff" stroke="#999"/></g><path d="m16 17.017s-4.042-4.057-6.977-7.003c-1.65-1.656-1.648-4.337.006-5.99 0-.001.001-.002.002-.002.796-.797 1.877-1.243 3.003-1.242s2.206.451 3 1.249c.556.559.966.971.966.971s.448-.442 1.046-1.032c1.656-1.635 4.32-1.63 5.97.01.001.001.001.001.001.002.8.795 1.251 1.875 1.252 3.003.002 1.128-.445 2.21-1.243 3.007-2.956 2.957-7.026 7.027-7.026 7.027z" fill="#d92020"/></g></svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!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 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;">
<metadata>
<rdf:RDF xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc = "http://purl.org/dc/elements/1.1/"
>
<rdf:Description rdf:about="">
<dc:title>Mutant Standard emoji 2023.12</dc:title>
</rdf:Description>
<cc:work rdf:about="">
<cc:license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/4.0/"/>
<cc:attributionName>Caius Nocturne</cc:attributionName>
<cc:attributionURL>http://mutant.tech/</cc:attributionURL>
</cc:work>
</rdf:RDF>
</metadata>
<rect id="love_letter" x="0" y="0" width="32" height="32" style="fill:none;"/>
<clipPath id="_clip1">
<rect x="0" y="0" width="32" height="32"/>
</clipPath>
<g clip-path="url(#_clip1)">
<g id="outline">
<path d="M22.812,12l5.188,-0c0.53,-0 1.039,0.211 1.414,0.586c0.375,0.375 0.586,0.884 0.586,1.414l-0,14c0,0.53 -0.211,1.039 -0.586,1.414c-0.375,0.375 -0.884,0.586 -1.414,0.586l-24,0c-0.53,0 -1.039,-0.211 -1.414,-0.586c-0.375,-0.375 -0.586,-0.884 -0.586,-1.414l0,-14c-0,-0.53 0.211,-1.039 0.586,-1.414c0.375,-0.375 0.884,-0.586 1.414,-0.586l5.188,-0c-0.302,-0.381 -0.584,-0.782 -0.837,-1.202c-2.455,-4.068 -0.75,-8.568 2.921,-8.789c2.129,-0.128 3.65,1.058 4.33,2.54c0.061,0.167 0.22,0.279 0.398,0.279c0.178,-0 0.337,-0.112 0.398,-0.279c0.68,-1.482 2.201,-2.668 4.33,-2.54c3.671,0.221 5.376,4.721 2.921,8.789c-0.253,0.42 -0.535,0.821 -0.837,1.202Z" style="fill:none;stroke:#000;stroke-width:4px;"/>
</g>
<g id="emoji">
<path d="M28.413,12.043l1.494,1.354c0.061,0.193 0.093,0.396 0.093,0.603l-0,14c0,0.192 -0.027,0.38 -0.08,0.561l-1.45,1.383c-0.153,0.037 -0.31,0.056 -0.47,0.056l-24,0c-0.16,0 -0.317,-0.019 -0.47,-0.056l-1.45,-1.383c-0.053,-0.181 -0.08,-0.369 -0.08,-0.561l0,-14c-0,-0.207 0.032,-0.41 0.093,-0.603l1.494,-1.354c0.135,-0.028 0.273,-0.043 0.413,-0.043l24,-0c0.14,-0 0.278,0.015 0.413,0.043Z" style="fill:#fff;"/>
<path d="M2.08,28.561l9.371,-8.702l1.686,1.164l-9.607,8.921c-0.355,-0.086 -0.682,-0.268 -0.944,-0.53c-0.24,-0.239 -0.412,-0.534 -0.506,-0.853Zm26.39,1.383l-9.763,-9.066l1.593,-1.25l9.62,8.933c-0.094,0.319 -0.266,0.614 -0.506,0.853c-0.262,0.262 -0.589,0.444 -0.944,0.53Z" style="fill:#ccc;"/>
<path d="M3.587,12.043l10.461,8.966c1.123,0.963 2.781,0.963 3.904,0l10.461,-8.966c0.376,0.08 0.725,0.267 1.001,0.543c0.229,0.229 0.397,0.508 0.493,0.811l-10.653,9.131c-1.872,1.605 -4.636,1.605 -6.508,-0l-10.653,-9.131c0.096,-0.303 0.264,-0.582 0.493,-0.811c0.276,-0.276 0.625,-0.463 1.001,-0.543Z" style="fill:#999;"/>
<path d="M7.266,5.98c0.791,5.119 16.858,4.98 17.502,0.275c0.142,1.407 -0.191,3.005 -1.119,4.543c-1.992,3.302 -5.73,5.392 -7.115,6.082c-0.338,0.16 -0.73,0.16 -1.068,0.001c-1.385,-0.691 -5.123,-2.781 -7.115,-6.083c-0.989,-1.639 -1.303,-3.347 -1.085,-4.818Z" style="fill:#ce0249;"/>
<path d="M24.768,6.255c-0.644,4.705 -6.892,8.642 -8.768,8.673c-2.037,0.033 -7.943,-3.829 -8.734,-8.948c0.322,-2.181 1.813,-3.839 4.006,-3.971c2.129,-0.128 3.65,1.058 4.33,2.54c0.061,0.167 0.22,0.279 0.398,0.279c0.178,-0 0.337,-0.112 0.398,-0.279c0.68,-1.482 2.201,-2.668 4.33,-2.54c2.284,0.138 3.807,1.931 4.04,4.246Z" style="fill:#ff3c80;"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
media/quobl.kra Normal file

Binary file not shown.

BIN
media/quobl.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
media/quobl2.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
media/quoxtrans.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1 +0,0 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><metadata/><g fill="none"><path d="m0 0h32v32h-32z"/><path d="m14 15 5.5-2.5 2.5-8.5 2.5 8.5 5.5 2.5-5.5 2.5-2.5 8.5-2.5-8.5z" stroke="#000" stroke-width="4"/><path d="m4 23 3.5-1.5 1.5-5.5 1.5 5.5 3.5 1.5-3.5 1.5-1.5 5.5-1.5-5.5z" stroke="#000" stroke-width="4"/><path d="m2 7 2-1 1-4 1 4 2 1-2 1-1 4-1-4z" stroke="#000" stroke-width="4"/></g><path d="m14 15 5.5-2.5 2.5-8.5 2.5 8.5 5.5 2.5-5.5 2.5-2.5 8.5-2.5-8.5z" fill="#fdef24"/><path d="m4 23 3.5-1.5 1.5-5.5 1.5 5.5 3.5 1.5-3.5 1.5-1.5 5.5-1.5-5.5z" fill="#fdef24"/><path d="m2 7 2-1 1-4 1 4 2 1-2 1-1 4-1-4z" fill="#fdef24"/></svg>

Before

Width:  |  Height:  |  Size: 760 B

View File

@ -1 +0,0 @@
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path clip-rule="evenodd" d="m0 0v32h32v-32z"/></clipPath><clipPath id="b"><path clip-rule="evenodd" d="m15 16 16-16h2v32h-2z"/></clipPath><metadata/><path d="m0 0v32h32v-32z" fill="none"/><g clip-path="url(#a)"><path d="m23.662 24.662c2.297-2.297 3.588-5.413 3.588-8.662s-1.291-6.365-3.588-8.662l-8.662 8.662z" stroke="#000" stroke-width="4"/><g fill="none"><path d="m4 12v8h6l6 6v-20l-6 6z" stroke="#000" stroke-width="4"/><path d="m15 16 16-16h2v32h-2z"/><g clip-path="url(#b)" stroke="#e6e6e6" stroke-width="2.5"><circle cx="15" cy="16" r="11"/><circle cx="15" cy="16" r="6.5"/></g></g><path d="m16 22-6-3-6-1v-6h6l6-6z" fill="#666"/><path d="m4 18h7.172c.53 0 1.039.211 1.414.586l3.414 3.414v4l-6-6h-6z" fill="#515151"/></g></svg>

Before

Width:  |  Height:  |  Size: 966 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -6,23 +6,27 @@ main { max-width: 1100px; }
position: relative;
width: min-content;
margin: auto;
figcaption {
position: absolute;
bottom: 1.5em;
right: 2.5em;
font-style: italic;
}
img { filter: drop-shadow(0 0 30px var(--glow-col)); }
}
#headerpic figcaption {
position: absolute;
bottom: 1.5em;
right: 2.5em;
font-style: italic;
}
#headerpic img {
filter: drop-shadow(0 0 30px var(--glow-col));
}
.contact {
#contact {
grid-template-columns: repeat(2, auto auto);
row-gap: 0.5em;
width: 85%;
margin: auto;
img {
vertical-align: middle;
height: 1.2em; width: 1.2em;
}
}
.o {
@ -33,9 +37,7 @@ main { max-width: 1100px; }
drop-shadow(0.5px -0.5px black);
}
.other {
font-style: italic;
}
.other { padding-top: 0.5em; }
dt.other {
display: flex;
justify-content: end;

View File

@ -7,67 +7,59 @@
<meta name=robots content='noai,noimageai'>
<title>where to find gecs</title>
<title>where to find me</title>
<main>
<header>
<h1>contact info</h1>
<h1>where to find me</h1>
<figure id=headerpic>
<img src=media/kesi.png alt='kesi says hi'>
<a href=//gallery.niss.website/by-others/gray/2022-07-09-kesi>
<img src=media/kesi.png alt='kesi'>
</a>
<figcaption>
<img src=media/art.svg alt='art by' class=emojo>
<a href=https://cohost.org/wutizit45>gray</a>
</figcaption>
</figure>
<hr>
</header>
<dl class=contact>
<dt> <img src=media/chitter.png alt='' class='emojo o'> fedi
<hr>
<dl id=contact>
<dt> <img src=media/chitter.png alt='' class=o> fedi
<dd> <a href=https://chitter.xyz/@niss>niss@chitter.xyz</a>
<dt> <img src=media/cohost.svg alt='' class='emojo o'> cohost
<dt> <img src=media/cohost.svg alt='' class=o> cohost
<dd> <a href=https://cohost.org/niss>@niss</a>
<dt> <img src=media/matrix.svg alt='' class='emojo o'> matrix
<dt> <img src=media/matrix.svg alt='' class=o> matrix
<dd> <a href=https://matrix.to/#/@g:cybre.space>g:cybre.space</a>
<dt> <img src=media/light_bulb.svg alt='' class=emojo> xmpp
<dd>
<b>niss <img src=media/club_suit.svg alt=at class=emojo> yummy.cricket</b>
<dt> <img src=media/light_bulb.svg alt=''> xmpp
<dd> <b>niss <img src=media/club_suit.svg alt=at> yummy.cricket</b>
<dt> <img src=media/love_letter.svg alt='' class=emojo> email
<dd>
<b>niss <img src=media/club_suit.svg alt=at class=emojo> niss.website</b>
<dt> <img src=media/love_letter.svg alt=''> email
<dd> <b>niss <img src=media/club_suit.svg alt=at> niss.website</b>
<dt> <img src=media/lockpen.png alt='' class=emojo> pgp key
<dt> <img src=media/lockpen.png alt=''> pgp key
<dd> <a href=pubkey.txt>here</a>
<dt class=other>
<img src=media/question.svg alt='' class=emojo>
<span> uh, anything <br> normal..? </span>
<dd class=other>
not that i'm listing on a public website! <br>
(but if we're friends from a site that is imploding
then feel free to ask)
<dt class=other> <img src=media/question.svg alt=''> other
<dd class=other> if were friends, then ask
</dl>
<hr>
<h1>gallery sites</h1>
<dl>
<dl id=galleries>
<dt>html+rss <dd><a href=//gallery.niss.website>here</a>
<dt>itaku <dd><a href=//itaku.ee/profile/niss>niss</a>
<dt>weasyl <dd><a href=//www.weasyl.com/~niss>niss</a>
<dt>furaffinity <dd><a href=//furaffinity.net/user/niss>niss</a>
<dt>deviantart <dd><a href=//www.deviantart.com/2gecs>2gecs</a>
<dt>tumblr <dd><a href=//2gecsart.tumblr.com/>2gecsart</a>
<dt>ko-fi <dd><a href=//ko-fi.com/nissss>nissss</a>
<!-- <dt>art fight <dd><a href=//artfight.net/~nissss>nissss</a> -->
</dl>
<hr>
<a href=/>main</a>
<footer> <a href=/>main</a> </footer>
</main>