diff options
author | Minteck <contact@minteck.org> | 2022-06-16 14:34:06 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-06-16 14:34:06 +0200 |
commit | 54787e2c29d51dfddf31efd2b6ef13b2089bd57a (patch) | |
tree | 5cf4172a224bb3f4d8556c84e0e02e1c7d1a6fee | |
parent | e4bf3880acd8e7a21fcea1fc2a63e0056daca80f (diff) | |
download | ember-54787e2c29d51dfddf31efd2b6ef13b2089bd57a.tar.gz ember-54787e2c29d51dfddf31efd2b6ef13b2089bd57a.tar.bz2 ember-54787e2c29d51dfddf31efd2b6ef13b2089bd57a.zip |
Update thingy
126 files changed, 581 insertions, 58 deletions
Binary files differ @@ -1,3 +1,3 @@ # Ember -My new website! (yes, another one. Again!)
\ No newline at end of file +My (and Cloudburst's) new website! (yes, another one. Again!)
\ No newline at end of file diff --git a/assets/.DS_Store b/assets/.DS_Store Binary files differnew file mode 100644 index 0000000..3346f2a --- /dev/null +++ b/assets/.DS_Store diff --git a/css/common.css b/assets/common/css/common.css index 46412eb..a8b1e11 100644 --- a/css/common.css +++ b/assets/common/css/common.css @@ -67,7 +67,7 @@ html, body { display: none; } - #social-mobile { + #social-mobile-outer { display: block; } } @@ -77,7 +77,7 @@ html, body { display: grid; } - #social-mobile { + #social-mobile-outer { display: none; } } @@ -112,7 +112,7 @@ html, body { margin-left: 5px; } -#social-mobile { +#social-mobile-outer { margin-top: 30px; } @@ -148,4 +148,28 @@ html, body { #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/css/container.css b/assets/common/css/container.css index d447ad8..d447ad8 100644 --- a/css/container.css +++ b/assets/common/css/container.css diff --git a/css/fonts.css b/assets/common/css/fonts.css index 84da7c2..02dac67 100644 --- a/css/fonts.css +++ b/assets/common/css/fonts.css @@ -1,75 +1,75 @@ @font-face { - src: url("/fonts/TitilliumWeb-Black.ttf"); + src: url("/assets/common/fonts/TitilliumWeb-Black.ttf"); font-family: "Titillium Web"; font-style: normal; font-weight: 900; } @font-face { - src: url("/fonts/TitilliumWeb-Bold.ttf"); + src: url("/assets/common/fonts/TitilliumWeb-Bold.ttf"); font-family: "Titillium Web"; font-style: normal; font-weight: 700; } @font-face { - src: url("/fonts/TitilliumWeb-BoldItalic.ttf"); + src: url("/assets/common/fonts/TitilliumWeb-BoldItalic.ttf"); font-family: "Titillium Web"; font-style: italic; font-weight: 700; } @font-face { - src: url("/fonts/TitilliumWeb-ExtraLight.ttf"); + src: url("/assets/common/fonts/TitilliumWeb-ExtraLight.ttf"); font-family: "Titillium Web"; font-style: normal; font-weight: 200; } @font-face { - src: url("/fonts/TitilliumWeb-ExtraLightItalic.ttf"); + src: url("/assets/common/fonts/TitilliumWeb-ExtraLightItalic.ttf"); font-family: "Titillium Web"; font-style: italic; font-weight: 200; } @font-face { - src: url("/fonts/TitilliumWeb-Light.ttf"); + src: url("/assets/common/fonts/TitilliumWeb-Light.ttf"); font-family: "Titillium Web"; font-style: normal; font-weight: 300; } @font-face { - src: url("/fonts/TitilliumWeb-LightItalic.ttf"); + src: url("/assets/common/fonts/TitilliumWeb-LightItalic.ttf"); font-family: "Titillium Web"; font-style: italic; font-weight: 300; } @font-face { - src: url("/fonts/TitilliumWeb-Regular.ttf"); + src: url("/assets/common/fonts/TitilliumWeb-Regular.ttf"); font-family: "Titillium Web"; font-style: normal; font-weight: 400; } @font-face { - src: url("/fonts/TitilliumWeb-Italic.ttf"); + src: url("/assets/common/fonts/TitilliumWeb-Italic.ttf"); font-family: "Titillium Web"; font-style: italic; font-weight: 400; } @font-face { - src: url("/fonts/TitilliumWeb-SemiBold.ttf"); + src: url("/assets/common/fonts/TitilliumWeb-SemiBold.ttf"); font-family: "Titillium Web"; font-style: normal; font-weight: 600; } @font-face { - src: url("/fonts/TitilliumWeb-SemiBold.ttf"); + src: url("/assets/common/fonts/TitilliumWeb-SemiBold.ttf"); font-family: "Titillium Web"; font-style: italic; font-weight: 600; diff --git a/fonts/.DS_Store b/assets/common/fonts/.DS_Store Binary files differindex 5008ddf..5008ddf 100644 --- a/fonts/.DS_Store +++ b/assets/common/fonts/.DS_Store diff --git a/fonts/TitilliumWeb-Black.ttf b/assets/common/fonts/TitilliumWeb-Black.ttf Binary files differindex e905106..e905106 100755 --- a/fonts/TitilliumWeb-Black.ttf +++ b/assets/common/fonts/TitilliumWeb-Black.ttf diff --git a/fonts/TitilliumWeb-Bold.ttf b/assets/common/fonts/TitilliumWeb-Bold.ttf Binary files differindex b3d8c34..b3d8c34 100755 --- a/fonts/TitilliumWeb-Bold.ttf +++ b/assets/common/fonts/TitilliumWeb-Bold.ttf diff --git a/fonts/TitilliumWeb-BoldItalic.ttf b/assets/common/fonts/TitilliumWeb-BoldItalic.ttf Binary files differindex 8eaa375..8eaa375 100755 --- a/fonts/TitilliumWeb-BoldItalic.ttf +++ b/assets/common/fonts/TitilliumWeb-BoldItalic.ttf diff --git a/fonts/TitilliumWeb-ExtraLight.ttf b/assets/common/fonts/TitilliumWeb-ExtraLight.ttf Binary files differindex e45fdc9..e45fdc9 100755 --- a/fonts/TitilliumWeb-ExtraLight.ttf +++ b/assets/common/fonts/TitilliumWeb-ExtraLight.ttf diff --git a/fonts/TitilliumWeb-ExtraLightItalic.ttf b/assets/common/fonts/TitilliumWeb-ExtraLightItalic.ttf Binary files differindex 533c474..533c474 100755 --- a/fonts/TitilliumWeb-ExtraLightItalic.ttf +++ b/assets/common/fonts/TitilliumWeb-ExtraLightItalic.ttf diff --git a/fonts/TitilliumWeb-Italic.ttf b/assets/common/fonts/TitilliumWeb-Italic.ttf Binary files differindex e28f69b..e28f69b 100755 --- a/fonts/TitilliumWeb-Italic.ttf +++ b/assets/common/fonts/TitilliumWeb-Italic.ttf diff --git a/fonts/TitilliumWeb-Light.ttf b/assets/common/fonts/TitilliumWeb-Light.ttf Binary files differindex fa9393d..fa9393d 100755 --- a/fonts/TitilliumWeb-Light.ttf +++ b/assets/common/fonts/TitilliumWeb-Light.ttf diff --git a/fonts/TitilliumWeb-LightItalic.ttf b/assets/common/fonts/TitilliumWeb-LightItalic.ttf Binary files differindex e111a22..e111a22 100755 --- a/fonts/TitilliumWeb-LightItalic.ttf +++ b/assets/common/fonts/TitilliumWeb-LightItalic.ttf diff --git a/fonts/TitilliumWeb-Regular.ttf b/assets/common/fonts/TitilliumWeb-Regular.ttf Binary files differindex e0e2dc8..e0e2dc8 100755 --- a/fonts/TitilliumWeb-Regular.ttf +++ b/assets/common/fonts/TitilliumWeb-Regular.ttf diff --git a/fonts/TitilliumWeb-SemiBold.ttf b/assets/common/fonts/TitilliumWeb-SemiBold.ttf Binary files differindex 2a1a0bc..2a1a0bc 100755 --- a/fonts/TitilliumWeb-SemiBold.ttf +++ b/assets/common/fonts/TitilliumWeb-SemiBold.ttf diff --git a/fonts/TitilliumWeb-SemiBoldItalic.ttf b/assets/common/fonts/TitilliumWeb-SemiBoldItalic.ttf Binary files differindex f2184b1..f2184b1 100755 --- a/fonts/TitilliumWeb-SemiBoldItalic.ttf +++ 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/social/discord.png b/assets/common/social/discord.png Binary files differindex 7a2f930..7a2f930 100644 --- a/social/discord.png +++ 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/social/mastodon.png b/assets/common/social/mastodon.png Binary files differindex ad81ae3..ad81ae3 100644 --- a/social/mastodon.png +++ b/assets/common/social/mastodon.png diff --git a/social/matrix.png b/assets/common/social/matrix.png Binary files differindex ae012c0..ae012c0 100644 --- a/social/matrix.png +++ b/assets/common/social/matrix.png diff --git a/social/reddit.png b/assets/common/social/reddit.png Binary files differindex 2a3cbe7..2a3cbe7 100644 --- a/social/reddit.png +++ 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/social/twitter.png b/assets/common/social/twitter.png Binary files differindex b93c609..b93c609 100644 --- a/social/twitter.png +++ b/assets/common/social/twitter.png diff --git a/social/youtube.png b/assets/common/social/youtube.png Binary files differindex faf8f67..faf8f67 100644 --- a/social/youtube.png +++ b/assets/common/social/youtube.png diff --git a/assets/conep.one/android-chrome-192x192.png b/assets/conep.one/android-chrome-192x192.png Binary files differnew file mode 100755 index 0000000..81889d9 --- /dev/null +++ b/assets/conep.one/android-chrome-192x192.png diff --git a/assets/conep.one/android-chrome-512x512.png b/assets/conep.one/android-chrome-512x512.png Binary files differnew file mode 100755 index 0000000..b1b12ee --- /dev/null +++ b/assets/conep.one/android-chrome-512x512.png diff --git a/assets/conep.one/apple-touch-icon.png b/assets/conep.one/apple-touch-icon.png Binary files differnew file mode 100755 index 0000000..321981f --- /dev/null +++ b/assets/conep.one/apple-touch-icon.png diff --git a/assets/conep.one/avatar.png b/assets/conep.one/avatar.png Binary files differnew file mode 100644 index 0000000..ec87656 --- /dev/null +++ b/assets/conep.one/avatar.png diff --git a/assets/conep.one/browserconfig.xml b/assets/conep.one/browserconfig.xml new file mode 100755 index 0000000..0adbe51 --- /dev/null +++ b/assets/conep.one/browserconfig.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/mstile-150x150.png"/> + <TileColor>#6010a7</TileColor> + </tile> + </msapplication> +</browserconfig> diff --git a/assets/conep.one/favicon-16x16.png b/assets/conep.one/favicon-16x16.png Binary files differnew file mode 100755 index 0000000..a9ccc2f --- /dev/null +++ b/assets/conep.one/favicon-16x16.png diff --git a/assets/conep.one/favicon-32x32.png b/assets/conep.one/favicon-32x32.png Binary files differnew file mode 100755 index 0000000..d0c0e34 --- /dev/null +++ b/assets/conep.one/favicon-32x32.png diff --git a/assets/conep.one/favicon.ico b/assets/conep.one/favicon.ico Binary files differnew file mode 100755 index 0000000..194573a --- /dev/null +++ b/assets/conep.one/favicon.ico diff --git a/assets/conep.one/manifest.json b/assets/conep.one/manifest.json new file mode 100755 index 0000000..a7ed95e --- /dev/null +++ b/assets/conep.one/manifest.json @@ -0,0 +1,19 @@ +{ + "name": "Cloudburst System", + "short_name": "Cloudburst System", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#6010a7", + "background_color": "#6010a7", + "display": "standalone" +} diff --git a/assets/conep.one/mstile-150x150.png b/assets/conep.one/mstile-150x150.png Binary files differnew file mode 100755 index 0000000..b2c981a --- /dev/null +++ b/assets/conep.one/mstile-150x150.png diff --git a/assets/conep.one/safari-pinned-tab.svg b/assets/conep.one/safari-pinned-tab.svg new file mode 100755 index 0000000..e18580e --- /dev/null +++ b/assets/conep.one/safari-pinned-tab.svg @@ -0,0 +1,139 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" + "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> +<svg version="1.0" xmlns="http://www.w3.org/2000/svg" + width="1012.000000pt" height="1012.000000pt" viewBox="0 0 1012.000000 1012.000000" + preserveAspectRatio="xMidYMid meet"> +<metadata> +Created by potrace 1.14, written by Peter Selinger 2001-2017 +</metadata> +<g transform="translate(0.000000,1012.000000) scale(0.100000,-0.100000)" +fill="#000000" stroke="none"> +<path d="M4648 7973 c-107 -148 -188 -327 -188 -412 0 -43 4 -53 31 -75 25 +-21 41 -26 84 -26 46 0 148 26 219 55 17 7 18 4 12 -31 -6 -32 -3 -45 14 -67 +40 -51 148 -37 545 72 121 34 224 61 230 61 29 0 -39 -35 -185 -95 -208 -85 +-256 -109 -276 -140 -35 -54 2 -87 139 -123 59 -15 107 -29 107 -32 0 -3 -51 +-11 -112 -17 -130 -12 -183 -32 -211 -81 -18 -30 -18 -38 -7 -75 28 -95 217 +-232 375 -272 70 -18 135 -20 135 -4 0 6 7 9 15 5 9 -3 15 0 15 10 0 8 -4 12 +-10 9 -5 -3 -10 -1 -10 5 0 7 -7 10 -15 6 -8 -3 -15 -2 -15 3 0 5 -21 16 -47 +26 -122 45 -234 107 -292 161 -34 31 -61 64 -61 75 0 32 63 40 375 49 165 5 +313 13 328 19 21 8 27 17 27 41 0 44 -30 58 -187 86 -308 55 -413 77 -413 84 +0 5 51 29 113 55 61 26 155 65 207 87 183 77 377 175 393 199 24 33 21 56 -9 +76 -25 16 -32 16 -123 1 -53 -10 -211 -49 -351 -88 -347 -96 -546 -144 -566 +-136 -15 6 -11 13 22 48 57 59 197 173 304 248 106 73 125 100 93 132 -30 29 +-52 21 -168 -67 -196 -149 -493 -295 -600 -295 -32 0 -35 3 -35 28 0 37 87 +215 156 319 46 70 53 86 44 103 -7 13 -21 20 -40 20 -22 0 -35 -10 -62 -47z"/> +<path d="M2564 7557 c-3 -9 1 -28 9 -44 13 -25 36 -95 43 -132 3 -15 -57 -81 +-75 -81 -6 0 -11 -3 -11 -8 0 -4 -38 -48 -85 -97 -47 -50 -85 -93 -85 -97 0 +-4 -26 -27 -57 -52 -32 -24 -84 -69 -117 -99 -68 -65 -116 -80 -165 -51 -40 +24 -50 51 -46 125 4 81 40 162 87 197 18 13 25 52 10 52 -5 0 -26 -9 -48 -19 +-41 -20 -61 -51 -127 -201 -40 -90 -68 -242 -69 -371 -1 -129 1 -136 36 -211 +32 -68 33 -93 2 -114 -31 -19 -42 -65 -26 -107 37 -98 71 -170 91 -192 11 -11 +30 -33 43 -50 13 -16 51 -46 85 -65 33 -19 61 -39 61 -44 0 -5 -10 -18 -23 +-30 -31 -29 -26 -60 14 -96 44 -39 67 -44 136 -31 93 18 113 18 113 -3 0 -19 +-74 -42 -177 -54 -7 -1 -10 -9 -7 -17 4 -8 2 -15 -4 -15 -19 0 -41 -104 -39 +-188 1 -46 -1 -86 -4 -88 -11 -6 28 -119 56 -163 14 -22 25 -46 25 -53 1 -7 +14 -29 30 -48 17 -19 30 -38 30 -42 0 -15 158 -163 191 -180 170 -86 355 -154 +469 -173 19 -3 46 -7 60 -10 40 -7 141 -18 190 -20 40 -1 69 2 148 19 27 6 62 +-24 62 -53 0 -10 6 -24 14 -30 8 -7 17 -24 21 -38 3 -15 15 -38 26 -51 10 -14 +19 -29 19 -34 0 -6 14 -27 30 -48 17 -21 30 -42 30 -48 0 -5 8 -20 19 -33 10 +-13 37 -61 60 -105 23 -45 55 -94 72 -110 16 -15 29 -34 29 -41 0 -7 5 -13 10 +-13 7 0 7 -6 2 -17 -5 -10 -7 -24 -5 -30 3 -7 1 -13 -4 -13 -5 0 -24 -20 -41 +-44 -30 -42 -103 -118 -171 -178 -43 -38 -92 -33 -262 28 -20 7 -70 11 -117 +10 -66 -2 -88 -7 -112 -24 -16 -12 -32 -22 -36 -22 -3 0 -19 -9 -34 -20 -46 +-33 -106 -132 -151 -247 -22 -59 -47 -122 -54 -138 -8 -17 -16 -42 -19 -55 -3 +-14 -12 -59 -21 -100 -21 -93 -28 -175 -28 -311 0 -93 3 -112 27 -164 29 -65 +42 -77 104 -106 32 -15 54 -19 83 -14 21 4 39 10 39 14 0 4 19 14 41 21 45 15 +125 68 175 116 17 16 46 40 64 54 59 46 117 108 134 145 10 20 27 46 39 58 19 +19 21 35 24 142 2 66 3 132 3 148 0 36 22 44 57 19 15 -10 44 -25 65 -31 48 +-16 178 -17 206 -2 12 6 22 9 22 6 0 -4 13 3 29 14 35 25 47 26 55 6 6 -16 +-30 -85 -45 -85 -5 0 -9 -9 -9 -19 0 -11 -8 -26 -18 -33 -10 -7 -43 -47 -75 +-88 -31 -41 -65 -84 -76 -95 -10 -11 -26 -34 -34 -51 -9 -17 -35 -51 -59 -76 +-24 -24 -56 -64 -73 -89 -16 -24 -40 -52 -51 -61 -12 -10 -48 -52 -80 -95 -32 +-43 -88 -107 -125 -143 -61 -60 -118 -144 -105 -157 8 -8 -12 -42 -55 -93 -44 +-53 -97 -148 -104 -187 -3 -16 -7 -38 -9 -50 -3 -13 -1 -25 4 -28 5 -3 7 -17 +4 -30 -7 -37 33 -69 124 -98 42 -14 89 -28 103 -31 76 -17 326 -26 374 -13 11 +3 34 8 50 12 17 4 66 18 111 31 85 26 82 22 123 114 25 55 33 65 92 112 25 20 +52 52 58 70 26 68 55 128 62 128 11 0 117 132 184 230 32 47 71 101 87 120 15 +19 48 62 73 95 25 33 61 80 80 105 59 76 197 224 266 286 13 12 65 64 116 116 +l92 96 123 22 c68 12 138 29 157 36 18 8 40 14 48 14 14 0 43 -23 43 -34 0 +-15 100 -126 114 -126 6 0 18 -10 26 -21 8 -12 49 -37 90 -57 90 -43 175 -50 +227 -20 31 19 31 19 38 -3 4 -11 2 -26 -4 -32 -6 -6 -11 -26 -11 -44 0 -18 -6 +-50 -14 -70 -8 -21 -17 -47 -22 -58 -4 -11 -8 -24 -10 -30 -2 -10 -33 -67 -95 +-177 -41 -72 -67 -146 -108 -308 -29 -117 -29 -123 -18 -326 6 -99 52 -174 +130 -210 36 -16 62 -22 87 -18 49 7 132 34 150 49 8 7 32 21 52 31 50 26 182 +147 250 231 51 63 68 94 73 133 1 8 4 31 8 50 17 84 16 91 -12 135 -30 47 -33 +97 -17 245 7 64 64 292 90 360 8 19 23 67 35 105 13 39 27 78 32 87 5 10 9 24 +9 32 0 8 18 53 40 100 43 92 48 120 25 146 -26 29 -26 58 2 88 14 15 31 39 39 +54 8 15 23 32 34 38 11 6 20 19 20 29 0 10 3 21 6 24 11 11 43 -12 42 -31 -1 +-16 7 -73 17 -116 3 -12 7 -32 9 -46 2 -14 11 -61 21 -105 9 -44 18 -96 21 +-115 11 -99 15 -122 24 -146 6 -14 10 -38 10 -53 0 -27 21 -73 69 -151 11 -19 +26 -46 33 -60 40 -80 173 -227 274 -301 78 -57 211 -117 272 -122 45 -4 58 -1 +80 18 37 31 99 123 108 160 4 17 10 32 13 35 4 3 12 28 18 55 6 28 18 75 27 +105 10 30 20 66 23 80 10 44 12 229 3 235 -5 3 -7 12 -4 20 3 7 -6 33 -20 58 +-14 24 -23 47 -19 50 3 4 1 7 -6 7 -7 0 -10 4 -6 9 7 12 -33 51 -52 51 -7 0 +-13 4 -13 9 0 5 -15 14 -32 22 -18 7 -35 16 -38 20 -3 3 -21 14 -40 24 -42 22 +-63 42 -51 49 5 3 38 -10 73 -30 130 -76 144 -82 193 -89 28 -5 61 -10 75 -13 +38 -8 218 -7 275 2 28 4 66 9 85 12 52 7 128 36 150 56 17 16 49 23 91 19 9 0 +33 -27 54 -58 45 -68 101 -125 146 -149 18 -9 40 -24 50 -33 45 -42 210 -67 +324 -49 28 4 64 10 80 12 89 15 385 152 385 179 0 4 4 7 10 7 5 0 37 20 71 45 +34 25 67 45 75 45 8 0 14 4 14 8 0 4 21 33 48 64 43 52 137 197 154 240 4 10 +9 30 12 45 2 16 5 28 6 28 13 0 24 175 11 176 -6 1 -17 2 -23 3 -31 4 -113 +-15 -137 -31 -32 -22 -88 -42 -96 -35 -11 11 -4 20 27 33 17 7 50 29 73 48 73 +62 85 71 85 64 0 -12 170 161 194 197 12 19 39 60 59 90 21 30 37 60 37 66 0 +6 14 53 30 105 28 85 35 142 30 239 -1 8 0 51 0 95 2 91 -7 215 -18 260 -24 +93 -47 157 -64 175 -10 11 -17 20 -14 20 3 0 -11 23 -29 50 -46 68 -181 200 +-205 200 -11 0 -28 -10 -40 -22 -21 -23 -21 -46 -4 -174 6 -48 -16 -190 -34 +-219 -4 -5 -7 -12 -8 -15 -12 -63 -87 -193 -128 -222 -58 -42 -237 -129 -263 +-129 -113 3 -180 21 -220 59 -34 32 -71 133 -78 218 -3 32 -8 82 -11 109 -3 +28 -5 57 -6 65 -1 31 -30 137 -50 180 -50 107 -168 183 -328 211 -30 6 -66 12 +-80 15 -14 2 -49 6 -78 7 -89 6 -90 32 -3 85 17 10 45 38 63 62 17 25 39 53 +49 64 10 11 23 33 28 50 53 172 -25 344 -246 547 -28 26 -52 51 -54 56 -6 13 +-109 88 -163 118 -25 14 -67 37 -93 52 -86 47 -100 53 -117 47 -27 -10 -18 +-28 29 -58 25 -15 58 -45 73 -65 15 -20 30 -37 35 -39 4 -2 7 -8 7 -14 0 -5 +27 -54 60 -109 33 -54 60 -103 60 -109 0 -6 6 -21 14 -33 39 -59 55 -222 29 +-286 -28 -66 -149 -159 -228 -176 -17 -3 -68 -8 -115 -10 -84 -4 -137 3 -235 +32 -27 8 -63 17 -80 19 -16 2 -64 15 -105 28 -41 14 -88 27 -105 30 -48 9 -76 +15 -93 20 -9 3 -28 7 -42 10 -14 2 -38 10 -55 16 -16 7 -55 14 -85 16 -67 5 +-94 9 -140 24 -33 10 -115 20 -185 22 -59 2 -189 -12 -198 -21 -5 -5 -15 -7 +-22 -5 -20 8 -125 -25 -185 -59 -119 -66 -208 -151 -236 -223 -10 -27 -21 -51 +-24 -54 -8 -7 -35 -56 -54 -100 -19 -44 -26 -79 -31 -159 -3 -37 -11 -71 -19 +-80 -23 -25 -156 -17 -156 10 0 5 -6 9 -12 9 -7 0 -24 17 -38 37 -38 57 -222 +223 -247 223 -3 0 -14 6 -22 14 -24 22 -73 26 -93 8 -10 -8 -18 -19 -18 -23 0 +-5 -14 -38 -30 -74 -17 -36 -30 -71 -30 -78 0 -7 -14 -54 -30 -105 l-30 -93 +21 -42 c16 -33 21 -66 24 -160 3 -65 7 -122 10 -127 7 -11 -103 -125 -155 +-162 -39 -27 -77 -32 -71 -8 2 8 5 22 6 30 2 8 4 15 5 15 3 0 11 39 15 65 2 +14 7 43 12 65 6 22 9 54 8 70 -3 50 -61 161 -97 186 -18 13 -40 32 -48 42 -8 +11 -22 27 -30 36 -50 57 -72 135 -77 276 -2 55 -4 109 -5 120 0 11 3 34 6 50 +11 47 36 257 31 264 -2 4 -6 31 -9 61 -4 30 -9 72 -12 92 -3 21 -5 40 -5 43 3 +11 -53 101 -80 130 -15 17 -27 37 -26 45 5 29 40 135 49 146 9 12 14 31 23 97 +4 22 10 49 14 61 13 33 3 191 -13 231 -8 19 -21 35 -28 36 -7 0 -22 2 -33 5 +-73 16 -168 7 -235 -23 -8 -3 -17 -7 -20 -8 -68 -19 -137 -42 -182 -61 -32 +-13 -58 -21 -58 -17 0 3 -6 1 -12 -4 -26 -21 -108 -36 -108 -21 0 5 -4 6 -10 +3 -5 -3 -10 0 -10 8 0 53 -304 235 -498 297 -53 18 -119 41 -147 52 -27 11 +-72 22 -100 24 -27 3 -72 11 -100 18 -27 8 -63 17 -80 19 -16 3 -37 8 -45 11 +-28 10 -94 17 -194 22 -55 2 -101 6 -104 9 -3 2 -13 0 -23 -5 -9 -6 -27 -7 +-38 -2 -19 7 -81 83 -81 101 0 5 -20 25 -45 46 -35 28 -46 33 -51 22z"/> +<path d="M668 7005 c-15 -34 5 -53 97 -90 125 -50 589 -282 609 -304 27 -30 +12 -43 -86 -75 -236 -79 -508 -130 -773 -146 -224 -13 -392 -32 -422 -49 -30 +-16 -35 -49 -11 -73 20 -20 28 -21 147 -14 126 6 322 27 436 46 69 11 418 13 +518 1 37 -4 72 -12 78 -18 34 -34 -547 -311 -821 -392 -41 -13 -85 -29 -97 +-37 -31 -20 -30 -61 1 -75 19 -9 45 -4 137 26 127 41 459 123 619 154 145 27 +210 33 245 23 28 -8 30 -12 30 -53 -1 -57 -44 -150 -131 -283 -111 -168 -291 +-379 -373 -437 -71 -49 -111 -91 -111 -114 0 -26 18 -45 43 -45 21 0 92 46 +122 80 24 26 234 158 365 227 119 64 261 123 294 123 23 0 26 -4 26 -36 0 -95 +-111 -339 -199 -439 -75 -85 -175 -230 -191 -279 -21 -64 27 -107 79 -69 40 +29 122 143 190 263 45 79 73 117 108 144 93 72 109 40 125 -239 6 -116 15 +-200 23 -215 l13 -25 11 26 c32 84 42 387 16 475 -19 65 -61 106 -109 106 -21 +0 -36 5 -36 12 0 6 14 49 30 96 21 59 30 104 30 148 0 57 -3 67 -29 93 -54 53 +-127 40 -338 -61 -68 -32 -123 -54 -123 -49 0 5 17 33 38 62 125 169 211 335 +219 424 12 135 -71 183 -267 152 -39 -6 -77 -9 -86 -7 -8 2 27 27 80 57 53 30 +114 71 135 91 90 82 52 157 -89 176 -28 4 -49 11 -47 17 2 6 37 20 78 32 105 +32 149 52 187 88 56 54 38 119 -49 175 -116 77 -657 332 -702 332 -20 0 -31 +-7 -39 -25z"/> +<path d="M5214 6662 c3 -5 1 -12 -6 -14 -26 -9 25 -60 144 -149 67 -49 132 +-92 145 -95 29 -8 53 11 53 41 0 23 -18 38 -217 178 -51 36 -135 64 -119 39z"/> +<path d="M5175 6509 c-15 -24 32 -127 77 -169 35 -32 88 -21 88 18 0 15 -44 +77 -94 130 -30 32 -59 41 -71 21z"/> +</g> +</svg> diff --git a/assets/minteck.org/android-chrome-192x192.png b/assets/minteck.org/android-chrome-192x192.png Binary files differnew file mode 100755 index 0000000..f5dbc6b --- /dev/null +++ b/assets/minteck.org/android-chrome-192x192.png diff --git a/assets/minteck.org/android-chrome-512x512.png b/assets/minteck.org/android-chrome-512x512.png Binary files differnew file mode 100755 index 0000000..a3bf4bd --- /dev/null +++ b/assets/minteck.org/android-chrome-512x512.png diff --git a/assets/minteck.org/apple-touch-icon.png b/assets/minteck.org/apple-touch-icon.png Binary files differnew file mode 100755 index 0000000..6342fda --- /dev/null +++ b/assets/minteck.org/apple-touch-icon.png diff --git a/assets/minteck.org/archives/minteck-autouptime-v1.json b/assets/minteck.org/archives/minteck-autouptime-v1.json new file mode 100755 index 0000000..9f53229 --- /dev/null +++ b/assets/minteck.org/archives/minteck-autouptime-v1.json @@ -0,0 +1,9 @@ +{ + "title": "Auto-uptime", + "date": "11/2019", + "unreleased": false, + "description": { + "en": "Website pinging service", + "fr": "Service de questionnement de site Web" + } +}
\ No newline at end of file diff --git a/assets/minteck.org/archives/minteck-autouptime-v2.json b/assets/minteck.org/archives/minteck-autouptime-v2.json new file mode 100755 index 0000000..1a5cc70 --- /dev/null +++ b/assets/minteck.org/archives/minteck-autouptime-v2.json @@ -0,0 +1,9 @@ +{ + "title": "Auto-uptime Second Edition", + "date": "03/2020", + "unreleased": false, + "description": { + "en": "Website pinging service, new generation", + "fr": "Service de questionnement de site Web, nouvelle génération" + } +}
\ No newline at end of file diff --git a/assets/minteck.org/archives/minteck-bettersearch.json b/assets/minteck.org/archives/minteck-bettersearch.json new file mode 100755 index 0000000..56a7a82 --- /dev/null +++ b/assets/minteck.org/archives/minteck-bettersearch.json @@ -0,0 +1,9 @@ +{ + "title": "BetterSearch", + "date": "12/2019", + "unreleased": false, + "description": { + "en": "Meta-search engine with AI-powered analysis", + "fr": "Méta-moteur de recherche avec une analyse par IA" + } +}
\ No newline at end of file diff --git a/assets/minteck.org/archives/minteck-bettersearch.png b/assets/minteck.org/archives/minteck-bettersearch.png Binary files differnew file mode 100755 index 0000000..26c7092 --- /dev/null +++ b/assets/minteck.org/archives/minteck-bettersearch.png diff --git a/assets/minteck.org/archives/minteck-future.json b/assets/minteck.org/archives/minteck-future.json new file mode 100755 index 0000000..67b0814 --- /dev/null +++ b/assets/minteck.org/archives/minteck-future.json @@ -0,0 +1,9 @@ +{ + "title": "Future Desktop", + "date": "04/2020", + "unreleased": true, + "description": { + "en": "A desktop environment for Linux systems using Web technologies", + "fr": "Un environnement de bureau pour les systèmes Linux qui utilise les technologies Web" + } +} diff --git a/assets/minteck.org/archives/minteck-future.png b/assets/minteck.org/archives/minteck-future.png Binary files differnew file mode 100755 index 0000000..f5c523c --- /dev/null +++ b/assets/minteck.org/archives/minteck-future.png diff --git a/assets/minteck.org/archives/minteck-game-launcher.json b/assets/minteck.org/archives/minteck-game-launcher.json new file mode 100755 index 0000000..0543eab --- /dev/null +++ b/assets/minteck.org/archives/minteck-game-launcher.json @@ -0,0 +1,9 @@ +{ + "title": "Game Launcher", + "date": "07/2020", + "unreleased": false, + "description": { + "en": "Simple game and app launcher for Linux", + "fr": "Lanceur de jeu et d'application simple pour Linux" + } +}
\ No newline at end of file diff --git a/assets/minteck.org/archives/minteck-game-launcher.png b/assets/minteck.org/archives/minteck-game-launcher.png Binary files differnew file mode 100755 index 0000000..edb00f5 --- /dev/null +++ b/assets/minteck.org/archives/minteck-game-launcher.png diff --git a/assets/minteck.org/archives/minteck-horizon.json b/assets/minteck.org/archives/minteck-horizon.json new file mode 100755 index 0000000..c787fc3 --- /dev/null +++ b/assets/minteck.org/archives/minteck-horizon.json @@ -0,0 +1,9 @@ +{ + "title": "Horizon", + "date": "02/2019", + "unreleased": false, + "description": { + "en": "General-purpose Discord bot", + "fr": "Le couteau suisse des robots Discord" + } +}
\ No newline at end of file diff --git a/assets/minteck.org/archives/minteck-mpnotes.json b/assets/minteck.org/archives/minteck-mpnotes.json new file mode 100755 index 0000000..6fa2f51 --- /dev/null +++ b/assets/minteck.org/archives/minteck-mpnotes.json @@ -0,0 +1,9 @@ +{ + "title": "Minteck Projects Account/Notes", + "date": "04/2019", + "unreleased": false, + "description": { + "en": "Online notes syncing service", + "fr": "Service de synchronisation en ligne de notes" + } +}
\ No newline at end of file diff --git a/assets/minteck.org/archives/minteck-mprjnet1.json b/assets/minteck.org/archives/minteck-mprjnet1.json new file mode 100755 index 0000000..890a9ac --- /dev/null +++ b/assets/minteck.org/archives/minteck-mprjnet1.json @@ -0,0 +1,9 @@ +{ + "title": "Minteck Projects.net 1", + "date": "12/2018", + "unreleased": false, + "description": { + "en": "The first Minteck Projects website", + "fr": "Le premier site Web de Minteck Projects" + } +}
\ No newline at end of file diff --git a/assets/minteck.org/archives/minteck-mprjnet1.png b/assets/minteck.org/archives/minteck-mprjnet1.png Binary files differnew file mode 100755 index 0000000..2909555 --- /dev/null +++ b/assets/minteck.org/archives/minteck-mprjnet1.png diff --git a/assets/minteck.org/archives/minteck-mprjnet3.json b/assets/minteck.org/archives/minteck-mprjnet3.json new file mode 100755 index 0000000..f3baad3 --- /dev/null +++ b/assets/minteck.org/archives/minteck-mprjnet3.json @@ -0,0 +1,9 @@ +{ + "title": "Minteck Projects.net 3", + "date": "05/2019", + "unreleased": false, + "description": { + "en": "The third Minteck Projects website, introducing a new rock-solid rendering engine", + "fr": "Le troisième site Web de Minteck Projects, apportant un nouveau moteur de rendu très fiable" + } +}
\ No newline at end of file diff --git a/assets/minteck.org/archives/minteck-mprjnet3.png b/assets/minteck.org/archives/minteck-mprjnet3.png Binary files differnew file mode 100755 index 0000000..801a6c4 --- /dev/null +++ b/assets/minteck.org/archives/minteck-mprjnet3.png diff --git a/assets/minteck.org/archives/minteck-mprjnet5.json b/assets/minteck.org/archives/minteck-mprjnet5.json new file mode 100755 index 0000000..119cdec --- /dev/null +++ b/assets/minteck.org/archives/minteck-mprjnet5.json @@ -0,0 +1,9 @@ +{ + "title": "Minteck Projects.net 5", + "date": "12/2019", + "unreleased": false, + "description": { + "en": "Last Minteck Projects website to use the v3 rendering engine", + "fr": "Dernier site de Minteck Projects à utiliser le moteur de rendu v3" + } +}
\ No newline at end of file diff --git a/assets/minteck.org/archives/minteck-mprjnet5.png b/assets/minteck.org/archives/minteck-mprjnet5.png Binary files differnew file mode 100755 index 0000000..e01b9e3 --- /dev/null +++ b/assets/minteck.org/archives/minteck-mprjnet5.png diff --git a/assets/minteck.org/archives/minteck-neutron2.json b/assets/minteck.org/archives/minteck-neutron2.json new file mode 100755 index 0000000..ae33c84 --- /dev/null +++ b/assets/minteck.org/archives/minteck-neutron2.json @@ -0,0 +1,9 @@ +{ + "title": "Neutron 2", + "date": "09/2019", + "unreleased": false, + "description": { + "en": "Second stable Neutron release", + "fr": "Deuxième version stable de Neutron" + } +}
\ No newline at end of file diff --git a/assets/minteck.org/archives/minteck-neutron2.png b/assets/minteck.org/archives/minteck-neutron2.png Binary files differnew file mode 100755 index 0000000..52cf795 --- /dev/null +++ b/assets/minteck.org/archives/minteck-neutron2.png diff --git a/assets/minteck.org/archives/minteck-neutronstore.json b/assets/minteck.org/archives/minteck-neutronstore.json new file mode 100755 index 0000000..7aba029 --- /dev/null +++ b/assets/minteck.org/archives/minteck-neutronstore.json @@ -0,0 +1,9 @@ +{ + "title": "Neutron Store (CMS Store)", + "date": "10/2019", + "unreleased": false, + "description": { + "en": "Optional features store for legacy versions of Neutron", + "fr": "Boutique de fonctionnalités optionnelles pour les anciennes versions de Neutron" + } +}
\ No newline at end of file diff --git a/assets/minteck.org/archives/minteck-neutronstore.png b/assets/minteck.org/archives/minteck-neutronstore.png Binary files differnew file mode 100755 index 0000000..06fde81 --- /dev/null +++ b/assets/minteck.org/archives/minteck-neutronstore.png diff --git a/assets/minteck.org/archives/minteck-plasmawalls.json b/assets/minteck.org/archives/minteck-plasmawalls.json new file mode 100755 index 0000000..077845d --- /dev/null +++ b/assets/minteck.org/archives/minteck-plasmawalls.json @@ -0,0 +1,9 @@ +{ + "title": "PlasmaWalls", + "date": "02/2021", + "unreleased": false, + "description": { + "en": "Synced with Git, website that helps download KDE Plasma's wallpapers", + "fr": "Synchronisé avec Git, site Web qui permet de télécharger les fonds d'écran de KDE Plasma" + } +}
\ No newline at end of file diff --git a/assets/minteck.org/archives/minteck-plasmawalls.png b/assets/minteck.org/archives/minteck-plasmawalls.png Binary files differnew file mode 100755 index 0000000..689dc00 --- /dev/null +++ b/assets/minteck.org/archives/minteck-plasmawalls.png diff --git a/assets/minteck.org/archives/minteck-polymer3.json b/assets/minteck.org/archives/minteck-polymer3.json new file mode 100755 index 0000000..7962f81 --- /dev/null +++ b/assets/minteck.org/archives/minteck-polymer3.json @@ -0,0 +1,9 @@ +{ + "title": "Minteck Projects.net 6 (Project Polymer 3)", + "date": "04/2020", + "unreleased": true, + "description": { + "en": "New Minteck Projects website project, featuring a new modular rendering engine", + "fr": "Projet de nouveau site de Minteck Projects, constitué d'un nouveau moteur de rendu modulaire" + } +}
\ No newline at end of file diff --git a/assets/minteck.org/archives/minteck-polymer3.png b/assets/minteck.org/archives/minteck-polymer3.png Binary files differnew file mode 100755 index 0000000..455110f --- /dev/null +++ b/assets/minteck.org/archives/minteck-polymer3.png diff --git a/assets/minteck.org/archives/minteck-pwrite.json b/assets/minteck.org/archives/minteck-pwrite.json new file mode 100755 index 0000000..424c040 --- /dev/null +++ b/assets/minteck.org/archives/minteck-pwrite.json @@ -0,0 +1,9 @@ +{ + "title": "pWrite Text Editor", + "date": "11/2019", + "unreleased": false, + "description": { + "en": "Open-source word processor powered by Web technologies", + "fr": "Traitement de texte libre de droits propulsé par des technologies Web" + } +}
\ No newline at end of file diff --git a/assets/minteck.org/archives/minteck-pwrite.png b/assets/minteck.org/archives/minteck-pwrite.png Binary files differnew file mode 100755 index 0000000..cd78300 --- /dev/null +++ b/assets/minteck.org/archives/minteck-pwrite.png diff --git a/assets/minteck.org/archives/minteck-ttshell.json b/assets/minteck.org/archives/minteck-ttshell.json new file mode 100755 index 0000000..8249b24 --- /dev/null +++ b/assets/minteck.org/archives/minteck-ttshell.json @@ -0,0 +1,9 @@ +{ + "title": "Titou Shell", + "date": "07/2018", + "unreleased": false, + "description": { + "en": "Alternative shell simulator for Windows Vista and newer", + "fr": "Simulateur de shell alternatif pour Windows Vista et suivant" + } +}
\ No newline at end of file diff --git a/assets/minteck.org/archives/minteck-tysonbots.json b/assets/minteck.org/archives/minteck-tysonbots.json new file mode 100755 index 0000000..ecb45e9 --- /dev/null +++ b/assets/minteck.org/archives/minteck-tysonbots.json @@ -0,0 +1,9 @@ +{ + "title": "Tyson Bots", + "date": "02/2020", + "unreleased": false, + "description": { + "en": "Discord and Web-based chatbot powered by Google Dialogflow", + "fr": "Robot de discussion sur le Web et pour Discord propulsé par Google Dialogflow" + } +}
\ No newline at end of file diff --git a/assets/minteck.org/archives/minteck-tysonfans.json b/assets/minteck.org/archives/minteck-tysonfans.json new file mode 100755 index 0000000..95cef2b --- /dev/null +++ b/assets/minteck.org/archives/minteck-tysonfans.json @@ -0,0 +1,9 @@ +{ + "title": "Tyson Fans", + "date": "02/2020", + "unreleased": false, + "description": { + "en": "Sub-group from Minteck Projects that tributes to Tyson Tan", + "fr": "Sous-groupe de Minteck Projects qui rend hommage à Tyson Tan" + } +}
\ No newline at end of file diff --git a/assets/minteck.org/archives/minteck-tysonfans.png b/assets/minteck.org/archives/minteck-tysonfans.png Binary files differnew file mode 100755 index 0000000..8183a43 --- /dev/null +++ b/assets/minteck.org/archives/minteck-tysonfans.png diff --git a/assets/minteck.org/archives/minteck-webserver.json b/assets/minteck.org/archives/minteck-webserver.json new file mode 100755 index 0000000..ccd9245 --- /dev/null +++ b/assets/minteck.org/archives/minteck-webserver.json @@ -0,0 +1,9 @@ +{ + "title": "Minteck Projects Web Server", + "date": "04/2019", + "unreleased": true, + "description": { + "en": "JavaScript-powered lightweight Web server. Served as a base for Sattelite Server.", + "fr": "Serveur Web léger propulsé par JavaScript" + } +}
\ No newline at end of file diff --git a/assets/minteck.org/archives/minteck-webspace.json b/assets/minteck.org/archives/minteck-webspace.json new file mode 100755 index 0000000..23bdc1a --- /dev/null +++ b/assets/minteck.org/archives/minteck-webspace.json @@ -0,0 +1,9 @@ +{ + "title": "Minteck Projects WebSpace", + "date": "06/2020", + "unreleased": true, + "description": { + "en": "Desktop application for Minteck Projects websites", + "fr": "Application de bureau pour les sites de Minteck Projects" + } +}
\ No newline at end of file diff --git a/assets/minteck.org/archives/minteck-webspace.png b/assets/minteck.org/archives/minteck-webspace.png Binary files differnew file mode 100755 index 0000000..95a9067 --- /dev/null +++ b/assets/minteck.org/archives/minteck-webspace.png diff --git a/avatar.png b/assets/minteck.org/avatar.png Binary files differindex 33e1319..33e1319 100755 --- a/avatar.png +++ b/assets/minteck.org/avatar.png diff --git a/assets/minteck.org/browserconfig.xml b/assets/minteck.org/browserconfig.xml new file mode 100755 index 0000000..021d23d --- /dev/null +++ b/assets/minteck.org/browserconfig.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/mstile-150x150.png"/> + <TileColor>#a56510</TileColor> + </tile> + </msapplication> +</browserconfig> diff --git a/assets/minteck.org/favicon-16x16.png b/assets/minteck.org/favicon-16x16.png Binary files differnew file mode 100755 index 0000000..aa0bb47 --- /dev/null +++ b/assets/minteck.org/favicon-16x16.png diff --git a/assets/minteck.org/favicon-32x32.png b/assets/minteck.org/favicon-32x32.png Binary files differnew file mode 100755 index 0000000..7d11a19 --- /dev/null +++ b/assets/minteck.org/favicon-32x32.png diff --git a/assets/minteck.org/favicon-48x48.png b/assets/minteck.org/favicon-48x48.png Binary files differnew file mode 100644 index 0000000..e97141b --- /dev/null +++ b/assets/minteck.org/favicon-48x48.png diff --git a/assets/minteck.org/favicon-64x64.png b/assets/minteck.org/favicon-64x64.png Binary files differnew file mode 100644 index 0000000..dc00769 --- /dev/null +++ b/assets/minteck.org/favicon-64x64.png diff --git a/assets/minteck.org/favicon.ico b/assets/minteck.org/favicon.ico Binary files differnew file mode 100755 index 0000000..f68855a --- /dev/null +++ b/assets/minteck.org/favicon.ico diff --git a/assets/minteck.org/manifest.json b/assets/minteck.org/manifest.json new file mode 100755 index 0000000..8e6ca9c --- /dev/null +++ b/assets/minteck.org/manifest.json @@ -0,0 +1,19 @@ +{ + "name": "Minteck", + "short_name": "Minteck", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#a56510", + "background_color": "#a56510", + "display": "standalone" +} diff --git a/assets/minteck.org/mstile-150x150.png b/assets/minteck.org/mstile-150x150.png Binary files differnew file mode 100755 index 0000000..6952d8e --- /dev/null +++ b/assets/minteck.org/mstile-150x150.png diff --git a/assets/minteck.org/safari-pinned-tab.svg b/assets/minteck.org/safari-pinned-tab.svg new file mode 100644 index 0000000..c8cc783 --- /dev/null +++ b/assets/minteck.org/safari-pinned-tab.svg @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 1012 1012" style="enable-background:new 0 0 1012 1012;" xml:space="preserve"> +<circle cx="326.4" cy="380" r="96.4"/> +<g> + <g> + <path d="M348.1,785.3c-2.7-1-5.5-0.5-8.2-0.6c-9.8-0.2-19.4-1.4-28.8-4.2c-3.9-1.2-7.7-2.6-10.7-5.7c-3.5-3.5-4.4-7.6-2.6-12.2 + c1.6-4,4-7.6,6.1-11.4c1.7-3,1.4-3.4-2-3.5c-12-0.2-24-0.9-35.7-4.2c-3.3-0.9-6.4-2.2-9.1-4.2c-6.1-4.6-7.4-9.9-3.9-16.7 + c3.2-6.3,6.9-12.4,10.8-18.3c13.6-21,26.8-42.1,38.7-64.1c2.1-3.9,2-4.1-2.4-4.7c-12.9-1.7-25.6-4.4-37.6-9.4 + c-5.5-2.3-10.6-5.2-14.8-9.5c-6.8-7-6.3-14.8,0.9-21.3c8.1-7.2,18.3-9.9,28.3-12.7c16.5-4.6,33.5-6.4,50.5-7.9 + c3-0.3,5.1-2.8,4.9-5.8c-0.1-1.9-1.6-1.9-2.8-2.2c-8.2-2-16.2-4.4-24-7.8c-7.2-3.1-14.2-6.5-20.2-11.7c-2.4-2.1-4.8-4.2-6-7.1 + c-1.1-2.5-2.9-3.4-5.3-4.2c-9-2.9-17.4-6.8-24.2-13.7c-7.6-7.7-7.3-17.4,1-24.5c2.2-1.9,4.6-3.6,6.2-6c3-4.5,2.2-8.4-2.3-11.3 + c-13.9-8.8-26.7-18.9-38.1-30.6c-25.2-25.7-43.1-55.4-50.2-91.1c-0.2-0.9-0.5-1.8-0.7-2.8c-1.8,0.2-2.4,1.7-3.4,2.7 + c-10.1,10.8-21.1,20.4-34.1,27.4c-25.7,13.8-51.5,13.9-77-0.4c-13.4-7.5-25.3-17-34.5-29.6C3.9,337.9-1,317.8,3.8,295.6 + c3.2-14.5,10.6-26.9,18.6-39.8c1.1,3.7,0.5,6.7,0.2,9.7c-1.5,15.5,1.5,29.6,11.9,41.7c8.6,10,20.7,10,29.1-0.2 + c7.2-8.7,10.5-19.1,13.2-29.7c2.7-10.7,4.8-21.5,8.3-32.1c6.4-19.5,15.7-37.4,28.7-53.3c18.5-22.4,41.4-38.5,68.7-48.2 + c3.4-1.2,6.8-2.3,10.8-3.7c-14.4-9.3-28.5-18-42-27.6c0.8-1.3,1.8-1.3,2.7-1.6c26.7-6.9,53.4-14,80.2-20.8 + c10.2-2.6,20.6-5.1,31.3-4.5c12.4,0.7,24.4,3.6,36.2,7.5c11.5,3.7,22.8,8.1,34.6,11.3c9.3,2.5,9.2,2.7,12.2-6.1 + c0.7-1.9,1.3-3.9,2.3-5.6c4.3-7.3,10.8-9.7,20.6-7.5c11.1,2.5,20.3,8.6,28.9,15.6c15.8,13.1,28.8,28.5,38.9,46.4 + c2.7,4.7,7.5,7.4,11.5,10.8c22.1,19.2,41,41.1,56.3,66.1c0.3,0.5,0.6,1,1.7,1.4c-0.4-4.5-0.8-9-1.3-13.5 + c-0.5-4.6-1.2-9.2-1.9-14.2c2.5,0.5,4,2.1,5.5,3.5c10.7,9.6,17.7,21.7,22.7,35c7.1,19,10.6,38.8,12.2,59 + c2.5,30.8,0.4,61.2-6.7,91.2c-4.5,18.9-10.9,37.1-22.1,53.3c-3.3,4.8-7.4,8.8-11.4,12.9c-1.1,1.1-1.8,2.1-1.6,3.7 + c2.6,20.3,6.2,40.3,13.9,59.4c9.5,23.6,24.6,42.7,45.7,57c7.1,4.9,14.5,9.5,21.1,15c1.2,1,2,0.7,3.1-0.2 + c18-15.2,38.4-26.4,60.5-34.3c12.4-4.4,25.2-6.9,38.3-8.2c17.1-1.7,33.8,0,50.2,4.9c14.4,4.2,27.3,11.3,39.2,20.1 + c23.5,17.3,40.1,40.4,54.2,65.6c1.5,2.7,0.7,2.9-1.8,2.8c-4.6-0.3-8.4-2.6-12.7-4.4c11.6,16.3,28.5,26.6,47.7,22 + c5.3-1.3,10.2-3.6,14.9-6.3c10.7-6.3,22.2-9.9,34.7-9.2c12,0.7,23.5,3.7,34.4,8.7c23.4,10.8,43.9,25.7,61.8,44.1 + c0.8,0.8,2.3,1.6,2,2.8c-0.5,1.4-2.2,1.1-3.5,1.2c-9.9,0.8-19.3-1.8-28.7-4.3c-10.7-2.8-21.2-3.7-31.7,1 + c-9.1,4.2-17.3,9.9-24.6,16.8c-6.9,6.5-13.3,13.6-20.7,19.5C885,744,865.5,752,844.5,756.6c-13.7,3-27.6,4.7-41.7,5.2 + c-24.4,0.9-48.4-1.3-72.2-6.6c-16.1-3.5-31.8-8.6-46.8-15.4c-1.1-0.5-2.1-0.9-3.6-1.5c0.9,3.2,1.8,5.9,2.4,8.6 + c0.8,3.5,0.2,4.1-3.3,3.8c-9.5-0.8-18.7-2.9-27.4-7.1c-2.6-1.2-5.2-2.5-7.8-3.8c-1.5-0.8-2.4-0.9-2.6,1.2 + c-0.4,5.7-4.1,8.4-9.2,9.7c-7.5,1.9-15.3,1.7-22.9,2.2c-13.7,0.9-27,2.9-39.2,9.6c-6.5,3.6-12.3,7.9-17.4,13.2 + c-1.5,1.5-3,2.5-5.3,2.5c-25.8,0.4-51.6,1-77.5,0.5c-7-0.1-13.9-0.7-20.8-2.1c-15.6-3.1-20.6-9.9-18.2-25.6 + c1.2-8,2.8-15.9,6.3-23.2c1.1-2.4-0.1-3.2-1.9-4.1c-6.1-2.9-5.3-3.6-7.2,3c-3.6,12.7-7.8,25.2-13.5,37.2 + c-4,8.4-9.7,14.4-19.3,16.2c-4.1,0.8-8.2,1.7-12.4,2.3c-8.9,1.3-17.8,2.5-26.9,2.3c-1.5,0-3.1-0.2-4.6,0.6 + C350.5,785.3,349.3,785.3,348.1,785.3z M329.4,473.3c-1-0.4-2-0.8-3-1.1c-8.3-2.9-15.7-7.3-22-13.3c-16.8-16.1-24.4-36-22.6-59.1 + c1.3-17.1,8.2-31.8,22.1-42.5c20.1-15.5,48.9-13.3,68.4,5c17.4,16.4,25.3,36.6,23.5,60.5c-0.2,3.3-1,6.4-1.5,9.6 + c-0.2,1-1.1,2.4,0.2,2.9c1.6,0.5,1.7-1.3,2.2-2.3c0.8-1.7,1.6-3.5,2.2-5.3c8.6-25.8,5.5-50.4-8-73.8c-4.9-8.4-10.9-16.1-19-21.4 + c-8.6-5.6-18.3-9.6-28.4-12c-24.1-5.7-45.6-0.2-62.1,18.1c-22.1,24.6-26.9,53.7-15.3,84.6c7.6,20.3,21.1,36.2,41.4,45.3 + C314.4,471.5,321.6,473.8,329.4,473.3z M341.5,379.2c0.1-17-8.8-23.6-21.7-19.1c-13.7,4.8-26.6,22.2-27.1,36.7 + c-0.5,16,10.1,23.4,24.4,16.2C332,405.5,339.8,392.7,341.5,379.2z M317.2,428.6c0,4.8,3.2,9,7,9c2.9,0,5.3-2.9,5.4-6.6 + c0.1-4.3-3.4-8.6-7-8.7C319.4,422.3,317.3,424.8,317.2,428.6z"/> + </g> +</g> +</svg> diff --git a/includes/header.php b/includes/header.php new file mode 100644 index 0000000..765bd28 --- /dev/null +++ b/includes/header.php @@ -0,0 +1,4 @@ +<?php + +$conepone = str_ends_with($_SERVER['HTTP_HOST'], "conep.one"); +$domainMode = $conepone ? "conep.one" : "minteck.org";
\ No newline at end of file @@ -1,84 +1,153 @@ <?php +require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/functions.php"; +global $conepone; +global $domainMode; + ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> - <title>Minteck.org</title> + <title><?= $conepone ? "Cloudburst System" : "Minteck.org" ?></title> <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="stylesheet" href="/css/fonts.css"> - <link rel="stylesheet" href="/css/common.css"> - <link rel="stylesheet" href="/css/container.css"> + <link rel="stylesheet" href="/assets/common/css/fonts.css"> + <link rel="stylesheet" href="/assets/common/css/common.css"> + <link rel="stylesheet" href="/assets/common/css/container.css"> + <link rel="apple-touch-icon" sizes="180x180" href="/assets/<?= $conepone ? "conep.one" : "minteck.org" ?>/apple-touch-icon.png"> + <link rel="shortcut icon" type="image/x-icon" href="/assets/<?= $conepone ? "conep.one" : "minteck.org" ?>/favicon.ico"> + <link rel="icon" type="image/png" sizes="32x32" href="/assets/<?= $conepone ? "conep.one" : "minteck.org" ?>/favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/assets/<?= $conepone ? "conep.one" : "minteck.org" ?>/favicon-16x16.png"> + <link rel="manifest" href="/assets/<?= $conepone ? "conep.one" : "minteck.org" ?>/manifest.json"> + <link rel="mask-icon" href="/assets/<?= $conepone ? "conep.one" : "minteck.org" ?>/safari-pinned-tab.svg" color="#a56510"> + <meta name="msapplication-TileColor" content="<?= json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/assets/" . ($conepone ? "conep.one" : "minteck.org") . "/manifest.json"), true)['theme_color'] ?>"> + <meta name="theme-color" content="<?= json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/assets/" . ($conepone ? "conep.one" : "minteck.org") . "/manifest.json"), true)['theme_color'] ?>"> </head> <body> + <div id="debug"> + Domain Mode: <?= $conepone ? "conep.one" : "minteck.org" ?> + <?php if (version() === "trunk"): ?> + <br>Local unstaged version, not for production. + <?php endif; ?> + </div> + <a rel="me" href="https://equestria.social/@<?= $conepone ? "cloudburstsys" : "minteck" ?>" style="display:none"></a> <br><br><br> <div class="container" id="intro"> - <img alt="" id="intro-avatar" src="/avatar.png"> - <h1 id="intro-title">Minteck</h1> - <p id="intro-ref"><a href="https://github.com/Sollace/Unicopia" target="_blank" id="intro-ref-link">The pony powers mod to power in your pony pony pony</a></p> + <img alt="" id="intro-avatar" src="/assets/<?= $conepone ? "conep.one" : "minteck.org" ?>/avatar.png"> + <h1 id="intro-title"><?= $conepone ? "Cloudburst System" : "Minteck" ?></h1> + <p id="intro-ref"> + <?php if ($conepone): ?> + Plural system of 10 ponies! + <?php else: ?> + <a href="https://github.com/Sollace/Unicopia" target="_blank" id="intro-ref-link">The pony powers mod to power in your pony pony pony</a> + <?php endif; ?> + </p> </div> <div id="social" class="container"> - <a href="https://twitter.com/MinteckPony" target="_blank" id="social-twitter" class="social-item"> - <img id="social-twitter-icon" class="social-item-icon" alt="" src="/social/twitter.png"> + <a href="https://twitter.com/<?= $conepone ? "leahpone" : "MinteckPony" ?>" target="_blank" id="social-twitter" class="social-item"> + <img id="social-twitter-icon" class="social-item-icon" alt="" src="/assets/common/social/twitter.png"> <div id="social-twitter-text" class="social-item-text">Twitter</div> </a> - <a href="https://matrix.to/#/@moonshine:equestria.horse" target="_blank" id="social-matrix" class="social-item"> - <img id="social-matrix-icon" class="social-item-icon" alt="" src="/social/matrix.png"> + <a href="https://matrix.to/#/@<?= $conepone ? "cloudburst" : "moonshine" ?>:equestria.horse" target="_blank" id="social-matrix" class="social-item"> + <img id="social-matrix-icon" class="social-item-icon" alt="" src="/assets/common/social/matrix.png"> <div id="social-matrix-text" class="social-item-text">Matrix</div> </a> - <a href="https://reddit.com/user/Minteck" target="_blank" id="social-reddit" class="social-item"> - <img id="social-reddit-icon" class="social-item-icon" alt="" src="/social/reddit.png"> + <a href="https://reddit.com/user/<?= $conepone ? "Cloudburst_Sys" : "Minteck" ?>" target="_blank" id="social-reddit" class="social-item"> + <img id="social-reddit-icon" class="social-item-icon" alt="" src="/assets/common/social/reddit.png"> <div id="social-reddit-text" class="social-item-text">Reddit</div> </a> - <a href="https://www.youtube.com/channel/UCfjxe9cs-ovoP1rBVwdMq0Q" target="_blank" id="social-youtube" class="social-item"> - <img id="social-youtube-icon" class="social-item-icon" alt="" src="/social/youtube.png"> - <div id="social-youtube-text" class="social-item-text">YouTube</div> + <?php if ($conepone): ?> + <a href="https://tumblr.conep.one" target="_blank" id="social-tumblr" class="social-item"> + <img id="social-tumblr-icon" class="social-item-icon" alt="" src="/assets/common/social/tumblr.png"> + <div id="social-tumblr-text" class="social-item-text">Tumblr</div> </a> - <a href="https://equestria.social/@minteck" target="_blank" id="social-mastodon" class="social-item"> - <img id="social-mastodon-icon" class="social-item-icon" alt="" src="/social/mastodon.png"> + <?php else: ?> + <a href="https://www.youtube.com/channel/UCfjxe9cs-ovoP1rBVwdMq0Q" target="_blank" id="social-youtube" class="social-item"> + <img id="social-youtube-icon" class="social-item-icon" alt="" src="/assets/common/social/youtube.png"> + <div id="social-youtube-text" class="social-item-text">YouTube</div> + </a> + <?php endif; ?> + <a href="https://equestria.social/@<?= $conepone ? "cloudburstsys" : "minteck" ?>" target="_blank" id="social-mastodon" class="social-item"> + <img id="social-mastodon-icon" class="social-item-icon" alt="" src="/assets/common/social/mastodon.png"> <div id="social-mastodon-text" class="social-item-text">Mastodon</div> </a> - <a href="" target="_blank" id="social-discord" class="social-item"> - <img id="social-discord-icon" class="social-item-icon" alt="" src="/social/discord.png"> - <div id="social-discord-text" class="social-item-text">Discord</div> + <a href="https://github.com/<?= $conepone ? "CloudburstSys" : "minteck" ?>" target="_blank" id="social-github" class="social-item"> + <img id="social-github-icon" class="social-item-icon" alt="" src="/assets/common/social/github.png"> + <div id="social-github-text" class="social-item-text">GitHub</div> </a> </div> - <div id="social-mobile" class="container"> - <a href="https://twitter.com/MinteckPony" target="_blank" id="social-mobile-twitter" class="social-mobile-item"> - <img id="social-mobile-twitter-icon" class="social-mobile-item-icon" alt="" src="/social/twitter.png"> - <div id="social-mobile-twitter-text" class="social-mobile-item-text">Twitter</div> - </a> - <a href="https://matrix.to/#/@moonshine:equestria.horse" target="_blank" id="social-mobile-matrix" class="social-mobile-item"> - <img id="social-mobile-matrix-icon" class="social-mobile-item-icon" alt="" src="/social/matrix.png"> - <div id="social-mobile-matrix-text" class="social-mobile-item-text">Matrix</div> + <div id="social-mobile-outer" class="container"> + <div id="social-mobile"> + <a href="https://twitter.com/<?= $conepone ? "leahpone" : "MinteckPony" ?>" target="_blank" id="social-mobile-twitter" class="social-mobile-item"> + <img id="social-mobile-twitter-icon" class="social-mobile-item-icon" alt="" src="/assets/common/social/twitter.png"> + <div id="social-mobile-twitter-text" class="social-mobile-item-text">Twitter</div> + </a> + <a href="https://matrix.to/#/@<?= $conepone ? "cloudburst" : "moonshine" ?>:equestria.horse" target="_blank" id="social-mobile-matrix" class="social-mobile-item"> + <img id="social-mobile-matrix-icon" class="social-mobile-item-icon" alt="" src="/assets/common/social/matrix.png"> + <div id="social-mobile-matrix-text" class="social-mobile-item-text">Matrix</div> + </a> + <a href="https://reddit.com/user/<?= $conepone ? "Cloudburst_Sys" : "Minteck" ?>" target="_blank" id="social-mobile-reddit" class="social-mobile-item"> + <img id="social-mobile-reddit-icon" class="social-mobile-item-icon" alt="" src="/assets/common/social/reddit.png"> + <div id="social-mobile-reddit-text" class="social-mobile-item-text">Reddit</div> + </a> + <?php if ($conepone): ?> + <a href="https://tumblr.conep.one" target="_blank" id="social-mobile-tumblr" class="social-mobile-item"> + <img id="social-mobile-tumblr-icon" class="social-mobile-item-icon" alt="" src="/assets/common/social/tumblr.png"> + <div id="social-mobile-tumblr-text" class="social-mobile-item-text">Tumblr</div> + </a> + <?php else: ?> + <a href="https://www.youtube.com/channel/UCfjxe9cs-ovoP1rBVwdMq0Q" target="_blank" id="social-mobile-youtube" class="social-mobile-item"> + <img id="social-mobile-youtube-icon" class="social-mobile-item-icon" alt="" src="/assets/common/social/youtube.png"> + <div id="social-mobile-youtube-text" class="social-mobile-item-text">YouTube</div> + </a> + <?php endif; ?> + <a href="https://equestria.social/@<?= $conepone ? "cloudburstsys" : "minteck" ?>" target="_blank" id="social-mobile-mastodon" class="social-mobile-item"> + <img id="social-mobile-mastodon-icon" class="social-mobile-item-icon" alt="" src="/assets/common/social/mastodon.png"> + <div id="social-mobile-mastodon-text" class="social-mobile-item-text">Mastodon</div> + </a> + <a href="https://github.com/<?= $conepone ? "CloudburstSys" : "minteck" ?>" target="_blank" id="social-mobile-github" class="social-mobile-item"> + <img id="social-mobile-github-icon" class="social-mobile-item-icon" alt="" src="/assets/common/social/github.png"> + <div id="social-mobile-github-text" class="social-mobile-item-text">GitHub</div> + </a> + + <hr> + </div> + </div> + + <div id="links" class="container"> + <a class="social-mobile-item" id="link-1"> + <img class="link-icon" id="link-1-icon" alt="" src="/assets/common/social/link.png"> + <span class="link-text" id="link-1-text">Link 1</span> </a> - <a href="https://reddit.com/user/Minteck" target="_blank" id="social-mobile-reddit" class="social-mobile-item"> - <img id="social-mobile-reddit-icon" class="social-mobile-item-icon" alt="" src="/social/reddit.png"> - <div id="social-mobile-reddit-text" class="social-mobile-item-text">Reddit</div> + <a class="social-mobile-item" id="link-2"> + <img class="link-icon" id="link-2-icon" alt="" src="/assets/common/social/link.png"> + <span class="link-text" id="link-2-text">Link 2</span> </a> - <a href="https://www.youtube.com/channel/UCfjxe9cs-ovoP1rBVwdMq0Q" target="_blank" id="social-mobile-youtube" class="social-mobile-item"> - <img id="social-mobile-youtube-icon" class="social-mobile-item-icon" alt="" src="/social/youtube.png"> - <div id="social-mobile-youtube-text" class="social-mobile-item-text">YouTube</div> + <a class="social-mobile-item" id="link-3"> + <img class="link-icon" id="link-3-icon" alt="" src="/assets/common/social/link.png"> + <span class="link-text" id="link-3-text">Link 3</span> </a> - <a href="https://equestria.social/@minteck" target="_blank" id="social-mobile-mastodon" class="social-mobile-item"> - <img id="social-mobile-mastodon-icon" class="social-mobile-item-icon" alt="" src="/social/mastodon.png"> - <div id="social-mobile-mastodon-text" class="social-mobile-item-text">Mastodon</div> + <a class="social-mobile-item" id="link-4"> + <img class="link-icon" id="link-4-icon" alt="" src="/assets/common/social/link.png"> + <span class="link-text" id="link-4-text">Link 4</span> </a> - <a href="" target="_blank" id="social-mobile-discord" class="social-mobile-item"> - <img id="social-mobile-discord-icon" class="social-mobile-item-icon" alt="" src="/social/discord.png"> - <div id="social-mobile-discord-text" class="social-mobile-item-text">Discord</div> + <a class="social-mobile-item" id="link-5"> + <img class="link-icon" id="link-5-icon" alt="" src="/assets/common/social/link.png"> + <span class="link-text" id="link-5-text">Link 5</span> </a> </div> <div id="footer" class="container"> - <a href="https://gitlab.minteck.org/minteck/ember/-/tree/<?= version() ?>" target="_blank" id="footer-version">version <?= version() ?></a> (#<?= build_dom() ?>) · - <span id="footer-hover-zone">♥ Twi <span id="footer-hover-text">(cutie)</span></span> + <a href="https://gitlab.minteck.org/minteck/ember/-/tree/<?= version() ?>" target="_blank" id="footer-version">version <?= version() ?></a> (#<?= build_dom() ?>) + <?php if (!$conepone): ?> + · <span id="footer-hover-zone">♥ Twi <span id="footer-hover-text">(cutie)</span></span> + <?php endif; ?> + <br><br> </div> </body> </html> diff --git a/old/.DS_Store b/old/.DS_Store Binary files differnew file mode 100644 index 0000000..9c97471 --- /dev/null +++ b/old/.DS_Store diff --git a/old/assets/.DS_Store b/old/assets/.DS_Store Binary files differindex c784959..990eb29 100644 --- a/old/assets/.DS_Store +++ b/old/assets/.DS_Store |