emmas.place/site/changelog.php

189 lines
6.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="icon" type="image/x-icon" href="../img/site/assets/favicon.ico">
<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>
<li>
12-23-2024
<ul class="nested-list">
<li>
i added a goals page to the website
</li>
</ul>
</li>
<li>
12-24-2024
<ul class="nested-list">
<li>
created a partial with a message about enlarging images that can be included on any page that needs it using PHP
</li>
<li>
added notice on pages that can have images enalarged that this feature is available and it requires javascript to use
</li>
<li>
corrected gallery header on <a href="../life/picrew.php" target="_blank">emma's picrews</a> to an h3 to be consistent with the rest of the site
</li>
<li>
added favicon to <a href="../life/goals.php" target="_blank">emma's goals</a> and the changelog page
</li>
</ul>
</li>
<li>
12-29-2024
<ul class="nested-list">
<li>
better styling for guestbook replies to make it apparent they are replies to entries. also spaced them out from other entries in the guestbook from visitors
</li>
</ul>
</li>
<li>
12-30-2024
<ul class="nested-list">
<li>
added <a href="../life/todo.php" target="_blank">emma's things to do</a> a list of tasks mainly centered around web development that i would like to do, but you can pick from and do to!
</li>
</ul>
</li>
</ul>
</details>
<details>
<summary>January 2025 - changelog</summary>
<ul>
<li>
01-10-2025
<ul class="nested-list">
<li>
adjusted nav and main widths
</li>
<li>
adjusted footer height
</li>
<li>
used grid properties for page layout rather than relying on height properties of nav and main elements
</li>
<li>
implmented category in anticipation of future pages related to these categories
</li>
<li>
changes nonbinary pride border to trans pride border due to further progress and understanding of my gender identity
</li>
<li>
i'm entering my pink era, and parts of the site have been updated to reflect that &lt;3
</li>
</ul>
</li>
<li>
01-11-2025
<ul class="nested-list">
<li>
updated anchor element colors for the different states they can be in
</li>
<li>
updated border colors for <a href="../life/emmas-self/picrew.php" target="_blank">picrew</a> image gallery
</li>
<li>
updated border colors for <a href="../guestbook/index.php" target="_blank">guestbook</a>
</li>
<li>
updated writing in <a href="./about.php" target="_blank">about</a> to better reflect the current state of emma
</li>
</ul>
</li>
</ul>
</details>
</section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>