add license
This commit is contained in:
parent
c02f19b5aa
commit
4e2ac44296
3
.gitignore
vendored
3
.gitignore
vendored
@ -5,8 +5,9 @@ graph*
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
files/stats/song
|
files/stats/song
|
||||||
files/home_visit_counter
|
files/home_visit_counter
|
||||||
home.html
|
|
||||||
|
|
||||||
|
home.html
|
||||||
|
dir_index.html
|
||||||
html/*
|
html/*
|
||||||
!html/thoughts/
|
!html/thoughts/
|
||||||
!html/blog
|
!html/blog
|
||||||
|
@ -35,3 +35,4 @@
|
|||||||
2024-09-03: fix issue with changelog; update site-info.html; update style; add thought
|
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-05: hopefully? fix issue with natalie-info.html, update home.html
|
||||||
2024-09-07: add additional random homepage statements
|
2024-09-07: add additional random homepage statements
|
||||||
|
2024-09-07: add license, finally; edit site-info
|
||||||
|
BIN
files/by-nc-sa.png
Normal file
BIN
files/by-nc-sa.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
20
style.css
20
style.css
@ -164,11 +164,23 @@ footer {
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr auto;
|
grid-template-columns: 20fr 1fr; /* icky hack */
|
||||||
align-items: center;
|
grid-template-rows: min-content min-content;
|
||||||
|
|
||||||
> a > img {
|
div {
|
||||||
align-self: end;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
a {
|
||||||
|
display: flex;
|
||||||
|
float: right;
|
||||||
|
width: 88px;
|
||||||
|
height: 31px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user