From f66ff83d0d037f032a97d51d07d4fdfa44e8bae4 Mon Sep 17 00:00:00 2001 From: Riya P Mathew <60656677+RiyaMathew-11@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:54:23 +0530 Subject: [PATCH] feat: revamp logo generator (#3) * feat: logo generation * feat: logo generator styles and logic * chore: add styles * chore: add download and toggle logic --- index.html | 125 ++++++++++++++++++++++++++++++++++++++++++++++ scripts/main.js | 110 +++++++++++++++++++++++++++++++++++++++++ styles/main.css | 129 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 364 insertions(+) create mode 100644 index.html create mode 100644 scripts/main.js create mode 100644 styles/main.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..025e7c8 --- /dev/null +++ b/index.html @@ -0,0 +1,125 @@ + + + +
+ + + + + ++ A logo generator for FOSS Clubs. +
+