diff --git a/.gitignore b/.gitignore index 36527ed..5c5cc2b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,9 @@ graph* __pycache__/ files/stats/song files/home_visit_counter -home.html +home.html +dir_index.html html/* !html/thoughts/ !html/blog diff --git a/changelog b/changelog index 01c2ad4..1cdfa9d 100644 --- a/changelog +++ b/changelog @@ -35,3 +35,4 @@ 2024-09-03: fix issue with changelog; update site-info.html; update style; add thought 2024-09-05: hopefully? fix issue with natalie-info.html, update home.html 2024-09-07: add additional random homepage statements +2024-09-07: add license, finally; edit site-info diff --git a/files/by-nc-sa.png b/files/by-nc-sa.png new file mode 100644 index 0000000..b9a5553 Binary files /dev/null and b/files/by-nc-sa.png differ diff --git a/style.css b/style.css index 3e66590..1b3b065 100644 --- a/style.css +++ b/style.css @@ -164,11 +164,23 @@ footer { padding: 5px; margin-bottom: 0; display: grid; - grid-template-columns: 1fr auto; - align-items: center; + grid-template-columns: 20fr 1fr; /* icky hack */ + grid-template-rows: min-content min-content; - > a > img { - align-self: end; + div { + display: flex; + flex-direction: column; + align-items: flex-start; + justify-content: flex-start; + } + + + + a { + display: flex; + float: right; + width: 88px; + height: 31px; } }