From a255e3eec0293dc54afd73ba1af16fcade32dbce Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 13 Oct 2025 15:14:42 +0200 Subject: up --- .config/browsers/home.html | 133 ++++++++++++++++++++++++++++++++++++++- .config/nvim/lua/config/lazy.lua | 2 +- 2 files changed, 133 insertions(+), 2 deletions(-) diff --git a/.config/browsers/home.html b/.config/browsers/home.html index 627ad20..6522734 100644 --- a/.config/browsers/home.html +++ b/.config/browsers/home.html @@ -5,15 +5,146 @@ body { width: 100%; height: 100%; + padding: 0em; + margin: 0em; font-family: sans-serif; color: #ebdbb2; background-color: #1d2021; +} +a { + color: #458588; + text-decoration: none; +} +.topred { + background-color: #cc241d; + padding-bottom: 1em; +} +.topgreen { + background-color: #98971a; + padding-bottom: 1em; +} +.topyellow { + background-color: #d79921; + padding-bottom: 1em; +} +.topblue { + background-color: #458588; + padding-bottom: 1em; +} +.topmagenta { + background-color: #b16286; + padding-bottom: 1em; +} +.topcyan { + background-color: #689d6a; + padding-bottom: 1em; +} +.bookmarks_div { + display: flex; + flex-direction: row; + justify-content: center; + width: 60%; +} +.bookmark_set { + padding: 1em; + background-color: #282828; + width: 25%; + font-size: .85rem; + width: 25%; + height: 16em; + margin: 0em .5em; +} +.bookmark_links { + overflow-y: scroll; + height: 80%; + vertical-align: top; } joe's homepage -

hey

+
+
+
+
+
+
+

hey joe

+
+
+
joe town
+ +
+
+
sites
+ +
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
joe townsitesfunwork work
protondbatlas
diablo2.iografana
+ diff --git a/.config/nvim/lua/config/lazy.lua b/.config/nvim/lua/config/lazy.lua index 4a54c04..e9c3f22 100644 --- a/.config/nvim/lua/config/lazy.lua +++ b/.config/nvim/lua/config/lazy.lua @@ -83,7 +83,7 @@ require('lazy').setup({ default_overlength = 80, grace_length = 1, highlight_to_eol = true, - disable_ft = { 'qf', 'help', 'man', 'checkhealth', 'lazy', 'packer', 'NvimTree', 'Telescope', 'WhichKey', 'text', 'csv', 'lua', 'gosum', 'sh', 'make', 'crontab', '' } + disable_ft = { 'qf', 'help', 'man', 'checkhealth', 'lazy', 'packer', 'NvimTree', 'Telescope', 'WhichKey', 'text', 'csv', 'lua', 'gosum', 'sh', 'make', 'crontab', 'html', '' } } end }, -- cgit v1.2.3