diff --git a/assets/images/linkspage/document.svg b/assets/images/linkspage/document.svg new file mode 100644 index 00000000..309a4f5b --- /dev/null +++ b/assets/images/linkspage/document.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/images/linkspage/undraw_form_pdf_view.svg b/assets/images/linkspage/undraw_form_pdf_view.svg new file mode 100644 index 00000000..7c0a8d26 --- /dev/null +++ b/assets/images/linkspage/undraw_form_pdf_view.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/images/linkspage/videocam.svg b/assets/images/linkspage/videocam.svg new file mode 100644 index 00000000..d3fdeef7 --- /dev/null +++ b/assets/images/linkspage/videocam.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/images/linkspage/web.svg b/assets/images/linkspage/web.svg new file mode 100644 index 00000000..3af2272e --- /dev/null +++ b/assets/images/linkspage/web.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/english/linkspage.md b/content/english/linkspage.md index f49c5f0e..2b14de3b 100644 --- a/content/english/linkspage.md +++ b/content/english/linkspage.md @@ -1,20 +1,20 @@ --- date: 2023-05-19 title: An Appstek Corp's Product Entity (A market-first SaaS 2.0 solution) -description: Links Page similar to Linktree page. +description: Overview Links Page. load_google_icons: true # (https://fonts.google.com/icons?icon.set=Material+Symbols) Load google icons only in this page (It will boost website performance) page_layout: "default" # Mandatory (If you want to use blog single page layout) +page_description: "" hide_series_post: true # Hide series post hide_related_post: true # hide related post located at the end of the page -hide_post_meta: false # hide post meta like last update & publish data, estimated reading time etc. +hide_post_meta: true # hide post meta like last update & publish data, estimated reading time etc. hide_tableofcontent: true # hide table of contents hide_popup_form: true # hide table of contents -cover_image: false -cover_image_src: "" +cover_image: true +cover_image_src: "/images/logos/logo-dark.svg" cover_image_height: "" -cover_image_width: "" bannerarea: false bannertext: "This is banner area text" @@ -27,12 +27,13 @@ draft: false --- {{< link-row title="Check us out!" >}} - {{< link image="/images/block-image-02.png" label="IntelOps Brochure" url="https://publuu.com/flip-book/289184/674718" >}} - {{< link image="/images/block-image-02.png" label="IntelOps Platform Overview" url="https://publuu.com/flip-book/289184/674198" >}} - {{< link icon="video_label" label="IntelOps Website" url="https://intelops.ai/" target="_self" >}} +{{< link image="/images/linkspage/document.svg" label="IntelOps Brochure" url=`https://publuu.com/flip-book/289184/674718` >}} +{{< link image="/images/linkspage/document.svg" label="IntelOps Platform Overview" url=`https://publuu.com/flip-book/289184/674198` >}} +{{< link image="/images/linkspage/web.svg" label="IntelOps Website" url=`https://intelops.ai/` target="_self" >}} {{}} {{< link-row title="Videos" >}} - {{< link icon="videocam" label="Capten Stack Overview" type="video" videoEmbedId="OpNIXe0Wc30" >}} - {{< link icon="videocam" label="Compage Teaser" type="video" videoEmbedId="6CwEGQlY3Pk" >}} +{{< link image="/images/linkspage/videocam.svg" label="Capten Stack Overview" type="video" videoEmbedId="OpNIXe0Wc30" >}} + +{{< link image="/images/linkspage/videocam.svg" label="Compage Teaser" type="video" videoEmbedId="6CwEGQlY3Pk" >}} {{}} diff --git a/themes/delta/assets/js/script.js b/themes/delta/assets/js/script.js index af711b05..139f5e85 100644 --- a/themes/delta/assets/js/script.js +++ b/themes/delta/assets/js/script.js @@ -54,27 +54,7 @@ blocks.forEach((block) => { // on ready state $(document).ready(function () { "use strict"; - - // Video Modal - // Get a reference to the video URL button and the video iframe - const videoButton = document.querySelector('[data-bs-target="#videoModal"]'); - const videoIframe = document.getElementById('videoIframe'); - - // Add a click event listener to the video button - videoButton?.addEventListener('click', function () { - // Get the video URL from the "video-url" attribute - const videoURL = videoButton.getAttribute('video-url'); - // Set the video URL in the iframe - videoIframe.src = videoURL; - }); - - // Add an event listener for when the modal is closed - const videoModal = document.getElementById('videoModal'); - videoModal?.addEventListener('hidden.bs.modal', function () { - // Remove the src attribute to stop the video - videoIframe.removeAttribute('src'); - }); - + const scrolledPopup = document.querySelector('.scrolledPopup'); if (scrolledPopup) { @@ -220,8 +200,8 @@ $(document).ready(function () { $videoSrc + "?autoplay=1&modestbranding=1&showinfo=0" ); }); - $("#videoModal").on("hide.bs.modal", function (e) { - $("#showVideo").attr("src", $videoSrc); + $("#videoModal").on("hidden.bs.modal", function (e) { + $("#showVideo").attr("src", ""); }); } diff --git a/themes/delta/layouts/_default/single.html b/themes/delta/layouts/_default/single.html index 876311e1..b5d192b6 100644 --- a/themes/delta/layouts/_default/single.html +++ b/themes/delta/layouts/_default/single.html @@ -2,6 +2,22 @@ {{ partial "header.html" . }} + +{{ if .Params.load_google_icons }} + + + +{{ end }} + {{ if or (eq .Section "post") (eq .Params.page_layout "default") (eq .Section "posts") (eq .Section "blog") (eq .Section "blogs") (eq .Section "news") (eq .Section "categories") (eq .Section "tags") }} @@ -76,6 +92,9 @@

{{.Title | markdownify}}

+ {{ with .Params.page_description }} +

{{. | markdownify}}

+ {{ end }} {{ if not .Params.hide_post_meta }} Last Update : {{ .Lastmod.Format "02 January, 2006" }} | Published : {{ .PublishDate.Format "02 January, 2006" }} | {{.ReadingTime}} {{i18n `min_read`}} {{ end }} diff --git a/themes/delta/layouts/partials/header.html b/themes/delta/layouts/partials/header.html index 8e2a4b85..109adbbb 100644 --- a/themes/delta/layouts/partials/header.html +++ b/themes/delta/layouts/partials/header.html @@ -167,18 +167,6 @@ - - -