From 38e9be91446a9780d926c38f754246979fbac2e7 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Thu, 8 Dec 2022 20:52:24 -0800 Subject: [PATCH] add logos --- nerochan/static/images/email.svg | 15 ++++++++++ nerochan/static/images/reddit.svg | 3 ++ nerochan/static/images/twitter.svg | 48 ++++++++++++++++++++++++++++++ nerochan/static/images/website.svg | 15 ++++++++++ nerochan/templates/user/show.html | 7 +++-- 5 files changed, 85 insertions(+), 3 deletions(-) create mode 100644 nerochan/static/images/email.svg create mode 100644 nerochan/static/images/reddit.svg create mode 100644 nerochan/static/images/twitter.svg create mode 100644 nerochan/static/images/website.svg diff --git a/nerochan/static/images/email.svg b/nerochan/static/images/email.svg new file mode 100644 index 0000000..3505800 --- /dev/null +++ b/nerochan/static/images/email.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + diff --git a/nerochan/static/images/reddit.svg b/nerochan/static/images/reddit.svg new file mode 100644 index 0000000..8bc6c0b --- /dev/null +++ b/nerochan/static/images/reddit.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/nerochan/static/images/twitter.svg b/nerochan/static/images/twitter.svg new file mode 100644 index 0000000..bb15f08 --- /dev/null +++ b/nerochan/static/images/twitter.svg @@ -0,0 +1,48 @@ + + + + + + + + diff --git a/nerochan/static/images/website.svg b/nerochan/static/images/website.svg new file mode 100644 index 0000000..f0dca40 --- /dev/null +++ b/nerochan/static/images/website.svg @@ -0,0 +1,15 @@ + + + + diff --git a/nerochan/templates/user/show.html b/nerochan/templates/user/show.html index 943d744..5304ea0 100644 --- a/nerochan/templates/user/show.html +++ b/nerochan/templates/user/show.html @@ -17,14 +17,15 @@


+
{% if user.website %} -

site

+

{% endif %} {% if user.twitter_handle %} -

twitter

+

{% endif %} {% if user.email %} -

email

+

{% endif %} {% if user.bio %}

{{ user.bio }}