57 lines
1.9 KiB
PHP
57 lines
1.9 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta charset="utf-8">
|
|
<title>emma's changelog</title>
|
|
<link rel="stylesheet" href="../style/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<?php include "../includes/nav.php" ?>
|
|
<?php include "../includes/header.php" ?>
|
|
<main>
|
|
<section>
|
|
<h1>emmas.place changelog</h1>
|
|
|
|
<p>
|
|
this page will be used to keep track of changes to the site as it grows and changes with me. it is really a page meant for myself to see how i grow and change and how my site reflected that, but you're welcome to take a look too
|
|
</p>
|
|
|
|
<details>
|
|
<summary>2024 changlog</summary>
|
|
<ul>
|
|
<li>
|
|
11-26-2024 - a want for my personal home on the web was sparked, and so i began creating it
|
|
</li>
|
|
<li>
|
|
12-12-2024 - i've finished the cotent phase of the site. i will now focus on design and fix small things like typos as i go
|
|
</li>
|
|
<li>
|
|
12-15-2024 - the site was placed online yesterday and i am quite happy with it.
|
|
</li>
|
|
<li>
|
|
12-16-2024 - i fixed some small typos and added a favicon and disability pride top border to the footer
|
|
</li>
|
|
<li>
|
|
12-18-2024
|
|
<ul>
|
|
<li>
|
|
i expanded <a href="../life/music.php" target="_blank">music</a> and added youtube links for a few songs and also wrote a section about playing music on the guitar.
|
|
</li>
|
|
<li>
|
|
added a changelog and moved the site news to it to better keep track of the site and how it grows and changes as i do
|
|
</li>
|
|
<li>
|
|
added a picture of my mom's second terrier montana and updated the caption beneath the two photos
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</details>
|
|
</section>
|
|
</main>
|
|
<?php include "../includes/footer.php" ?>
|
|
</body>
|
|
</html>
|