From 3dd870e0b8cbc5d15fe692919cd7358d00b1c2a1 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 6 Nov 2022 18:15:15 +0100 Subject: [PATCH] Add team block to index --- _includes/block/team.html | 118 ++++++++++++++++++++++++++++++++++++++ index.md | 1 + 2 files changed, 119 insertions(+) create mode 100644 _includes/block/team.html diff --git a/_includes/block/team.html b/_includes/block/team.html new file mode 100644 index 00000000..87a36b31 --- /dev/null +++ b/_includes/block/team.html @@ -0,0 +1,118 @@ +
+
+
+

OUR TEAM

+

Whatever cardigan tote bag tumblr hexagon brooklyn asymmetrical gentrify, subway tile poke farm-to-table. Franzen you probably haven't heard of them.

+
+
+
+
+ team +
+

Holden Caulfield

+

UI Developer

+

DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware.

+ + + + + + + + + + + + + + + + + +
+
+
+
+
+ team +
+

Alper Kamu

+

Designer

+

DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware.

+ + + + + + + + + + + + + + + + + +
+
+
+
+
+ team +
+

Atticus Finch

+

UI Developer

+

DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware.

+ + + + + + + + + + + + + + + + + +
+
+
+
+
+ team +
+

Henry Letham

+

Designer

+

DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware.

+ + + + + + + + + + + + + + + + + +
+
+
+
+
+
\ No newline at end of file diff --git a/index.md b/index.md index 39eb3d8d..050e5fa7 100644 --- a/index.md +++ b/index.md @@ -18,6 +18,7 @@ main_page: True {% include block/cta.html cta=site.data.ctas.newsletter %} {% include block/stats.html data=site.data.general.stats %} +{% include block/team.html cta=site.data.team %} {% include block/cta.html cta=site.data.ctas.end %}