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 {