create and add content to changelog.php

This commit is contained in:
emma 2024-12-18 05:27:36 -05:00
parent eca5851cd0
commit ee9fa55ee8
1 changed files with 45 additions and 0 deletions

45
site/changelog.php Normal file
View File

@ -0,0 +1,45 @@
<!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 gorws 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 - 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>
</ul>
</details>
</section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>