<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>About V!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<h1>About Morgan Doocy</h1>
<p>
My name is Victoria and I am <strong>jolly</strong>, <strong>clumsy</strong>, and <strong>four-eyed</strong>.
</p>
<hr />
<h2>My Classes This Quarter</h2>
<ul>
<li>CSE 451 - Operating Systems</li>
<li>CSE 471 - Computer Design and Organization</li>
<li>PHYS 121 - Physics: Mechanics</li>
<li>CSE 498 - Research w/ Prof. Luis Ceze</li>
</ul>
<h2>My Favorite Movies</h2>
<p>
<em>(I actually don't watch too many movies, so...here goes!)</em>
</p>
<ol>
<li>The last 30 minutes of Forrest Gump (<a href="http://www.imdb.com/title/tt0109830/">IMDB</a>)</li>
<li>Star Trek Episode V with Zazu (<a href="http://www.imdb.com/title/tt0080684/">IMDB</a>)</li>
<li>Fight Club (not really, but I've seen like 3 movies total so this is my 3rd fave by technicality) (<a href="http://www.imdb.com/title/tt0137523/">IMDB</a>)</li>
</ol>
<h2>My Moods</h2>
<p>Happy: <img src="images/happy.jpg" alt="Happy" title="My Happy Self" height="300"/>
Sad: <img src="images/sad.jpg" alt="Sad" title="My Sad Self" height="300"/>
</p>
<!--
<h2>My Favorite Quote</h2>
<blockquote>
<p>
<q>When you wake up in the morning, Pooh,</q> said Piglet at last, <q>what's the first thing you say to yourself?</q><br />
<q>What's for breakfast?</q> said Pooh. <q>What do <em>you</em> say, Piglet?</q><br />
<q>I say, I wonder what's going to happen exciting <em>today</em>?</q> said Piglet.<br />
Pooh nodded thoughtfully.<br />
<q>It's the same thing,</q> he said.<br />
</p>
<p>
— <em>Winnie-the-Pooh</em>
</p>
</blockquote>
-->
<h2>Fun Facts About My Neighbors</h2>
<ul>
<li>Sue Smith: <em>Effervescent</em> is a word that describes her.</li>
<li>Bill Thompson: Loves playing <em>Yu-Gi-Oh</em>.</li>
</ul>
<p>
<a href="http://validator.w3.org/check/referer">
<img src="http://www.w3.org/Icons/valid-xhtml11" alt="Valid XHTML" />
</a>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS" />
</a>
</p>
</body>
</html>