summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/browsers/home.css7
-rw-r--r--.config/browsers/home.html203
-rw-r--r--.config/nvim/lua/config/lazy.lua2
3 files changed, 202 insertions, 10 deletions
diff --git a/.config/browsers/home.css b/.config/browsers/home.css
deleted file mode 100644
index fcd08e6..0000000
--- a/.config/browsers/home.css
+++ /dev/null
@@ -1,7 +0,0 @@
-body {
- width: 100%;
- height: 100%;
- font-family: sans-serif;
- color: #ebdbb2;
- background-color: #1d2021;
-}
diff --git a/.config/browsers/home.html b/.config/browsers/home.html
index 2b4db6e..cdf5eb3 100644
--- a/.config/browsers/home.html
+++ b/.config/browsers/home.html
@@ -1,11 +1,210 @@
<!DOCTYPE html>
<html>
<head>
+ <style>
+body {
+ width: 100%;
+ height: 100%;
+ padding: 0em;
+ margin: 0em;
+ font-size: 1.4em;
+ font-family: sans-serif;
+ color: #ebdbb2;
+ background-color: #1d2021;
+}
+.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;
+}
+.page_title {
+ background-color: #282828;
+ margin-left: 40%;
+ margin-right: 40%;
+ margin-top: 1em;
+ margin-bottom: 1em;
+ padding: 0em;
+ color: #ebddb2;
+ border: 2px solid black;
+ border-color: black;
+ justify-content: center;
+ text-align: center;
+ /* width: auto; */
+}
+.page_title h1 {
+ padding: 0em;
+ margin: .2em;
+}
+.page_title:hover {
+ border-color: #ebddb2;
+}
+.bookmarks_div {
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+ text-align: center;
+ margin-left: 10%;
+ margin-right: 10%;
+ /* width: 60%; */
+}
+@media only screen and (max-width: 960px) {
+ .bookmarks_div {
+ flex-direction: column;
+ width: 60%;
+ }
+ .bookmarks_div > .bookmark_set {
+ width: auto;
+ margin: 1em 0em;
+ }
+}
+.bookmark_set {
+ padding: 1em;
+ background-color: #282828;
+ border: 2px solid black;
+ width: 25%;
+ height: 28em;
+ margin: 0em .5em;
+}
+.bookmark_links {
+ overflow-y: scroll;
+ height: 95%;
+ vertical-align: top;
+}
+.bookmark_title {
+ font-size: 1.2em;
+ font-weight: 600;
+ color: #ebddb2;
+ margin: 0em 0em .35em 0em;
+}
+.bookmark {
+ text-decoration: none;
+ color: #928374;
+ display: block;
+ margin: .4em 0em;
+}
+#joetown:hover {
+ border-color: #cc241d;
+}
+#joetown .bookmark_title {
+ color: #cc241d;
+}
+#joetown .bookmark:hover {
+ color: #fb4934;
+}
+#sites:hover {
+ border-color: #98971a;
+}
+#sites .bookmark_title {
+ color: #98971a;
+}
+#sites .bookmark:hover {
+ color: #b8bb26;
+}
+#fun:hover {
+ border-color: #d79921;
+}
+#fun .bookmark_title {
+ color: #d79921;
+}
+#fun .bookmark:hover {
+ color: #fabd2f;
+}
+#workwork:hover {
+ border-color: #458588;
+}
+#workwork .bookmark_title {
+ color: #458588;
+}
+#workwork .bookmark:hover {
+ color: #83a598;
+}
+ </style>
<title>joe's homepage</title>
<meta charset="UTF-8">
- <link rel="stylesheet" type="text/css" href="home.css">
</head>
<body>
- <h1>hey</h1>
+ <div class="topred"></div>
+ <div class="topgreen"></div>
+ <div class="topyellow"></div>
+ <div class="topblue"></div>
+ <div class="topmagenta"></div>
+ <div class="topcyan"></div>
+ <div class="page_title"><h1>hey joe</h1></div>
+ <div class="bookmarks_div">
+ <div class="bookmark_set" id="joetown">
+ <div class="bookmark_title">joe town</div>
+ <div class="bookmark_links">
+ <a class="bookmark" href="https://jozan.org/">joe</a>
+ <a class="bookmark" href="https://gitjoe.xyz/">gitjoe</a>
+ <a class="bookmark" href="https://zhinu.jozan.org/">zhinu</a>
+ <a class="bookmark" href="http://graf.joe.town/">graf</a>
+ <a class="bookmark" href="http://10.1.1.6/">helios</a>
+ <a class="bookmark" href="http://10.2.2.5/">vega</a>
+ <a class="bookmark" href="http://127.0.0.1:9091/">ceres</a>
+ <a class="bookmark" href="https://my.vultr.com/">vultr</a>
+ <a class="bookmark" href="https://epik.com/">epik</a>
+ </div>
+ </div>
+ <div class="bookmark_set" id="sites">
+ <div class="bookmark_title">sites</div>
+ <div class="bookmark_links">
+ <a class="bookmark" href="https://perplexity.ai/">perp</a>
+ <a class="bookmark" href="https://chatgpt.com/">gpt</a>
+ </div>
+ </div>
+ <div class="bookmark_set" id="fun">
+ <div class="bookmark_title">fun</div>
+ <div class="bookmark_links">
+ <a class="bookmark" href="https://protondb.com/">protondb</a>
+ <a class="bookmark" href="https://diablo2.io/">diablo2.io</a>
+ <a class="bookmark" href="https://www.icy-veins.com/">icy veins</a>
+ </div>
+ </div>
+ <div class="bookmark_set" id="workwork">
+ <div class="bookmark_title">work work</div>
+ <div class="bookmark_links">
+ <a class="bookmark" href="https://atlas.nuabee.fr/">atlas</a>
+ <a class="bookmark" href="https://grafana.nuabee.fr/">grafana</a>
+ <a class="bookmark" href="https://grafana.nuabee.fr/d/xfpJB9FGz/linux-servers">gr_linux_servers</a>
+ <a class="bookmark" href="https://grafana.nuabee.fr/d/Mz11bd07k/vue-d-ensemble-machines-atelier">gr_restops</a>
+ <a class="bookmark" href="https://grafana.nuabee.fr/d/WojOgXTmk/ops-alerts">gr_alertops</a>
+ <a class="bookmark" href="https://support.nuabee.fr/">zammad</a>
+ <a class="bookmark" href="https://gitlab.int.ysosecure.com/">git</a>
+ <a class="bookmark" href="https://gitlab.int.ysosecure.com/ops/NuaProv/-/pipelines">pipes</a>
+ <a class="bookmark" href="https://mbs.nuabee.com/">mbs</a>
+ <a class="bookmark" href="https://doc.int.ysosecure.com/">doc</a>
+ <a class="bookmark" href="https://kb.int.ysosecure.com/">kb</a>
+ <a class="bookmark" href="http://hedgedoc.int.ysosecure.com/">hedgedoc</a>
+ <a class="bookmark" href="https://share.nuabee.fr/">share</a>
+ <a class="bookmark" href="https://windmill.nuabee.fr/">windmill</a>
+ <a class="bookmark" href="https://aether.int.ysosecure.com/ui">aether</a>
+ <a class="bookmark" href="https://gaia.int.ysosecure.com/">gaia</a>
+ <a class="bookmark" href="https://orca1.int.ysosecure.com/certsrv">certsrv</a>
+ <a class="bookmark" href="https://sentry.nuabee.fr/">sentry</a>
+ <a class="bookmark" href="https://leek.int.ysosecure.com/">leek</a>
+ <a class="bookmark" href="https://auth.otc.t-systems.com/">otc</a>
+ <a class="bookmark" href="https://dashboard.nm.nuabee.fr/">netmaker</a>
+ </div>
+ </div>
+ </div>
</body>
</html>
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
},