aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates/home.html
Commit message (Collapse)AuthorAgeFilesLines
* web: re-phrase alpha banner notice; remove header tagBryan Newbold2021-03-041-2/+5
| | | | | Note entirely removing it yet, and keeping the older verison around in comment so we can revert easily (and keep translated notice).
* homepage: fix 'more' linkBryan Newbold2021-03-021-1/+1
|
* html: more i18n template coverage, and less whitespaceBryan Newbold2021-01-221-2/+1
|
* html: more UI tweaks and fixesBryan Newbold2021-01-211-4/+5
|
* update search form target metadataBryan Newbold2020-10-211-1/+1
|
* web: right-to-left design tweaksBryan Newbold2020-10-141-1/+1
|
* web: add some img alt tagsBryan Newbold2020-10-141-5/+5
|
* web: rel=noopener for outlinksBryan Newbold2020-10-141-4/+4
| | | | | | | | | | 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.
* move homepage thumbnails into repo/domainBryan Newbold2020-10-141-8/+8
|
* various alpha disclaimers/labelsBryan Newbold2020-09-151-2/+16
|
* have search buttons animate after submitBryan Newbold2020-08-061-2/+2
| | | | Extremely minimal javascript used
* gaudy placeholder vaporwave logoBryan Newbold2020-07-211-3/+3
|
* Search Inside -> SearchBryan Newbold2020-06-291-1/+1
|
* tweak search box hint textBryan Newbold2020-06-041-1/+1
|
* add a 'scholarly' to homepage textBryan Newbold2020-06-031-1/+1
|
* front page merge sentancesBryan Newbold2020-06-031-2/+1
|
* replace one of the PLOS thumbnails on homepageBryan Newbold2020-06-031-10/+11
|
* tweak search box placeholder textBryan Newbold2020-06-031-1/+1
|
* most links in new tab (target=_blank)Bryan Newbold2020-06-031-4/+4
|
* better translation marking; add some basic de and zhBryan Newbold2020-05-211-3/+3
| | | | Current translations are just from Google Translate
* UI mobile/tablet scaling; search error improvementsBryan Newbold2020-05-211-1/+1
|
* mobile CSS/style changes, and other small UI tweaksBryan Newbold2020-05-211-4/+4
|
* clean up domain/env detection codeBryan Newbold2020-05-211-1/+1
|
* skeleton of basic search, using covid19 indexBryan Newbold2020-05-131-12/+92
|
* very hack-y i18n support in jinja2 templatesBryan Newbold2020-05-121-0/+4
|
* fastapi infrastructureBryan Newbold2020-05-121-0/+8
- API/web distrinction - language code prefixes - content negotiation for endpoints