diff --git a/static/assets/Exquisite-opera.png b/static/assets/Exquisite-opera.png new file mode 100644 index 0000000..dfbe2cc Binary files /dev/null and b/static/assets/Exquisite-opera.png differ diff --git a/static/assets/GitHub FliegendeWurst.svg b/static/assets/GitHub FliegendeWurst.svg new file mode 100644 index 0000000..34e77f0 --- /dev/null +++ b/static/assets/GitHub FliegendeWurst.svg @@ -0,0 +1 @@ +GitHub: FliegendeWurstGitHubFliegendeWurst \ No newline at end of file diff --git a/static/assets/GitLab arnekeller.svg b/static/assets/GitLab arnekeller.svg new file mode 100644 index 0000000..0ba134a --- /dev/null +++ b/static/assets/GitLab arnekeller.svg @@ -0,0 +1 @@ +GitLab: arnekellerGitLabarnekeller \ No newline at end of file diff --git a/static/assets/Gitea.svg b/static/assets/Gitea.svg new file mode 100644 index 0000000..05513cb --- /dev/null +++ b/static/assets/Gitea.svg @@ -0,0 +1 @@ +GiteaGitea \ No newline at end of file diff --git a/static/assets/gitea.svg b/static/assets/gitea.svg new file mode 100644 index 0000000..797d894 --- /dev/null +++ b/static/assets/gitea.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/static/assets/github.svg b/static/assets/github.svg new file mode 100644 index 0000000..60d23d7 --- /dev/null +++ b/static/assets/github.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/static/assets/gitlab.svg b/static/assets/gitlab.svg new file mode 100644 index 0000000..0f5ccc6 --- /dev/null +++ b/static/assets/gitlab.svg @@ -0,0 +1,35 @@ + + + + + + + diff --git a/static/assets/header_ILIAS.jpg b/static/assets/header_ILIAS.jpg new file mode 100644 index 0000000..1b41df7 Binary files /dev/null and b/static/assets/header_ILIAS.jpg differ diff --git a/static/assets/header_KV.jpg b/static/assets/header_KV.jpg new file mode 100644 index 0000000..edb5853 Binary files /dev/null and b/static/assets/header_KV.jpg differ diff --git a/static/assets/header_YT.jpg b/static/assets/header_YT.jpg new file mode 100644 index 0000000..90b2696 Binary files /dev/null and b/static/assets/header_YT.jpg differ diff --git a/static/assets/header_qwörtle.png b/static/assets/header_qwörtle.png new file mode 100644 index 0000000..81e3b5c Binary files /dev/null and b/static/assets/header_qwörtle.png differ diff --git a/static/main.css b/static/main.css index 3c01011..7cb8e54 100644 --- a/static/main.css +++ b/static/main.css @@ -40,19 +40,58 @@ main { padding-top: 0.5em; } -img.activity-favicon { +img.activity-favicon, img.activity-favicon-transparent { width: 1em; } -ul.hide-decoration { +ul.hide-decoration, ul.nopad { padding-left: 0px; } +ul.nopad { + margin-bottom: 0px; +} + li.hide-decoration { list-style-type: none; padding-bottom: .4em; } +#card-container { + display: grid; + grid-template-columns: repeat(2, 1fr); + row-gap: 1em; + justify-items: center; +} + +.card { + background-color: #eeebe4; + border: 2px solid #dcb900; + border-radius: 5px; + width: 300px; + padding: 0.5em; +} + +.card-image { + width: 300px; + max-height: 150px; +} + +@media screen and (min-width: 1010px) { + .card, .card-image { + width: 450px; + } + .card-image { + max-height: 225px; + } +} + +@media screen and (max-width: 710px) { + #card-container { + grid-template-columns: repeat(1, 1fr); + } +} + @media print { body { background-color: white; @@ -64,16 +103,21 @@ li.hide-decoration { color: #fff; background-color: #000; } + main { + background-color: #222; + --background-color: #222; + } + .card { + background-color: #333; + --background-color: #333; + border: 2px solid rebeccapurple; + } a { color: #aaf; } a:visited { color: #faf; } - main { - background-color: #222; - --background-color: #222; - } .white-svg, .activity-favicon { filter: invert(); } diff --git a/templates/base.html b/templates/base.html index 202d513..e189c13 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,7 +19,7 @@
- © FliegendeWurst, 2022-2023. + © FliegendeWurst, 2022-2023 (excluding evident exceptions). Source: github.com/FliegendeWurst/fliegendewurst.eu.
This work is licensed under a diff --git a/templates/index.html b/templates/index.html index c2948e8..4a87df9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -15,14 +15,49 @@
  • Repairing the filesystem on my TV's hard disk
  • -Projects +

    Projects

    + +
    +
    + screenshot of Qwörtle game +

    Qwörtle

    + German version of Quordle. + +
    +
    + screenshot of YT with less distractions +

    Youtube Addiction Control

    + Firefox extension to hide various UI elements on Youtube. + +
    +
    + example KV diagram +

    kv

    + CLI/web tool to generate DMF/KMF based on a KV diagram. + +
    +
    + ILIAS logo next to donkey +

    KIT-ILIAS-downloader

    + CLI tool to download files from KIT's e-learning site. +

    Definitely not a horse.

    + +
    +
    + -Recent activity: +Recent activity