diff options
-rw-r--r-- | css/site.css | 10 | ||||
-rw-r--r-- | using.html | 28 |
2 files changed, 24 insertions, 14 deletions
diff --git a/css/site.css b/css/site.css index a1e6bb9..65c3373 100644 --- a/css/site.css +++ b/css/site.css @@ -12,7 +12,7 @@ * ======================== * * jozanofastora.xyz: css/site.css - * Mon Apr 18 01:03:03 CEST 2022 + * Wed Apr 20 00:14:30 CEST 2022 * Joe * * The style @@ -172,18 +172,18 @@ div.body-contents h2 { text-align: left; padding: 0em 0em 0.25rem 0em; margin: 0pt; - margin-top: 1em; + margin-top: 2em; color: #9d0006; border-bottom: 1px solid #9d0006; } div.body-contents h3 { - font-size: 120%; + font-size: 115%; font-weight: bold; text-align: left; padding: 0em 0em 0.25rem 0em; margin: 0pt; - margin-top: 1em; + margin-top: 2em; color: #9d0006; } @@ -193,7 +193,7 @@ div.body-contents h4 { text-align: left; padding: 0em 0em 0.20rem 0em; margin: 0pt; - margin-top: 1em; + margin-top: 2em; } div.body-contents b { @@ -12,7 +12,7 @@ * ======================== * * jozanofastora.xyz: using.html - * Tue Apr 19 22:00:58 CEST 2022 + * Wed Apr 20 00:14:36 CEST 2022 * Joe * * Some of the things I use for computing @@ -134,28 +134,38 @@ <h2>Hardware</h2> <p> My computer is a ThinkPad T530 and I love it. Here is - the hardware config. + the hardware config: <ul> <li>Intel i5-3320M 2.60GHz, 4 threads</li> <li>8GB RAM</li> <li>500GB SSD</li> <li>1TB HDD</li> </ul> - I know it's not insane but I can do all my work and + </p> + <p> + I know it's not crazy good but I can do all my work and my media consumption with it so I consider myself a tech-happy guy. - <br> - I own a RaspberryPi 4 I received from a friend as a - christmas gift. + </p> + <h3>Other notable hardware</h3> + <p> + I have a RaspberryPi 4 I received from a friend as a + christmas gift. It runs FreeBSD of course. I use it to + learn I2C/GPIO programming with a bit of electronics. I am + looking for some projects for it. <br> I have a Casio F-91W watch gifted by a friend too so I never loose time. <br> - Last piece of hardware worth noting is my keyboard: - a Leopold FC900R PD with Cherry MX Brown switches. It is so + Last piece of hardware worth noting is my keyboard: a + <a href="https://mechanicalkeyboards.com/shop/index.php?l=product_list&c=169"> + Leopold + </a> + FC900R PD with Cherry MX Brown switches. It is so good I plan on buying maybe 5 of them in the future so I don't need to worry and I can just use it the same model - for all my life. I might check some of the Unicomp Model M + for all my life. I might check some of the + <a href="https://www.pckeyboard.com/">Unicomp</a> Model M remake when they are available again. </p> </div> |