From a4f8dca59e38e51c558c2e55c954da51f7bfc1f9 Mon Sep 17 00:00:00 2001 From: polycord Date: Wed, 24 Jul 2024 19:44:15 +0300 Subject: [PATCH] Organised some stuff, renamed and added new example visuals for the examples --- Companies/Example Company 2/e | 1 - Companies/Example Company/Territories.md | 15 -------------- .../Example Company/example company logo.svg | 18 ----------------- .../DO NOT REMOVE.md | 0 Examples/Example Nation/Laws.md | 3 +++ .../Example Nation/example nation flag.svg | 12 +++++++++++ .../Example Nation/example nation symbol.svg | 17 ++++++++++++++++ .../Example Organisation}/About.md | 0 .../example org symbol.svg | 5 +++++ Examples/Example Tavern/Rules.md | 3 +++ .../Example Tavern/example tavern symbol.svg | 17 ++++++++++++++++ Examples/Example Village/Laws.md | 3 +++ .../Example Village/example village flag.svg | 12 +++++++++++ .../example village symbol.svg | 0 Organisations/DO NOT REMOVE.md | 0 Territories/DO NOT REMOVE.md | 0 Villages/Example Village/Laws.md | 3 --- .../Example Village/example village flag.svg | 20 ------------------- assets/DO NOT REMOVE.md | 0 19 files changed, 72 insertions(+), 57 deletions(-) delete mode 100644 Companies/Example Company 2/e delete mode 100644 Companies/Example Company/Territories.md delete mode 100644 Companies/Example Company/example company logo.svg rename {Villages/Example Village 2 => Examples}/DO NOT REMOVE.md (100%) create mode 100644 Examples/Example Nation/Laws.md create mode 100644 Examples/Example Nation/example nation flag.svg create mode 100644 Examples/Example Nation/example nation symbol.svg rename {Companies/Example Company => Examples/Example Organisation}/About.md (100%) create mode 100644 Examples/Example Organisation/example org symbol.svg create mode 100644 Examples/Example Tavern/Rules.md create mode 100644 Examples/Example Tavern/example tavern symbol.svg create mode 100644 Examples/Example Village/Laws.md create mode 100644 Examples/Example Village/example village flag.svg rename {Villages => Examples}/Example Village/example village symbol.svg (100%) create mode 100644 Organisations/DO NOT REMOVE.md create mode 100644 Territories/DO NOT REMOVE.md delete mode 100644 Villages/Example Village/Laws.md delete mode 100644 Villages/Example Village/example village flag.svg create mode 100644 assets/DO NOT REMOVE.md diff --git a/Companies/Example Company 2/e b/Companies/Example Company 2/e deleted file mode 100644 index 9cbe6ea..0000000 --- a/Companies/Example Company 2/e +++ /dev/null @@ -1 +0,0 @@ -e \ No newline at end of file diff --git a/Companies/Example Company/Territories.md b/Companies/Example Company/Territories.md deleted file mode 100644 index f451bd0..0000000 --- a/Companies/Example Company/Territories.md +++ /dev/null @@ -1,15 +0,0 @@ -# Territories of Example Company - -## 1. Highway 50 (territory can have a name) -**Description of area**: it's a mountain ig - -**What's in the area**: A highway towards Example Village - -**Owner**: polycord - -## 2. Ice the Cream! -**Description of area**: plains biome - -**What's in the area**: ice cream machine - -**Owner**: lupancham \ No newline at end of file diff --git a/Companies/Example Company/example company logo.svg b/Companies/Example Company/example company logo.svg deleted file mode 100644 index 9a01f6e..0000000 --- a/Companies/Example Company/example company logo.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/Villages/Example Village 2/DO NOT REMOVE.md b/Examples/DO NOT REMOVE.md similarity index 100% rename from Villages/Example Village 2/DO NOT REMOVE.md rename to Examples/DO NOT REMOVE.md diff --git a/Examples/Example Nation/Laws.md b/Examples/Example Nation/Laws.md new file mode 100644 index 0000000..ec6c35d --- /dev/null +++ b/Examples/Example Nation/Laws.md @@ -0,0 +1,3 @@ +# Example Village - Laws + +listen to the mayor lmao \ No newline at end of file diff --git a/Examples/Example Nation/example nation flag.svg b/Examples/Example Nation/example nation flag.svg new file mode 100644 index 0000000..f639189 --- /dev/null +++ b/Examples/Example Nation/example nation flag.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/Examples/Example Nation/example nation symbol.svg b/Examples/Example Nation/example nation symbol.svg new file mode 100644 index 0000000..d0fae60 --- /dev/null +++ b/Examples/Example Nation/example nation symbol.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/Companies/Example Company/About.md b/Examples/Example Organisation/About.md similarity index 100% rename from Companies/Example Company/About.md rename to Examples/Example Organisation/About.md diff --git a/Examples/Example Organisation/example org symbol.svg b/Examples/Example Organisation/example org symbol.svg new file mode 100644 index 0000000..359bf62 --- /dev/null +++ b/Examples/Example Organisation/example org symbol.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/Examples/Example Tavern/Rules.md b/Examples/Example Tavern/Rules.md new file mode 100644 index 0000000..acdeaf2 --- /dev/null +++ b/Examples/Example Tavern/Rules.md @@ -0,0 +1,3 @@ +# Example Village - Rules + +listen to the the person in charge lmao \ No newline at end of file diff --git a/Examples/Example Tavern/example tavern symbol.svg b/Examples/Example Tavern/example tavern symbol.svg new file mode 100644 index 0000000..b2988f1 --- /dev/null +++ b/Examples/Example Tavern/example tavern symbol.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/Examples/Example Village/Laws.md b/Examples/Example Village/Laws.md new file mode 100644 index 0000000..ec6c35d --- /dev/null +++ b/Examples/Example Village/Laws.md @@ -0,0 +1,3 @@ +# Example Village - Laws + +listen to the mayor lmao \ No newline at end of file diff --git a/Examples/Example Village/example village flag.svg b/Examples/Example Village/example village flag.svg new file mode 100644 index 0000000..99e3783 --- /dev/null +++ b/Examples/Example Village/example village flag.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/Villages/Example Village/example village symbol.svg b/Examples/Example Village/example village symbol.svg similarity index 100% rename from Villages/Example Village/example village symbol.svg rename to Examples/Example Village/example village symbol.svg diff --git a/Organisations/DO NOT REMOVE.md b/Organisations/DO NOT REMOVE.md new file mode 100644 index 0000000..e69de29 diff --git a/Territories/DO NOT REMOVE.md b/Territories/DO NOT REMOVE.md new file mode 100644 index 0000000..e69de29 diff --git a/Villages/Example Village/Laws.md b/Villages/Example Village/Laws.md deleted file mode 100644 index cd86402..0000000 --- a/Villages/Example Village/Laws.md +++ /dev/null @@ -1,3 +0,0 @@ -# Example Village - -listen to the mayor lmao \ No newline at end of file diff --git a/Villages/Example Village/example village flag.svg b/Villages/Example Village/example village flag.svg deleted file mode 100644 index 8c3e15d..0000000 --- a/Villages/Example Village/example village flag.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/assets/DO NOT REMOVE.md b/assets/DO NOT REMOVE.md new file mode 100644 index 0000000..e69de29