saudade/sues_virtual_life/sues_virtual_life.html
2023-12-10 20:37:03 -08:00

141 lines
4.1 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- from source -->
<title>Sue's Virtual Life</title>
<link rel="shortcut icon" href="img/bs-icon.ico" />
<!-- -->
<link rel="stylesheet" href="/sues_virtual_life.css" />
<!-- saudade includes -->
<script src="/saudade.js" type="module"></script>
</head>
<body>
<!----------------------------------------------------------------- header ---->
<header>
<img src="/img/ban.gif" />
</header>
<!------------------------------------------------------------------- main ---->
<main>
<img
src="/img/homepic.gif"
alt="Left to Right: Wally, Thankies, Spike & Beanie"
/>
<p>
This site contains downloads of my own creation<br />
for the virtual life games Petz and Babyz<br />
Always refresh each page!
</p>
<img src="/img/divide.gif" />
<p>
<u>06.24.15: Special Bulletin:</u><br />
Hopefully re-opening in Fall 2015!
</p>
<img src="/img/divide.gif" />
<p><u>Installation</u></p>
<p>
<u>Petz</u><br />
.dog + .cat files p3+4: c:/program files/pf
magic/petz/resource/dog-cat<br />
same p5: c/program files/ubi soft/studio mythos/petz
5/resource/dog-cat<br />
.pet files: same/same/same/adopted petz<br />
.clo files: same/same/same/resource/clothes
</p>
<p>
<u>Babyz</u><br />
.baby files c/program files/mindscape/babyz/adopted babyz<br />
.clo files same/same/same/resource/clothes
</p>
<img src="/img/divide.gif" />
<p><u>Disclaimer</u></p>
<p>
This is a fan site only. The items on this web site all work in my
games.<br />
I am not responsible for problems you may have with your own games.<br />
You download and use these items at your own risk.
</p>
<img src="/img/divide.gif" />
<p><u>Contact</u></p>
<img src="/img/bs-avatar-a.gif" />
<p>
sue at boardwalkerz dot com<br />
(Replace at with @ and dot with .)<br />
Please contact about site issues only. Thanks. ;-)
</p>
<img src="/img/divide.gif" />
<br />
<img src="/img/beagle.gif" alt="Good dog, Dixie!" />
</main>
<!-------------------------------------------------------------------- nav ---->
<nav>
<div class="menu">
<div class="menu-title">Information</div>
<a href="/" class="menu-item">Home Page</a>
<a href="/past/" class="menu-item">Past Updates</a>
<a href="/links/" class="menu-item">Related Links</a>
</div>
<div class="menu">
<div class="menu-title">Downloads</div>
<a href="/catz/" class="menu-item">Catz Unibreedz</a>
<a href="/dogz/" class="menu-item">Dogz Unibreedz</a>
<a href="/other/" class="menu-item">Other Unibreedz</a>
<a href="/babyz/" class="menu-item">Babyz Adoption</a>
<a href="/archive/" class="menu-item">PB Archive</a>
</div>
<div class="sidebar-text">
<div class="sidebar-text-title">Newest Download:</div>
Nothing new now.<br />
Check past updates for recent additions.
</div>
</nav>
<!---------------------------------------------------------------- sidebar ---->
<aside>
<div class="sidebar-text">
<div class="sidebar-text-title">Updates:</div>
Date: 03.23.15<br />
SVL Closed until further notice
</div>
<div class="sidebar-text">
<div class="sidebar-text-title">Related News:</div>
03.23.15: I changed the layout to an old spring css fluid.
</div>
<div class="sidebar-text">
<div class="sidebar-text-title">Layout Info:</div>
Best View: IE9, Safari 5.1.2<br />
CSS Fluid Layout
</div>
</aside>
<!----------------------------------------------------------------- footer ---->
<div class="spacer"></div>
<footer>Boardwalkerz © 2004-2015. All rights reserved.</footer>
</body>
</html>