alexkarle.com

Source for alexkarle.com
git clone git://git.alexkarle.com/alexkarle.com.git
Log | Files | Refs | README | LICENSE

commit 01ffa193d06a413288937654104297f19e3be9cc (patch)
parent 740caa948c77c8b78ae52af4f0758d28b923bc1e
Author: Alex Karle <alex@alexkarle.com>
Date:   Sat, 13 Aug 2022 00:55:06 -0400

theme: Update to acme inspired off-white background

Also blue code samples!

My mom says that my site needs more color if I want recruiters to take
it seriously (haha).

Diffstat:
Mbin/genpage | 21+++++++++++++++++----
Mbin/jam-index.sh | 6+++++-
Mwww/blog/make-obj.txt | 1+
Mwww/jam-tuesday/index.html | 56++++++++++++++++++++++++++++++--------------------------
4 files changed, 53 insertions(+), 31 deletions(-)

diff --git a/bin/genpage b/bin/genpage @@ -17,12 +17,16 @@ cat <<EOM <!-- Inspired by https://www.swyx.io/css-100-bytes/ --> <style> html { - max-width: 70ch; + max-width: 80ch; padding: 3em 1em; margin: auto; font-size: 1em; font-family: sans-serif; + /* amcme inspired background */ + background: #FFFFEA; } +a { color: #0939AD; } +a:visited { color: #613583; } footer { margin-top: 50px; font-size: .8em; @@ -31,11 +35,20 @@ code { font-family: consolas, courier, monospace; } h1 { font-size: 1.5em; } h2 { font-size: 1.2em; } h3 { font-size: 1.1em; } -blockquote, pre { - background: #f2f2f2; +pre { + background: #e9feff; overflow: auto; padding: 10px; - border: 2px solid black; + border: 2px solid #8888cc; +} +blockquote { + background: #eeec9a; + overflow: auto; + padding: 10px; + border: 2px solid #989849; +} +blockquote p { + margin: 0px; } </style> <title>$title</title> diff --git a/bin/jam-index.sh b/bin/jam-index.sh @@ -23,7 +23,11 @@ html { margin: auto; font-size: 1em; font-family: sans-serif; + /* amcme inspired background */ + background: #FFFFEA; } +a { color: #0939AD; } +a:visited { color: #613583; } footer { margin-top: 50px; font-size: .8em; @@ -36,7 +40,7 @@ blockquote, code pre { background: #f2f2f2; overflow: auto; padding: 10px; - border: 2px solid black; + border: 2px solid #8888cc; } .jam-artists tr:nth-child(even) { background-color: #e3e3e3; diff --git a/www/blog/make-obj.txt b/www/blog/make-obj.txt @@ -34,6 +34,7 @@ enough the answer was the first hit! I've copied it for convenience below (licensed under the BSD-3 clause): > *`.OBJDIR:`* +> > Path to the directory where targets are built. At > startup, make searches for an alternate directory to > place target files. make tries to `chdir(2)` into diff --git a/www/jam-tuesday/index.html b/www/jam-tuesday/index.html @@ -11,7 +11,11 @@ html { margin: auto; font-size: 1em; font-family: sans-serif; + /* amcme inspired background */ + background: #FFFFEA; } +a { color: #0939AD; } +a:visited { color: #613583; } footer { margin-top: 50px; font-size: .8em; @@ -24,7 +28,7 @@ blockquote, code pre { background: #f2f2f2; overflow: auto; padding: 10px; - border: 2px solid black; + border: 2px solid #8888cc; } .jam-artists tr:nth-child(even) { background-color: #e3e3e3; @@ -74,29 +78,29 @@ instrument is specified, it's me switching to it). We both </ul> <h3>Top 10 Artists (Frequency, Name):</h3> <ul> -<li> 40 The Front Bottoms</li> -<li> 37 Peach Pit</li> -<li> 29 Manchester Orchestra</li> -<li> 16 Vulfpeck</li> -<li> 16 Dr. Dog</li> -<li> 15 The Dear Hunter</li> -<li> 10 Atta Boy</li> -<li> 9 Cage The Elephant</li> -<li> 7 Lake Street Dive</li> -<li> 7 Her's</li> +<li> 40 The Front Bottoms</li> +<li> 37 Peach Pit</li> +<li> 29 Manchester Orchestra</li> +<li> 16 Vulfpeck</li> +<li> 16 Dr. Dog</li> +<li> 15 The Dear Hunter</li> +<li> 10 Atta Boy</li> +<li> 9 Cage The Elephant</li> +<li> 7 Lake Street Dive</li> +<li> 7 Her's</li> </ul> <h3>Top 10 Songs (Frequency, Name):</h3> <ul> -<li> 12 Twin Size Mattress, The Front Bottoms</li> -<li> 11 Rhode Island, The Front Bottoms</li> -<li> 11 Alrighty Aphrodite, Peach Pit</li> -<li> 10 Shadow People, Dr. Dog</li> -<li> 10 Brian's Movie, Peach Pit</li> -<li> 8 The Beers, The Front Bottoms</li> -<li> 8 Jack and Blow, Atta Boy</li> -<li> 6 That I Miss You, Vansire</li> -<li> 6 Lauren, Men I Trust</li> -<li> 6 Drop the Guillotine, Peach Pit</li> +<li> 12 Twin Size Mattress, The Front Bottoms</li> +<li> 11 Rhode Island, The Front Bottoms</li> +<li> 11 Alrighty Aphrodite, Peach Pit</li> +<li> 10 Shadow People, Dr. Dog</li> +<li> 10 Brian's Movie, Peach Pit</li> +<li> 8 The Beers, The Front Bottoms</li> +<li> 8 Jack and Blow, Atta Boy</li> +<li> 6 That I Miss You, Vansire</li> +<li> 6 Lauren, Men I Trust</li> +<li> 6 Drop the Guillotine, Peach Pit</li> </ul> <h2>Setlists</h2> Updated weekly: @@ -126,9 +130,9 @@ Updated weekly: <tr><th>Artist</th><th>Song</th><th>Plays</th></tr> <tr><td>311</td><td>Amber</td><td>1</td></tr> <tr><td>A Great Big Pile Of Leaves</td><td>Alligator Bop</td><td>1</td></tr> -<tr><td>A Tribe Called Quest</td><td>Can I Kick It?</td><td>1</td></tr> <tr><td>Anderson .Paak</td><td>Make It Better</td><td>1</td></tr> <tr><td>Anderson .Paak & Bruno Mars</td><td>Leave the Door Open</td><td>1</td></tr> +<tr><td>A Tribe Called Quest</td><td>Can I Kick It?</td><td>1</td></tr> <tr><td>Atta Boy</td><td>Jack and Blow</td><td>8</td></tr> <tr><td></td><td>Walden Pond</td><td>2</td></tr> <tr><td>Bad Books</td><td>Baby Shoes</td><td>1</td></tr> @@ -163,9 +167,9 @@ Updated weekly: <tr><td>Goo Goo Dolls</td><td>Iris</td><td>1</td></tr> <tr><td>Gorillaz</td><td>Feel Good Inc.</td><td>1</td></tr> <tr><td>Harvey Danger</td><td>Flagpole Sitta</td><td>1</td></tr> +<tr><td>Herbie Hancock</td><td>Chameleon</td><td>3</td></tr> <tr><td>Her's</td><td>Blue Lips</td><td>6</td></tr> <tr><td></td><td>Cool With You</td><td>1</td></tr> -<tr><td>Herbie Hancock</td><td>Chameleon</td><td>3</td></tr> <tr><td>Jay Som</td><td>Baybee</td><td>1</td></tr> <tr><td>Jimmy Eat World</td><td>The Middle</td><td>1</td></tr> <tr><td>John Mayer</td><td>Moving On and Getting Over</td><td>1</td></tr> @@ -181,7 +185,7 @@ Updated weekly: <tr><td></td><td>Hypotheticals</td><td>5</td></tr> <tr><td>Lenny Kravitz</td><td>Fly Away</td><td>1</td></tr> <tr><td>Mac DeMarco</td><td>My Old Man</td><td>2</td></tr> -<tr><td>Mac Miller</td><td>What's The Use</td><td>3</td></tr> +<tr><td>Mac Miller</td><td>What's the Use</td><td>3</td></tr> <tr><td>Manchester Orchestra</td><td>Bed Head</td><td>3</td></tr> <tr><td></td><td>Everything To Nothing</td><td>1</td></tr> <tr><td></td><td>I Can Barely Breathe</td><td>1</td></tr> @@ -260,9 +264,9 @@ Updated weekly: <tr><td>The Head and The Heart</td><td>Honeybee</td><td>1</td></tr> <tr><td></td><td>Lost In My Mind</td><td>2</td></tr> <tr><td></td><td>Rivers and Roads</td><td>2</td></tr> +<tr><td>Theo Katzman</td><td>You Could Be President</td><td>1</td></tr> <tr><td>The Raconteurs</td><td>Steady As She Goes</td><td>1</td></tr> <tr><td>The White Stripes</td><td>We're Going To Be Friends</td><td>1</td></tr> -<tr><td>Theo Katzman</td><td>You Could Be President</td><td>1</td></tr> <tr><td>Third Eye Blind</td><td>Semi Charmed Life</td><td>1</td></tr> <tr><td>Three Doors Down</td><td>Kryptonite</td><td>1</td></tr> <tr><td>Tonic</td><td>If You Could Only See</td><td>1</td></tr> @@ -285,7 +289,7 @@ Updated weekly: <tr><td></td><td>The World Has Turned and Left Me Here</td><td>1</td></tr> </table> <br><br> -<p style="font-size: 0.7em">Last Updated: Mon Jan 3 19:40:00 EST 2022</p> +<p style="font-size: 0.7em">Last Updated: Sat Aug 13 12:40:07 AM EDT 2022</p> <p class="foot-license"> © 2019-2022 Alex Karle | <a href="/">Home</a> | <a href="/license.html">License</a> </p>