Add Bash Register article

This commit is contained in:
2026-01-25 12:44:03 -07:00
parent 1f85f22e7a
commit c6ee4beb11
7 changed files with 46 additions and 18 deletions

View File

@@ -50,10 +50,6 @@
height: auto;
color-scheme: light;
}
.floated {
float: left;
margin-right: 1rem;
}
@media screen and (min-width:63rem) {
.content .aside {
display: inline;

View File

@@ -12,13 +12,13 @@ Lead Hardware Engineer - Critical Control, '16-'18
Electrical Engineer - Pivotal Aero, '16-'16
BSc Electrical Engineering - University of Calgary
Blog
Creations
<a href=6>Makerspace Tours
<a href=p>Bypassing ISP Blocked Ports
<a href=j>Japan Photography
<a href=h>Hydroponics
<a href=x>[more]</a>
<a href=3>Bash Register
<a href=0>Protovac Terminal
<a href=7>Fake Dog for Home Security
<a href=5>Garage Door Opener Hack
<a href=z>[more]</a>
Projects
@@ -28,10 +28,10 @@ Projects
<a href=n>Notica
<a href=y>[more]</a>
Creations
Blog
<a href=7>Fake Dog for Home Security
<a href=5>Garage Door Opener Hack
<a href=3>Theatre Acoustic Panels
<a href=0>Wine Crate Coffee Table
<a href=z>[more]
<a href=h>Hydroponics
<a href=j>Japan Photography
<a href=p>Bypassing ISP Blocked Ports
<a href=6>Backup Strategy
<a href=x>[more]

View File

@@ -156,9 +156,10 @@
}
.content img {
width: 100%;
max-width: 36rem;
max-width: min(100%, 36rem);
max-height: 36rem;
height: auto;
width: auto;
display: block;
margin: 0 auto;
}