From fa3bdf24cd11740d5eb02907eb7e37006fd1c419 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 17 Sep 2024 05:44:01 +0300 Subject: Update content for html --- code.ttf | Bin 367144 -> 0 bytes .../2024-08-05-typing-127.1-words-per-minute.html | 1 + gemfeed/2024-09-07-projects-i-support.html | 2 +- gemfeed/atom.xml | 5 +- handnotes.ttf | Bin 38344 -> 0 bytes heading.ttf | Bin 58448 -> 0 bytes index.html | 2 +- notes/style-override.css | 3 - style.css | 89 +++------------------ text.ttf | Bin 75152 -> 0 bytes typewriter.ttf | Bin 151464 -> 0 bytes uptime-stats.html | 2 +- 12 files changed, 18 insertions(+), 86 deletions(-) delete mode 100644 code.ttf delete mode 100644 handnotes.ttf delete mode 100644 heading.ttf delete mode 100644 text.ttf delete mode 100644 typewriter.ttf diff --git a/code.ttf b/code.ttf deleted file mode 100644 index 7c8e65b8..00000000 Binary files a/code.ttf and /dev/null differ diff --git a/gemfeed/2024-08-05-typing-127.1-words-per-minute.html b/gemfeed/2024-08-05-typing-127.1-words-per-minute.html index 6115f8ce..f22c0b62 100644 --- a/gemfeed/2024-08-05-typing-127.1-words-per-minute.html +++ b/gemfeed/2024-08-05-typing-127.1-words-per-minute.html @@ -67,6 +67,7 @@
  • Split: The keyboard is split into two halves (left and right), allowing one to place either hand where it is most ergonomic.

  • After discovering ThePrimagen (I found him long ago, but I never bothered buying the same keyboard he is on) on YouTube and reading/watching a couple of reviews, I thought that as a computer professional, the equipment could be expensive anyway (laptop, adjustable desk, comfortable chair), so why not invest a bit more into the keyboard? I purchased myself the Kinesis Advantage360 Professional keyboard.
    +

    Kinesis review



    For an in-depth review, have a look at this great article:
    diff --git a/gemfeed/2024-09-07-projects-i-support.html b/gemfeed/2024-09-07-projects-i-support.html index d07468a7..d141afe3 100644 --- a/gemfeed/2024-09-07-projects-i-support.html +++ b/gemfeed/2024-09-07-projects-i-support.html @@ -25,7 +25,7 @@ ||>>| \$/ || $$ --/ || One Hundred |<<|| ||<<| L38036133B *\\ |\_/ //* series |>>|| ||>>| 12 *\\/___\_//* 1989 |<<|| -||<<\ Open Soure ______/Franklin\________ Supporting />>|| +||<<\ Open Source ______/Franklin\________ Supporting />>|| ||//$\ ~| SPONSORING AND FUNDING |~ /$\\|| ||(100)=================== AWESOME OPEN SOURCE =================(100)|| ||\\$//\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\\$//|| diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 9f766f14..11f3468b 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2024-09-09T22:26:26+03:00 + 2024-09-17T05:21:15+03:00 foo.zone feed To be in the .zone! @@ -123,7 +123,7 @@ jgs \\`_..---.Y.---.._`// ||>>| \$/ || $$ --/ || One Hundred |<<|| ||<<| L38036133B *\\ |\_/ //* series |>>|| ||>>| 12 *\\/___\_//* 1989 |<<|| -||<<\ Open Soure ______/Franklin\________ Supporting />>|| +||<<\ Open Source ______/Franklin\________ Supporting />>|| ||//$\ ~| SPONSORING AND FUNDING |~ /$\\|| ||(100)=================== AWESOME OPEN SOURCE =================(100)|| ||\\$//\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\\$//|| @@ -280,6 +280,7 @@ jgs \\`_..---.Y.---.._`//
  • Split: The keyboard is split into two halves (left and right), allowing one to place either hand where it is most ergonomic.

  • After discovering ThePrimagen (I found him long ago, but I never bothered buying the same keyboard he is on) on YouTube and reading/watching a couple of reviews, I thought that as a computer professional, the equipment could be expensive anyway (laptop, adjustable desk, comfortable chair), so why not invest a bit more into the keyboard? I purchased myself the Kinesis Advantage360 Professional keyboard.
    +

    Kinesis review



    For an in-depth review, have a look at this great article:
    diff --git a/handnotes.ttf b/handnotes.ttf deleted file mode 100644 index 25e688b6..00000000 Binary files a/handnotes.ttf and /dev/null differ diff --git a/heading.ttf b/heading.ttf deleted file mode 100644 index a2917114..00000000 Binary files a/heading.ttf and /dev/null differ diff --git a/index.html b/index.html index 7e8fa002..a7105ea4 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@

    foo.zone



    -This site was generated at 2024-09-09T22:26:26+03:00 by Gemtexter
    +This site was generated at 2024-09-17T05:43:12+03:00 by Gemtexter

    Welcome to the foo.zone. Everything you read on this site is my personal opinion and experience.

    diff --git a/notes/style-override.css b/notes/style-override.css index bc6159b3..e69de29b 100644 --- a/notes/style-override.css +++ b/notes/style-override.css @@ -1,3 +0,0 @@ -h1, h2, h3 { - font-family: handnotes, monospace; -} diff --git a/style.css b/style.css index 078bb624..b5eb9b5b 100644 --- a/style.css +++ b/style.css @@ -1,56 +1,20 @@ -@font-face { - font-family: 'text'; - src: url("./text.ttf") format("truetype"); -} - -@font-face { - font-family: 'heading'; - src: url("./heading.ttf") format("truetype"); -} - -@font-face { - font-family: 'code'; - src: url("./code.ttf") format("truetype"); -} - -@font-face { - font-family: 'handnotes'; - src: url("./handnotes.ttf") format("truetype"); -} - -@font-face { - font-family: 'typewriter'; - src: url("./typewriter.ttf") format("truetype"); -} - body { - font-family: text, sans-serif; - background: linear-gradient(135deg, #0d0d0d, #1f1f1f); - color: #e0e0e0; + font-family: sans-serif; max-width: 1024px; - padding: 20px; - margin: 20px auto; - border: 1px solid #333; - box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); - border-radius: 15px; -} - -h1, h2, h3 { - font-family: heading, serif; - color: #00ff9d; - text-shadow: 0 0 2px #00ff9d, 0 0 2px #00ff9d; } a { + font-family: courier, monospace; text-decoration: none; - color: #00ff9d; - transition: color 0.3s, text-shadow 0.3s; + color: #0e0e0e; +} + +h1, h2, h3 { + font-family: serif; } a:hover { text-decoration: underline; - color: #00d4ff; - text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff; } a.textlink:before { @@ -60,8 +24,6 @@ a.textlink:before { .quote { font-style: italic; - color: #00d4ff; - text-shadow: 0 0 7px #00d4ff, 0 0 14px #00d4ff; } .quote:before { @@ -76,54 +38,25 @@ a.textlink:before { ul { list-style: none; - padding-right: 23px; - padding-left: 10px; - margin: 0.75em 0 0.75em 0; -} - -li { - color: #ff6347; - margin-left: 1em; - margin-bottom: 0.25em; - text-shadow: 0 0 5px #ff6347, 0 0 10px #ff6347; + margin: 0 0 0 0; } li:before { content: "★"; padding-right: 5px; - color: #00ff9d; } img { max-width: 90%; - display: block; - margin: auto; - border: 2px solid #00d4ff; - box-shadow: 0 4px 15px rgba(0, 212, 255, 0.4); - border-radius: 10px; } pre { - font-family: code, monospace; - overflow-x: auto; + font-family: courier, monospace; background: #1e1e1e; padding: 20px; - border-left: 4px solid #00ff9d; - border-radius: 5px; - box-shadow: inset 0 0 10px #00ff9d; - color: #00d4ff; + color: #ffffff; } span.inlinecode { - font-family: code, monospace; - background: #1e1e1e; - padding: 1px; - border: 1px solid #00d4ff; - border-radius: 3px; - box-shadow: 0 0 6px #00d4ff; - color: #00d4ff; -} - -.footer { - font-family: handnotes; + font-family: courier, monospace; } diff --git a/text.ttf b/text.ttf deleted file mode 100644 index bb2e8875..00000000 Binary files a/text.ttf and /dev/null differ diff --git a/typewriter.ttf b/typewriter.ttf deleted file mode 100644 index 375978ce..00000000 Binary files a/typewriter.ttf and /dev/null differ diff --git a/uptime-stats.html b/uptime-stats.html index 604d03b8..b7e7694c 100644 --- a/uptime-stats.html +++ b/uptime-stats.html @@ -10,7 +10,7 @@

    My machine uptime stats



    -This site was last updated at 2024-09-09T22:26:26+03:00
    +This site was last updated at 2024-09-17T05:43:12+03:00

    The following stats were collected via uptimed on all of my personal computers over many years and the output was generated by guprecords, the global uptime records stats analyser of mine.

    -- cgit v1.2.3