63 lines
2.0 KiB
HTML
63 lines
2.0 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta
|
|
name="description"
|
|
content="Portfolio and personal website for Ted Pier's dog, Lulu."
|
|
/>
|
|
<title>MiningTcup</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
|
</head>
|
|
<body>
|
|
<div class="centerer">
|
|
<div id="content">
|
|
<div id="title-1">
|
|
<div class="h1-container">
|
|
<h1>Lulu Pier<span class="subtitle"> a.k.a. Doggo</span></h1>
|
|
</div>
|
|
<a href="/"><img src="images/ted1.webp" alt="Home" /></a>
|
|
</div>
|
|
<ul id="index">
|
|
<li><a href="/index">Home</a></li>
|
|
<li><a href="/archive">Archive</a></li>
|
|
<li><a href="/blog">Blog</a></li>
|
|
</ul>
|
|
<hr />
|
|
<p>
|
|
My favorite thing to do is chase tennis balls in the back yard.
|
|
Sometimes I even catch them mid-air! Close runner-ups are running
|
|
around at the park, going on walks, and greeting my people when they
|
|
come home.
|
|
</p>
|
|
<img class="media" src="images/lulu2.webp" alt="Happy Lulu" />
|
|
<p>
|
|
All that running is tiring! After a long time outside, I'll go to my
|
|
perch atop the couch and pant.
|
|
</p>
|
|
<img
|
|
class="media"
|
|
src="images/lulu-perch.webp"
|
|
alt="Lulu perched upon the couch"
|
|
/>
|
|
<p>
|
|
Gotta clean off after a long day's work. I'll just use this here
|
|
towel...
|
|
</p>
|
|
<video class="media" controls src="media/lulu-roll.mp4">
|
|
Lulu rolling around
|
|
</video>
|
|
<hr />
|
|
<ul id="index">
|
|
<li><a href="/index">Home</a></li>
|
|
<li><a href="/archive">Archive</a></li>
|
|
<li><a href="/blog">Blog</a></li>
|
|
<li class="f-l"><a href="#top">Return to Top</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|