From 97a8370caea2fae4a0a67165036aae2dc2d05900 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Wed, 3 May 2023 13:13:47 -0400 Subject: Rewrite of the website in Flask --- static/images/LOGO_21x127.png | Bin 0 -> 1218 bytes static/images/LOGO_21x127.svg | 78 +++++++++++++++++++++++++++++++++++++ static/images/LOGO_Transparent.png | Bin 0 -> 800 bytes static/images/LOGO_Transparent.svg | 74 +++++++++++++++++++++++++++++++++++ static/images/SideFlareGreen.svg | 3 ++ static/images/SideFlarePurple.svg | 3 ++ static/images/favicon.xcf | Bin 0 -> 102074 bytes static/images/menu.svg | 3 ++ static/images/wave.svg | 3 ++ 9 files changed, 164 insertions(+) create mode 100755 static/images/LOGO_21x127.png create mode 100755 static/images/LOGO_21x127.svg create mode 100755 static/images/LOGO_Transparent.png create mode 100755 static/images/LOGO_Transparent.svg create mode 100755 static/images/SideFlareGreen.svg create mode 100755 static/images/SideFlarePurple.svg create mode 100755 static/images/favicon.xcf create mode 100755 static/images/menu.svg create mode 100755 static/images/wave.svg (limited to 'static/images') diff --git a/static/images/LOGO_21x127.png b/static/images/LOGO_21x127.png new file mode 100755 index 0000000..22e3daf Binary files /dev/null and b/static/images/LOGO_21x127.png differ diff --git a/static/images/LOGO_21x127.svg b/static/images/LOGO_21x127.svg new file mode 100755 index 0000000..c888b2f --- /dev/null +++ b/static/images/LOGO_21x127.svg @@ -0,0 +1,78 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/static/images/LOGO_Transparent.png b/static/images/LOGO_Transparent.png new file mode 100755 index 0000000..43e6e4f Binary files /dev/null and b/static/images/LOGO_Transparent.png differ diff --git a/static/images/LOGO_Transparent.svg b/static/images/LOGO_Transparent.svg new file mode 100755 index 0000000..c4eb9c6 --- /dev/null +++ b/static/images/LOGO_Transparent.svg @@ -0,0 +1,74 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/static/images/SideFlareGreen.svg b/static/images/SideFlareGreen.svg new file mode 100755 index 0000000..130f9f1 --- /dev/null +++ b/static/images/SideFlareGreen.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/images/SideFlarePurple.svg b/static/images/SideFlarePurple.svg new file mode 100755 index 0000000..2249c62 --- /dev/null +++ b/static/images/SideFlarePurple.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/images/favicon.xcf b/static/images/favicon.xcf new file mode 100755 index 0000000..344fd42 Binary files /dev/null and b/static/images/favicon.xcf differ diff --git a/static/images/menu.svg b/static/images/menu.svg new file mode 100755 index 0000000..7f1a394 --- /dev/null +++ b/static/images/menu.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/images/wave.svg b/static/images/wave.svg new file mode 100755 index 0000000..130f9f1 --- /dev/null +++ b/static/images/wave.svg @@ -0,0 +1,3 @@ + + + -- cgit v1.2.3