diff --git a/source/assets/driftingnebula 2022-03-07.jpeg b/source/assets/driftingnebula 2022-03-07.jpeg new file mode 100644 index 0000000..029e89b Binary files /dev/null and b/source/assets/driftingnebula 2022-03-07.jpeg differ diff --git a/source/scss/components/_page-main.scss b/source/scss/components/_page-main.scss index 09fa5e6..1e2e823 100644 --- a/source/scss/components/_page-main.scss +++ b/source/scss/components/_page-main.scss @@ -36,3 +36,23 @@ } } } + +.driftingnebula { + background: url('/assets/driftingnebula 2022-03-07.jpeg'); + background-repeat: no-repeat; + background-position: center center; + display: block; + font-size: 3rem; + padding: 2rem; + position: relative; + text-align: center; + text-decoration: none; + text-shadow: 0 0 4px var(--background-1); + + &:hover { + color: var(--foreground-1); + filter: hue-rotate(180deg); + outline: 2px dotted var(--foreground-1); + outline-offset: 4px; + } +} diff --git a/source/templates/index.html b/source/templates/index.html index b17196e..e9a9beb 100644 --- a/source/templates/index.html +++ b/source/templates/index.html @@ -21,6 +21,12 @@ @baukexyz:matrix.org + +
+ + + driftingnebula +