change copyright logo to copyleft "transform 180deg"
changed MIT date
updated CSS, andd added minifed css

Signed-off-by: Sophia Atkinson <sophialul@protonmail.com>
This commit is contained in:
2023-08-28 18:46:10 -07:00
parent 98949aa56f
commit 10c8c84365
10 changed files with 517 additions and 158 deletions

17
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,17 @@
{
"liveSassCompile.settings.formats": [
{
"format": "compressed",
"extensionName": ".min.css",
"savePath": "/assets/css",
"generateMap": false
},
{
"format": "expanded",
"extensionName": ".css",
"savePath": "/assets/css",
"generateMap": false
}
]
}