diff --git a/content/home/index.md b/content/home/index.md index b47eda2..216adec 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -9,286 +9,64 @@ weight: 1 -{{ reviews( - reviews=[ - { - "title":"Title1", - "date":"August 28, 2021", - "stars":[3,2], - "description":"This is the text which will be used" - }, - { - "title":"Title2", - "date":"August 29, 2021", - "stars":[4,1], - "description":"This is the text which will be used 2" - }, - { - "title":"Title3", - "date":"August 30, 2022", - "stars":[5,0], - "description":"This is the text which will be used 3" - }, - ]) -}} - - -{% row(style="left" margin="none" reverse="rightreserve" padding="bottom") %} - - - -
- -
-
- - -## h2 title - - - - -{{ mycomponent( - subject="My Subject", - items=[ - "aaa", - "bbb", - "cccc" - ] - ) -}} - - - -### h3 subtitle - -##### Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. - - - -
- -
- -||| - -![placeholder](./img/img_header.png#mx-auto) - -{% end %} - - -
-{% row(style="center" margin="withContainer" padding="none") %} +{% content1( -## h2 h2 h2 + content1_title = "Our competitive advantage", + content1_text1 = "This is a section of some simple filler text,", + content1_text2 = "This is a section of some simple filler text, also known ", -### h3 h3 h3 +) %} + + +# test +{% end %} + + +{% reviews( + reviews_name = "ehab", + reviews_date = "12/6/2023" + reviews_description = "test test" + +) %}, {% end %} -{% row(style="center" margin="narrow" padding="bottom") %} +{% banner( -
+ banner_text = "This is a section of some simple filler text, also known as placeholder text.", + banner_button_name = "Learn More" -![Image](./img/img_column_item.png#md#mx-auto) - -#### item 1 -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam +) %}
-||| -
-![Image](./img/img_column_item.png#md#mx-auto) -#### item 2 -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam -
-||| -
-![Image](./img/img_column_item.png#md#mx-auto) -#### item 3 -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam -
-{% end %} - -{% row(style="left" margin="withContainer" padding="bottom") %} -![placeholder](./img/img_section.png#mx-auto) -||| -## h2h2h2 -### h3 subtitle -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam

- -{% end %} - -{% row(style="right" margin="withContainer" padding="bottom") %} - -## h2 h2 h2 - -### h3 subtitle - -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam

- - - -||| - -![placeholder](./img/img_section.png#mx-auto) - - -{% end %} - - - -{% row(style="center" margin="narrow" padding="none") %} - -## middle title -### subtitle - -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. - -
- -{% end %} - -{% row(style="center" margin="narrow" padding="none") %} - -
- -![Image](./img/img_column.png#sm#mx-auto) - -#### Lorem ipsum -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - -
- -||| - -
- -![Image](./img/img_column.png#sm#mx-auto) - -#### Lorem ipsum -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - -
- -||| - -
- -![Image](./img/img_column.png#sm#mx-auto) - -#### Lorem ipsum -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - -
- -{% end %} - -
- -{% row(style="center" margin="narrow" padding="none") %} - -
- -![Image](./img/img_column.png#sm#mx-auto) - -#### Lorem ipsum -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - -
- -||| - -
- -![Image](./img/img_column.png#sm#mx-auto) - -#### Lorem ipsum -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - -
- -||| - -
- -![Image](./img/img_column.png#sm#mx-auto) - -#### Lorem ipsum -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - -
- -{% end %} - - - -{% row(style="left" margin="withContainer" padding="both") %} - -![](./img/img_portrait.png#mx-auto) - -||| - -## h2 h2 h2 -### h3 h3 h3 h3 - -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. - -
- - - -{% end %} {% row(style="center" padding="bottom") %} -[![logo1](img/logo_bottom.png#small)](yourlink) -||| - -[![logo2](img/logo_bottom.png#small)](yourlink) - -||| - -[![logo3](img/logo_bottom.png#small)](yourlink) - -||| - -[![logo4](img/logo_bottom.png#small)](yourlink) {% end %} \ No newline at end of file diff --git a/templates/shortcodes/banner.html b/templates/shortcodes/banner.html new file mode 100644 index 0000000..1a70a9a --- /dev/null +++ b/templates/shortcodes/banner.html @@ -0,0 +1,19 @@ +
+ +
+
{{ banner_text }}
+ + {{ banner_button_name }} + + +
+ +
+ +
+ +
\ No newline at end of file diff --git a/templates/shortcodes/content1.html b/templates/shortcodes/content1.html new file mode 100644 index 0000000..e14a864 --- /dev/null +++ b/templates/shortcodes/content1.html @@ -0,0 +1,31 @@ +
+
+

{{ content1_title }}

+ +

+ {{ content1_text }} + +

+ +

About us

+ +

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. It may be used to display a sample of fonts or generate text for testing. Filler text is dummy text which has no meaning however looks very similar to real text.

+ +
    +
  • This is a section of some simple filler text
  • +
  • Also known as placeholder text
  • +
  • It shares some characteristics of a real written 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 or otherwise generated.”
+ +
+ Photo by Minh Pham +
+ +

Features

+ +

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. It may be used to display a sample of fonts or generate text for testing. Filler text is dummy text which has no meaning however looks very similar to real text.

+
+
+ diff --git a/templates/shortcodes/reviews.html b/templates/shortcodes/reviews.html index 4a6abb3..86ab6b7 100644 --- a/templates/shortcodes/reviews.html +++ b/templates/shortcodes/reviews.html @@ -46,10 +46,11 @@
+
- John McCulling - August 28, 2021 + {{ reviews_name }} + {{ reviews_date }}
@@ -76,78 +77,12 @@
-

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. It may be used to display a sample of fonts or generate text for testing.

+

{{ reviews_description }}

+ - -
-
- Kate Berg - July 21, 2021 -
- -
- - - - - - - - - - - - - - - - - - - -
- - -

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. It may be used to display a sample of fonts or generate text for testing.

-
- - - -
-
- Greg Jackson - March 16, 2021 -
- - -
- - - - - - - - - - - - - - - - - - - -
- - -

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. It may be used to display a sample of fonts or generate text for testing.

-