diff options
| author | mjfernez <mjf@mjfer.net> | 2021-11-07 18:04:53 -0500 | 
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2021-11-07 18:04:53 -0500 | 
| commit | 32288da98aa7e2f61e2b0f656614e6db3c87ddd3 (patch) | |
| tree | d66e6a9209e41f18df7079b5b22c8480db3bc1bf | |
| parent | 9272d1b1b63984fcf0cfab8c27cdc271b0fe29c5 (diff) | |
| download | ezcms-32288da98aa7e2f61e2b0f656614e6db3c87ddd3.tar.gz | |
Add images for home page
| -rw-r--r-- | static/brain.gif | bin | 0 -> 1549 bytes | |||
| -rw-r--r-- | static/main.css | 16 | ||||
| -rw-r--r-- | static/panic.gif | bin | 0 -> 8405 bytes | |||
| -rw-r--r-- | static/vim.gif | bin | 0 -> 1368 bytes | |||
| l---------[-rw-r--r--] | templates/site | 2 | 
5 files changed, 9 insertions, 9 deletions
| diff --git a/static/brain.gif b/static/brain.gifBinary files differ new file mode 100644 index 0000000..3ff1123 --- /dev/null +++ b/static/brain.gif diff --git a/static/main.css b/static/main.css index 3e60bff..3834e8b 100644 --- a/static/main.css +++ b/static/main.css @@ -73,7 +73,8 @@ table {      border-spacing: 0 10px;  }  td { -    text-align: left +    text-align: left; +    padding: 2%;  }  img {      max-width: 100%; @@ -83,19 +84,18 @@ img {  img.icon {      filter: invert(50%);  } -/* some Stallman trickery for making mobile text bigger */  @media screen and (max-device-width: 480px) { -	body { +    body {          max-width: 100%;          font-size: 90%; -	} -	.license { +    } +    .license {          font-size: 0; -	} -	p { +    } +    p {          margin-top: 5%;          margin-bottom: 5%; -	} +    }      code.longboi {          font-size: 65%;      } diff --git a/static/panic.gif b/static/panic.gifBinary files differ new file mode 100644 index 0000000..3cf1318 --- /dev/null +++ b/static/panic.gif diff --git a/static/vim.gif b/static/vim.gifBinary files differ new file mode 100644 index 0000000..7a00d7f --- /dev/null +++ b/static/vim.gif diff --git a/templates/site b/templates/site index f7d5c78..049b1c2 100644..120000 --- a/templates/site +++ b/templates/site @@ -1 +1 @@ -replace with symlink to site-files.git +../../site-files/
\ No newline at end of file | 
