-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
46 lines (32 loc) · 1.17 KB
/
about.html
File metadata and controls
46 lines (32 loc) · 1.17 KB
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
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Paula Valenca's webpage" />
<meta name="keywords" content="valenca" />
<link rel="stylesheet" href="default.css" type="text/css" media="all" />
<link rel="Shortcut Icon" type="image/x-icon" href="imagens/favicon.ico" />
<title>Paula Valenca's webpage</title>
</head>
<body>
<div class="container">
<div class="content">
<h1>Me</h1>
<hr />
<p><i>If you wish to contact me, feel free to email me at me@paulavalenca.org.</i></p>
<p>I can be found in many of the popular web 2.0 sites, often using the nickname <tt>phantas</tt>.</p>
</div>
<ul class="menu">
<li><a href="index.html">home</a></li>
<li><a href="research/">research</a></li>
<li><a href="tech/">tech</a></li>
<li><a href="other.html">other</a></li>
<li class="active"><a href="about.html">me</a></li>
</ul>
<div class="footer">
© Paula Valenca 2007
</div>
</div>
</body>
</html>