diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-03-29 20:38:46 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-03-29 20:38:46 -0400 |
| commit | f05f03e813086f18082db5a20ffeaadcfe7ff8dc (patch) | |
| tree | ad1f6cb3d2b8fdb5a8792ab782af672f3b8e83f2 | |
| parent | 0089fa8f964c6dbca335582c5a376de618d94389 (diff) | |
Update hardware section of about page
| -rw-r--r-- | haunt/pages/about-complete.sxml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/haunt/pages/about-complete.sxml b/haunt/pages/about-complete.sxml index 7dead63..0f81503 100644 --- a/haunt/pages/about-complete.sxml +++ b/haunt/pages/about-complete.sxml @@ -187,6 +187,16 @@ enough to look past its rough edges.") (tbody (tr (td "Hardware") (td "Pinephone Braveheart Edition")) (tr (td "Operating System") (td "PostmarketOS (Phosh)")))) + (h5 "forte (Mobile Workstation)") + (p "For extended trips away from my apartment, I have this mini-PC I put together. +It's made me think a lot about hardware, since I spent only $300 on it, yet it's +plenty powerful for the things I do.") + (table + (tbody + (tr (td "Hardware") (td "Custom")) + (tr (td "• CPU") (td "AMD(R) Ryzen(TM) 5 5560U with Radeon(TM) Graphics @ 4.0GHz")) + (tr (td "• RAM") (td "12GB DDR4")) + (tr (td "Operating System") (td "Gentoo GNU/Linux")))) (h4 "Other") (p "I've a TL-SG105 as the switch for my bedroom and I wear a Casio CA-53W. The rest of my dragon's hoard is only in semi-regular use:") |