From 54787e2c29d51dfddf31efd2b6ef13b2089bd57a Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 16 Jun 2022 14:34:06 +0200 Subject: Update thingy --- assets/common/css/common.css | 175 +++++++++++++++++++++ assets/common/css/container.css | 52 ++++++ assets/common/css/fonts.css | 85 ++++++++++ assets/common/fonts/.DS_Store | Bin 0 -> 6148 bytes assets/common/fonts/TitilliumWeb-Black.ttf | Bin 0 -> 43664 bytes assets/common/fonts/TitilliumWeb-Bold.ttf | Bin 0 -> 53896 bytes assets/common/fonts/TitilliumWeb-BoldItalic.ttf | Bin 0 -> 62924 bytes assets/common/fonts/TitilliumWeb-ExtraLight.ttf | Bin 0 -> 56724 bytes .../common/fonts/TitilliumWeb-ExtraLightItalic.ttf | Bin 0 -> 60848 bytes assets/common/fonts/TitilliumWeb-Italic.ttf | Bin 0 -> 65284 bytes assets/common/fonts/TitilliumWeb-Light.ttf | Bin 0 -> 57600 bytes assets/common/fonts/TitilliumWeb-LightItalic.ttf | Bin 0 -> 64560 bytes assets/common/fonts/TitilliumWeb-Regular.ttf | Bin 0 -> 57392 bytes assets/common/fonts/TitilliumWeb-SemiBold.ttf | Bin 0 -> 56752 bytes .../common/fonts/TitilliumWeb-SemiBoldItalic.ttf | Bin 0 -> 64816 bytes assets/common/letters/#.png | Bin 0 -> 1373 bytes assets/common/letters/0.png | Bin 0 -> 1781 bytes assets/common/letters/1.png | Bin 0 -> 864 bytes assets/common/letters/2.png | Bin 0 -> 1550 bytes assets/common/letters/3.png | Bin 0 -> 1872 bytes assets/common/letters/4.png | Bin 0 -> 1260 bytes assets/common/letters/5.png | Bin 0 -> 1616 bytes assets/common/letters/6.png | Bin 0 -> 1945 bytes assets/common/letters/7.png | Bin 0 -> 1185 bytes assets/common/letters/8.png | Bin 0 -> 2115 bytes assets/common/letters/9.png | Bin 0 -> 1932 bytes assets/common/letters/a.png | Bin 0 -> 1827 bytes assets/common/letters/b.png | Bin 0 -> 1616 bytes assets/common/letters/c.png | Bin 0 -> 1842 bytes assets/common/letters/d.png | Bin 0 -> 1533 bytes assets/common/letters/e.png | Bin 0 -> 650 bytes assets/common/letters/f.png | Bin 0 -> 639 bytes assets/common/letters/g.png | Bin 0 -> 1835 bytes assets/common/letters/h.png | Bin 0 -> 649 bytes assets/common/letters/i.png | Bin 0 -> 587 bytes assets/common/letters/j.png | Bin 0 -> 1110 bytes assets/common/letters/k.png | Bin 0 -> 1682 bytes assets/common/letters/l.png | Bin 0 -> 618 bytes assets/common/letters/m.png | Bin 0 -> 1986 bytes assets/common/letters/n.png | Bin 0 -> 1504 bytes assets/common/letters/o.png | Bin 0 -> 2047 bytes assets/common/letters/p.png | Bin 0 -> 1279 bytes assets/common/letters/q.png | Bin 0 -> 2172 bytes assets/common/letters/r.png | Bin 0 -> 1589 bytes assets/common/letters/s.png | Bin 0 -> 1980 bytes assets/common/letters/script.sh | 6 + assets/common/letters/t.png | Bin 0 -> 606 bytes assets/common/letters/u.png | Bin 0 -> 1174 bytes assets/common/letters/v.png | Bin 0 -> 1801 bytes assets/common/letters/w.png | Bin 0 -> 2589 bytes assets/common/letters/x.png | Bin 0 -> 1878 bytes assets/common/letters/y.png | Bin 0 -> 1431 bytes assets/common/letters/z.png | Bin 0 -> 1230 bytes assets/common/social/discord.png | Bin 0 -> 1591 bytes assets/common/social/github.png | Bin 0 -> 1756 bytes assets/common/social/link.png | Bin 0 -> 1142 bytes assets/common/social/mastodon.png | Bin 0 -> 2136 bytes assets/common/social/matrix.png | Bin 0 -> 1072 bytes assets/common/social/reddit.png | Bin 0 -> 1804 bytes assets/common/social/tumblr.png | Bin 0 -> 985 bytes assets/common/social/twitter.png | Bin 0 -> 1466 bytes assets/common/social/youtube.png | Bin 0 -> 1376 bytes 62 files changed, 318 insertions(+) create mode 100644 assets/common/css/common.css create mode 100644 assets/common/css/container.css create mode 100644 assets/common/css/fonts.css create mode 100644 assets/common/fonts/.DS_Store create mode 100755 assets/common/fonts/TitilliumWeb-Black.ttf create mode 100755 assets/common/fonts/TitilliumWeb-Bold.ttf create mode 100755 assets/common/fonts/TitilliumWeb-BoldItalic.ttf create mode 100755 assets/common/fonts/TitilliumWeb-ExtraLight.ttf create mode 100755 assets/common/fonts/TitilliumWeb-ExtraLightItalic.ttf create mode 100755 assets/common/fonts/TitilliumWeb-Italic.ttf create mode 100755 assets/common/fonts/TitilliumWeb-Light.ttf create mode 100755 assets/common/fonts/TitilliumWeb-LightItalic.ttf create mode 100755 assets/common/fonts/TitilliumWeb-Regular.ttf create mode 100755 assets/common/fonts/TitilliumWeb-SemiBold.ttf create mode 100755 assets/common/fonts/TitilliumWeb-SemiBoldItalic.ttf create mode 100644 assets/common/letters/#.png create mode 100644 assets/common/letters/0.png create mode 100644 assets/common/letters/1.png create mode 100644 assets/common/letters/2.png create mode 100644 assets/common/letters/3.png create mode 100644 assets/common/letters/4.png create mode 100644 assets/common/letters/5.png create mode 100644 assets/common/letters/6.png create mode 100644 assets/common/letters/7.png create mode 100644 assets/common/letters/8.png create mode 100644 assets/common/letters/9.png create mode 100644 assets/common/letters/a.png create mode 100644 assets/common/letters/b.png create mode 100644 assets/common/letters/c.png create mode 100644 assets/common/letters/d.png create mode 100644 assets/common/letters/e.png create mode 100644 assets/common/letters/f.png create mode 100644 assets/common/letters/g.png create mode 100644 assets/common/letters/h.png create mode 100644 assets/common/letters/i.png create mode 100644 assets/common/letters/j.png create mode 100644 assets/common/letters/k.png create mode 100644 assets/common/letters/l.png create mode 100644 assets/common/letters/m.png create mode 100644 assets/common/letters/n.png create mode 100644 assets/common/letters/o.png create mode 100644 assets/common/letters/p.png create mode 100644 assets/common/letters/q.png create mode 100644 assets/common/letters/r.png create mode 100644 assets/common/letters/s.png create mode 100755 assets/common/letters/script.sh create mode 100644 assets/common/letters/t.png create mode 100644 assets/common/letters/u.png create mode 100644 assets/common/letters/v.png create mode 100644 assets/common/letters/w.png create mode 100644 assets/common/letters/x.png create mode 100644 assets/common/letters/y.png create mode 100644 assets/common/letters/z.png create mode 100644 assets/common/social/discord.png create mode 100644 assets/common/social/github.png create mode 100644 assets/common/social/link.png create mode 100644 assets/common/social/mastodon.png create mode 100644 assets/common/social/matrix.png create mode 100644 assets/common/social/reddit.png create mode 100644 assets/common/social/tumblr.png create mode 100644 assets/common/social/twitter.png create mode 100644 assets/common/social/youtube.png (limited to 'assets/common') diff --git a/assets/common/css/common.css b/assets/common/css/common.css new file mode 100644 index 0000000..a8b1e11 --- /dev/null +++ b/assets/common/css/common.css @@ -0,0 +1,175 @@ +html, body { + background-color: #222; + color: white; +} + +#intro-avatar { + width: 128px; + height: 128px; +} + +#intro-title { + margin: 0; +} + +#intro { + text-align: center; +} + +#social { + display: grid; + grid-template-columns: repeat(6, 1fr); + grid-column-gap: 10px; + padding: 25px 40px; +} + +.social-item { + padding: 10px; + border-radius: 10px; + background-color: #333; + text-align: center; + display: block; + text-decoration: none !important; + box-shadow: 0 0 20px rgba(0, 0, 0, .3); + transform: scale(1); + transition: transform 200ms; +} + +.social-item-icon { + margin-top: 5px; + filter: invert(1); + vertical-align: middle; + width: 48px; + height: 48px; +} + +.social-item-text { + font-size: 20px; + margin-top: 5px; + color: white; + text-decoration: none !important; +} + +.social-item:hover { + transform: scale(1.2); + z-index: 9; +} + +@media (max-width: 992px) { + #social { + grid-template-columns: repeat(3, 1fr) !important; + grid-row-gap: 10px; + } +} + +@media (max-width: 617px) { + #social { + display: none; + } + + #social-mobile-outer { + display: block; + } +} + +@media (min-width: 617px) { + #social { + display: grid; + } + + #social-mobile-outer { + display: none; + } +} + +.social-mobile-item { + padding: 10px; + border-radius: 10px; + background-color: #333; + display: block; + text-decoration: none !important; + box-shadow: 0 0 20px rgba(0, 0, 0, .3); + transition: background-color 200ms; + margin-bottom: 10px; +} + +.social-mobile-item:hover { + background-color: #444; +} + +.social-mobile-item-icon { + filter: invert(1); + width: 24px; + height: 24px; + vertical-align: middle; +} + +.social-mobile-item-text { + display: inline-block; + color: white; + text-decoration: none !important; + vertical-align: middle; + margin-left: 5px; +} + +#social-mobile-outer { + margin-top: 30px; +} + +#intro-ref { + margin: 0; +} + +#intro-ref-link { + color: white; + text-decoration: none; +} + +#intro-ref-link:hover { + text-decoration: underline; +} + +#footer { + text-align: center; +} + +#footer-hover-text { + display: none; +} + +#footer-hover-zone:hover #footer-hover-text { + display: inline; +} + +#footer-version, #footer-version-build, #footer-version-projects { + color: white; + text-decoration: none; +} + +#footer-version:hover, #footer-version-build:hover, #footer-version-projects:hover { + text-decoration: underline; +} + +#debug { + position: fixed; +} + +.link-icon { + vertical-align: middle; + width: 48px; + filter: invert(1); +} + +.link-text { + display: inline-block; + vertical-align: middle; + margin-left: 5px; + font-size: 20px; +} + +hr { + border-top: none; + border-left: none; + border-right: none; + border-bottom: 1px solid rgba(255, 255, 255, .25); +} \ No newline at end of file diff --git a/assets/common/css/container.css b/assets/common/css/container.css new file mode 100644 index 0000000..d447ad8 --- /dev/null +++ b/assets/common/css/container.css @@ -0,0 +1,52 @@ +.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { + padding-right: .75rem; + padding-left: .75rem; + margin-left: 0; + margin-right: 0; + width: calc(100% - 1.5rem); +} + +@media (min-width: 576px) { + .container, .container-sm { + max-width: 540px; + margin-right: auto; + margin-left: auto; + width: 100%; + } +} + +@media (min-width: 768px) { + .container, .container-md, .container-sm { + max-width: 720px; + margin-right: auto; + margin-left: auto; + width: 100%; + } +} + +@media (min-width: 992px) { + .container, .container-lg, .container-md, .container-sm { + max-width: 960px; + margin-right: auto; + margin-left: auto; + width: 100%; + } +} + +@media (min-width: 1200px) { + .container, .container-lg, .container-md, .container-sm, .container-xl { + max-width: 1140px; + margin-right: auto; + margin-left: auto; + width: 100%; + } +} + +@media (min-width: 1400px) { + .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { + max-width: 1320px; + margin-right: auto; + margin-left: auto; + width: 100%; + } +} \ No newline at end of file diff --git a/assets/common/css/fonts.css b/assets/common/css/fonts.css new file mode 100644 index 0000000..02dac67 --- /dev/null +++ b/assets/common/css/fonts.css @@ -0,0 +1,85 @@ +@font-face { + src: url("/assets/common/fonts/TitilliumWeb-Black.ttf"); + font-family: "Titillium Web"; + font-style: normal; + font-weight: 900; +} + +@font-face { + src: url("/assets/common/fonts/TitilliumWeb-Bold.ttf"); + font-family: "Titillium Web"; + font-style: normal; + font-weight: 700; +} + +@font-face { + src: url("/assets/common/fonts/TitilliumWeb-BoldItalic.ttf"); + font-family: "Titillium Web"; + font-style: italic; + font-weight: 700; +} + +@font-face { + src: url("/assets/common/fonts/TitilliumWeb-ExtraLight.ttf"); + font-family: "Titillium Web"; + font-style: normal; + font-weight: 200; +} + +@font-face { + src: url("/assets/common/fonts/TitilliumWeb-ExtraLightItalic.ttf"); + font-family: "Titillium Web"; + font-style: italic; + font-weight: 200; +} + +@font-face { + src: url("/assets/common/fonts/TitilliumWeb-Light.ttf"); + font-family: "Titillium Web"; + font-style: normal; + font-weight: 300; +} + +@font-face { + src: url("/assets/common/fonts/TitilliumWeb-LightItalic.ttf"); + font-family: "Titillium Web"; + font-style: italic; + font-weight: 300; +} + +@font-face { + src: url("/assets/common/fonts/TitilliumWeb-Regular.ttf"); + font-family: "Titillium Web"; + font-style: normal; + font-weight: 400; +} + +@font-face { + src: url("/assets/common/fonts/TitilliumWeb-Italic.ttf"); + font-family: "Titillium Web"; + font-style: italic; + font-weight: 400; +} + +@font-face { + src: url("/assets/common/fonts/TitilliumWeb-SemiBold.ttf"); + font-family: "Titillium Web"; + font-style: normal; + font-weight: 600; +} + +@font-face { + src: url("/assets/common/fonts/TitilliumWeb-SemiBold.ttf"); + font-family: "Titillium Web"; + font-style: italic; + font-weight: 600; +} + +html, body { + margin: 0; + font-family: "Titillium Web", sans-serif; +} + +* { + overflow-x: hidden; +} \ No newline at end of file diff --git a/assets/common/fonts/.DS_Store b/assets/common/fonts/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/assets/common/fonts/.DS_Store differ diff --git a/assets/common/fonts/TitilliumWeb-Black.ttf b/assets/common/fonts/TitilliumWeb-Black.ttf new file mode 100755 index 0000000..e905106 Binary files /dev/null and b/assets/common/fonts/TitilliumWeb-Black.ttf differ diff --git a/assets/common/fonts/TitilliumWeb-Bold.ttf b/assets/common/fonts/TitilliumWeb-Bold.ttf new file mode 100755 index 0000000..b3d8c34 Binary files /dev/null and b/assets/common/fonts/TitilliumWeb-Bold.ttf differ diff --git a/assets/common/fonts/TitilliumWeb-BoldItalic.ttf b/assets/common/fonts/TitilliumWeb-BoldItalic.ttf new file mode 100755 index 0000000..8eaa375 Binary files /dev/null and b/assets/common/fonts/TitilliumWeb-BoldItalic.ttf differ diff --git a/assets/common/fonts/TitilliumWeb-ExtraLight.ttf b/assets/common/fonts/TitilliumWeb-ExtraLight.ttf new file mode 100755 index 0000000..e45fdc9 Binary files /dev/null and b/assets/common/fonts/TitilliumWeb-ExtraLight.ttf differ diff --git a/assets/common/fonts/TitilliumWeb-ExtraLightItalic.ttf b/assets/common/fonts/TitilliumWeb-ExtraLightItalic.ttf new file mode 100755 index 0000000..533c474 Binary files /dev/null and b/assets/common/fonts/TitilliumWeb-ExtraLightItalic.ttf differ diff --git a/assets/common/fonts/TitilliumWeb-Italic.ttf b/assets/common/fonts/TitilliumWeb-Italic.ttf new file mode 100755 index 0000000..e28f69b Binary files /dev/null and b/assets/common/fonts/TitilliumWeb-Italic.ttf differ diff --git a/assets/common/fonts/TitilliumWeb-Light.ttf b/assets/common/fonts/TitilliumWeb-Light.ttf new file mode 100755 index 0000000..fa9393d Binary files /dev/null and b/assets/common/fonts/TitilliumWeb-Light.ttf differ diff --git a/assets/common/fonts/TitilliumWeb-LightItalic.ttf b/assets/common/fonts/TitilliumWeb-LightItalic.ttf new file mode 100755 index 0000000..e111a22 Binary files /dev/null and b/assets/common/fonts/TitilliumWeb-LightItalic.ttf differ diff --git a/assets/common/fonts/TitilliumWeb-Regular.ttf b/assets/common/fonts/TitilliumWeb-Regular.ttf new file mode 100755 index 0000000..e0e2dc8 Binary files /dev/null and b/assets/common/fonts/TitilliumWeb-Regular.ttf differ diff --git a/assets/common/fonts/TitilliumWeb-SemiBold.ttf b/assets/common/fonts/TitilliumWeb-SemiBold.ttf new file mode 100755 index 0000000..2a1a0bc Binary files /dev/null and b/assets/common/fonts/TitilliumWeb-SemiBold.ttf differ diff --git a/assets/common/fonts/TitilliumWeb-SemiBoldItalic.ttf b/assets/common/fonts/TitilliumWeb-SemiBoldItalic.ttf new file mode 100755 index 0000000..f2184b1 Binary files /dev/null and b/assets/common/fonts/TitilliumWeb-SemiBoldItalic.ttf differ diff --git a/assets/common/letters/#.png b/assets/common/letters/#.png new file mode 100644 index 0000000..27a3f52 Binary files /dev/null and b/assets/common/letters/#.png differ diff --git a/assets/common/letters/0.png b/assets/common/letters/0.png new file mode 100644 index 0000000..8bc761f Binary files /dev/null and b/assets/common/letters/0.png differ diff --git a/assets/common/letters/1.png b/assets/common/letters/1.png new file mode 100644 index 0000000..7135d14 Binary files /dev/null and b/assets/common/letters/1.png differ diff --git a/assets/common/letters/2.png b/assets/common/letters/2.png new file mode 100644 index 0000000..d236f23 Binary files /dev/null and b/assets/common/letters/2.png differ diff --git a/assets/common/letters/3.png b/assets/common/letters/3.png new file mode 100644 index 0000000..4c036fd Binary files /dev/null and b/assets/common/letters/3.png differ diff --git a/assets/common/letters/4.png b/assets/common/letters/4.png new file mode 100644 index 0000000..f37d034 Binary files /dev/null and b/assets/common/letters/4.png differ diff --git a/assets/common/letters/5.png b/assets/common/letters/5.png new file mode 100644 index 0000000..232bf7d Binary files /dev/null and b/assets/common/letters/5.png differ diff --git a/assets/common/letters/6.png b/assets/common/letters/6.png new file mode 100644 index 0000000..d5e4f5d Binary files /dev/null and b/assets/common/letters/6.png differ diff --git a/assets/common/letters/7.png b/assets/common/letters/7.png new file mode 100644 index 0000000..dcd1023 Binary files /dev/null and b/assets/common/letters/7.png differ diff --git a/assets/common/letters/8.png b/assets/common/letters/8.png new file mode 100644 index 0000000..1996089 Binary files /dev/null and b/assets/common/letters/8.png differ diff --git a/assets/common/letters/9.png b/assets/common/letters/9.png new file mode 100644 index 0000000..0237c92 Binary files /dev/null and b/assets/common/letters/9.png differ diff --git a/assets/common/letters/a.png b/assets/common/letters/a.png new file mode 100644 index 0000000..0f6794f Binary files /dev/null and b/assets/common/letters/a.png differ diff --git a/assets/common/letters/b.png b/assets/common/letters/b.png new file mode 100644 index 0000000..664dc9e Binary files /dev/null and b/assets/common/letters/b.png differ diff --git a/assets/common/letters/c.png b/assets/common/letters/c.png new file mode 100644 index 0000000..231f60f Binary files /dev/null and b/assets/common/letters/c.png differ diff --git a/assets/common/letters/d.png b/assets/common/letters/d.png new file mode 100644 index 0000000..5993268 Binary files /dev/null and b/assets/common/letters/d.png differ diff --git a/assets/common/letters/e.png b/assets/common/letters/e.png new file mode 100644 index 0000000..4c1d13b Binary files /dev/null and b/assets/common/letters/e.png differ diff --git a/assets/common/letters/f.png b/assets/common/letters/f.png new file mode 100644 index 0000000..825d5ef Binary files /dev/null and b/assets/common/letters/f.png differ diff --git a/assets/common/letters/g.png b/assets/common/letters/g.png new file mode 100644 index 0000000..8beaae1 Binary files /dev/null and b/assets/common/letters/g.png differ diff --git a/assets/common/letters/h.png b/assets/common/letters/h.png new file mode 100644 index 0000000..fd5c053 Binary files /dev/null and b/assets/common/letters/h.png differ diff --git a/assets/common/letters/i.png b/assets/common/letters/i.png new file mode 100644 index 0000000..fb10ab7 Binary files /dev/null and b/assets/common/letters/i.png differ diff --git a/assets/common/letters/j.png b/assets/common/letters/j.png new file mode 100644 index 0000000..29aaa12 Binary files /dev/null and b/assets/common/letters/j.png differ diff --git a/assets/common/letters/k.png b/assets/common/letters/k.png new file mode 100644 index 0000000..52d7dcb Binary files /dev/null and b/assets/common/letters/k.png differ diff --git a/assets/common/letters/l.png b/assets/common/letters/l.png new file mode 100644 index 0000000..80b63df Binary files /dev/null and b/assets/common/letters/l.png differ diff --git a/assets/common/letters/m.png b/assets/common/letters/m.png new file mode 100644 index 0000000..86f8404 Binary files /dev/null and b/assets/common/letters/m.png differ diff --git a/assets/common/letters/n.png b/assets/common/letters/n.png new file mode 100644 index 0000000..5913c20 Binary files /dev/null and b/assets/common/letters/n.png differ diff --git a/assets/common/letters/o.png b/assets/common/letters/o.png new file mode 100644 index 0000000..fb40d35 Binary files /dev/null and b/assets/common/letters/o.png differ diff --git a/assets/common/letters/p.png b/assets/common/letters/p.png new file mode 100644 index 0000000..d39850c Binary files /dev/null and b/assets/common/letters/p.png differ diff --git a/assets/common/letters/q.png b/assets/common/letters/q.png new file mode 100644 index 0000000..d39194e Binary files /dev/null and b/assets/common/letters/q.png differ diff --git a/assets/common/letters/r.png b/assets/common/letters/r.png new file mode 100644 index 0000000..88f1dda Binary files /dev/null and b/assets/common/letters/r.png differ diff --git a/assets/common/letters/s.png b/assets/common/letters/s.png new file mode 100644 index 0000000..9f258c3 Binary files /dev/null and b/assets/common/letters/s.png differ diff --git a/assets/common/letters/script.sh b/assets/common/letters/script.sh new file mode 100755 index 0000000..19e43e0 --- /dev/null +++ b/assets/common/letters/script.sh @@ -0,0 +1,6 @@ +letters=( a b c d e f g h i j k l m n o p q r s t u v w x y z 1 2 3 4 5 6 7 8 9 0 \# ) +for i in "${letters[@]}" +do + l=$(echo $i | tr '[:lower:]' '[:upper:]') + convert -background transparent -fill white -font Roboto -size 150x150 -gravity center caption:$l $i.png +done diff --git a/assets/common/letters/t.png b/assets/common/letters/t.png new file mode 100644 index 0000000..2a9940f Binary files /dev/null and b/assets/common/letters/t.png differ diff --git a/assets/common/letters/u.png b/assets/common/letters/u.png new file mode 100644 index 0000000..9ac3206 Binary files /dev/null and b/assets/common/letters/u.png differ diff --git a/assets/common/letters/v.png b/assets/common/letters/v.png new file mode 100644 index 0000000..3f47765 Binary files /dev/null and b/assets/common/letters/v.png differ diff --git a/assets/common/letters/w.png b/assets/common/letters/w.png new file mode 100644 index 0000000..166303a Binary files /dev/null and b/assets/common/letters/w.png differ diff --git a/assets/common/letters/x.png b/assets/common/letters/x.png new file mode 100644 index 0000000..977e2c9 Binary files /dev/null and b/assets/common/letters/x.png differ diff --git a/assets/common/letters/y.png b/assets/common/letters/y.png new file mode 100644 index 0000000..f3c5f84 Binary files /dev/null and b/assets/common/letters/y.png differ diff --git a/assets/common/letters/z.png b/assets/common/letters/z.png new file mode 100644 index 0000000..d5dd9be Binary files /dev/null and b/assets/common/letters/z.png differ diff --git a/assets/common/social/discord.png b/assets/common/social/discord.png new file mode 100644 index 0000000..7a2f930 Binary files /dev/null and b/assets/common/social/discord.png differ diff --git a/assets/common/social/github.png b/assets/common/social/github.png new file mode 100644 index 0000000..30cf95c Binary files /dev/null and b/assets/common/social/github.png differ diff --git a/assets/common/social/link.png b/assets/common/social/link.png new file mode 100644 index 0000000..ebcaaad Binary files /dev/null and b/assets/common/social/link.png differ diff --git a/assets/common/social/mastodon.png b/assets/common/social/mastodon.png new file mode 100644 index 0000000..ad81ae3 Binary files /dev/null and b/assets/common/social/mastodon.png differ diff --git a/assets/common/social/matrix.png b/assets/common/social/matrix.png new file mode 100644 index 0000000..ae012c0 Binary files /dev/null and b/assets/common/social/matrix.png differ diff --git a/assets/common/social/reddit.png b/assets/common/social/reddit.png new file mode 100644 index 0000000..2a3cbe7 Binary files /dev/null and b/assets/common/social/reddit.png differ diff --git a/assets/common/social/tumblr.png b/assets/common/social/tumblr.png new file mode 100644 index 0000000..0ad1dd1 Binary files /dev/null and b/assets/common/social/tumblr.png differ diff --git a/assets/common/social/twitter.png b/assets/common/social/twitter.png new file mode 100644 index 0000000..b93c609 Binary files /dev/null and b/assets/common/social/twitter.png differ diff --git a/assets/common/social/youtube.png b/assets/common/social/youtube.png new file mode 100644 index 0000000..faf8f67 Binary files /dev/null and b/assets/common/social/youtube.png differ -- cgit