emmas.place/site/changelog.php

102 lines
3.2 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
<ul class="nested-list">
<li>
a want for my personal home on the web was sparked, and so i began creating it
</li>
</ul>
</li>
<li>
12-12-2024
<ul class="nested-list">
<li>
i've finished the cotent phase of the site.
</li>
<li>
shifting focus to design
</li>
</ul>
</li>
<li>
12-15-2024
<ul class="nested-list">
<li>
the site was placed online yesterday and i am quite happy with it.
</li>
</ul>
</li>
<li>
12-16-2024
<ul class="nested-list">
<li>
added a favicon using the heart emoji from the header
<li>
added a disability pride top border to the footer
</li>
</ul>
</li>
<li>
12-18-2024
<ul class="nested-list">
<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>
<li>
added a guestbook to the site, will need to add custom styling
</li>
<li>
began work on creating the image enlarging script for images on the site
</li>
</ul>
</li>
<li>
12-19-2024
<ul class="nested-list">
<li>
further work on creating a new contact page that now includes a guestbook. these are mainly styling and content adjustments
</li>
<li>
i updated the font size of the site from 1.1rem to 1rem. this is a choice i made because i personally use a page zoom setting in my browser and i have a feeling most people who need the extra font size are doing the same
</li>
<li>
the script for enlarging images is complete. when browsing the site, if an image has the pointer icon when hovered over with a mouse, it can be enlarged. pages with images that can be enlarged will be noted as such at the top or near the images. it will also be noted this functionality requires javascript
</li>
</ul>
</li>
</ul>
</details>
</section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>