diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-03-13 11:43:10 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-03-13 11:43:10 -0500 |
| commit | 167f99a7fb614ce8a8368cde303537f2a072f834 (patch) | |
| tree | 25d262ebde5b9d00a1e4c7299793a1c85199b50c /static | |
| parent | 135af1643908352475f90eb2c5b3fd732a43843c (diff) | |
use formatted list for recommended devices
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/static/faq.html b/static/faq.html index 7cdb1cec..1c60e48c 100644 --- a/static/faq.html +++ b/static/faq.html @@ -191,11 +191,19 @@ <article id="recommended-devices"> <h3><a href="#recommended-devices">Which devices are recommended?</a></h3> - <p>The recommended devices with the best hardware, firmware and software - security along with the longest future support time are the Pixel 4a, Pixel 4a - (5G) and Pixel 5. We strongly recommend against purchasing older devices. The - Pixel 4a (5G) and Pixel 5 will likely be supported for at least a bit longer - than the Pixel 4a.</p> + <p>The following devices offer the best hardware, firmware and software + security along with the longest future support time and are strongly + recommended:</p> + + <ul> + <li>Pixel 5</li> + <li>Pixel 4a (5G)</li> + <li>Pixel 4a</li> + </ul> + + <p>We strongly recommend against purchasing older devices. The Pixel 5 and + Pixel 4a (5G) will likely be supported for at least a bit longer than the + Pixel 4a.</p> <p>The Pixel 4a is a budget device meeting the same security standards as the more expensive flagship devices. You can read more on the differences between the hardware |
