emmas.place/site/why.php

43 lines
1.3 KiB
PHP

<!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="icon" type="image/x-icon" href="../img/site/assets/favicon.ico">
<link rel="stylesheet" href="../style/style.css">
</head>
<body>
<?php include "../includes/header.php" ?>
<?php include "../includes/nav.php" ?>
<main>
<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>
i have a website to connect with other folks on the web, to make friends and forge connections with other folks
</p>
<p>
lastly, and most importantly, i have a website because i can. you can too if you want
</p>
<section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>