Biography Poem

All My Children

Bonnie Lincicome
Who is a photographer,
painter, and cook,
Who is wife of Dan,
the mother of Stephanie, Westley,
Danielle, and Gavin,
Who is grandmother of Alana,
Kane, and Madison,
Who loves shopping, art, and poetry,
Who needs friends,
a kind word and inspiration,
Who gives encouragement,
compassion, and support,
Who fears airplanes,
bad news, and other people driving,
Who dreams of seeing Hawaii,
Who would like to be an eagle for one magnificent day,
Who is a house mouse, tree hugger,
And who will always and forever be, a Photoshop Geek.
Bonnie Lincicome

5.2.8
<?php $siteName 'LzyDaz Designs<br /><em><span class="white-text">www.lzydaz.com</span></em>'?>
<?php $currentWeek
="week1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>About Me</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link href="common/site.css" rel="stylesheet" type="text/css" />
</head>

<body>

<div id="head">
<p><?php echo $siteName?></p>
</div><!--close #head-->

<div id="wrap">
<div id="content">

<div id="bar-nav">
<?php include($_SERVER['DOCUMENT_ROOT'] . '/lvs/php101/includes/bar-nav.php'); ?>
</div><!--close bar-nav-->

<h1>Biography Poem</h1>
<div id="photo">
<img src="images/kids-bench.jpg" height="320" width="400" alt="All My Children" />
</div><!--close photo-->
<div id="poem">
<?php include('includes/bio-poem.php'); ?>
</div><!--close poem-->
</div>
</div><!--close #wrap-->

<div id="foot">
<?php include($_SERVER['DOCUMENT_ROOT'] . '/lvs/php101/includes/copyright.php'); ?>
</div><!--close #foot-->

<div id="source">
<?php echo phpversion(); ?>
<hr />
<?php show_source('week1.php'); ?>
</div><!--close #source-->

</body>
</html>