2024-11-29 02:33:48 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta name="viewport" content="width=device-width intial-scale=1.0">
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>because</title>
|
|
|
|
<link rel="stylesheet" href="../style/style.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2024-11-30 19:44:41 +00:00
|
|
|
<main>
|
|
|
|
<?php include "../includes/nav.php" ?>
|
2024-11-29 02:33:48 +00:00
|
|
|
|
2024-11-30 19:44:41 +00:00
|
|
|
<section>
|
|
|
|
<h1>why does emma have a website?</h1>
|
|
|
|
<p>
|
|
|
|
i have a website because certain groups think i shouldn't exist becuase of who i am or who i love
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
i have a website to express myself in a way that truly shows my whole self
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
i have a website because i view web design as a creative form of art as much as i view it as coding
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
i have a website because i love the idea of having my own space on the web, that is mine and mine alone
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
i have a website because i like looking after things and people, and having a website allows me to do both
|
|
|
|
</p>
|
|
|
|
<p>
|
2024-12-04 11:33:21 +00:00
|
|
|
i have a website to connect with other folks on the web, to make friends and forge connections with other folks
|
2024-11-30 19:44:41 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
lastly, and most importantly, i have a website because i can. you can too if you want
|
|
|
|
</p>
|
|
|
|
<section>
|
|
|
|
</main>
|
2024-11-29 02:33:48 +00:00
|
|
|
</body>
|
|
|
|
</html>
|