Import WordPress posts and migrate standalone content to Hugo
- Successfully imported 1731 WordPress posts to Hugo markdown format - Migrated 204+ images from archive to static directory - Copied standalone directories (curtain, farm, gobbler, house, images, party, revcemetery, railsday, birthday) - Fixed all internal links to use /legacy prefix for archived content - Remapped archive links to point to correct Hugo posts - Fixed Louisville Georgia Cemetery post rendering issue 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
77
static/legacy/weblog/house/floorplan.html
Normal file
77
static/legacy/weblog/house/floorplan.html
Normal file
@@ -0,0 +1,77 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>My House</title>
|
||||
<STYLE type="text/css">
|
||||
BODY { background: #d2b48c; color: black }
|
||||
TH { background: #EFB5F7; color: black }
|
||||
TD { background: #d2b48c; color: black }
|
||||
A { text-decoration:none }
|
||||
A:active { text-decoration:none }
|
||||
A:visited { text-decoration:none }
|
||||
A:hover { text-decoration:none }
|
||||
</STYLE>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<table border=0 border=0 cellpadding=0 cellspacing=0 align=center>
|
||||
<tr>
|
||||
<td colspan=3 align=center><font size=+2><b>
|
||||
The Floorplan
|
||||
</b></font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="UL.gif" align=center border=0></td>
|
||||
<th> </th>
|
||||
<td><img src="UR.gif" align=center border=0></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th><img src="floorplan.gif" align=center ISMAP USEMAP="#floorplan" spacing=0 padding=0 border=0></td>
|
||||
<th> </th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="BL.gif" align=center border=0></td>
|
||||
<th> </th>
|
||||
<td><img src="BR.gif" align=center border=0></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>
|
||||
I drew this freehand, but it came out pretty close. The cameras are clickable and will take you to the photo taken from that location.
|
||||
<br><br><center><a href="index.html">The Beginning</a><br><a href="floorplan.html">The Floorplan</a></center>
|
||||
</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<map name="floorplan">
|
||||
<area shape="rect" alt="Bath to Hobby" coords="395,95 430,135" href="bathtohobby.html">
|
||||
<area shape="rect" alt="Bath to Laundry" coords="360,50 390,75" href="bathtolaundry.html">
|
||||
<area shape="rect" alt="Bedroom to Living" coords="425,365 460,395" href="bedroomtoliving.html">
|
||||
<area shape="rect" alt="Dining to Kitchen" coords="230,95 265,120" href="diningtokitchen.html">
|
||||
<area shape="rect" alt="Dining to Laundry" coords="275,65 300,95" href="diningtolaundry.html">
|
||||
<area shape="rect" alt="Dining to Living" coords="275,165 305,200" href="diningtoliving.html">
|
||||
<area shape="rect" alt="Hobby to Bath" coords="400,140 425,170" href="hobbytobath.html">
|
||||
<area shape="rect" alt="Hobby to Dining" coords="360,175 390,200" href="hobbytodining.html">
|
||||
<area shape="rect" alt="Kitchen to Dining" coords="150,20 195,65" href="kitchentodining.html">
|
||||
<area shape="rect" alt="Kitchen to Living" coords="105,20 150,65" href="kitchentoliving.html">
|
||||
<area shape="rect" alt="Laundry to Bath" coords="310,50 340,75" href="laundrytobath.html">
|
||||
<area shape="rect" alt="Laundry to Dining" coords="280,20 305,50" href="laundrytodining.html">
|
||||
<area shape="rect" alt="Living to Dining (via the Kitchen)" coords="15,90 60,135" href="livingtoktodining.html">
|
||||
<area shape="rect" alt="Living to Kitchen" coords="15,140 60,185" href="livingtokitchen.html">
|
||||
<area shape="rect" alt="Fireplace" coords="110,190 140,225" href="livingfireplace.html">
|
||||
<area shape="rect" alt="The Television" coords="190,200 230,240" href="livingtv.html">
|
||||
<area shape="rect" alt="Across the Living Room" coords="265,285 305,315" href="living4.html">
|
||||
<area shape="rect" alt="The Front Door" coords="280,245 310,280" href="livingtodoor.html">
|
||||
<area shape="rect" alt="Living to Bedroom" coords="305,280 345,305" href="livingtobedroom.html">
|
||||
<area shape="rect" alt="Across the Living Room" coords="40,185 85,220" href="living2.html">
|
||||
<area shape="rect" alt="The Bathtub" coords="415,50 455,80" href="bath.html">
|
||||
<area shape="rect" alt="The Hobby Room" coords="405,170 440,205" href="hobby.html">
|
||||
<area shape="rect" alt="The Pantry" coords="215,120 260,165" href="pantry.html">
|
||||
</map>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user