diff --git a/home/_includes/cta.html b/home/_includes/cta.html index 079a5c6e..e3f66f09 100644 --- a/home/_includes/cta.html +++ b/home/_includes/cta.html @@ -3,10 +3,13 @@
{% endunless %}
-

{{ include.cta.text }}

+

{{ include.cta.text|default:include.text }}

{% for item in include.cta.btn %} - + {{ item.text }} {% endfor %} + {% if include.link %} + {{ include.link_text }} + {% endif %}
{% unless include.no_container %}
diff --git a/home/_includes/team.html b/home/_includes/team.html new file mode 100644 index 00000000..890392b3 --- /dev/null +++ b/home/_includes/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/home/_includes/testimonials.html b/home/_includes/testimonials.html new file mode 100644 index 00000000..87cc97d2 --- /dev/null +++ b/home/_includes/testimonials.html @@ -0,0 +1,37 @@ +
+
+

Testimonials

+
+
+
+ + + +

Synth chartreuse iPhone lomo cray raw denim brunch everyday carry neutra before they sold out fixie 90's microdosing. Tacos pinterest fanny pack venmo, post-ironic heirloom try-hard pabst authentic iceland.

+ + testimonial + + Holden Caulfield + UI DEVELOPER + + +
+
+
+
+ + + +

Synth chartreuse iPhone lomo cray raw denim brunch everyday carry neutra before they sold out fixie 90's microdosing. Tacos pinterest fanny pack venmo, post-ironic heirloom try-hard pabst authentic iceland.

+ + testimonial + + Alper Kamu + DESIGNER + + +
+
+
+
+
\ No newline at end of file diff --git a/home/education.md b/home/education.md index baf85cbe..847da998 100644 --- a/home/education.md +++ b/home/education.md @@ -8,7 +8,7 @@ backLink: false {% assign for_e = site.data.for_edu %} {% include features.html data=for_e %} -{% include cta.html text='read more on the site!' %} +{% include cta.html text='InvenTree provides functions for all kinds of users and parts' link = '/' link_text = 'Learn More' %} {% assign function = site.data.function %} {% include functions.html data=function %}