From 366ed98ef8897879583f20f1ca667c2bf5a9cfc3 Mon Sep 17 00:00:00 2001 From: iou1name Date: Wed, 18 Nov 2020 17:46:23 -0500 Subject: [PATCH] add logo --- static/stickup.css | 6 +++++ static/stickup.svg | 58 ++++++++++++++++++++++++++++++++++++++++++++ templates/index.html | 1 + 3 files changed, 65 insertions(+) create mode 100644 static/stickup.svg diff --git a/static/stickup.css b/static/stickup.css index 5c232d8..3a64139 100644 --- a/static/stickup.css +++ b/static/stickup.css @@ -11,6 +11,12 @@ header { display: flex; } +#logo { + height: 5em; + width: 5em; + margin-right: 1em; +} + main { background-color: whitesmoke; padding: 2% 5%; diff --git a/static/stickup.svg b/static/stickup.svg new file mode 100644 index 0000000..8db7bb8 --- /dev/null +++ b/static/stickup.svg @@ -0,0 +1,58 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index b05f97b..d460b7f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,6 +8,7 @@
+

This is a stickup!