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

97 lines
2.9 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gifts from friends</title>
<link rel="stylesheet" href="/style.css" />
<!-- saudade includes -->
<script src="/saudade.js?@root" type="module"></script>
</head>
<body>
<div class="center">
<br /><br />
<p class="bigger purple">
<b>Pet Orbs! I got Pet orbs!</b><br />
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
</p>
<p class="bigger purple">
Thanks to Ashien, my petz now have orbs to reflect their natures and
poses. An enchanting idea, along the lines of having guardian angels for
your site -- but instead, it's orbs which match the mood of your pet's
picture.
</p>
<p class="bigger">Oscar running his Orb</p>
<p><img src="Oscar.gif" alt="Oscar running his Orb" /></p>
<p class="bigger">And Dambo in cute and devilish nood</p>
<p>
<img src="DamboCute.gif" alt="cute Dambo" />
<img src="DamboDevilish.gif" alt="devilish Dambo" />
</p>
<p class="bigger">Here's Perky, chubby little so-and-so...</p>
<p><img src="Perky.gif" alt="Perky" /></p>
<p class="bigger">
...Just as aloof whilst doing a balancing-act with Dambo!
</p>
<p><img src="orbs_PerkyAndDambo.gif" alt="Perky And Dambo" /></p>
<p class="bigger">Demon deep in meditation, then coming around from it</p>
<p>
<img src="Demon1.gif" alt="meditative Demon" />
<img src="Demon2.gif" alt="provocative Demon" />
</p>
<p class="bigger">Cassie doing what Cassie does best:</p>
<p><img src="Cassie.gif" alt="Cassie's balancing act" /></p>
<p class="bigger">
While Jordan and Skyheaven show off their Orbs with Auras!
</p>
<p>
<img src="Jordan.gif" alt="Jordan" />
<img src="orbs_Skyheaven.gif" alt="Skyheaven" />
</p>
<p class="bigger">
Aren't they great? If you want some too, I quote her words from The Petz
Board: 'To have your pictures "orbified" all you have to do is e-mail me
your pictures (as bitmaps, please!) to Kait.Az@unseeuniversity.zzn.com
and I will assign them an appropriate orb as soon as humanly possible.'
</p>
<p class="bigger">
If you want orbs on your actual petz, take a look at my
<a href="../specials/emoticonpetz1/emoticonpetz1.html"
>Emoticon petz\breed</a
>
pages
</p>
<p class="bigger">
You can also find petz with permanent orbs which show in the game, at
Sue's
<a
href="http://web.archive.org/web/20160321120755/http://boardwalkerz.com/"
target="_top"
>the Petz Boardwalk</a
>
</p>
<p>.</p>
</div>
</body>
</html>