Fixing up uses styles.

This commit is contained in:
Bradley Shellnut 2023-01-30 20:17:48 -08:00
parent 361bc2c9eb
commit 11e5e9aac5

View file

@ -39,15 +39,12 @@
</p> </p>
</div> </div>
<div class="uses-block-styles"> <div class="uses-block-styles">
<div style="display: grid; grid-template-columns: minmax(400px, 0.65fr); justify-content: center; margin-bottom: 2rem;"> <div style="display: grid; justify-content: center; margin-bottom: 2rem;">
<figure> <figure>
<img src={DesktopImage} alt="Clean desktop" width="400px"/> <img src={DesktopImage} alt="Clean desktop" width="400px"/>
</figure> </figure>
</div> </div>
<h2>Hardware & Accessories</h2> <h2>Hardware & Accessories</h2>
<ul>
<li>
Computers 💻
<ul> <ul>
<li>MacBook Pro 15-inch for work.</li> <li>MacBook Pro 15-inch for work.</li>
<li> <li>
@ -64,8 +61,6 @@
. .
</li> </li>
<li>Dell XPS 13 running PopOS.</li> <li>Dell XPS 13 running PopOS.</li>
</ul>
</li>
<li> <li>
Phone 📱: Pixel 6 running{' '} Phone 📱: Pixel 6 running{' '}
<a <a
@ -112,7 +107,7 @@
href="https://secretlabus.myshopify.com/collections/omega-series#omega_2020-stealth" href="https://secretlabus.myshopify.com/collections/omega-series#omega_2020-stealth"
rel="noreferrer" rel="noreferrer"
> >
Secretlab Omega 2020 Fabric SecretLab Omega 2020 Fabric
</a> </a>
</li> </li>
<li> <li>
@ -158,48 +153,7 @@
<h3>Terminal & Shell Setup</h3> <h3>Terminal & Shell Setup</h3>
<ul> <ul>
<li> <li>
<a On Linux just the built in terminal running ZSH and <a target="_blank" aria-label="Starship prompt" href="https://starship.rs" rel="noreferrer">Starship</a>.
target="_blank"
aria-label="Hyper JS Terminal"
href="https://hyper.is/"
rel="noreferrer"
>
HyperJS
</a>
: Mostly using for personal development on PopOS or Ubuntu. I get by
with just a few plugins listed below:
<div class="uses-flat-list">
<li>
<a
target="_blank"
aria-label="HyperJS Cobalt Theme"
href="https://github.com/wesbos/hyperterm-cobalt2-theme"
rel="noreferrer"
>
Cobalt2 Theme
</a>
</li>
<li>
<a
target="_blank"
aria-label="Tabs Enhanced Plugin"
href="https://github.com/henrikdahl/hyper-tabs-enhanced"
rel="noreferrer"
>
Hyper Tabs Enhanced
</a>
</li>
<li>
<a
target="_blank"
aria-label="Statusline Plugin"
href="https://github.com/henrikdahl/hyper-statusline"
rel="noreferrer"
>
Hyper Statusline
</a>
</li>
</div>
</li> </li>
<li> <li>
<a <a
@ -496,18 +450,13 @@
<h2>Privacy Hardware and Software</h2> <h2>Privacy Hardware and Software</h2>
<p> <p>
For the past few years I've been working towards moving my data to For the past few years I've been working towards moving my data to
selfhosted systems and systems I trust to hold my data. self-hosted systems and systems I trust to hold my data.
</p> </p>
<p> <p>
If you want to see more info about this head to my{' '} If you want to see more info about this head to my{' '}
<a href="/privacy">Privacy</a> page. <a href="/privacy">Privacy</a> page.
</p> </p>
<ul> <p>Hardware Authentication</p>
<li>
Hardware
<ul>
<li>
Hardware Authentication
<ul> <ul>
<li> <li>
<a <a
@ -520,9 +469,7 @@
</a> </a>
</li> </li>
</ul> </ul>
</li> <p>NAS Servers</p>
<li>
NAS Servers
<ul> <ul>
<li> <li>
<a <a
@ -536,11 +483,7 @@
</li> </li>
<li>Mac Mini 2015</li> <li>Mac Mini 2015</li>
</ul> </ul>
</li> <p>Software</p>
</ul>
</li>
<li>
Software
<ul> <ul>
<li> <li>
<a <a
@ -593,14 +536,13 @@
</a> </a>
</li> </li>
</ul> </ul>
</li>
</ul>
</div> </div>
</div> </div>
<style lang="postcss"> <style lang="postcss">
.uses { .uses {
li { li {
list-style: none;
a { a {
:hover { :hover {
color: var(--shellYellow); color: var(--shellYellow);