-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
19 lines (18 loc) · 877 Bytes
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
</head>
<body>
<h1>About Me</h1>
<p>I'm Ana and I promised myself that I would try to do things that I am actually not good at.
So when the thought of creating a little corner of the internet to upload the things I write (in pixels and ink) came to my mind,
I decided to try to create a page from scratch. <br />
I studied Politics and Sustainable Development in Edinburgh, and I am now finishing up a Master's degree in Paris. <br />
As my trusty <a href="https://x.com/aanndv">twitter</a> bio states: I like writing, earth, trains, running, political economy & putting things upside down.</p>
<!-- Link back to the homepage -->
<a href="index.html">Home</a>
</body>
</html>