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>
</div>
<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>
<img src={DesktopImage} alt="Clean desktop" width="400px"/>
</figure>
</div>
<h2>Hardware & Accessories</h2>
<ul>
<li>
Computers 💻
<ul>
<li>MacBook Pro 15-inch for work.</li>
<li>
@ -64,8 +61,6 @@
.
</li>
<li>Dell XPS 13 running PopOS.</li>
</ul>
</li>
<li>
Phone 📱: Pixel 6 running{' '}
<a
@ -112,7 +107,7 @@
href="https://secretlabus.myshopify.com/collections/omega-series#omega_2020-stealth"
rel="noreferrer"
>
Secretlab Omega 2020 Fabric
SecretLab Omega 2020 Fabric
</a>
</li>
<li>
@ -158,48 +153,7 @@
<h3>Terminal & Shell Setup</h3>
<ul>
<li>
<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>
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>.
</li>
<li>
<a
@ -496,18 +450,13 @@
<h2>Privacy Hardware and Software</h2>
<p>
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>
If you want to see more info about this head to my{' '}
<a href="/privacy">Privacy</a> page.
</p>
<ul>
<li>
Hardware
<ul>
<li>
Hardware Authentication
<p>Hardware Authentication</p>
<ul>
<li>
<a
@ -520,9 +469,7 @@
</a>
</li>
</ul>
</li>
<li>
NAS Servers
<p>NAS Servers</p>
<ul>
<li>
<a
@ -536,11 +483,7 @@
</li>
<li>Mac Mini 2015</li>
</ul>
</li>
</ul>
</li>
<li>
Software
<p>Software</p>
<ul>
<li>
<a
@ -593,14 +536,13 @@
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<style lang="postcss">
.uses {
li {
list-style: none;
a {
:hover {
color: var(--shellYellow);