Compare commits

..

47 Commits

Author SHA1 Message Date
Emma Tebibyte e44e5848da fix body and main width 2022-09-19 19:00:56 -04:00
Emma Tebibyte 526e402fad alphabetized TiB.css 2022-09-19 18:45:54 -04:00
Sasha Koshka 5203ad7561 Removed hardcoded '|'s in HTML and replaced them with css ::after 2022-09-19 18:45:54 -04:00
Sasha Koshka 9719f74707 Minor style tweaks 2022-09-19 18:45:54 -04:00
Sasha Koshka 0ce3cd528b Converted div .section into main 2022-09-19 18:45:54 -04:00
Sasha Koshka 9aa0e39d85 Improved link contrast 2022-09-19 18:45:54 -04:00
Sasha Koshka f3bbe6c531 Replaced section divs with section elements 2022-09-19 18:45:54 -04:00
Sasha Koshka d93647d0f2 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 18:45:54 -04:00
Sasha Koshka 082c4e2551 Slogan is no longer an h3 2022-09-19 18:45:54 -04:00
Sasha Koshka 3e74cd5bf7 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 18:45:54 -04:00
Sasha Koshka 7513683ab8 Re-aligned various things 2022-09-19 18:45:54 -04:00
Sasha Koshka 67c91309d3 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 18:45:53 -04:00
Emma Tebibyte 5651e13f64 added works to reading list 2022-09-19 18:45:53 -04:00
Emma Tebibyte fce00d60cb started front page redesign 2022-09-19 18:45:53 -04:00
Emma Tebibyte eb026874cf added staff info 2022-09-19 18:45:53 -04:00
Emma Tebibyte 69289608d6 less harsh selection color 2022-09-19 18:45:53 -04:00
Emma Tebibyte df987d8386 did a bunch of shit i forgot to commit separately because vyvanse hyperfocus 2022-09-19 18:45:53 -04:00
Emma Tebibyte 89b2576de7 typo 2022-09-19 18:45:53 -04:00
Emma Tebibyte a6e17958a3 removed old redirect 2022-09-19 18:45:53 -04:00
Emma Tebibyte 0eb98e36d0 potential new slogan? 2022-09-19 18:45:53 -04:00
Emma Tebibyte 8a24af138d minor source changes 2022-09-19 18:45:53 -04:00
Emma Tebibyte a1b2b0f448 fixed emma site link 2022-09-19 18:45:53 -04:00
Emma Tebibyte da4bdd3608 removed Nexus section permanently 2022-09-19 18:45:53 -04:00
Emma Tebibyte ae9a95c186 edited ARF description 2022-09-19 18:45:53 -04:00
Emma Tebibyte 8be1628644 minor formatting 2022-09-19 18:45:53 -04:00
Emma Tebibyte 90ba96a834 minor formatting 2022-09-19 18:45:53 -04:00
Emma Tebibyte bc41206524 added ARF to the members list 2022-09-19 18:45:53 -04:00
Emma Tebibyte 2999338ca8 organization & and expansion of network page 2022-09-19 18:45:53 -04:00
Emma Tebibyte 4b16b6ea9e oops 2022-09-19 18:45:53 -04:00
Emma Tebibyte b01f7dbee5 typo 2022-09-19 18:45:53 -04:00
Emma Tebibyte c9a0a4caf3 adapted to new file structure 2022-09-19 18:45:53 -04:00
Emma Tebibyte f86b8377b0 added network page 2022-09-19 18:45:53 -04:00
Emma Tebibyte 2e34c9331d elaborated on the application 2022-09-19 18:45:53 -04:00
Emma Tebibyte 814e70f8e9 added example application 2022-09-19 18:45:53 -04:00
Emma Tebibyte b3d8b298b9 added more information 2022-09-19 18:45:53 -04:00
Emma Tebibyte 5798cbb312 added original application from the blog 2022-09-19 18:45:53 -04:00
Emma Tebibyte 9d1a957351 minor formatting 2022-09-19 18:45:53 -04:00
Emma Tebibyte bc555e04cb minor fixes 2022-09-19 18:45:53 -04:00
Emma Tebibyte 71810ef263 added Ubuntu Mono Ligaturized font 2022-09-19 18:45:53 -04:00
Emma Tebibyte 730fb5381f licensed redirect javascript for librejs 2022-09-19 18:45:53 -04:00
Emma Tebibyte a1626c7fd1 fixed extensions redirect temporarily 2022-09-19 18:45:53 -04:00
Emma Tebibyte 9d05091138 discord invite 2022-09-19 18:45:53 -04:00
Emma Tebibyte 48d78f65d7 fixed another broken link 2022-09-19 18:45:53 -04:00
Emma Tebibyte 6599fca927 fixed broken link 2022-09-19 18:45:53 -04:00
Emma Tebibyte 7b5b9feb9d fixed minor errors 2022-09-19 18:45:53 -04:00
Emma Tebibyte b9c616c859 universalized the design changes 2022-09-19 18:45:53 -04:00
Emma Tebibyte 2ac5c6f276 added content to about and condensed 2022-09-19 18:45:53 -04:00
1 changed files with 3 additions and 1 deletions

View File

@ -52,7 +52,7 @@ blockquote {
body {
background-color: black;
margin: 1em 2em;
margin: 0;
}
header {
@ -77,6 +77,8 @@ main {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: auto;
max-width: 80em;
}
nav {