From 85b221d2ea434a203d87965a5acd2997fa68bcbd Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 22 Dec 2020 05:28:39 +0100 Subject: Got most of the things updated. Still need to fix the links and some categories are in the wrong order. --- static/images/favicon.png | Bin 0 -> 1685 bytes static/svg/discord.svg | 70 +++++++++++++++++ static/svg/github.svg | 71 +++++++++++++++++ static/svg/reddit.svg | 63 +++++++++++++++ static/svg/tonkadur_logo_black.svg | 97 ++++++++++++++++++++++++ static/svg/tonkadur_logo_black_as_path.svg | 117 ++++++++++++++++++++++++++++ static/svg/tonkadur_logo_white.svg | 98 ++++++++++++++++++++++++ static/svg/tonkadur_logo_white_as_path.svg | 118 +++++++++++++++++++++++++++++ 8 files changed, 634 insertions(+) create mode 100644 static/images/favicon.png create mode 100644 static/svg/discord.svg create mode 100644 static/svg/github.svg create mode 100644 static/svg/reddit.svg create mode 100644 static/svg/tonkadur_logo_black.svg create mode 100644 static/svg/tonkadur_logo_black_as_path.svg create mode 100644 static/svg/tonkadur_logo_white.svg create mode 100644 static/svg/tonkadur_logo_white_as_path.svg (limited to 'static') diff --git a/static/images/favicon.png b/static/images/favicon.png new file mode 100644 index 0000000..f08e9e7 Binary files /dev/null and b/static/images/favicon.png differ diff --git a/static/svg/discord.svg b/static/svg/discord.svg new file mode 100644 index 0000000..3d4cb8e --- /dev/null +++ b/static/svg/discord.svg @@ -0,0 +1,70 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/static/svg/github.svg b/static/svg/github.svg new file mode 100644 index 0000000..081fab1 --- /dev/null +++ b/static/svg/github.svg @@ -0,0 +1,71 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/static/svg/reddit.svg b/static/svg/reddit.svg new file mode 100644 index 0000000..dd4332c --- /dev/null +++ b/static/svg/reddit.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/static/svg/tonkadur_logo_black.svg b/static/svg/tonkadur_logo_black.svg new file mode 100644 index 0000000..3745257 --- /dev/null +++ b/static/svg/tonkadur_logo_black.svg @@ -0,0 +1,97 @@ + + + + + + + + + + image/svg+xml + + + + + + + + onkadur + T + + + diff --git a/static/svg/tonkadur_logo_black_as_path.svg b/static/svg/tonkadur_logo_black_as_path.svg new file mode 100644 index 0000000..e09be31 --- /dev/null +++ b/static/svg/tonkadur_logo_black_as_path.svg @@ -0,0 +1,117 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/svg/tonkadur_logo_white.svg b/static/svg/tonkadur_logo_white.svg new file mode 100644 index 0000000..f17e213 --- /dev/null +++ b/static/svg/tonkadur_logo_white.svg @@ -0,0 +1,98 @@ + + + + + + + + + + image/svg+xml + + + + + + + + onkadur + T + + + diff --git a/static/svg/tonkadur_logo_white_as_path.svg b/static/svg/tonkadur_logo_white_as_path.svg new file mode 100644 index 0000000..04c3039 --- /dev/null +++ b/static/svg/tonkadur_logo_white_as_path.svg @@ -0,0 +1,118 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2