diff --git a/src/components/branding/InlineBrand.astro b/src/components/branding/InlineBrand.astro
new file mode 100644
index 0000000..2d09fc6
--- /dev/null
+++ b/src/components/branding/InlineBrand.astro
@@ -0,0 +1,11 @@
+---
+
+---
+
+
+
+ opendatakit
diff --git a/src/pages/index.astro b/src/pages/index.astro
index bac63ca..978b54c 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -2,6 +2,9 @@
import BaseHead from "../components/BaseHead.astro";
import Header from "../components/Header.astro";
import Footer from "../components/Footer.astro";
+
+import InlineBrand from "../components/branding/InlineBrand.astro";
+
import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
var title = `${SITE_TITLE}`;
@@ -10,10 +13,6 @@ var title = `${SITE_TITLE}`;