emmas.place/life/interests.php

39 lines
1.5 KiB
PHP
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="icon" type="image/x-icon" href="/img/site/assets/favicon.ico">
<title>category of emma's life</title>
<link rel="stylesheet" href="/style/style.css">
</head>
<body>
<?php include "../includes/header.php" ?>
<?php include "../includes/nav.php" ?>
<main>
2025-01-11 00:56:02 +00:00
<h1>category of emma's interests</h1>
<section>
<p>
links in this category are pages descibing emma's past and present interests, and the role they've had in shaping her life. you may find new songs in the music page, interesting photos in the photogrpahy page, and the often common story of tech burnout and ving after experiencing it in the technology page
</p>
<ul>
<li>
<a href="./emmas-interests/music.php">emma's music</a> emma discusses the role of music throughout her life, and shares a few favorites from each era of her life
</li>
<li>
<a href="./emmas-interests/photography.php">emma's photography</a> emma talks about a past interest in photography, and shares some photos she's taken in the past
</li>
<li>
<a href="./emmas-interests/technology.php">emma and technology</a> emma talks about her life long interest in technology. as well as working in and eventually leaving the field due to health reasons
</li>
</ul>
</section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>