diff options
-rw-r--r-- | _layouts/default.html | 4 | ||||
-rw-r--r-- | assets/index.css | 16 | ||||
-rw-r--r-- | index.md | 5 | ||||
-rw-r--r-- | links.markdown | 25 |
4 files changed, 33 insertions, 17 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 122aaa5..1866841 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -45,7 +45,7 @@ </body> <hr style="margin-top: 5%;"> <footer> - <div> + <div style="overflow: scroll;"> <p style="color: gray; margin-bottom: 0;"> === INDEPENDENT, TRACKERLESS AD === </p> <iframe src="https://banner.tildeverse.org/work.php?ID=mounderfod" width="468" height="70" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" target="_blank"></iframe> @@ -80,4 +80,4 @@ <p style="color: gray">(c) mounderfod 2023</p> </footer> -</html> +</html> \ No newline at end of file diff --git a/assets/index.css b/assets/index.css index c051425..3e9ef70 100644 --- a/assets/index.css +++ b/assets/index.css @@ -77,18 +77,4 @@ pre { :not(pre)>code { padding: 5px; -} - -iframe { - width: 100%; -} - -td > a > img { - width: 75%; - height: auto; -} -td > a { - width: 100%; - height: 100%; - display: block; -} +} \ No newline at end of file diff --git a/index.md b/index.md index 0a3ebe7..87f682b 100644 --- a/index.md +++ b/index.md @@ -11,5 +11,10 @@ My little corner of the internet. (mirrored at `gopher://tilde.institute/~mounderfod`) ## [About](/about) +Who am I? ## [Blog](/blog) +Watch me scream into an empty void. ## [Projects](/projects) +All the crazy/stupid shit I've made. +## [Links](/links) +Other people who are much more talented than I am. \ No newline at end of file diff --git a/links.markdown b/links.markdown new file mode 100644 index 0000000..64f0f6d --- /dev/null +++ b/links.markdown @@ -0,0 +1,25 @@ +--- +layout: default +title: Links +permalink: /links +--- +[⟸ Back to homepage](/) + +# Links +Various cool stuff I've found on the Internet + +## Neat personal sites +- [Comfitu.re](https://comfitu.re/) (I really like the design of this page) +- [houl@floof](https://houl.floof.company/) (another really nice design) +- [MystSaphyr](https://mystsaphyr.me/) (lovely site, though sadly many of the buttons in their collection aren't working) + +## Smolnet resources +- [Cool Capsule of the Week](https://dj-chase.com/documents/cap-of-week/) (a nice way of finding cool Gemini capsules) +- [gemi.dev](gemini://gemi.dev/) `gemini://gemi.dev/` (Gemini news, search, etc.) +- [Floodgap](gopher://floodgap.com/) `gopher://floodgap.com/` (Gopher clients and search functionality) + +## Other cool stuff +- [tildeverse](https://tildeverse.org) (Unix computing for all, plus some useful Fedi services) +- [SDF](https://sdf.org) (Similar to tildeverse but older) +- [DRM-Free Guide](https://www.defectivebydesign.org/guide) (buy all your shit without stupid DRM) +- [Global Greens](https://globalgreens.org/) (non-apocalyptic politics) \ No newline at end of file |