diff options
Diffstat (limited to 'assets/common')
62 files changed, 318 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/assets/common/fonts/.DS_Store diff --git a/assets/common/fonts/TitilliumWeb-Black.ttf b/assets/common/fonts/TitilliumWeb-Black.ttf Binary files differnew file mode 100755 index 0000000..e905106 --- /dev/null +++ b/assets/common/fonts/TitilliumWeb-Black.ttf diff --git a/assets/common/fonts/TitilliumWeb-Bold.ttf b/assets/common/fonts/TitilliumWeb-Bold.ttf Binary files differnew file mode 100755 index 0000000..b3d8c34 --- /dev/null +++ b/assets/common/fonts/TitilliumWeb-Bold.ttf diff --git a/assets/common/fonts/TitilliumWeb-BoldItalic.ttf b/assets/common/fonts/TitilliumWeb-BoldItalic.ttf Binary files differnew file mode 100755 index 0000000..8eaa375 --- /dev/null +++ b/assets/common/fonts/TitilliumWeb-BoldItalic.ttf diff --git a/assets/common/fonts/TitilliumWeb-ExtraLight.ttf b/assets/common/fonts/TitilliumWeb-ExtraLight.ttf Binary files differnew file mode 100755 index 0000000..e45fdc9 --- /dev/null +++ b/assets/common/fonts/TitilliumWeb-ExtraLight.ttf diff --git a/assets/common/fonts/TitilliumWeb-ExtraLightItalic.ttf b/assets/common/fonts/TitilliumWeb-ExtraLightItalic.ttf Binary files differnew file mode 100755 index 0000000..533c474 --- /dev/null +++ b/assets/common/fonts/TitilliumWeb-ExtraLightItalic.ttf diff --git a/assets/common/fonts/TitilliumWeb-Italic.ttf b/assets/common/fonts/TitilliumWeb-Italic.ttf Binary files differnew file mode 100755 index 0000000..e28f69b --- /dev/null +++ b/assets/common/fonts/TitilliumWeb-Italic.ttf diff --git a/assets/common/fonts/TitilliumWeb-Light.ttf b/assets/common/fonts/TitilliumWeb-Light.ttf Binary files differnew file mode 100755 index 0000000..fa9393d --- /dev/null +++ b/assets/common/fonts/TitilliumWeb-Light.ttf diff --git a/assets/common/fonts/TitilliumWeb-LightItalic.ttf b/assets/common/fonts/TitilliumWeb-LightItalic.ttf Binary files differnew file mode 100755 index 0000000..e111a22 --- /dev/null +++ b/assets/common/fonts/TitilliumWeb-LightItalic.ttf diff --git a/assets/common/fonts/TitilliumWeb-Regular.ttf b/assets/common/fonts/TitilliumWeb-Regular.ttf Binary files differnew file mode 100755 index 0000000..e0e2dc8 --- /dev/null +++ b/assets/common/fonts/TitilliumWeb-Regular.ttf diff --git a/assets/common/fonts/TitilliumWeb-SemiBold.ttf b/assets/common/fonts/TitilliumWeb-SemiBold.ttf Binary files differnew file mode 100755 index 0000000..2a1a0bc --- /dev/null +++ b/assets/common/fonts/TitilliumWeb-SemiBold.ttf diff --git a/assets/common/fonts/TitilliumWeb-SemiBoldItalic.ttf b/assets/common/fonts/TitilliumWeb-SemiBoldItalic.ttf Binary files differnew file mode 100755 index 0000000..f2184b1 --- /dev/null +++ b/assets/common/fonts/TitilliumWeb-SemiBoldItalic.ttf diff --git a/assets/common/letters/#.png b/assets/common/letters/#.png Binary files differnew file mode 100644 index 0000000..27a3f52 --- /dev/null +++ b/assets/common/letters/#.png diff --git a/assets/common/letters/0.png b/assets/common/letters/0.png Binary files differnew file mode 100644 index 0000000..8bc761f --- /dev/null +++ b/assets/common/letters/0.png diff --git a/assets/common/letters/1.png b/assets/common/letters/1.png Binary files differnew file mode 100644 index 0000000..7135d14 --- /dev/null +++ b/assets/common/letters/1.png diff --git a/assets/common/letters/2.png b/assets/common/letters/2.png Binary files differnew file mode 100644 index 0000000..d236f23 --- /dev/null +++ b/assets/common/letters/2.png diff --git a/assets/common/letters/3.png b/assets/common/letters/3.png Binary files differnew file mode 100644 index 0000000..4c036fd --- /dev/null +++ b/assets/common/letters/3.png diff --git a/assets/common/letters/4.png b/assets/common/letters/4.png Binary files differnew file mode 100644 index 0000000..f37d034 --- /dev/null +++ b/assets/common/letters/4.png diff --git a/assets/common/letters/5.png b/assets/common/letters/5.png Binary files differnew file mode 100644 index 0000000..232bf7d --- /dev/null +++ b/assets/common/letters/5.png diff --git a/assets/common/letters/6.png b/assets/common/letters/6.png Binary files differnew file mode 100644 index 0000000..d5e4f5d --- /dev/null +++ b/assets/common/letters/6.png diff --git a/assets/common/letters/7.png b/assets/common/letters/7.png Binary files differnew file mode 100644 index 0000000..dcd1023 --- /dev/null +++ b/assets/common/letters/7.png diff --git a/assets/common/letters/8.png b/assets/common/letters/8.png Binary files differnew file mode 100644 index 0000000..1996089 --- /dev/null +++ b/assets/common/letters/8.png diff --git a/assets/common/letters/9.png b/assets/common/letters/9.png Binary files differnew file mode 100644 index 0000000..0237c92 --- /dev/null +++ b/assets/common/letters/9.png diff --git a/assets/common/letters/a.png b/assets/common/letters/a.png Binary files differnew file mode 100644 index 0000000..0f6794f --- /dev/null +++ b/assets/common/letters/a.png diff --git a/assets/common/letters/b.png b/assets/common/letters/b.png Binary files differnew file mode 100644 index 0000000..664dc9e --- /dev/null +++ b/assets/common/letters/b.png diff --git a/assets/common/letters/c.png b/assets/common/letters/c.png Binary files differnew file mode 100644 index 0000000..231f60f --- /dev/null +++ b/assets/common/letters/c.png diff --git a/assets/common/letters/d.png b/assets/common/letters/d.png Binary files differnew file mode 100644 index 0000000..5993268 --- /dev/null +++ b/assets/common/letters/d.png diff --git a/assets/common/letters/e.png b/assets/common/letters/e.png Binary files differnew file mode 100644 index 0000000..4c1d13b --- /dev/null +++ b/assets/common/letters/e.png diff --git a/assets/common/letters/f.png b/assets/common/letters/f.png Binary files differnew file mode 100644 index 0000000..825d5ef --- /dev/null +++ b/assets/common/letters/f.png diff --git a/assets/common/letters/g.png b/assets/common/letters/g.png Binary files differnew file mode 100644 index 0000000..8beaae1 --- /dev/null +++ b/assets/common/letters/g.png diff --git a/assets/common/letters/h.png b/assets/common/letters/h.png Binary files differnew file mode 100644 index 0000000..fd5c053 --- /dev/null +++ b/assets/common/letters/h.png diff --git a/assets/common/letters/i.png b/assets/common/letters/i.png Binary files differnew file mode 100644 index 0000000..fb10ab7 --- /dev/null +++ b/assets/common/letters/i.png diff --git a/assets/common/letters/j.png b/assets/common/letters/j.png Binary files differnew file mode 100644 index 0000000..29aaa12 --- /dev/null +++ b/assets/common/letters/j.png diff --git a/assets/common/letters/k.png b/assets/common/letters/k.png Binary files differnew file mode 100644 index 0000000..52d7dcb --- /dev/null +++ b/assets/common/letters/k.png diff --git a/assets/common/letters/l.png b/assets/common/letters/l.png Binary files differnew file mode 100644 index 0000000..80b63df --- /dev/null +++ b/assets/common/letters/l.png diff --git a/assets/common/letters/m.png b/assets/common/letters/m.png Binary files differnew file mode 100644 index 0000000..86f8404 --- /dev/null +++ b/assets/common/letters/m.png diff --git a/assets/common/letters/n.png b/assets/common/letters/n.png Binary files differnew file mode 100644 index 0000000..5913c20 --- /dev/null +++ b/assets/common/letters/n.png diff --git a/assets/common/letters/o.png b/assets/common/letters/o.png Binary files differnew file mode 100644 index 0000000..fb40d35 --- /dev/null +++ b/assets/common/letters/o.png diff --git a/assets/common/letters/p.png b/assets/common/letters/p.png Binary files differnew file mode 100644 index 0000000..d39850c --- /dev/null +++ b/assets/common/letters/p.png diff --git a/assets/common/letters/q.png b/assets/common/letters/q.png Binary files differnew file mode 100644 index 0000000..d39194e --- /dev/null +++ b/assets/common/letters/q.png diff --git a/assets/common/letters/r.png b/assets/common/letters/r.png Binary files differnew file mode 100644 index 0000000..88f1dda --- /dev/null +++ b/assets/common/letters/r.png diff --git a/assets/common/letters/s.png b/assets/common/letters/s.png Binary files differnew file mode 100644 index 0000000..9f258c3 --- /dev/null +++ b/assets/common/letters/s.png 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 Binary files differnew file mode 100644 index 0000000..2a9940f --- /dev/null +++ b/assets/common/letters/t.png diff --git a/assets/common/letters/u.png b/assets/common/letters/u.png Binary files differnew file mode 100644 index 0000000..9ac3206 --- /dev/null +++ b/assets/common/letters/u.png diff --git a/assets/common/letters/v.png b/assets/common/letters/v.png Binary files differnew file mode 100644 index 0000000..3f47765 --- /dev/null +++ b/assets/common/letters/v.png diff --git a/assets/common/letters/w.png b/assets/common/letters/w.png Binary files differnew file mode 100644 index 0000000..166303a --- /dev/null +++ b/assets/common/letters/w.png diff --git a/assets/common/letters/x.png b/assets/common/letters/x.png Binary files differnew file mode 100644 index 0000000..977e2c9 --- /dev/null +++ b/assets/common/letters/x.png diff --git a/assets/common/letters/y.png b/assets/common/letters/y.png Binary files differnew file mode 100644 index 0000000..f3c5f84 --- /dev/null +++ b/assets/common/letters/y.png diff --git a/assets/common/letters/z.png b/assets/common/letters/z.png Binary files differnew file mode 100644 index 0000000..d5dd9be --- /dev/null +++ b/assets/common/letters/z.png diff --git a/assets/common/social/discord.png b/assets/common/social/discord.png Binary files differnew file mode 100644 index 0000000..7a2f930 --- /dev/null +++ b/assets/common/social/discord.png diff --git a/assets/common/social/github.png b/assets/common/social/github.png Binary files differnew file mode 100644 index 0000000..30cf95c --- /dev/null +++ b/assets/common/social/github.png diff --git a/assets/common/social/link.png b/assets/common/social/link.png Binary files differnew file mode 100644 index 0000000..ebcaaad --- /dev/null +++ b/assets/common/social/link.png diff --git a/assets/common/social/mastodon.png b/assets/common/social/mastodon.png Binary files differnew file mode 100644 index 0000000..ad81ae3 --- /dev/null +++ b/assets/common/social/mastodon.png diff --git a/assets/common/social/matrix.png b/assets/common/social/matrix.png Binary files differnew file mode 100644 index 0000000..ae012c0 --- /dev/null +++ b/assets/common/social/matrix.png diff --git a/assets/common/social/reddit.png b/assets/common/social/reddit.png Binary files differnew file mode 100644 index 0000000..2a3cbe7 --- /dev/null +++ b/assets/common/social/reddit.png diff --git a/assets/common/social/tumblr.png b/assets/common/social/tumblr.png Binary files differnew file mode 100644 index 0000000..0ad1dd1 --- /dev/null +++ b/assets/common/social/tumblr.png diff --git a/assets/common/social/twitter.png b/assets/common/social/twitter.png Binary files differnew file mode 100644 index 0000000..b93c609 --- /dev/null +++ b/assets/common/social/twitter.png diff --git a/assets/common/social/youtube.png b/assets/common/social/youtube.png Binary files differnew file mode 100644 index 0000000..faf8f67 --- /dev/null +++ b/assets/common/social/youtube.png |