5 Commits

Author SHA1 Message Date
Leo Herzog
41f408d828 Light/Dark Mode Readme Support 2024-01-18 16:54:15 -05:00
Leo Herzog
e17b51276b Switch from BuyMeACoffee 2024-01-18 11:27:40 -05:00
Leo
c54f496dcc Not Using Github Pages Anymore 2023-11-17 17:20:13 +00:00
Leo
2e584fe04f No Longer Using Browserify
Thanks for all the fish, @Substack
2023-11-17 16:57:50 +00:00
Leo
307af881ad Update Font and Add Fallback Stack 2023-11-17 16:51:01 +00:00
8 changed files with 42 additions and 18 deletions

1
CNAME
View File

@@ -1 +0,0 @@
torrent.parts

View File

@@ -24,7 +24,6 @@ This project wouldn't be possible without the fantastic work of:
- [@feross](https://github.com/feross) and contributors, for [`parse-torrent`](https://github.com/webtorrent/parse-torrent) and [`WebTorrent`](https://github.com/webtorrent/webtorrent) - [@feross](https://github.com/feross) and contributors, for [`parse-torrent`](https://github.com/webtorrent/parse-torrent) and [`WebTorrent`](https://github.com/webtorrent/webtorrent)
- [@cvisuri](https://github.com/cvisuri), for design work - [@cvisuri](https://github.com/cvisuri), for design work
- [@CorralPeltzer](https://github.com/CorralPeltzer), for [`newTrackon`](https://github.com/CorralPeltzer/newTrackon) - [@CorralPeltzer](https://github.com/CorralPeltzer), for [`newTrackon`](https://github.com/CorralPeltzer/newTrackon)
- [@substack](https://github.com/substack) and contributors, for [`Browserify`](https://github.com/browserify/browserify)
- [Cloudflare Pages](https://pages.cloudflare.com/) hosting - [Cloudflare Pages](https://pages.cloudflare.com/) hosting
## License ## License
@@ -42,24 +41,53 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
## About Me ## About Me
<a href="https://herzog.tech/" target="_blank"> <a href="https://herzog.tech/" target="_blank">
<img src="https://herzog.tech/signature/link.svg.png" width="32px" /> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://herzog.tech/signature/link-light.svg.png">
<source media="(prefers-color-scheme: light)" srcset="https://herzog.tech/signature/link.svg.png">
<img src="https://herzog.tech/signature/link.svg.png" width="32px">
</picture>
</a> </a>
<a href="https://twitter.com/xd1936" target="_blank"> <a href="https://mastodon.social/@herzog" target="_blank">
<img src="https://herzog.tech/signature/twitter.svg.png" width="32px" /> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://herzog.tech/signature/mastodon-light.svg.png">
<source media="(prefers-color-scheme: light)" srcset="https://herzog.tech/signature/mastodon.svg.png">
<img src="https://herzog.tech/signature/mastodon.svg.png" width="32px">
</picture>
</a> </a>
<a href="https://github.com/leoherzog" target="_blank"> <a href="https://github.com/leoherzog" target="_blank">
<img src="https://herzog.tech/signature/github.svg.png" width="32px" /> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://herzog.tech/signature/github-light.svg.png">
<source media="(prefers-color-scheme: light)" srcset="https://herzog.tech/signature/github.svg.png">
<img src="https://herzog.tech/signature/github.svg.png" width="32px">
</picture>
</a> </a>
<a href="https://keybase.io/leoherzog" target="_blank"> <a href="https://keybase.io/leoherzog" target="_blank">
<img src="https://herzog.tech/signature/keybase.svg.png" width="32px" /> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://herzog.tech/signature/keybase-light.svg.png">
<source media="(prefers-color-scheme: light)" srcset="https://herzog.tech/signature/keybase.svg.png">
<img src="https://herzog.tech/signature/keybase.svg.png" width="32px">
</picture>
</a> </a>
<a href="https://www.linkedin.com/in/leoherzog" target="_blank"> <a href="https://www.linkedin.com/in/leoherzog" target="_blank">
<img src="https://herzog.tech/signature/linkedin.svg.png" width="32px" /> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://herzog.tech/signature/linkedin-light.svg.png">
<source media="(prefers-color-scheme: light)" srcset="https://herzog.tech/signature/linkedin.svg.png">
<img src="https://herzog.tech/signature/linkedin.svg.png" width="32px">
</picture>
</a> </a>
<a href="https://hope.edu/directory/people/herzog-leo/" target="_blank"> <a href="https://hope.edu/directory/people/herzog-leo/" target="_blank">
<img src="https://herzog.tech/signature/anchor.svg.png" width="32px" /> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://herzog.tech/signature/anchor-light.svg.png">
<source media="(prefers-color-scheme: light)" srcset="https://herzog.tech/signature/anchor.svg.png">
<img src="https://herzog.tech/signature/anchor.svg.png" width="32px">
</picture>
</a> </a>
<br /> <br />
<a href="https://www.buymeacoffee.com/leoherzog" target="_blank"> <a href="https://herzog.tech/$" target="_blank">
<img src="https://cdn.buymeacoffee.com/buttons/lato-black.png" alt="Buy Me A Coffee" width="217px" /> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://herzog.tech/signature/mug-tea-saucer-solid-light.svg.png">
<source media="(prefers-color-scheme: light)" srcset="https://herzog.tech/signature/mug-tea-saucer-solid.svg.png">
<img src="https://herzog.tech/signature/mug-tea-saucer-solid.svg.png" alt="Buy Me A Tea" width="32px">
</picture>
Found this helpful? Buy me a tea!
</a> </a>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -40,8 +40,6 @@
<link href="https://cdn.jsdelivr.net/npm/tippy.js@6/animations/shift-away-subtle.css" rel="stylesheet" /> <link href="https://cdn.jsdelivr.net/npm/tippy.js@6/animations/shift-away-subtle.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.css" rel="stylesheet" /> <link href="https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.css" rel="stylesheet" />
<link href="/src/style.css" rel="stylesheet" /> <link href="/src/style.css" rel="stylesheet" />
<link href="/ext/alata-latin-400.woff2" rel="preload" as="style" />
<link href="/ext/alata-latin-400.woff" rel="preload" as="style" />
<script async src="/ext/fa.min.js"></script> <script async src="/ext/fa.min.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script> <script async defer src="https://buttons.github.io/buttons.js"></script>

View File

@@ -35,12 +35,11 @@ html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:b
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-display: swap; font-display: swap;
src: local(''), src: url('/ext/alata-v9-latin-regular.woff2') format('woff2'),
url('/ext/alata-latin-400.woff2') format('woff2'), url('/ext/alata-v9-latin-regular.ttf') format('truetype');
url('/ext/alata-latin-400.woff') format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} }
/* begin custom stuff */ /* begin custom stuff */
.sr-only { .sr-only {
@@ -69,7 +68,7 @@ html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:b
body { body {
color: var(--white); color: var(--white);
background: var(--gradient); background: var(--gradient);
font-family: 'Alata', sans-serif; font-family: 'Alata', Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
height: 100vh; height: 100vh;
width: 100vw; width: 100vw;
overflow-x: hidden; overflow-x: hidden;