diff --git a/public/images/computing-box-logo.svg b/public/images/computing-box-logo.svg
new file mode 100644
index 0000000..7bf11ef
--- /dev/null
+++ b/public/images/computing-box-logo.svg
@@ -0,0 +1,1017 @@
+
+
diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro
index 9d59a34..95ef8ae 100644
--- a/src/layouts/BaseLayout.astro
+++ b/src/layouts/BaseLayout.astro
@@ -1,5 +1,7 @@
---
-const { title = "Computing:Box" } = Astro.props;
+const {
+ title = "Computing:Box",
+} = Astro.props;
---
@@ -8,34 +10,124 @@ const { title = "Computing:Box" } = Astro.props;
{title}
-
+
-