aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates/base.html
Commit message (Collapse)AuthorAgeFilesLines
* serp: expand abstracts using <details>Bryan Newbold2021-01-141-0/+10
| | | | This isn't very polished, but a start, and uses no javascript.
* i18n: add web interface support for 'hr' (Croatian)Bryan Newbold2020-11-181-0/+1
| | | | Thanks to @milotype for starting this new translation on weblate!
* html: better <title>Bryan Newbold2020-10-221-1/+1
|
* make onion-location header configurableBryan Newbold2020-10-221-4/+2
|
* integrate goatcounter JS (analytics)Bryan Newbold2020-10-221-0/+4
|
* update search form target metadataBryan Newbold2020-10-211-1/+1
|
* html: point to local semantic-ui CSSBryan Newbold2020-10-201-11/+2
|
* html: remove already-disabled jquery and Javascript licenseBryan Newbold2020-10-201-38/+0
|
* html: another RTL div style tweakBryan Newbold2020-10-201-2/+2
|
* html: experiment with lang menu rolesBryan Newbold2020-10-201-16/+16
|
* html: several small tweaks and accessibility improvementsBryan Newbold2020-10-201-3/+32
|
* html: add <a> rel tags where appropriateBryan Newbold2020-10-201-3/+3
|
* enable Norwegian (nb) in web interfaceBryan Newbold2020-10-191-3/+4
|
* web: add experimental Onion-Location HTML meta tagBryan Newbold2020-10-151-0/+5
|
* i18n: enable French and Spanish (fr, es)Bryan Newbold2020-10-151-0/+2
|
* remove unused console.log()Bryan Newbold2020-10-151-1/+0
|
* i18n: trim translated messageBryan Newbold2020-10-141-1/+1
|
* accessibility: one more contrast tweakBryan Newbold2020-10-141-0/+3
|
* accessibility: style tweaks for constractBryan Newbold2020-10-141-12/+19
| | | | | | | | | Includes swapping the <head> CSS block to follow the CSS file link, so that file-local styles have precedence. Not sure I like all these changes, for example the link color and blue box colors. Blue "Show XYZ additional hits" message should probably be larger font for readability, not contrast.
* web: right-to-left design tweaksBryan Newbold2020-10-141-2/+2
|
* i18n: enable arabic (ar)Bryan Newbold2020-10-141-0/+1
| | | | | There are no existing translated strings, but enabling to develop/demonstrate RTL design.
* web: improve translation taggingBryan Newbold2020-10-141-1/+6
|
* html: structure more semanticBryan Newbold2020-10-141-8/+8
|
* web: add some img alt tagsBryan Newbold2020-10-141-5/+5
|
* footer: swap column orderBryan Newbold2020-10-141-9/+9
|
* footer: hide IA logo on tablet or smallerBryan Newbold2020-10-141-1/+1
|
* web: rel=noopener for outlinksBryan Newbold2020-10-141-10/+10
| | | | | | | | | | Via Lighthouse. Apparently destination pages can reach-back to the opening window via JS API. Weird! Note that instead of noreferrer, we have a meta tag to have off-domain (off-origin) links only include the origin name (eg, hostname) instead of full URL with query paths. So we don't forward user queries to non-archive.org domains.
* i18n: fix some more local linksBryan Newbold2020-10-051-3/+3
|
* web: fix footer layout for translationsBryan Newbold2020-10-051-4/+5
|
* add Russian (ru) as interface optionBryan Newbold2020-10-051-0/+1
|
* remove un-implemented links from footerBryan Newbold2020-10-011-2/+0
|
* add weblate link to translation pull-down menuBryan Newbold2020-10-011-0/+2
|
* web: fix IA logo path in footerBryan Newbold2020-09-271-1/+1
|
* web: preload links as an optimizationBryan Newbold2020-09-171-0/+9
| | | | | The performance benefit here is probably negligable, but giving it a try to improve first page load times.
* direct static asset links, to fix http downgradeBryan Newbold2020-09-171-4/+4
| | | | | | | | | | There is/was an issue in starlette repo about having url_for() do the right thing when behind a reverse proxy: https://github.com/encode/starlette/issues/538#issuecomment-548795041 but really there is no need, we can just point to the static assets directly.
* various alpha disclaimers/labelsBryan Newbold2020-09-151-0/+3
|
* homepage/footer grammar (The/the, service names)Bryan Newbold2020-09-111-2/+2
|
* have search buttons animate after submitBryan Newbold2020-08-061-1/+8
| | | | Extremely minimal javascript used
* slightly more padding in SERP box at max screen sizeBryan Newbold2020-08-061-0/+3
|
* remove javascript includesBryan Newbold2020-08-061-0/+4
|
* basic placeholder thumbnail imageBryan Newbold2020-08-061-0/+3
|
* set HTML language to locale correctlyBryan Newbold2020-08-061-1/+1
|
* gaudy placeholder vaporwave logoBryan Newbold2020-07-211-9/+8
|
* differentiate SERP card size from other card divsBryan Newbold2020-07-211-1/+1
|
* tweak CSS of last commit so it worksBryan Newbold2020-06-291-1/+1
|
* at full screen width, show full thumbnailsBryan Newbold2020-06-291-0/+3
|
* mouse-over explantion for weird lack-of-logoBryan Newbold2020-06-041-1/+1
|
* tweak search box hint textBryan Newbold2020-06-041-1/+1
|
* start fleshing out /about and /helpBryan Newbold2020-06-031-10/+10
|
* most links in new tab (target=_blank)Bryan Newbold2020-06-031-10/+10
|