diff options
author | cel 🌸 <cel@blos.sm> | 2024-07-18 08:20:22 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2024-07-18 08:20:22 +0100 |
commit | ff24e80da06d6f08789516d55c50bb1f44e5de30 (patch) | |
tree | 309ca709fc89754eff9a95fe9a6e78aa8f297303 | |
parent | 6c6319c3ecfb9606c32b3c6c9b487da33911f8b6 (diff) | |
download | infoculture.pub-ff24e80da06d6f08789516d55c50bb1f44e5de30.tar.gz infoculture.pub-ff24e80da06d6f08789516d55c50bb1f44e5de30.tar.bz2 infoculture.pub-ff24e80da06d6f08789516d55c50bb1f44e5de30.zip |
add badge
-rw-r--r-- | assets/badge.png | bin | 0 -> 5660 bytes | |||
-rw-r--r-- | style.css | 15 | ||||
-rw-r--r-- | templates/base.html | 3 | ||||
-rw-r--r-- | todo.md | 2 |
4 files changed, 17 insertions, 3 deletions
diff --git a/assets/badge.png b/assets/badge.png Binary files differnew file mode 100644 index 0000000..3360f90 --- /dev/null +++ b/assets/badge.png @@ -21,6 +21,19 @@ body { max-width: 1200px; } +footer { + margin: 2vw; + display: flex; + justify-content: end; +} + +.badge { + width: 88px; + height: 31px; + border: 4px groove #800080; + padding: 0; +} + h1 { font-size: 2.5rem; } @@ -709,4 +722,4 @@ code span.wa { font-weight: bold; font-style: normal; font-display: block; -}
\ No newline at end of file +} diff --git a/templates/base.html b/templates/base.html index 1d5c74c..f69be06 100644 --- a/templates/base.html +++ b/templates/base.html @@ -36,7 +36,8 @@ $body$ <footer> + <a class="badge" href="https://infoculture.pub"><img src="/assets/badge.png"></a> </footer> </body> -</html>
\ No newline at end of file +</html> @@ -16,7 +16,7 @@ [ ] remove placeholders later: -[ ] fun homepage design +[ ] fun homepage design - mixed media and resources in home page, microblog? [ ] author pages? [ ] tags filter/page [ ] add tags to sitemap? |