43 Commits

Author SHA1 Message Date
Daniel Micay
6ce6afaad0 update reference to Material theme 2021-03-05 18:51:02 -05:00
Danny Lin
713b4ef564 Implement web install using fastboot.js
This implements the WebUSB-based web installer using fastboot.js to
act as a fastboot client. A bare minimum UI with a plain-text
status/progress caption for each step is included, as well as a plain
button to trigger it and basic error handling.

WebADB has been removed now that we are only using fastboot.js.

Initial features:

- Unlocking and locking the bootloader
- Downloading the latest GrapheneOS release available for the device
- Flashing the factory images zip
- Reusing USB connections
2021-01-23 03:28:02 -05:00
Daniel Micay
c950578c7b add styling for inline code blocks too 2020-12-28 05:45:05 -05:00
Daniel Micay
72ca88ec19 add code block styling 2020-12-28 05:31:37 -05:00
Daniel Micay
26a91a0543 document future stretch property 2020-12-23 17:43:55 -05:00
Daniel Micay
8bfe1c4023 drop block display for coin-address p element 2020-12-23 15:40:54 -05:00
Daniel Micay
af487c602b center cryptocurrency donation addresses 2020-12-22 17:34:20 -05:00
Daniel Micay
a5cc377025 add Monero donation address 2020-12-22 17:15:08 -05:00
Daniel Micay
71db53f1e5 handle changed -webkit-fill-available semantics
Chromium changed how this works to better match the evolving
specification and our usage effectively became a no-op.
2020-12-21 01:52:09 -05:00
Daniel Micay
bb56184505 remove unused hidden class from CSS 2020-12-08 00:50:47 -05:00
Daniel Micay
d9f57a84b0 use consistent id naming 2020-12-06 12:39:34 -05:00
Daniel Micay
52dcbd7595 use id to style site menu 2020-12-02 18:02:03 -05:00
Daniel Micay
ea1f59da7d use aria-current="page" instead of custom class 2020-12-02 17:54:07 -05:00
Daniel Micay
e07539f627 update Roboto Mono fonts 2020-11-07 13:10:32 -05:00
Daniel Micay
b5f19b7a53 use semantic main element instead of a div 2020-10-26 10:37:02 -04:00
Daniel Micay
562d79c370 simplify CSS 2020-04-02 17:23:43 -04:00
Daniel Micay
4d0e5d8db6 fix Roboto Mono bold URL 2020-04-02 14:11:40 -04:00
Daniel Micay
05658f768c use upstream font versioning 2020-03-22 05:58:32 -04:00
Daniel Micay
ae8c17cb5d use font-display: swap feature 2020-03-22 05:33:06 -04:00
Daniel Micay
a536db4641 fix whitespace issue 2020-02-26 05:20:28 -05:00
Daniel Micay
5b6605fe90 use lowercase hex color 2020-02-26 05:17:31 -05:00
Daniel Micay
1503d660d2 use -webkit-fill-available instead of 100vh
The approach of using 100vh interacts poorly with how Chromium and
Safari calculate the viewport height on mobile. They include their
navigation bar as part of the viewport height from the start to avoid
dynamic changes to the viewport site.
2019-07-05 21:40:57 -04:00
Daniel Micay
4b64859ee7 push footer to the bottom of the viewport 2019-06-28 06:18:16 -04:00
Daniel Micay
e09bfdf7aa move fonts to dedicated subdirectory 2019-06-18 23:39:06 -04:00
Daniel Micay
60902ba216 releases: add hidden sections for bonito and sargo 2019-06-13 13:51:15 -04:00
Daniel Micay
a7848665f1 adjust approach to header links 2019-06-03 12:27:06 -04:00
Daniel Micay
04ed24bc9d add padding between footer links 2019-05-16 16:27:56 -04:00
Daniel Micay
746eed0a6a use a list for footer links 2019-05-16 15:57:00 -04:00
Daniel Micay
42504d7831 fix inconsistency in code style 2019-05-12 14:09:42 -04:00
Daniel Micay
770f917ff2 update Roboto woff2 files 2019-05-11 18:39:49 -04:00
Daniel Micay
2ed2ba8bf5 replace line breaks with lists for releases page 2019-05-10 17:29:40 -04:00
Daniel Micay
db8a6ae322 disable flexbox footer positioning for now
This causes a very annoying issue of the content no longer overflowing
properly which proved to be too hard to resolve right now.
2019-05-04 21:01:34 -04:00
Daniel Micay
23c02b4ad6 make footer links a bit darker for accessibility
The current color is too light to pass accessibility checks for
contrast. It was intentionally low contrast to make it unintrusive since
it's a footer, but it's probably best to comply with these guidelines.
2019-05-04 19:29:36 -04:00
Daniel Micay
cf28e52361 replace placeholder link colors 2019-05-04 18:08:56 -04:00
Daniel Micay
8c99d4f36c always show footer at the bottom via flexbox 2019-05-03 12:47:28 -04:00
Daniel Micay
70d78628df make the footer links less prominent 2019-05-03 11:29:14 -04:00
Daniel Micay
eb7bc1a835 consistent link colors 2019-05-03 11:17:20 -04:00
Daniel Micay
6b7e55a50a add initial footer to all pages 2019-05-03 10:13:38 -04:00
Daniel Micay
00d4e4bd6c update comment based on seamlessupdate.app 2019-04-28 01:17:11 -04:00
Daniel Micay
0d502c191e add Roboto Italic font 2019-04-26 02:06:06 -04:00
Daniel Micay
f3a47399a7 always show vertical scrollbar to preserve layout 2019-04-25 23:23:13 -04:00
Daniel Micay
f5766668bb add donation page based on attestation.app 2019-04-25 22:57:08 -04:00
Daniel Micay
1f78b34072 initial commit based on seamlessupdate.app 2019-04-25 22:34:35 -04:00