diff --git a/layouts/_default/company.html b/layouts/_default/company.html
new file mode 100644
index 0000000..27fca40
--- /dev/null
+++ b/layouts/_default/company.html
@@ -0,0 +1,6 @@
+{{ define "main" }}
+
+
+ {{ .Content }}
+
+{{ end }}
diff --git a/layouts/shortcodes/investor-logo.html b/layouts/shortcodes/investor-logo.html
new file mode 100644
index 0000000..8de4fb1
--- /dev/null
+++ b/layouts/shortcodes/investor-logo.html
@@ -0,0 +1,7 @@
+
+
+ {{ if .Get "image" }}
+

+ {{ else }}
+
+ {{ end }}
+ {{ if .Get "linkedin" }}
+
+
+
+ {{ end }}
+
+
{{ .Get "name" }}
+
{{ .Get "title" }}
+
diff --git a/layouts/shortcodes/value-card.html b/layouts/shortcodes/value-card.html
new file mode 100644
index 0000000..5cf1e05
--- /dev/null
+++ b/layouts/shortcodes/value-card.html
@@ -0,0 +1,21 @@
+