diff options
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | notes/index.html | 2 | ||||
| -rw-r--r-- | notes/the-power-of-neuroplasticity.html | 4 | ||||
| -rw-r--r-- | style.css | 92 | ||||
| -rw-r--r-- | uptime-stats.html | 2 |
5 files changed, 64 insertions, 38 deletions
@@ -10,7 +10,7 @@ <body> <h1 style='display: inline' id='foozone'>foo.zone</h1><br /> <br /> -<span class='quote'>This site was generated at 2024-05-12T18:48:43+03:00 by <span class='inlinecode'>Gemtexter</span></span><br /> +<span class='quote'>This site was generated at 2024-05-17T23:35:17+03:00 by <span class='inlinecode'>Gemtexter</span></span><br /> <br /> <pre> |\---/| diff --git a/notes/index.html b/notes/index.html index 4e391637..c486b0a1 100644 --- a/notes/index.html +++ b/notes/index.html @@ -14,7 +14,7 @@ <br /> <a class='textlink' href='./the-stoic-challenge.html'>'The Stoic Challenge' book notes</a><br /> <a class='textlink' href='./the-pragmatic-programmer.html'>'The Pragmatic Programmer' book notes</a><br /> -<a class='textlink' href='./the-power-of-neuroplasticity.html'>'The power of Neuroplasticity' book notes</a><br /> +<a class='textlink' href='./the-power-of-neuroplasticity.html'>'The Power of Neuroplasticity' book notes</a><br /> <a class='textlink' href='./the-obstacle-is-the-way.html'>'The Obstacle is the Way' book notes</a><br /> <a class='textlink' href='./staff-engineer.html'>'Staff Engineer' book notes</a><br /> <a class='textlink' href='./slow-productivity.html'>'Slow Productivity' book notes</a><br /> diff --git a/notes/the-power-of-neuroplasticity.html b/notes/the-power-of-neuroplasticity.html index 96f0cd65..5be00508 100644 --- a/notes/the-power-of-neuroplasticity.html +++ b/notes/the-power-of-neuroplasticity.html @@ -2,13 +2,13 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<title>'The power of Neuroplasticity' book notes</title> +<title>'The Power of Neuroplasticity' book notes</title> <link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> <link rel="stylesheet" href="../style.css" /> <link rel="stylesheet" href="style-override.css" /> </head> <body> -<h1 style='display: inline' id='ThepowerofNeuroplasticitybooknotes'>"The power of Neuroplasticity" book notes</h1><br /> +<h1 style='display: inline' id='ThePowerofNeuroplasticitybooknotes'>"The Power of Neuroplasticity" book notes</h1><br /> <br /> <span>These notes capture key points from "The Power of Neuroplasticity" by Shad Helmstetter. These are for my personal use, but you might find them useful, too.</span><br /> <br /> @@ -24,76 +24,102 @@ } body { - font-family: text, sans-serif; - max-width: 1024px; - padding: 10px 10px; - margin: 20px auto; + font-family: text, sans-serif; + background: linear-gradient(135deg, #0d0d0d, #1f1f1f); + color: #e0e0e0; + 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; + font-family: heading, serif; + color: #00ff9d; + text-shadow: 0 0 10px #00ff9d, 0 0 20px #00ff9d; } a { - text-decoration: none; + text-decoration: none; + color: #00ff9d; + transition: color 0.3s, text-shadow 0.3s; } a:hover { - text-decoration: underline; + text-decoration: underline; + color: #00d4ff; + text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff; } a.textlink:before { - content: "⇒ "; - padding-left: 11px; + content: "⇒ "; + padding-left: 11px; } .quote { - font-style: italic; + font-style: italic; + color: #00d4ff; + text-shadow: 0 0 7px #00d4ff, 0 0 14px #00d4ff; } .quote:before { - content: "« "; - padding-left: 2px; + content: "« "; + padding-left: 2px; } .quote:after { - content: " »"; - padding-right: 2px; + content: " »"; + padding-right: 2px; } ul { - list-style: none; - padding-right: 23px; - padding-left: 10px; - margin: 0.75em 0 0.75em 0; + list-style: none; + padding-right: 23px; + padding-left: 10px; + margin: 0.75em 0 0.75em 0; } li { - color: purple; - margin-left: 1em; - margin-bottom: 0.25em; + color: #ff6347; + margin-left: 1em; + margin-bottom: 0.25em; + text-shadow: 0 0 5px #ff6347, 0 0 10px #ff6347; } li:before { - content: "★"; - padding-right: 5px; + content: "★"; + padding-right: 5px; + color: #00ff9d; } img { - max-width: 90%; - display: block; - margin: auto; - border: 1px solid #333333; + 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; - padding-left: 23px; - border-left: dashed grey; + font-family: code, monospace; + overflow-x: auto; + background: #1e1e1e; + padding: 20px; + border-left: 4px solid #00ff9d; + border-radius: 5px; + box-shadow: inset 0 0 10px #00ff9d; + color: #00d4ff; } span.inlinecode { - font-family: code, monospace; - padding: 1px; + font-family: code, monospace; + background: #1e1e1e; + padding: 5px; + border: 1px solid #00d4ff; + border-radius: 5px; + box-shadow: 0 0 5px #00d4ff; + color: #00d4ff; } diff --git a/uptime-stats.html b/uptime-stats.html index 13c8e5a8..cfe4b20c 100644 --- a/uptime-stats.html +++ b/uptime-stats.html @@ -10,7 +10,7 @@ <body> <h1 style='display: inline' id='Mymachineuptimestats'>My machine uptime stats</h1><br /> <br /> -<span class='quote'>This site was last updated at 2024-05-12T18:48:43+03:00</span><br /> +<span class='quote'>This site was last updated at 2024-05-17T23:35:17+03:00</span><br /> <br /> <span>The following stats were collected via <span class='inlinecode'>uptimed</span> on all of my personal computers over many years and the output was generated by <span class='inlinecode'>guprecords</span>, the global uptime records stats analyser of mine.</span><br /> <br /> |
