Site redesign #20

Merged
emma merged 59 commits from site-redesign into main 2022-09-24 00:18:04 +00:00

59 Commits

Author SHA1 Message Date
Emma Tebibyte 525e4a80ed unix philosophy 2022-09-23 20:14:59 -04:00
Emma Tebibyte b602634ee6 footer margin 2022-09-23 20:06:11 -04:00
Emma Tebibyte 0d6a87b904 added reading descriptions 2022-09-22 23:48:46 -04:00
Emma Tebibyte 12f70a13b4 didnt know media queries worked like that 2022-09-22 21:46:57 -04:00
Emma Tebibyte 7d33d7d04c removed redundant logo size 2022-09-22 21:22:05 -04:00
Emma Tebibyte 03fe7692a6 better design choices 2022-09-22 21:16:46 -04:00
Emma Tebibyte 91aafe3852 semicolon delineated list 2022-09-22 20:05:34 -04:00
Emma Tebibyte d15d04c1e8 forgot one lol 2022-09-22 20:02:14 -04:00
Emma Tebibyte e6415a70d7 element changes pt. gazillion 2022-09-22 19:58:43 -04:00
Emma Tebibyte 4c9f48ce98 even more element changes 2022-09-22 18:24:54 -04:00
Emma Tebibyte 8fbd8a28e6 fixed some things and added more descriptive html elements 2022-09-22 17:52:19 -04:00
Emma Tebibyte f7ded815e1 added more descriptive html elements 2022-09-22 17:32:56 -04:00
Emma Tebibyte b85b0d89e2 changed nav ul to menu 2022-09-22 17:17:51 -04:00
Emma Tebibyte 159f1615de remade 404 page 2022-09-22 17:07:40 -04:00
Emma Tebibyte 78f1a2c041 potential fix for footer? 2022-09-22 15:53:22 -04:00
Emma Tebibyte 0db95df7e0 . 2022-09-22 06:10:36 -04:00
Emma Tebibyte b28f37bdff added yesterweb webring!! 2022-09-22 05:58:20 -04:00
Sasha Koshka a4d2511f92 Merge branch 'site-redesign' of git.tebibyte.media:meta/site into site-redesign 2022-09-20 01:58:11 -04:00
Emma Tebibyte e6cbece77a minor front page changes 2022-09-20 01:57:51 -04:00
Emma Tebibyte ec0baad08f condensed css 2022-09-20 01:57:51 -04:00
Emma Tebibyte 7e64bcbc05 undid some changes to style 2022-09-20 01:57:51 -04:00
Emma Tebibyte 1f8d72d189 fixed width, margin & padding 2022-09-20 01:57:51 -04:00
Emma Tebibyte 89be61534f fix body and main width 2022-09-20 01:57:51 -04:00
Emma Tebibyte ec3be0f9f3 alphabetized TiB.css 2022-09-20 01:57:51 -04:00
Sasha Koshka cae4ddb63f Removed hardcoded '|'s in HTML and replaced them with css ::after 2022-09-20 01:57:50 -04:00
Sasha Koshka ed8d13cf43 Minor style tweaks 2022-09-20 01:57:46 -04:00
Sasha Koshka 618fb7d1d7 Converted div .section into main 2022-09-20 01:57:39 -04:00
Sasha Koshka 759bbfd491 Improved link contrast 2022-09-20 01:57:32 -04:00
Sasha Koshka 2a5b0e1814 Replaced section divs with section elements 2022-09-20 01:57:28 -04:00
Sasha Koshka a686e8b16c Replaced h1 tags in about with h2 tags
MDN
> Using more than one <h1> is allowed by the HTML specification, but is not
> considered a best practice. Using only one <h1> is beneficial for screen
> reader users.
2022-09-20 01:57:22 -04:00
Sasha Koshka f22fbb4f77 Slogan is no longer an h3 2022-09-20 01:57:15 -04:00
Sasha Koshka aa97ff7691 The nav ul is no longer inside of a header
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#usage_notes
2022-09-20 01:57:10 -04:00
Sasha Koshka dd37213f36 Re-aligned various things 2022-09-20 01:56:55 -04:00
Emma Tebibyte 96413088c9 minor front page changes 2022-09-19 21:58:50 -04:00
Emma Tebibyte 63bcf672c0 condensed css 2022-09-19 21:45:26 -04:00
Emma Tebibyte 00adbf581e Merge pull request 'site-redesign-suggest' (#21) from site-redesign-suggest into site-redesign
Reviewed-on: #21
2022-09-20 01:06:06 +00:00
Emma Tebibyte dacc9090d7 undid some changes to style 2022-09-19 19:53:53 -04:00
Emma Tebibyte c049a2173f fixed width, margin & padding 2022-09-19 19:16:31 -04:00
Sasha Koshka deb4ec334c Added min and max width to logo
The logo looks better on smaller displays, and displays which are
somewhat wide but not very tall.
2022-09-19 19:03:15 -04:00
Emma Tebibyte 09ef435c64 fix body and main width 2022-09-19 19:03:15 -04:00
Emma Tebibyte 0dc094ecc6 alphabetized TiB.css 2022-09-19 19:03:15 -04:00
Sasha Koshka b96daadd62 Removed hardcoded '|'s in HTML and replaced them with css ::after 2022-09-19 19:03:15 -04:00
Sasha Koshka b608e2bba7 Minor style tweaks 2022-09-19 19:03:15 -04:00
Sasha Koshka fb3b282f54 Converted div .section into main 2022-09-19 19:03:15 -04:00
Sasha Koshka e68d113642 Improved link contrast 2022-09-19 19:03:15 -04:00
Sasha Koshka 508be05ded Replaced section divs with section elements 2022-09-19 19:03:15 -04:00
Sasha Koshka 498d1b5620 Replaced h1 tags in about with h2 tags
MDN
> Using more than one <h1> is allowed by the HTML specification, but is not
> considered a best practice. Using only one <h1> is beneficial for screen
> reader users.
2022-09-19 19:03:15 -04:00
Sasha Koshka 2404ca3d53 Slogan is no longer an h3 2022-09-19 19:03:15 -04:00
Sasha Koshka 683f3703cd The nav ul is no longer inside of a header
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#usage_notes
2022-09-19 19:03:15 -04:00
Sasha Koshka ce812422a6 Re-aligned various things 2022-09-19 19:03:15 -04:00
Emma Tebibyte be8c29ae68 added works to reading list 2022-09-19 18:26:53 -04:00
Emma Tebibyte 3822f5150c started front page redesign 2022-09-19 17:53:14 -04:00
Emma Tebibyte e1b9c833fe added staff info 2022-09-19 03:09:46 -04:00
Emma Tebibyte e561d62d8d less harsh selection color 2022-09-19 02:09:54 -04:00
Emma Tebibyte 3f1969b112 did a bunch of shit i forgot to commit separately because vyvanse hyperfocus 2022-09-19 02:04:15 -04:00
Emma Tebibyte 27790a3d07 typo 2022-09-16 02:11:37 -04:00
Emma Tebibyte 3983359c8f removed old redirect 2022-09-16 02:11:37 -04:00
Emma Tebibyte 24c77a6c37 potential new slogan? 2022-09-16 02:11:37 -04:00
Emma Tebibyte 97d1b0ccfd minor source changes 2022-09-16 02:11:32 -04:00