84 lines
No EOL
2.5 KiB
PHP
84 lines
No EOL
2.5 KiB
PHP
<!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/style.css">
|
|
</head>
|
|
<body>
|
|
<?php include '../../_menu.php'; ?>
|
|
|
|
<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="images/orbs_Oscar.gif" alt="Oscar running his Orb"></p>
|
|
|
|
<p class="bigger">And Dambo in cute and devilish nood</p>
|
|
|
|
<p>
|
|
<img src="images/orbs_DamboCute.gif" alt="cute Dambo">
|
|
<img src="images/orbs_DamboDevilish.gif" alt="devilish Dambo">
|
|
</p>
|
|
|
|
<p class="bigger">Here's Perky, chubby little so-and-so...</p>
|
|
|
|
<p><img src="images/orbs_Perky.gif" alt="Perky"></p>
|
|
|
|
<p class="bigger">...Just as aloof whilst doing a balancing-act with Dambo!</p>
|
|
|
|
<p><img src="images/orbs_PerkyAndDambo.gif" alt="Perky And Dambo"></p>
|
|
|
|
<p class="bigger">Demon deep in meditation, then coming around from it</p>
|
|
|
|
<p>
|
|
<img src="images/orbs_Demon1.gif" alt="meditative Demon">
|
|
<img src="images/orbs_Demon2.gif" alt="provocative Demon">
|
|
</p>
|
|
|
|
<p class="bigger">Cassie doing what Cassie does best:</p>
|
|
|
|
<p><img src="images/orbs_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="images/orbs_Jordan.gif" alt="Jordan">
|
|
<img src="images/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.php">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>
|