diff --git a/content/u/products/video-conference/contents.lr b/content/u/products/video-conference/contents.lr index 79f4171..d60e193 100644 --- a/content/u/products/video-conference/contents.lr +++ b/content/u/products/video-conference/contents.lr @@ -4,13 +4,17 @@ _hidden: no --- title: Video Conference Call --- -subtitle: Free, Open Source and sustainable Video Conference +subtitle: + +Free, Open Source and sustainable Video Conference --- image: /u/image/cards/videoconf.jpg --- headline1: Secure & Free --- -headline2: Video Conference +headline2: + +Video Conference --- header_background_color: #095fce --- @@ -35,4 +39,30 @@ Use our free video conference to call the ones you need to talk to. Wherever you --- content1_image: /u/image/jitsi-ungleich.jpg ---- \ No newline at end of file +--- +slide: + +#### slide #### +title: Online Video Conferencing +---- +description: We would provide you excellent open source tools that would help you get started with online video conferencing +---- +button_text: Click Me +---- +button_link: https://www.google.com +---- +background_image: +---- +video_mp4: video-chat.mp4 +#### slide #### +title: Online Video Conferencing For Education +---- +description: Whether, you are a Student or a Teacher, with our remote video conferencing you can collaborate easily +---- +button_text: Click Me +---- +button_link: http://www.google.com +---- +background_image: video-call.jpg +---- +video_mp4: diff --git a/content/u/products/video-conference/video-call.jpg b/content/u/products/video-conference/video-call.jpg new file mode 100644 index 0000000..17b82ee Binary files /dev/null and b/content/u/products/video-conference/video-call.jpg differ diff --git a/content/u/products/video-conference/video-chat.mp4 b/content/u/products/video-conference/video-chat.mp4 new file mode 100644 index 0000000..fb4ea01 Binary files /dev/null and b/content/u/products/video-conference/video-chat.mp4 differ diff --git a/flowblocks/slide.ini b/flowblocks/slide.ini new file mode 100644 index 0000000..06fb715 --- /dev/null +++ b/flowblocks/slide.ini @@ -0,0 +1,27 @@ +[block] +name = Slide +button_label = Slide + +[fields.title] +label = Title +type = string + +[fields.description] +label = Description +type = string + +[fields.button_text] +label = Button Text +type = string + +[fields.button_link] +label = Button Link +type = url + +[fields.background_image] +label = Background Image +type = text + +[fields.video_mp4] +label = Video MP4 +type = text \ No newline at end of file diff --git a/models/page-2020.ini b/models/page-2020.ini index b526442..83da18b 100644 --- a/models/page-2020.ini +++ b/models/page-2020.ini @@ -18,6 +18,3 @@ type = markdown label = Image type = url -[fields.slider] -type = flow -flow_blocks = slider diff --git a/models/product.ini b/models/product.ini index 4e49c54..80097d0 100644 --- a/models/product.ini +++ b/models/product.ini @@ -181,3 +181,7 @@ type = url [fields.image] label = Index Image type = url + +[fields.slide] +type = flow +flow_blocks = slide \ No newline at end of file diff --git a/templates/blocks/slide.html b/templates/blocks/slide.html new file mode 100644 index 0000000..6be6599 --- /dev/null +++ b/templates/blocks/slide.html @@ -0,0 +1,21 @@ + + + diff --git a/templates/blocks/slider.html b/templates/blocks/slider.html deleted file mode 100644 index 1397967..0000000 --- a/templates/blocks/slider.html +++ /dev/null @@ -1,3 +0,0 @@ -
- {{ this.text }} -
diff --git a/templates/layout-2020.html b/templates/layout-2020.html index 83686b1..0c5eb24 100644 --- a/templates/layout-2020.html +++ b/templates/layout-2020.html @@ -41,6 +41,18 @@ + {% if this.header_background_color %} @@ -104,8 +116,30 @@ If headline1/2/3 given, take the headline. Else default to boxed title + subtitle #} + + {% if this.slide %} + + + - {% if this.headline1 or this.headline2 or this.headline3 %} + {% elif this.headline1 or this.headline2 or this.headline3 %}

@@ -154,5 +188,8 @@ src="/u/static/popper.js-1.16.0/dist/esm/popper.min.js"> +