-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeresa.html
35 lines (28 loc) · 1.49 KB
/
theresa.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewpoint" content="width=device-width, initiate-scale=1.0">
<meta name="keywords" content="HTML, CSS, TTeam, dogandhuman, poodle">
<meta name="description" content="This website is about the friendship of a dog and a human, namely a king poodle called Trixi and a human called Theresa.">
<title> T-Team </title>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
<body>
<div id="navigation">
<nav>
<ul>
<li> <a href="index.html">Home T-Team</a></li>
<li> <a href="trixi.html">Trixi</a></li>
<li> <a href="theresa.html">Theresa</a></li>
</ul>
</nav>
</div>
<hr>
<h1 id="#section-Theresa"> Theresa </h1>
<p> Theresa is the owner of Trixi. Her dream was to get a dog someday. She decided to get a dog in 2020. On her birthday November 24th she got a call from the breeder. The puppies were born. Now the name challenge was on. Since they were born on the same day, she decided to find a name, which also starts with an T.</p>
<p> To find the right name, was not easy, but in the end she decided to go with Trixi - short, easy to shout and no similarity to commands. </p>
<a href="https://tu-quilts.at" target="_blank"> <img src="media/Theresa.jpg" alt="That is a photo Theresa and her longarm quilt machine."> </a>
<p> Theresa has another passion: patchwork/quilting. All about that you will find through the link in the image above. </p>
</body>
</html>