From 9272d1b1b63984fcf0cfab8c27cdc271b0fe29c5 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Sun, 7 Nov 2021 15:37:34 -0500 Subject: Commit all local files for mjfer.net Excepting files in site-files.git --- static/5575602.png | Bin 0 -> 5152 bytes static/email.svg | 3 +++ static/github.svg | 3 +++ static/human_router.jpg | Bin 0 -> 290892 bytes static/linkedin.svg | 3 +++ static/main.css | 24 +++++++++++++----------- static/puffy.gif | Bin 0 -> 144465 bytes static/rss.svg | 3 +++ 8 files changed, 25 insertions(+), 11 deletions(-) create mode 100644 static/5575602.png create mode 100644 static/email.svg create mode 100644 static/github.svg create mode 100644 static/human_router.jpg create mode 100644 static/linkedin.svg create mode 100644 static/puffy.gif create mode 100644 static/rss.svg (limited to 'static') diff --git a/static/5575602.png b/static/5575602.png new file mode 100644 index 0000000..f4a10bc Binary files /dev/null and b/static/5575602.png differ diff --git a/static/email.svg b/static/email.svg new file mode 100644 index 0000000..f576714 --- /dev/null +++ b/static/email.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/static/github.svg b/static/github.svg new file mode 100644 index 0000000..bb4e45c --- /dev/null +++ b/static/github.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/static/human_router.jpg b/static/human_router.jpg new file mode 100644 index 0000000..e0934c1 Binary files /dev/null and b/static/human_router.jpg differ diff --git a/static/linkedin.svg b/static/linkedin.svg new file mode 100644 index 0000000..4c4efe5 --- /dev/null +++ b/static/linkedin.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/static/main.css b/static/main.css index 4db48f9..3e60bff 100644 --- a/static/main.css +++ b/static/main.css @@ -7,7 +7,6 @@ h3,h4 { text-align: justify; margin: 0.25em auto; } -/* class to optionally center h3 when we want it */ h3.center { text-align: center; } @@ -52,8 +51,7 @@ body { max-width: 35%; display: block; } -/* Use for long text which doesnt wrap nicely */ -.long { +.longboi { word-wrap: break-word; } p { @@ -70,6 +68,7 @@ code { white-space: pre-wrap; word-wrap: break-all; } + table { border-spacing: 0 10px; } @@ -81,20 +80,23 @@ img { height: auto; width: auto; } -/*mobile*/ +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.long { + } + code.longboi { font-size: 65%; } } diff --git a/static/puffy.gif b/static/puffy.gif new file mode 100644 index 0000000..aa0d461 Binary files /dev/null and b/static/puffy.gif differ diff --git a/static/rss.svg b/static/rss.svg new file mode 100644 index 0000000..39bef06 --- /dev/null +++ b/static/rss.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file -- cgit v1.2.3