2024-12-18 10:27:36 +00:00
|
|
|
<!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>
|
2024-12-18 10:30:19 +00:00
|
|
|
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
|
2024-12-18 10:27:36 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<details>
|
|
|
|
<summary>2024 changlog</summary>
|
|
|
|
<ul>
|
|
|
|
<li>
|
2024-12-19 12:19:31 +00:00
|
|
|
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>
|
2024-12-18 10:27:36 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2024-12-19 12:19:31 +00:00
|
|
|
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>
|
2024-12-18 10:27:36 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2024-12-19 12:19:31 +00:00
|
|
|
12-15-2024
|
|
|
|
<ul class="nested-list">
|
|
|
|
<li>
|
|
|
|
the site was placed online yesterday and i am quite happy with it.
|
|
|
|
</li>
|
|
|
|
</ul>
|
2024-12-18 10:27:36 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2024-12-19 12:19:31 +00:00
|
|
|
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>
|
2024-12-18 10:27:36 +00:00
|
|
|
</li>
|
|
|
|
<li>
|
2024-12-18 11:47:34 +00:00
|
|
|
12-18-2024
|
2024-12-19 04:40:10 +00:00
|
|
|
<ul class="nested-list">
|
2024-12-18 11:47:34 +00:00
|
|
|
<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>
|
2024-12-19 01:00:57 +00:00
|
|
|
added a picture of my mom's second terrier montana and updated the caption beneath the two photos
|
2024-12-18 11:47:34 +00:00
|
|
|
</li>
|
2024-12-19 04:37:33 +00:00
|
|
|
<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>
|
2024-12-18 11:47:34 +00:00
|
|
|
</ul>
|
2024-12-18 10:27:36 +00:00
|
|
|
</li>
|
2024-12-19 18:49:29 +00:00
|
|
|
<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>
|
2024-12-19 18:52:17 +00:00
|
|
|
<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>
|
2024-12-19 18:49:29 +00:00
|
|
|
</ul>
|
|
|
|
</li>
|
2024-12-18 10:27:36 +00:00
|
|
|
</ul>
|
|
|
|
</details>
|
|
|
|
</section>
|
|
|
|
</main>
|
|
|
|
<?php include "../includes/footer.php" ?>
|
|
|
|
</body>
|
|
|
|
</html>
|