From b2c6d4c070d4fafecdb90c48a58c5cea26e7a890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=A0s?= Date: Thu, 4 Jan 2024 15:43:18 +0100 Subject: [PATCH] Add Builder for shields --- .idea/workspace.xml | 62 +++--- README.md | 75 +++---- assets/banner.svg | 375 +++++++++++++++++------------------ config.yaml | 119 +++-------- main.py | 16 +- src/config.py | 71 ++----- src/model/skill.py | 22 +- src/model/skill_list.py | 14 +- src/model/social.py | 27 ++- src/model/social_list.py | 7 +- src/shield/shield_builder.py | 94 +++++++++ src/template.py | 14 +- template.md | 11 +- 13 files changed, 466 insertions(+), 441 deletions(-) create mode 100644 src/shield/shield_builder.py diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e3a293d..afef44a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,35 +4,20 @@