diff --git a/index.html b/index.html index ef15856..654ff3a 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ Catniped - Home - + @@ -30,12 +30,20 @@

i do things, check them out:


-
project list
- 3D printing metal blog post
- cnc mill
- printer modding adventures (most overkill ender 3)
- + +

+ +
+ + + +
+ +

Find me at

diff --git a/posts/ender3.html b/posts/ender3.html index 09af55f..720faf3 100644 --- a/posts/ender3.html +++ b/posts/ender3.html @@ -8,10 +8,10 @@ Catniped - Blog - - - - + + + + @@ -31,9 +31,11 @@ currently installed: stiff springs, orbiter v2.0, klipper+mainsail


-


- the printer currently, prepared to print the parts for the new printhead

+


+ the printer printing parts for the new printhead

+


+





diff --git a/posts/ender3printing.jpg b/posts/ender3printing.jpg new file mode 100644 index 0000000..71d8e89 Binary files /dev/null and b/posts/ender3printing.jpg differ diff --git a/posts/printhead2.png b/posts/printhead2.png new file mode 100644 index 0000000..7721f65 Binary files /dev/null and b/posts/printhead2.png differ diff --git a/posts/printhead3.png b/posts/printhead3.png new file mode 100644 index 0000000..806e44e Binary files /dev/null and b/posts/printhead3.png differ diff --git a/posts/rapidproto.html b/posts/rapidproto.html index 391faf9..8c33494 100644 --- a/posts/rapidproto.html +++ b/posts/rapidproto.html @@ -8,10 +8,10 @@ Catniped - Blog - - - - + + + + diff --git a/styles/style.css b/styles/style.css index dc3bb28..c882020 100644 --- a/styles/style.css +++ b/styles/style.css @@ -52,7 +52,7 @@ a { } .image2 { - height: 50vw; + height: 30vw; border-radius: 12px; box-shadow: 4px 4px 12px rgba(0,0,0,0.2); object-fit: contain; @@ -74,6 +74,16 @@ a { object-fit: contain; } +.image5 { + width: 40vw; + margin-left: 1vw; + margin-right: 1vw; + margin-top: 3vw; + border-radius: 12px; + box-shadow: 4px 4px 12px rgba(0,0,0,0.2); + object-fit: contain; +} + .divider1 { margin-top: 3svw; margin-bottom: 3svw; @@ -82,6 +92,11 @@ a { width: 95%; } +.links a { + display: inline-block; + margin-top: 0.5vw +} + /* Top navbar styles */ #header:before {