This commit is contained in:
Case Duckworth 2021-02-06 16:45:14 -06:00
commit f4a8a99aa7
4 changed files with 204 additions and 31 deletions

9
G
View File

@ -35,10 +35,5 @@ set +C # it's clobberin' time!!!
[ $DEBUG ] && set -x # debug if DEBUG is set
for F
do
printf>&2 '%s\t...' "$F"
X<L>O/${F#I} && {
echo>&2 "OK."
} || {
echo>&2 "FAIL."
}
done
X<L>O/${F#I}
done

View File

@ -1 +1,179 @@
dogs
<style>
.pagetitle { display: none; }
body {
background: cornflowerblue;
}
figure {
padding: 1ch;
border: 4px outset #aa9;
text-align: center;
background: #eed;
}
img {
max-width: 90%;
}
.aka li {
font: italic 1.5rem/1.5 serif;
display: inline-block;
}
.aka::before {
content: "A.K.A."
}
.aka li::after {
content: "; ";
}
.aka li:last-of-type::after {
content: "";
}
</style>
<section id="stormy" >
<header>
<h1>Stormageddon, Dark Lord of All</h1>
<ul class="aka" >
<li>Stormy</li>
<li>Sterms ma germs</li>
<li>Ms. Geddum (if you're nasty)</li>
</ul>
</header>
<figure>
<img src="https://dogs.acdw.net/stormy-car.jpeg" >
<figcaption>Her Highness in her favorite place to go for rides.</figcaption>
</figure>
<figure>
<img src="https://dogs.acdw.net/stormy-floor.jpeg" >
<figcaption>She is always vigilant, even when in repose.</figcaption>
</figure>
<figure>
<img src="https://dogs.acdw.net/stormy-panda.jpg" >
<figcaption>Sometimes she thinks she is a panda. She is not.</figcaption>
</figure>
<p>
Stormy is our original good girl, our O.G.G.
She is eight years old and still as regal as ever.
She loves car rides, snuggles on the couch, licking faces,
and barking. A lot. She also loves pets from anyone and everyone!
She dislikes people walking near the house (though
if they came inside she'd immediately be their best friend),
thunderstorms, fireworks, and dogs playing in a way
she does not approve of.
</p>
<figure>
<img alt="Stormy on the couch making a dumb face."
src="stormy-couch-derp.jpg"/>
<img alt="Stormy smiling on the couch."
src="stormy-couch-smile-alone.jpg" />
<figcaption>
Stormy makes a dumb face most of the time.</figcaption>
</figure>
<figure>
<img alt="Stormy clipping her nails with her teeth."
src="stormy-toenail-cronch.jpg"/>
<figcaption>She also clips her own nails.</figcaption>
</figure>
</section>
<section id="stella" >
<header>
<h1>Stellanor</h1>
<ul class="aka">
<li>Stella</li>
<li>Stel-la-la</li>
<li>Stelth Fightor</li>
</ul>
</header>
<figure>
<img src="https://dogs.acdw.net/stella-bed.jpeg" >
<figcaption>Stella loves to lounge and relax.</figcaption>
</figure>
<figure>
<img src="https://dogs.acdw.net/stella-on-run.jpeg" >
<figcaption>But she also loves a good strenuous run.</figcaption>
</figure>
<p>
Stella is our foster-fail.
We got her about three years ago and she is three and a half.
She really likes to run and jump and run some more.
She also likes playing, trying to eat the water hose,
being kind of a jerk to her big sister,
lots and lots of pets, and she gives the sweetest little kisses
ever. She dislikes strangers (though she's getting better!),
the vacuum cleaner, weird balloons, people walking on the porch,
and squirrels -- or she wants to eat those. Could be either one.
</p>
<figure>
<img alt="Stella looking up and to the left."
src="stella-attention.jpg"/>
<figcaption>Stella pays attention</figcaption>
</figure>
<figure>
<img alt="Stella sleeping on a blue and yellow blanket."
src="stella-blanket-sleep.jpg"/>
<figcaption>Stella sleeps</figcaption>
</figure>
<figure>
<img alt="Stella sleeping, tongue out, on a couch."
src="stella-blep-out.jpg"/>
<figcaption>Stella's tongue is too big for her mouth.</figcaption>
</figure>
<figure>
<img alt="Closeup of Stella under her jaw."
src="stella-closeup-neckfolds.jpg"/>
<figcaption>Stella has neck folds.</figcaption>
</figure>
<figure>
<img alt="Stella on the couch, feet out, asleep."
src="stella-couch-sleep-feet.jpg"/>
<figcaption>Stella sleeps like this.</figcaption>
</figure>
</section>
<section id="both">
<header><h1>More pictures of the both of them</h1></header>
<figure>
<img src="https://dogs.acdw.net/both-gate.jpg">
<figcaption>
Stella and Stormy greet me when I come home,
if the door's open (or, for that matter, if it isn't).
</figcaption>
</figure>
<figure>
<img src="https://dogs.acdw.net/both-albumcover.jpg">
<figcaption>
Here's the cover to their forthcoming debut album.
</figcaption>
</figure>
</section>
<section id="sheep">
<header>
<h1>May-Bell</h1>
</header>
<figure>
<img src="https://dogs.acdw.net/may-bell.jpg">
<figcaption>
Our sweet soft girl. Stormy has competition.
</figcaption>
</figure>
<p>
May-Bell is a sheep given us by our good friend,
<a href="https://tomasino.is/sheep">tomasino</a>.
She's soft and fluffy and a sweetie.
</p>
</section>

36
L
View File

@ -1,23 +1,23 @@
<!DOCTYPE html>
<head>
<meta charset=utf-8>
<title>$(T $F)</title>
<link rel=stylesheet type=text/css href=S/acdw.css>
<meta charset=utf-8>
<title>$(T $F)</title>
<link rel=stylesheet type=text/css href=S/acdw.css>
</head>
<body>
<header>
$(Nav I/index.html I/*)
</header>
<main>
<h1>$(T $F)</h1>
$(sed 1d $F|awk -vRS= -fR|X)
<div id=main-last-child>
<!--hi mom!-->
</div>
</main>
<footer>
<span class=phi>&copy; 2017&ndash;$(date +%Y) Case Duckworth</span>
$(Nav - I/.??*)
<a href="${ROOT}/.atom.xml">feed</a>
</footer>
<header>
$(Nav I/index.html I/*)
</header>
<main>
<h1 class="pagetitle">$(T $F)</h1>
$(sed 1d $F|awk -vRS= -fR|X)
<div id=main-last-child>
<!--hi mom!-->
</div>
</main>
<footer>
<span class=phi>&copy; 2017&ndash;$(date +%Y) Case Duckworth</span>
$(Nav - I/.??*)
<a href="${ROOT}/.atom.xml">feed</a>
</footer>
</body>

View File

@ -28,10 +28,10 @@ main > :last-child::after {
background: white;
}
header{ top:0; }
footer{ bottom: 0; }
body>header{ top:0; }
body>footer{ bottom: 0; }
header,footer{
body>header,body>footer{
font:80% monospace;
background:#333;
color:white;
@ -40,15 +40,15 @@ header,footer{
left: 0; right: 0;
}
header a,footer a,.phi {
body>header a,body>footer a,.phi {
color:inherit;
text-decoration:none;
margin:0;
padding:2px;
}
header a.current,footer a.current,
header a:hover,footer a:hover{
body>header a.current,body>footer a.current,
body>header a:hover,body>footer a:hover {
color:#333;
background:white;
}