From 5d040c8041a7235ac69f22e660ca2be38359f1f5 Mon Sep 17 00:00:00 2001 From: alextofus-bash Date: Mon, 22 Jul 2024 09:38:26 -0400 Subject: [PATCH 1/8] Update styles.css --- styles.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/styles.css b/styles.css index 164e2de2..71eb5b44 100644 --- a/styles.css +++ b/styles.css @@ -1,13 +1,13 @@ @import url('https://fonts.googleapis.com/css?family=Roboto+Mono'); :root { - --bg: #5f4b8b; - --fg: #ffffff; - --secondaryFg: #b3b3b3; - --containerBg: #272727; + --bg: #e7dfdc; + --fg: #000000; + --secondaryFg: #000000; + --containerBg: #e7dfdc; --searchBg: var(--containerBg); --scrollbarColor: #3f3f3f; - --fontFamily: 'Roboto Mono', monospace; + --fontFamily: 'Monocraft', monospace; } body { @@ -25,7 +25,7 @@ body { } #clock { - font-family: sans-serif; + font-family: Monocraft; font-size: 3.5rem; font-weight: 600; font-family: var(--fontFamily); @@ -55,7 +55,7 @@ body { font-size: 4rem; color: var(--fg); outline: none; - border-radius: 3px; + border-radius: 10px; margin-bottom: 1em; text-align: center; } From 89dc621dbcaac78d2e1340871d7483a0ac6b3003 Mon Sep 17 00:00:00 2001 From: alextofus-bash Date: Mon, 22 Jul 2024 09:44:00 -0400 Subject: [PATCH 2/8] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 00000000..bd544b3c --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +git.hu \ No newline at end of file From 8f1af0b64f9f46c42997f24adffc433a9863bd40 Mon Sep 17 00:00:00 2001 From: alextofus-bash Date: Mon, 22 Jul 2024 09:44:13 -0400 Subject: [PATCH 3/8] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index bd544b3c..00000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -git.hu \ No newline at end of file From 87dab20bd7859bb4d0673e91ce709e39dc2faf27 Mon Sep 17 00:00:00 2001 From: alextofus-bash Date: Mon, 22 Jul 2024 09:44:38 -0400 Subject: [PATCH 4/8] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 00000000..fa84f297 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +git.gu \ No newline at end of file From fbe6641f9c7354f92b25be0bf955a69594f08e0a Mon Sep 17 00:00:00 2001 From: alextofus-bash Date: Mon, 22 Jul 2024 09:45:35 -0400 Subject: [PATCH 5/8] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index fa84f297..00000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -git.gu \ No newline at end of file From 55086e7231c5aebe9433f7142227ab69abde15b2 Mon Sep 17 00:00:00 2001 From: alextofus-bash Date: Mon, 22 Jul 2024 11:30:38 -0400 Subject: [PATCH 6/8] Update bookmarks.js --- bookmarks.js | 48 +----------------------------------------------- 1 file changed, 1 insertion(+), 47 deletions(-) diff --git a/bookmarks.js b/bookmarks.js index 570f774b..8b137891 100644 --- a/bookmarks.js +++ b/bookmarks.js @@ -1,47 +1 @@ -// Note: having length != 4 will mess with layout based on how the site is styled -const bookmarks = [ - { - title: "Daily", - links: [ - { name: "Inbox", url: "https://inbox.google.com" }, - { name: "GitHub", url: "https://github.com" }, - { name: "Drive", url: "https://drive.google.com" }, - ], - }, - { - title: "Media", - links: [ - { name: "Youtube", url: "https://youtube.com" }, - { name: "Netflix", url: "https://netflix.com" }, - { name: "Crunchyroll", url: "https://crunchyroll.com" }, - { - name: "Amazon Prime", - url: "https://www.amazon.com/Amazon-Video", - }, - ], - }, - { - title: "Reddit", - links: [ - { name: "/r/overwatch", url: "https://reddit.com/r/overwatch" }, - { - name: "/r/pcmasterrace", - url: "https://reddit.com/r/pcmasterrace", - }, - { name: "/r/me_irl", url: "https://reddit.com/r/me_irl" }, - { - name: "/r/battlestations", - url: "https://reddit.com/r/battlestations", - }, - { name: "/r/unixporn", url: "https://reddit.com/r/unixporn" }, - { name: "/r/news", url: "https://reddit.com/r/news" }, - ], - }, - { - title: "Social", - links: [ - { name: "Twitter", url: "https://twitter.com" }, - { name: "Facebook", url: "https://facebook.com" }, - ], - }, -]; \ No newline at end of file + From f8b2bf2a0ed2f0973f8854aaa9d0a7eab13fd9e1 Mon Sep 17 00:00:00 2001 From: alextofus-bash Date: Mon, 22 Jul 2024 11:35:10 -0400 Subject: [PATCH 7/8] Update bookmarks.js --- bookmarks.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bookmarks.js b/bookmarks.js index 8b137891..2c63c085 100644 --- a/bookmarks.js +++ b/bookmarks.js @@ -1 +1,2 @@ - +{ +} From bfe6d5e3064b004ddd5d1875cb694d1f7503f62e Mon Sep 17 00:00:00 2001 From: alextofus-bash Date: Mon, 22 Jul 2024 12:01:59 -0400 Subject: [PATCH 8/8] Update bookmarks.js --- bookmarks.js | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/bookmarks.js b/bookmarks.js index 2c63c085..4fbdd90a 100644 --- a/bookmarks.js +++ b/bookmarks.js @@ -1,2 +1,47 @@ -{ -} +// Note: having length != 4 will mess with layout based on how the site is styled +const bookmarks = [ + { + title: "Daily", + links: [ + { name: "Inbox", url: "https://inbox.google.com" }, + { name: "GitHub", url: "https://github.com" }, + { name: "Drive", url: "https://drive.google.com" }, + ], + }, + { + title: "Media", + links: [ + { name: "Youtube", url: "https://youtube.com" }, + { name: "Netflix", url: "https://netflix.com" }, + { name: "Crunchyroll", url: "https://crunchyroll.com" }, + { + name: "Amazon Prime", + url: "https://www.amazon.com/Amazon-Video", + }, + ], + }, + { + title: "Reddit", + links: [ + { name: "/r/overwatch", url: "https://reddit.com/r/overwatch" }, + { + name: "/r/pcmasterrace", + url: "https://reddit.com/r/pcmasterrace", + }, + { name: "/r/me_irl", url: "https://reddit.com/r/me_irl" }, + { + name: "/r/battlestations", + url: "https://reddit.com/r/battlestations", + }, + { name: "/r/unixporn", url: "https://reddit.com/r/unixporn" }, + { name: "/r/news", url: "https://reddit.com/r/news" }, + ], + }, + { + title: "Social", + links: [ + { name: "Twitter", url: "https://twitter.com" }, + { name: "Facebook", url: "https://facebook.com" }, + ], + }, +];