diff --git a/content/components2/img/img_column.png b/content/components2/img/img_column.png new file mode 100644 index 0000000..33fddfd Binary files /dev/null and b/content/components2/img/img_column.png differ diff --git a/content/components2/img/img_column_item.png b/content/components2/img/img_column_item.png new file mode 100644 index 0000000..031841a Binary files /dev/null and b/content/components2/img/img_column_item.png differ diff --git a/content/components2/img/img_header.png b/content/components2/img/img_header.png new file mode 100644 index 0000000..45b1e7a Binary files /dev/null and b/content/components2/img/img_header.png differ diff --git a/content/components2/img/img_portrait.png b/content/components2/img/img_portrait.png new file mode 100644 index 0000000..f78e048 Binary files /dev/null and b/content/components2/img/img_portrait.png differ diff --git a/content/components2/img/img_section.png b/content/components2/img/img_section.png new file mode 100644 index 0000000..19be1b8 Binary files /dev/null and b/content/components2/img/img_section.png differ diff --git a/content/components2/img/logo_bottom.png b/content/components2/img/logo_bottom.png new file mode 100644 index 0000000..a8684a2 Binary files /dev/null and b/content/components2/img/logo_bottom.png differ diff --git a/content/components2/img_column_item.png b/content/components2/img_column_item.png new file mode 100644 index 0000000..031841a Binary files /dev/null and b/content/components2/img_column_item.png differ diff --git a/content/components2/index.md b/content/components2/index.md new file mode 100644 index 0000000..19799d4 --- /dev/null +++ b/content/components2/index.md @@ -0,0 +1,48 @@ +--- +title: "components" +description: "" +date: 2018-09-14 +updated: 2021-02-20 +draft: false +weight: 5 +--- + +
+ + + + + +{% hero( + + hero_subtitle = "Very proud to introduce" + hero_title = "Revolutionary way to build the web" + hero_text = "This is a section of some simple filler text, also known as placeholder text. It shares some characteristics of a real written text but is random." + hero_img = "https://images.unsplash.com/photo-1618004912476-29818d81ae2e?auto=format&q=75&fit=crop&w=1000" + hero_link1 = "#" + hero_link1_name = "Start Now" + hero_link2 = "#" + hero_link2_name = "Take tour" + +) %} + +# test + +{% end %} + + + + + +{% features items=[ + { header = "Header 1", text = "Description 1", link = "#" }, + { header = "Header 2", text = "Description 2", link = "#" }, + { header = "Header 3", text = "Description 3", link = "#" } + +] %} + +# test + +{% end %} + +
\ No newline at end of file diff --git a/templates/shortcodes/features.html b/templates/shortcodes/features.html new file mode 100644 index 0000000..683eafd --- /dev/null +++ b/templates/shortcodes/features.html @@ -0,0 +1,30 @@ +
+
+ +
+

Our competitive advantage

+ +

This is a section of some simple filler text, also known as placeholder text. It shares some characteristics of a real written text but is random or otherwise generated.

+
+ + {% for item in items %} +
+ +
+
+ + + +
+ +
+

{{ header}}

+

{{ text }}

+ {{ link }} +
+
+ +
+ {% endfor %} +
+
\ No newline at end of file