Skip to content

Commit

Permalink
Create Staff.md
Browse files Browse the repository at this point in the history
V1
  • Loading branch information
Lyrikidionisos authored Oct 21, 2024
1 parent b70ec10 commit 8752482
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions Staff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
```mermaid
graph TB;
A["**Founder**<br>BoiHanny"]:::black --> B["**Head-Administrator**<br>Lyrikidionisos"]:::darkred4;
B --> C1["**Administrator**<br>ItsByMe"]:::red;
B --> C2["**Administrator**<br>IzuruBae"]:::red;
B --> C3["**Administrator**<br>???"]:::red;
B --> C4["**Administrator**<br>???"]:::red;
B --> C5["**Administrator**<br>???"]:::red;
C1 --> G["**Staff**"]:::group;
C2 --> G;
C3 --> G;
C4 --> G;
C5 --> G;
G --> D["**Developer**"]:::developer;
G --> E["**Moderation**"]:::moderation;
D --> D1["**Franxx**"]:::developerText;
D1 --> H["**Translator**"]:::translator;
D --> D2["**???**"]:::developerName;
D --> D3["**???**"]:::developerName;
D --> D4["**???**"]:::developerName;
D --> D5["**Frei**"]:::developerName;
D5 --> I["**New Group**"]:::newGroup;
E --> E1["**miss_crystal**"]:::moderationText;
E1 --> F["**Supporter**"]:::supporter;
E --> E2["**???**"]:::moderationName;
E --> E3["**???**"]:::moderationName;
E --> E4["**???**"]:::moderationName;
E --> E5["**Frei**"]:::moderationName;
E5 --> J["**Nummer**"]:::nummer;
F --> F1["**???**"]:::supporterName;
F --> F2["**???**"]:::supporterName;
F --> F3["**???**"]:::supporterName;
F --> F4["**???**"]:::supporterName;
F --> F5["**???**"]:::supporterName;
H --> H1["**???**"]:::translatorName;
H --> H2["**???**"]:::translatorName;
H --> H3["**???**"]:::translatorName;
H --> H4["**???**"]:::translatorName;
H --> H5["**???**"]:::translatorName;
I --> I1["**???**"]:::newGroupName;
I --> I2["**???**"]:::newGroupName;
I --> I3["**???**"]:::newGroupName;
I --> I4["**???**"]:::newGroupName;
I --> I5["**???**"]:::newGroupName;
J --> J1["**???**"]:::nummerName;
J --> J2["**???**"]:::nummerName;
J --> J3["**???**"]:::nummerName;
J --> J4["**???**"]:::nummerName;
J --> J5["**???**"]:::nummerName;
classDef red fill:#ffcccc,stroke:#ff0000,stroke-width:2px,color:#000000,font-weight:bold;
classDef darkred fill:#cc0000,stroke:#990000,stroke-width:2px,color:#000000,font-weight:bold;
classDef darkred2 fill:#990000,stroke:#660000,stroke-width:2px,color:#000000,font-weight:bold;
classDef darkred4 fill:#330000,stroke:#ff0000,stroke-width:2px,color:#ffffff,font-weight:bold;
classDef black fill:#000000,stroke:#000000,stroke-width:2px,color:#ffffff,font-weight:bold;
classDef group fill:#e0e0e0,stroke:#000000,stroke-width:2px,color:#000000,font-weight:bold;
classDef developer fill:#b3e5fc,stroke:#00bcd4,stroke-width:2px,color:#000000,font-weight:bold;
classDef moderation fill:#a5d6a7,stroke:#388e3c,stroke-width:2px,color:#000000,font-weight:bold;
classDef supporter fill:#7986cb,stroke:#7e57c2,stroke-width:2px,color:#000000,font-weight:bold;
classDef translator fill:#fff9c4,stroke:#ff9800,stroke-width:2px,color:#000000,font-weight:bold;
classDef newGroup fill:#e0f7fa,stroke:#006064,stroke-width:2px,color:#000000,font-weight:bold;
classDef nummer fill:#e1bee7,stroke:#8e24aa,stroke-width:2px,color:#000000,font-weight:bold;
classDef developerName color:#ffffff,font-weight:bold;
classDef moderationName color:#ffffff,font-weight:bold;
classDef supporterName color:#ffffff,font-weight:bold;
classDef translatorName color:#ffffff,font-weight:bold;
classDef newGroupName color:#ffffff,font-weight:bold;
classDef nummerName color:#ffffff,font-weight:bold;
classDef developerText color:#00bcd4,font-weight:bold;
classDef moderationText color:#388e3c,font-weight:bold;

0 comments on commit 8752482

Please sign in to comment.