diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-08-03 09:31:34 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-08-03 09:31:34 +0200 |
commit | 6a6100a8faa73815863cbabedb15e63aba0a1098 (patch) | |
tree | 69bba99668cd2b2c72eca35fd603214800932381 /.config/startpage/index.html | |
parent | 68f0ec3669f991945c10a04eba85eeb6e300960b (diff) |
update
Diffstat (limited to '.config/startpage/index.html')
-rw-r--r-- | .config/startpage/index.html | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/.config/startpage/index.html b/.config/startpage/index.html index 6eb447d..801a664 100644 --- a/.config/startpage/index.html +++ b/.config/startpage/index.html @@ -17,28 +17,12 @@ <div class="term"> <div class="columns"> <div class="column"> - <h3 style="color: var(--pywal-readable-color2)">school</h3> - <a href="https://www.montiplaza.nl/">montiplaza</a> - <a href="https://somtoday.nl/">somtoday</a> - <a href="https://client.etesync.com/pim">etesync</a> - </div> - - <div class="column"> - <h3 style="color: var(--pywal-readable-color3)">social</h3> - <a href="https://www.reddit.com/new">reddit</a> - <a href="https://www.twitter.com/">twitter</a> - <a href="https://www.twitch.com/directory/following">twitch</a> - <a href="https://www.youtube.com/">youtube</a> - <a href="https://www.soundcloud.com/">soundcloud</a> - </div> - - <div class="column"> <h3 style="color: var(--pywal-readable-color4)">nerd shit</h3> <a href="https://github.com/lonkaars">github</a> <a href="https://10fastfingers.com/typing-test/dutch">10fastfingers</a> <a href="https://frikandelbroodje:3000/">gitea</a> + <a href="https://monkey-type.com/">monkey-type</a> </div> - <div class="column"> <h3 style="color: var(--pywal-readable-color5)">ports</h3> <a href="https://localhost:443">bitwarden</a> @@ -46,6 +30,20 @@ <a href="http://frikandelbroodje:8096">jellyfin</a> <a href="http://localhost:9091">transmission</a> </div> + <div class="column"> + <h3 style="color: var(--pywal-readable-color3)">social</h3> + <a href="https://www.reddit.com/new">reddit</a> + <a href="https://www.twitter.com/">twitter</a> + <a href="https://www.twitch.com/directory/following">twitch</a> + <a href="https://www.youtube.com/">youtube</a> + <a href="https://www.soundcloud.com/">soundcloud</a> + </div> + <div class="column"> + <h3 style="color: var(--pywal-readable-color2)">school</h3> + <a href="https://www.montiplaza.nl/">montiplaza</a> + <a href="https://somtoday.nl/">somtoday</a> + <a href="https://client.etesync.com/pim">etesync</a> + </div> </div> </div> </div> |