From 87351361f00504c71aa467e1247a0d6720e404d6 Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 22 Jul 2022 12:04:14 +0200 Subject: New pages and stuff, with @CloudburstSys --- public/assets/.DS_Store | Bin 6148 -> 6148 bytes public/assets/about.css | 44 +++++++++++++ public/assets/custom.css | 6 +- public/assets/favicon.png | Bin 0 -> 7372 bytes public/assets/languages/csharp.svg | 1 + public/assets/languages/html.svg | 13 ++++ public/assets/languages/javascript.svg | 4 ++ public/assets/languages/kotlin.svg | 8 +++ public/assets/languages/php.svg | 96 ++++++++++++++++++++++++++++ public/assets/languages/python.svg | 113 +++++++++++++++++++++++++++++++++ public/assets/languages/typescript.svg | 6 ++ public/assets/plurality.css | 29 +++++++++ public/assets/projects.css | 45 +++++++++++++ 13 files changed, 362 insertions(+), 3 deletions(-) create mode 100644 public/assets/about.css create mode 100644 public/assets/favicon.png create mode 100644 public/assets/languages/csharp.svg create mode 100644 public/assets/languages/html.svg create mode 100644 public/assets/languages/javascript.svg create mode 100644 public/assets/languages/kotlin.svg create mode 100644 public/assets/languages/php.svg create mode 100644 public/assets/languages/python.svg create mode 100644 public/assets/languages/typescript.svg create mode 100644 public/assets/projects.css (limited to 'public/assets') diff --git a/public/assets/.DS_Store b/public/assets/.DS_Store index 593c8ec..eec69f5 100644 Binary files a/public/assets/.DS_Store and b/public/assets/.DS_Store differ diff --git a/public/assets/about.css b/public/assets/about.css new file mode 100644 index 0000000..ea26034 --- /dev/null +++ b/public/assets/about.css @@ -0,0 +1,44 @@ +/* + * MIT License + * + * Copyright (c) 2022- Equestria.dev Developers + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + */ + +.section { + display: block; + background-color: #353535; + border: 1px solid #353535; + border-radius: 10px; + padding: 10px; + margin-bottom: 10px; +} + +.section .section-title { + color: white !important; + text-decoration: none; + font-size: 1.17em; + font-weight: bold; +} + +.section .section-content { + margin-bottom: 0; +} \ No newline at end of file diff --git a/public/assets/custom.css b/public/assets/custom.css index 487bd25..64f9903 100644 --- a/public/assets/custom.css +++ b/public/assets/custom.css @@ -107,7 +107,7 @@ html, body { margin-top: 56px; } -.server, .plural-member { +.server, .plural-member, .project { border-style: solid; border-color: #303030; border-radius: 10px; @@ -116,13 +116,13 @@ html, body { margin: 5px; } -.server .name { +.server .name, .project .project-name { border-style: none none solid none; border-color: #303030; padding: 5px; } -.server p { +.server p, .project .project-description { margin-left: 5px; } diff --git a/public/assets/favicon.png b/public/assets/favicon.png new file mode 100644 index 0000000..b6b087b Binary files /dev/null and b/public/assets/favicon.png differ diff --git a/public/assets/languages/csharp.svg b/public/assets/languages/csharp.svg new file mode 100644 index 0000000..8e43620 --- /dev/null +++ b/public/assets/languages/csharp.svg @@ -0,0 +1 @@ +logo_Csharp \ No newline at end of file diff --git a/public/assets/languages/html.svg b/public/assets/languages/html.svg new file mode 100644 index 0000000..fbd31bf --- /dev/null +++ b/public/assets/languages/html.svg @@ -0,0 +1,13 @@ + + + + + + + diff --git a/public/assets/languages/javascript.svg b/public/assets/languages/javascript.svg new file mode 100644 index 0000000..9650ca7 --- /dev/null +++ b/public/assets/languages/javascript.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/public/assets/languages/kotlin.svg b/public/assets/languages/kotlin.svg new file mode 100644 index 0000000..cd57db1 --- /dev/null +++ b/public/assets/languages/kotlin.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/public/assets/languages/php.svg b/public/assets/languages/php.svg new file mode 100644 index 0000000..e4f137c --- /dev/null +++ b/public/assets/languages/php.svg @@ -0,0 +1,96 @@ + + + Official PHP Logo + + + + image/svg+xml + + Official PHP Logo + + + Colin Viebrock + + + + + + + + + + + + Copyright Colin Viebrock 1997 - All rights reserved. + + + 1997 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/assets/languages/python.svg b/public/assets/languages/python.svg new file mode 100644 index 0000000..366f52f --- /dev/null +++ b/public/assets/languages/python.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/public/assets/languages/typescript.svg b/public/assets/languages/typescript.svg new file mode 100644 index 0000000..339da0b --- /dev/null +++ b/public/assets/languages/typescript.svg @@ -0,0 +1,6 @@ + + +TypeScript logo + + + diff --git a/public/assets/plurality.css b/public/assets/plurality.css index 3f522eb..a7210a4 100644 --- a/public/assets/plurality.css +++ b/public/assets/plurality.css @@ -78,4 +78,33 @@ text-align: center; margin-top: 5px; margin-bottom: 20px; +} + +@media (max-width: 600px) { + #cnp-intro { + grid-template-columns: 1fr !important; + text-align: center !important; + } + + #cnp-intro-outer { + padding-bottom: 10px !important; + margin-bottom: 10px !important; + border-bottom: 1px solid rgba(255, 255, 255, .25); + } + + #cnp-image { + display: block; + margin-left: auto; + margin-right: auto; + } + + #systems { + grid-template-columns: 1fr !important; + } + + #system-cloudburst { + padding-bottom: 10px; + margin-bottom: 10px; + border-bottom: 1px solid rgba(255, 255, 255, .25); + } } \ No newline at end of file diff --git a/public/assets/projects.css b/public/assets/projects.css new file mode 100644 index 0000000..e56b8eb --- /dev/null +++ b/public/assets/projects.css @@ -0,0 +1,45 @@ +/* + * MIT License + * + * Copyright (c) 2022- Equestria.dev Developers + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + */ + +.project { + display: block; + color: white !important; + text-decoration: none; + cursor: pointer; +} + +.project .project-language { + float: right; + width: 36px; + height: 36px; +} + +.project:hover { + opacity: .75; +} + +.project:active, .project:focus { + opacity: .5; +} \ No newline at end of file -- cgit