From 71356dc12b0dbf330b3633513b5f94652bafda81 Mon Sep 17 00:00:00 2001 From: ecrum19 Date: Fri, 25 Oct 2024 11:07:17 +0200 Subject: [PATCH 1/3] added MIT license --- LICENSE.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..93411fe --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright © 2024–now Elias Crum +VITO NV and Ghent University – imec, Belgium + +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. From ba737e7723166d7528f25c3e18c4f937dbe94555 Mon Sep 17 00:00:00 2001 From: ecrum19 Date: Fri, 25 Oct 2024 16:32:30 +0200 Subject: [PATCH 2/3] small peripheral changes --- src/assets/{color_palette.md => styles.md} | 8 ++++++++ 1 file changed, 8 insertions(+) rename src/assets/{color_palette.md => styles.md} (87%) diff --git a/src/assets/color_palette.md b/src/assets/styles.md similarity index 87% rename from src/assets/color_palette.md rename to src/assets/styles.md index a637928..9be9982 100644 --- a/src/assets/color_palette.md +++ b/src/assets/styles.md @@ -1,6 +1,14 @@ +## Color Palette + * **main**: `68, 85, 96` | `#445560`             * **darker1**: `40, 53, 62` | `#28353e`             * **lighter**: `169, 167, 173` | `#a9a7ad`             * **purple**: `117, 79, 246` | `#754ff6`             * **purple1**: `236, 231, 245` | `#EDE7F6`             * **black**: `0, 0, 0` | `#000000`             + +## Fonts + +* **Logo**: Orbitron +* **Web page**: B612 + From a4698525e7bb5041c2ce9c3e3cb57dc234032169 Mon Sep 17 00:00:00 2001 From: Elias Crum Date: Sun, 27 Oct 2024 12:01:33 +0100 Subject: [PATCH 3/3] style changes --- config/entrance.html | 70 +++++++++++++++++++++------------ public/index.html | 2 + src/assets/full-sc-logo-nb.png | Bin 0 -> 320969 bytes src/components/LandingPage.vue | 45 +++++++++++++-------- src/components/PodLogin.vue | 3 +- 5 files changed, 77 insertions(+), 43 deletions(-) create mode 100644 src/assets/full-sc-logo-nb.png diff --git a/config/entrance.html b/config/entrance.html index eb04981..6e7ca08 100644 --- a/config/entrance.html +++ b/config/entrance.html @@ -5,34 +5,41 @@ Community Solid Server + -
- [Solid logo] -

Community Solid Server

-
-
-

- This server implements - the Solid protocol - for creating your own Solid Pod - and identity. -

- -

- -

Select one of these options to get started! -

+
+
+ [Solid logo] +

Community Solid Server

+
+
+

+ This server implements + the Solid protocol + for creating your own Solid Pod + and identity. +

+ +

+ +

Select one of these options to get started! +

-

-

-

+

+

+

+



@@ -63,6 +70,19 @@