summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2019-09-14 16:03:40 -0500
committerBlaise Thompson <blaise@untzag.com>2019-09-14 16:03:40 -0500
commit1aaadf15d5fedc8d8f3b6cdbadf09ac8c8d5dbea (patch)
tree3a41d3dc9a1eff78d9dc89369ebf2b77436a781d /public
parent9cdb80bda84a942b7e416ce3f3a8f7c3ebbd4ef4 (diff)
refactor
Diffstat (limited to 'public')
-rw-r--r--public/ThompsonNancyJean.html28
-rw-r--r--public/ThompsonNancyJean/child.jpgbin0 -> 2298783 bytes
-rw-r--r--public/ThompsonNancyJean/home-owner.jpgbin0 -> 1751131 bytes
-rw-r--r--public/college-for-kids.html23
-rw-r--r--public/college-for-kids/blaise.pngbin0 -> 7338562 bytes
-rw-r--r--public/index.html43
-rw-r--r--public/style.css32
-rw-r--r--public/template.html15
-rw-r--r--public/untzag.html187
-rw-r--r--public/untzag/basket.pngbin0 -> 53279 bytes
-rw-r--r--public/untzag/bates.jpgbin0 -> 37910 bytes
-rw-r--r--public/untzag/bed.pngbin0 -> 115141 bytes
-rw-r--r--public/untzag/bufano1.pngbin0 -> 67651 bytes
-rw-r--r--public/untzag/bufano2.pngbin0 -> 59115 bytes
-rw-r--r--public/untzag/goodbye.jpgbin0 -> 889262 bytes
-rw-r--r--public/untzag/graduation.pngbin0 -> 72108 bytes
-rw-r--r--public/untzag/grass.pngbin0 -> 219419 bytes
-rw-r--r--public/untzag/lap.pngbin0 -> 126107 bytes
-rw-r--r--public/untzag/shelf.pngbin0 -> 103789 bytes
-rw-r--r--public/vehrzheen.html307
-rw-r--r--public/vehrzheen/2004.pngbin0 -> 423510 bytes
-rw-r--r--public/vehrzheen/betty.pngbin0 -> 1161129 bytes
-rw-r--r--public/vehrzheen/david-lap.pngbin0 -> 485397 bytes
-rw-r--r--public/vehrzheen/final1.pngbin0 -> 1418298 bytes
-rw-r--r--public/vehrzheen/final2.jpgbin0 -> 256381 bytes
-rw-r--r--public/vehrzheen/final3.pngbin0 -> 149991 bytes
-rw-r--r--public/vehrzheen/final4.pngbin0 -> 336496 bytes
-rw-r--r--public/vehrzheen/madison1.pngbin0 -> 503904 bytes
-rw-r--r--public/vehrzheen/madison2.pngbin0 -> 494525 bytes
-rw-r--r--public/vehrzheen/nancy1.pngbin0 -> 1334412 bytes
-rw-r--r--public/vehrzheen/nancy2.pngbin0 -> 1285062 bytes
-rw-r--r--public/vehrzheen/nancy3.pngbin0 -> 1201825 bytes
-rw-r--r--public/vehrzheen/nicolet1.pngbin0 -> 875866 bytes
-rw-r--r--public/vehrzheen/nicolet2.pngbin0 -> 290293 bytes
-rw-r--r--public/vehrzheen/puppy-toy.pngbin0 -> 1315791 bytes
-rw-r--r--public/vehrzheen/puppy.pngbin0 -> 1215267 bytes
-rw-r--r--public/vehrzheen/resting1.JPGbin0 -> 2939694 bytes
-rw-r--r--public/vehrzheen/resting2.JPGbin0 -> 4054707 bytes
-rw-r--r--public/vehrzheen/resting3.JPGbin0 -> 4077979 bytes
-rw-r--r--public/vehrzheen/resting4.JPGbin0 -> 4046855 bytes
-rw-r--r--public/vehrzheen/towanda1.pngbin0 -> 1153955 bytes
-rw-r--r--public/vehrzheen/towanda2.pngbin0 -> 1363422 bytes
-rw-r--r--public/vehrzheen/towanda3.pngbin0 -> 1371345 bytes
-rw-r--r--public/vehrzheen/towanda4.pngbin0 -> 825343 bytes
-rw-r--r--public/vehrzheen/towanda5.pngbin0 -> 616903 bytes
45 files changed, 635 insertions, 0 deletions
diff --git a/public/ThompsonNancyJean.html b/public/ThompsonNancyJean.html
new file mode 100644
index 0000000..040636c
--- /dev/null
+++ b/public/ThompsonNancyJean.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>Nancy Jean Thompson</title>
+ <link rel="stylesheet" href="style.css">
+</head>
+<body>
+
+<h1>Nancy Jean Thompson</h1>
+
+This memory encompasses the life of my mother, Nancy Jean Thompson.
+
+<img src="ThompsonNancyJean/child.jpg"
+ alt="Nancy as a child."
+ width="100%">
+Nancy as a Child.
+
+<img src="ThompsonNancyJean/home-owner.jpg"
+ alt="Nancy as a new home owner."
+ width="100%">
+Nancy as a new home owner.
+One year after moving to Iowa City, in the front yard of 827.
+
+
+</body>
+</html>
diff --git a/public/ThompsonNancyJean/child.jpg b/public/ThompsonNancyJean/child.jpg
new file mode 100644
index 0000000..f2074be
--- /dev/null
+++ b/public/ThompsonNancyJean/child.jpg
Binary files differ
diff --git a/public/ThompsonNancyJean/home-owner.jpg b/public/ThompsonNancyJean/home-owner.jpg
new file mode 100644
index 0000000..c7db0b9
--- /dev/null
+++ b/public/ThompsonNancyJean/home-owner.jpg
Binary files differ
diff --git a/public/college-for-kids.html b/public/college-for-kids.html
new file mode 100644
index 0000000..c14347a
--- /dev/null
+++ b/public/college-for-kids.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>college for kids</title>
+ <link rel="stylesheet" href="style.css">
+</head>
+<body>
+
+<h1>college for kids</h1>
+
+I took college for kids one year...
+
+<img src="college-for-kids/blaise.png"
+ alt="Blaise at college for kids"
+ width="100%">
+Blaise at college for kids.
+
+
+
+</body>
+</html>
diff --git a/public/college-for-kids/blaise.png b/public/college-for-kids/blaise.png
new file mode 100644
index 0000000..3537a16
--- /dev/null
+++ b/public/college-for-kids/blaise.png
Binary files differ
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..2269a59
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,43 @@
+<!DOCTYPE html>
+<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>memories.blaise.zone</title>
+ <link rel="stylesheet" href="style.css">
+</head>
+<body>
+ <h1>memories.blaise.zone</h1>
+ Welcome to my public memories! <br>
+ These are organized in reverse chronological order. <br>
+ Thanks for stopping by! —Blaise <br>
+ <br>
+ <table style="width:100%">
+ <tr>
+ <th>start</th>
+ <th>end</th>
+ <th>memory</th>
+ </tr>
+ <tr>
+ <td>1999-06-13</td>
+ <td>2015-06-27</td>
+ <td><a href="vehrzheen.html">Vehrzheen</a></td>
+ </tr>
+ <tr>
+ <td>2004-09-13</td>
+ <td>2014-10-21</td>
+ <td><a href="untzag.html">Untzag</a></td>
+ </tr>
+ <tr>
+ <td>2000</td>
+ <td>2000</td>
+ <td><a href="college-for-kids.html">college for kids</a></td>
+ </tr>
+ <tr>
+ <td>1943-12-25</td>
+ <td></td>
+ <td><a href="ThompsonNancyJean.html">Nancy Jean Thompson</a></td>
+ </tr>
+ </table>
+</body>
+</html>
diff --git a/public/style.css b/public/style.css
new file mode 100644
index 0000000..c0fb979
--- /dev/null
+++ b/public/style.css
@@ -0,0 +1,32 @@
+a {
+ text-decoration: none;
+ color: #81a2be;
+}
+
+body {
+ font-family: sans-serif;
+ margin: 40px auto;
+ max-width: 650px;
+ line-height: 1.6;
+ font-size: 16px;
+ background-color: #1d1f21;
+ color: #c5c8c6;
+ padding: 0 10px;
+ text-align: left;
+}
+
+table, th, td {
+ border: 1px solid #969896;
+ border-collapse: collapse;
+}
+
+th, td {
+ padding: 5px;
+}
+
+.center {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ width: 50%;
+}
diff --git a/public/template.html b/public/template.html
new file mode 100644
index 0000000..a0ede0e
--- /dev/null
+++ b/public/template.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>TITLE</title>
+ <link rel="stylesheet" href="style.css">
+</head>
+<body>
+
+<h1>TITLE</h1>
+
+
+</body>
+</html>
diff --git a/public/untzag.html b/public/untzag.html
new file mode 100644
index 0000000..528d2d0
--- /dev/null
+++ b/public/untzag.html
@@ -0,0 +1,187 @@
+<!DOCTYPE html>
+<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>Untzag</title>
+ <link rel="stylesheet" href="style.css">
+</head>
+<body>
+
+<h1>Untzag Thompson</h1>
+
+<p>
+In Fall 2004 we saw a notice about a local family who were giving away kittens at our vet’s office.
+So we drove to their rural home in West Branch and picked one out (2004-09-13).
+Blaise picked out Untzag.
+They also had large dogs who helped care for the kittens so she was never afraid of dogs.
+On the way home, she rode free in the back seat and seemed to really want to see out the window.
+Blaise gave her the name Untzag which means little tiger in Armenian.
+Our list of options were: Zoulal (pure), Ardashes (joy), Zora (small), Giliga (small), Untzag (tiger), Hoky (spirt), Azadouhi (free), and Aghaton (good).
+Folks always liked her name.
+</p>
+
+<img src="untzag/shelf.png"
+ alt="Untzag sitting on a wooden shelf."
+ width="100%">
+Untzag sitting on a wooden shelf, her first day at 827 Brown. <br>
+<br>
+
+<img src="untzag/grass.png"
+ alt="Untzag in the grass."
+ width="100%">
+Untzag outside, her first day at 827 Brown. <br>
+
+<p>
+Early in her life a twig got in her eye area.
+Blaise discovered it and we immediately took her to the vet where it was taken care of.
+Other than that, she physically fit all her life.
+She could jump up onto Blaise’s sleigh bed, or onto the pile of clean towels in the bathroom open storage area.
+She also like to get onto the garage roof and come into the house via the deck door.
+She would sit on the East wall of the deck, which is quite narrow, with seemingly no fear of heights
+</p>
+
+<p>
+We tried to keep her in our yard so she wouldn’t bother our neighbor Dorothy and to protect her from traffic on Governor, but she could not be contained.
+One reason we did not have her wear a collar is because we thought it might be dangerous to her if she got caught on a fence she was climbing on in some unknown place.
+</p>
+
+<p>
+Her first Thanksgiving we took her on a walk on the Mormon Trek trail and saw that she was a good little hiker.
+She wanted to keep up with Vehrzheen.
+We periodically included her on walks in the woods during which she wore a harness and leash.
+</p>
+
+<p>
+At one point we snuck her into the Mercer swim area so Blaise’s swim team members could enjoy her as a kitten.
+</p>
+
+<p>
+Sometime after Betty died Nancy inherited the sculpture by Bufano.
+We took a good photo of her sitting by the cat mold.
+By her posture she seemed to be telling us that she was more precious than any sculptor’s model.
+</p>
+
+<img src="untzag/bufano1.png"
+ alt="Untzag next to Bufano sculpture."
+ width="100%">
+
+<img src="untzag/bufano2.png"
+ alt="Untzag next to Bufano sculpture."
+ width="100%">
+
+<p>
+When she was little she used to like to hide by the day lilies in the front and jump out at by-passers.
+She would also lie down on the sidewalk and let some strangers pet her on her tummy.
+She felt free to enjoy the park across the street and the neighbors in 815 Brown.
+She liked to be on their porch and recently she even felt free to enjoy their nice clean new cars.
+If a window or door was open she felt free to go inside
+</p>
+
+<p>
+In 2006 she went to the shelter because the pound was picking up our neighbor cat (Slim) for being outside without supervision.
+We think Untzag was trying to protect Slim from being taken.
+There were several cats which looked like Untzag at the pound but she was the only one with a tail which had a white tip.
+</p>
+
+<p>
+At one point when Nancy was sick Untzag put her nose on Nancy's feet as she was retching over the toilet bowl.
+Once when Nancy made a trip to the Mercy ER in the night for what we thought was a heart attack she was so happy to see that Untzag was waiting (about a 3 hr wait) on the steps of a home on Lucas so that we could walk home together.
+Sometimes when someone was not feeling well she could just come and share body warmth and closeness.
+She would also knead your body with her front legs.
+</p>
+
+<p>
+Untzag liked to keep David company at the computer by sitting on his lap.
+Sometimes he played videos of birds for her on the computer.
+Even though he called her a pest and tired of the fact that she brought in fleas, she knew he has a heart of gold and a nice warm lap.
+</p>
+
+<img src="untzag/lap.png"
+ alt="Untzag sitting on David's lap."
+ width="100%">
+
+<p>
+She was not good about having puzzles laying around in an unfinished state.
+She liked to mess up the pieces or even take them apart.
+</p>
+
+<p>
+Untzag was featured in Blaise's High School graduation photo!
+</p>
+
+<img src="untzag/graduation.png"
+ alt="Blaise's graduation photo."
+ width="50%"
+ class="center">
+
+<p>
+Untzag was always very welcoming of other animals.
+She played with the Vislas for whom we provided foster care.
+Recently we rescued a cockatiel from the park, whom she tolerated as well.
+She also always wanted to be friends with Vehrzheen even though Vehrzheen thought of her as prey.
+Sometimes Nancy would give Untzag three small treats and she would eat only one or two, leaving the remainder for Vehrzheen.
+Even while Vehrzheen was failing fast, Untzag spent time with her to comfort her.
+Our most recent photo of Untzag was taken 2014-10-14, a day when Untzag spent many hours next to Vehrzheen on the bed.
+</p>
+
+<img src="untzag/bed.png"
+ alt="Untzag and Vehrzheen on David's bed."
+ width="100%">
+
+<p>
+She did hunt birds and baby rabbits.
+She did not care for rabbit eyeballs as she would lay them by the partially eaten body somewhere where we could admire her hunting success.
+She also used to bring mice and chipmunks into the house to “play” with.
+I think she also had some dealings with snakes.
+Blaise remembers one time when Untzag left a living snake in his backpack.
+</p>
+
+<p>
+Untzag was not much for games.
+However she did enjoy chasing the small item at the end of the child’s fishing pole which David thought of.
+She cooked up a game of her own to play with me when Nancy was in the bathtub.
+If Nancy had her comb on the edge of the tub, she would like to bat it into the tub from the outside of the tub.
+Nancy's task was to replace it on the edge and move it slowly so that she could bat it down again.
+Neither of us were supposed to see the other.
+</p>
+
+<p>
+Untzag travelled with us on many trips – Wisconsin, Maine, the Southern tip of LA, etc. However she did not like not being able to go outside at nights.
+Once, in WI, we thought we had lost her as she had escaped from the Kozeluh’s home.
+Since it was our last day of vacation, we thought we would have to leave for IA without her, and asked neighbors to watch for her.
+However, just before we had to leave, we found her in the surrounding vegetation.
+On some trips to WI she shopped at Foster and Smith which welcomes pet as well as human shoppers.
+</p>
+
+
+<img src="untzag/bates.jpg"
+ alt="Untzag at bates."
+ width="50%"
+ class="center">
+Untzag at Bates.
+
+<p>
+The last time that Blaise saw Untzag was a visit from Graduate School, 2014-09-08.
+Untzag was kind enough to "say goodbye" as Blaise got in the car.
+</p>
+
+<img src="untzag/goodbye.jpg"
+ alt="Untzag in the driveway."
+ width="100%">
+
+<p>
+2014-10-21 21:45, Untzag was struck by car on Governor.
+Despite efforts by Nancy, we never got to recover her body.
+</p>
+
+<p>
+Rest in peace, Untzag.
+</p>
+
+<img src="untzag/basket.png"
+ alt="Untzag sleeping in her basket."
+ width="100%">
+
+<body>
+</html>
diff --git a/public/untzag/basket.png b/public/untzag/basket.png
new file mode 100644
index 0000000..505b89a
--- /dev/null
+++ b/public/untzag/basket.png
Binary files differ
diff --git a/public/untzag/bates.jpg b/public/untzag/bates.jpg
new file mode 100644
index 0000000..0afda28
--- /dev/null
+++ b/public/untzag/bates.jpg
Binary files differ
diff --git a/public/untzag/bed.png b/public/untzag/bed.png
new file mode 100644
index 0000000..3fd6604
--- /dev/null
+++ b/public/untzag/bed.png
Binary files differ
diff --git a/public/untzag/bufano1.png b/public/untzag/bufano1.png
new file mode 100644
index 0000000..41cddce
--- /dev/null
+++ b/public/untzag/bufano1.png
Binary files differ
diff --git a/public/untzag/bufano2.png b/public/untzag/bufano2.png
new file mode 100644
index 0000000..ccf23d5
--- /dev/null
+++ b/public/untzag/bufano2.png
Binary files differ
diff --git a/public/untzag/goodbye.jpg b/public/untzag/goodbye.jpg
new file mode 100644
index 0000000..e1b80c9
--- /dev/null
+++ b/public/untzag/goodbye.jpg
Binary files differ
diff --git a/public/untzag/graduation.png b/public/untzag/graduation.png
new file mode 100644
index 0000000..bbe78e0
--- /dev/null
+++ b/public/untzag/graduation.png
Binary files differ
diff --git a/public/untzag/grass.png b/public/untzag/grass.png
new file mode 100644
index 0000000..4d0650b
--- /dev/null
+++ b/public/untzag/grass.png
Binary files differ
diff --git a/public/untzag/lap.png b/public/untzag/lap.png
new file mode 100644
index 0000000..a1a75f6
--- /dev/null
+++ b/public/untzag/lap.png
Binary files differ
diff --git a/public/untzag/shelf.png b/public/untzag/shelf.png
new file mode 100644
index 0000000..f6ce501
--- /dev/null
+++ b/public/untzag/shelf.png
Binary files differ
diff --git a/public/vehrzheen.html b/public/vehrzheen.html
new file mode 100644
index 0000000..b10f704
--- /dev/null
+++ b/public/vehrzheen.html
@@ -0,0 +1,307 @@
+<!DOCTYPE html>
+<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>Vehrzheen</title>
+ <link rel="stylesheet" href="style.css">
+</head>
+<body>
+
+<h1>Vehrzheen Thompson</h1>
+
+<hr>
+
+<h2>birth and childhood</h2>
+
+<p>
+Vehrzheen’s story began in March 1999 when dear Ani died.
+We knew we wanted another dog to be company for Nancy and Dazzy.
+Vehrzheen was born June 13, 1999 (litter 46262) with three brothers and two other sisters.
+Her maternal grandfather had been special among English setter fans.
+His name was Bozemanns Mosley- he dominated competitions in 1996.
+According the “The American Field” (July 4) this dog was described as follows - moves with controlled swiftness, gait is fluid and lofty, an attractiveness that is hard to turn from, an almost iridescent whiteness.
+He had the knack given to some to pop out of nowhere to show on a long frontal cast… there was none that approached his excellence, none who doubted his superiority.
+He received the first Herman Smith Setter Derby Award and he won runner up on the Border International Chicken Championship.
+He was listed in the Hall of Fame in 1996.
+Vehrzheen’s father (I’m Chip 1488385) was the son of her mother (Doc’s Charging Cricket 1465980).
+Both the father and mother were owned by the CL Peterson’s who lived in Davenport (1103 Garfield Ct) and were selling the puppies for $100.00 each.
+We brought her to our home in Iowa City on Sept 4.
+</p>
+
+<img src="vehrzheen/david-lap.png"
+ alt="Vehrzheen sitting on David's lap."
+ width="75%"
+ class="center">
+Vehrzheen as a puppy, in David's lap. <br>
+<br>
+
+<img src="vehrzheen/puppy.png"
+ alt="Vehrzheen as a puppy, on her bed."
+ width="100%">
+Vehrzheen as a puppy, on her bed. <br>
+<br>
+
+<img src="vehrzheen/puppy-toy.png"
+ alt="Vehrzheen as a puppy, with her toy."
+ width="100%">
+Vehrzheen as a puppy, with her toy. <br>
+
+<p>
+2001-09-10.
+Blaise broke his arm while jogging with Vehrzheen.
+He reported that Vehrzheen decided to stop and say hello to some other dogs but that he did not anticipate this.
+So he fell and hit his right arm such that it broke.
+We spent that evening at Mercy’s ER and all stayed home the next day, which was the infamous 9/11.
+</p>
+
+<p>
+2001-12.
+In December we took a trip to California to surprise Betty.
+Both Dazzy and Vehrzheen went with us.
+All humans and Vehrzheen observed and appreciated shooting stars in Wyoming.
+Another nap was in order by the time we reached central Wyoming.
+Vehrzheen had a hard time settling down because the rest stop must have had wild animals.
+On 2001-12-25 during the day we took a walk during which Vehrzheen spotted a pheasant.
+</p>
+
+<img src="vehrzheen/betty.png"
+ alt=""
+ width="100%">
+Vehrzheen and Betty in California. <br>
+
+<hr>
+<h2>Towanda</h2>
+
+<p>
+2002-08-03 through 2002-08-12 we vacationed at Towanda with both Vehrzheen and Dazzy.
+</p>
+
+<img src="vehrzheen/towanda1.png"
+ alt=""
+ width="75%"
+ class="center">
+Vehrzheen, Dazzy and Blaise in Towanda. <br>
+<br>
+
+<img src="vehrzheen/towanda2.png"
+ alt=""
+ width="75%"
+ class="center">
+<br>
+
+<img src="vehrzheen/towanda3.png"
+ alt=""
+ width="75%"
+ class="center">
+<br>
+
+<img src="vehrzheen/towanda4.png"
+ alt=""
+ width="100%">
+Vehrzheen and Blaise snuggling in Towanda. <br>
+<br>
+
+<img src="vehrzheen/towanda5.png"
+ alt=""
+ width="100%">
+Vehrzheen swimmming in Towanda. <br>
+
+<hr>
+<h2>2004</h2>
+
+<p>
+For our vacation in 2004 we left Verhzheen at home under the care of our neighbors- Matt and Sarah.
+While they took good care of her, she had damaged her tail by wagging it too much.
+The basement walls were blood stained.
+</p>
+
+<img src="vehrzheen/2004.png"
+ alt=""
+ width="100%">
+A family photo taken just before leaving on our 2004 vacation.
+
+<hr>
+<h2>Vehrzheen and Nancy</h2>
+
+<p>
+Many times Nancy could come home from work exhausted.
+Both Untzag and Vehrzheen would snuggle with Nancy as she zoned out.
+</p>
+
+<img src="vehrzheen/nancy1.png"
+ alt=""
+ width="100%">
+
+<img src="vehrzheen/nancy2.png"
+ alt=""
+ width="100%">
+
+<p>
+Nancy and Vehrzheen enjoyed many walks and adventures together.
+Here they are in front of the famous American Gothic homestead.
+<p>
+
+<img src="vehrzheen/nancy3.png"
+ alt=""
+ width="100%">
+
+<hr>
+<h2>Madison</h2>
+
+<p>
+Vehrzheen also visited Blaise in Madison several times.
+</p>
+
+<img src="vehrzheen/madison1.png"
+ alt=""
+ width="100%">
+Vehrzheen, Nancy, and David walking on a frozen lake Mendota. <br>
+<br>
+
+<img src="vehrzheen/madison2.png"
+ alt=""
+ width="100%">
+Vehrzheen sleeping on the couch in Blaise's lake street apartment. <br>
+
+<hr>
+<h2>Nicolet National Forest</h2>
+
+<p>
+The family hiked the a loop in the Nicolet National Forest by Eagle River in WI.
+By the morning not only the tent but also the sleeping bags and some of our clothes were pretty wet.
+David got a fire going and Vehrzheen was arranged on a tarp wearing one of David’s shirts.
+We got into dry clothes, had a waterless breakfast and headed out at around 7:45.
+How far should we hike?
+Were there contingency options if it rained again or if the hike was too much for Vehrzheen?
+</p>
+
+<img src="vehrzheen/nicolet1.png"
+ alt=""
+ width="100%">
+
+<img src="vehrzheen/nicolet2.png"
+ alt=""
+ width="100%">
+
+<hr>
+<h2>death</h2>
+
+<p>
+During the final months Vehrzheen and Nancy spent quite a bit of time together.
+One “hangout” was the sofa in the basement.
+We would create a creature sandwich.
+Sleeping bag number one, then Nancy, then Vehrzheen, then hot towels and the second sleeping bag.
+Very nice for two old ladies.
+The other hangout was Nancy's bed.
+Nancy would hop up and then David would bring Vehrzheen.
+Vehrzheen and Nancy would sleep next to each-other.
+David would retrieve Vehrzheen when he was ready to retire.
+</p>
+
+<p>
+The following are our last photos of Vehrzheen.
+</p>
+
+<img src="vehrzheen/final1.png"
+ alt=""
+ width="100%">
+
+<img src="vehrzheen/final2.jpg"
+ alt=""
+ width="100%">
+
+<img src="vehrzheen/final3.png"
+ alt=""
+ width="100%">
+
+<img src="vehrzheen/final4.png"
+ alt=""
+ width="100%">
+
+<p>
+2015-06-26.
+When Nancy came home from work on Friday June 26, David said he had made an appointment to euthanize Vehrzheen on Saturday but that he was not sure he would keep it.
+We took her on a walk to deliver a cabbage dish to Miehsa’s family.
+Vehrzheen went in the wagon but did walk a little at Miehsa’s.
+David took a bath with her and I helped dry her and keep her warm until it was time to go to bed.
+She lay on my body while we watched a movie called Iris.
+</p>
+
+<p>
+2015-06-27.
+Saturday morning David semi force fed her an entire can of the special dog food we got from Bright Eyes and Bushy Tails.
+However we were worried that this would trigger diarrhea and vomiting.
+Stools did not look good.
+For awhile Nancy put her on the wagon so that she could be in a pleasant spot outside while I did a little yard work.
+She looked so peaceful.
+David took her across the street for a little walk in Happy Hollow, but she was not able to walk.
+Again we had to think about talk about the decision.
+Finally David concluded that she was not going to get any better than the state of health she was in at that time.
+So we set our faces toward Solon.
+Nancy sat in the back seat to stroke her and talked to Vehrzheen.
+She reminded Vehrzheen that God had a plan for her getting to heaven so we could be together again.
+</p>
+
+<p>
+Arrived at the scheduled time- 11:30.
+We took Vehrzheen to the grass on the north side of Davis’ clinic and after a few steps she lay down on her side.
+While we waited David sat so that his body shielded her eyes from the sun.
+We asked if they could inject her outside on the lawn which they did.
+The injection was made and she stopped breathing immediately.
+The heart did not stop for a minute or two.
+David wrapped her in one of our black towels with the name Blaise embroidered on it.
+Nancy saved some of her fur which had been shaved off for the injection and her collar.
+Then we took her limp body to a business which cremates the bodies of dead pets.
+The cremation intake place was also in Solon.
+The man seemed quite decent.
+David wanted to be close to her body when it was cremated but the man said that was not allowed.
+We put her body in the back of this man’s truck on top of the bodies of several other dogs.
+The paperwork included having her name, which led to the explanation for it.
+The ashes of her body ready on the following Monday.
+By 12:56 David and Nacny were home without any dog or cat to be part of their lives.
+She was 17 years old and supported Nancy for all but 2 days of the last part of my UI career.
+David spent most of the day in the barn working on a machine part and I spent much time picking up towels, bowls, pillows etc. which had been use by our dear friend Vehrzheen.
+</p>
+
+<p>
+David and Nancy took a walk in Hickory Hill shortly after our loss.
+David thought that, over time, Vehzrheen may have walked in that park at least 5000 times.
+We remembered that she could out run most other dogs until she was well into her adult years.
+</p>
+
+<p>
+On July 6 we scattered her ashes at Lake Towanda, about 13 years after a previous trip to this place in 2002 where we felt she enjoyed herself thoroughly.
+It had been raining all day.
+But after dinner it was cool but not too windy or rainy.
+So the three of us got in the canoe and paddled around the lake taking Vehrzheen’s ashes with us.
+We spotted a loon in one of the far corners and got quite close to it.
+Vehrzheen would have so enjoyed that canoe ride.
+Blaise took photographs.
+We scattered some ashes in the middle of the lake but in line with the Kozeluh dock and then Blaise scattered the rest in the area to the left of the dock where he and Vehrzheen used to play with frogs.
+He remembered that Goldie just like to watch them.
+He liked to catch and release them but Vehrzheen liked to catch and keep them.
+</p>
+
+<img src="vehrzheen/resting4.JPG"
+ alt=""
+ width="100%">
+
+<img src="vehrzheen/resting1.JPG"
+ alt=""
+ width="100%">
+
+<img src="vehrzheen/resting2.JPG"
+ alt=""
+ width="100%">
+
+<img src="vehrzheen/resting3.JPG"
+ alt=""
+ width="100%">
+Vehrzheen's final resting place, in the reeds. <br>
+<br>
+
+Rest in peace, Vehrzheen.
+
+</body>
+</html>
diff --git a/public/vehrzheen/2004.png b/public/vehrzheen/2004.png
new file mode 100644
index 0000000..902c5b1
--- /dev/null
+++ b/public/vehrzheen/2004.png
Binary files differ
diff --git a/public/vehrzheen/betty.png b/public/vehrzheen/betty.png
new file mode 100644
index 0000000..e50897f
--- /dev/null
+++ b/public/vehrzheen/betty.png
Binary files differ
diff --git a/public/vehrzheen/david-lap.png b/public/vehrzheen/david-lap.png
new file mode 100644
index 0000000..d277d9d
--- /dev/null
+++ b/public/vehrzheen/david-lap.png
Binary files differ
diff --git a/public/vehrzheen/final1.png b/public/vehrzheen/final1.png
new file mode 100644
index 0000000..975b4fa
--- /dev/null
+++ b/public/vehrzheen/final1.png
Binary files differ
diff --git a/public/vehrzheen/final2.jpg b/public/vehrzheen/final2.jpg
new file mode 100644
index 0000000..de2e5d8
--- /dev/null
+++ b/public/vehrzheen/final2.jpg
Binary files differ
diff --git a/public/vehrzheen/final3.png b/public/vehrzheen/final3.png
new file mode 100644
index 0000000..2cbed90
--- /dev/null
+++ b/public/vehrzheen/final3.png
Binary files differ
diff --git a/public/vehrzheen/final4.png b/public/vehrzheen/final4.png
new file mode 100644
index 0000000..818593f
--- /dev/null
+++ b/public/vehrzheen/final4.png
Binary files differ
diff --git a/public/vehrzheen/madison1.png b/public/vehrzheen/madison1.png
new file mode 100644
index 0000000..1d31859
--- /dev/null
+++ b/public/vehrzheen/madison1.png
Binary files differ
diff --git a/public/vehrzheen/madison2.png b/public/vehrzheen/madison2.png
new file mode 100644
index 0000000..df75392
--- /dev/null
+++ b/public/vehrzheen/madison2.png
Binary files differ
diff --git a/public/vehrzheen/nancy1.png b/public/vehrzheen/nancy1.png
new file mode 100644
index 0000000..fea0490
--- /dev/null
+++ b/public/vehrzheen/nancy1.png
Binary files differ
diff --git a/public/vehrzheen/nancy2.png b/public/vehrzheen/nancy2.png
new file mode 100644
index 0000000..309acb2
--- /dev/null
+++ b/public/vehrzheen/nancy2.png
Binary files differ
diff --git a/public/vehrzheen/nancy3.png b/public/vehrzheen/nancy3.png
new file mode 100644
index 0000000..3c267f5
--- /dev/null
+++ b/public/vehrzheen/nancy3.png
Binary files differ
diff --git a/public/vehrzheen/nicolet1.png b/public/vehrzheen/nicolet1.png
new file mode 100644
index 0000000..0d785ba
--- /dev/null
+++ b/public/vehrzheen/nicolet1.png
Binary files differ
diff --git a/public/vehrzheen/nicolet2.png b/public/vehrzheen/nicolet2.png
new file mode 100644
index 0000000..767ed19
--- /dev/null
+++ b/public/vehrzheen/nicolet2.png
Binary files differ
diff --git a/public/vehrzheen/puppy-toy.png b/public/vehrzheen/puppy-toy.png
new file mode 100644
index 0000000..7acc2ae
--- /dev/null
+++ b/public/vehrzheen/puppy-toy.png
Binary files differ
diff --git a/public/vehrzheen/puppy.png b/public/vehrzheen/puppy.png
new file mode 100644
index 0000000..0882388
--- /dev/null
+++ b/public/vehrzheen/puppy.png
Binary files differ
diff --git a/public/vehrzheen/resting1.JPG b/public/vehrzheen/resting1.JPG
new file mode 100644
index 0000000..1c4062b
--- /dev/null
+++ b/public/vehrzheen/resting1.JPG
Binary files differ
diff --git a/public/vehrzheen/resting2.JPG b/public/vehrzheen/resting2.JPG
new file mode 100644
index 0000000..80f33ad
--- /dev/null
+++ b/public/vehrzheen/resting2.JPG
Binary files differ
diff --git a/public/vehrzheen/resting3.JPG b/public/vehrzheen/resting3.JPG
new file mode 100644
index 0000000..f0ae5f7
--- /dev/null
+++ b/public/vehrzheen/resting3.JPG
Binary files differ
diff --git a/public/vehrzheen/resting4.JPG b/public/vehrzheen/resting4.JPG
new file mode 100644
index 0000000..7307056
--- /dev/null
+++ b/public/vehrzheen/resting4.JPG
Binary files differ
diff --git a/public/vehrzheen/towanda1.png b/public/vehrzheen/towanda1.png
new file mode 100644
index 0000000..72a9e87
--- /dev/null
+++ b/public/vehrzheen/towanda1.png
Binary files differ
diff --git a/public/vehrzheen/towanda2.png b/public/vehrzheen/towanda2.png
new file mode 100644
index 0000000..25eba0e
--- /dev/null
+++ b/public/vehrzheen/towanda2.png
Binary files differ
diff --git a/public/vehrzheen/towanda3.png b/public/vehrzheen/towanda3.png
new file mode 100644
index 0000000..e217c26
--- /dev/null
+++ b/public/vehrzheen/towanda3.png
Binary files differ
diff --git a/public/vehrzheen/towanda4.png b/public/vehrzheen/towanda4.png
new file mode 100644
index 0000000..03199ac
--- /dev/null
+++ b/public/vehrzheen/towanda4.png
Binary files differ
diff --git a/public/vehrzheen/towanda5.png b/public/vehrzheen/towanda5.png
new file mode 100644
index 0000000..8ca8e76
--- /dev/null
+++ b/public/vehrzheen/towanda5.png
Binary files differ