diff --git a/_includes/block_icon_cards.html b/_includes/block_icon_cards.html index 8202b31..2818cf7 100644 --- a/_includes/block_icon_cards.html +++ b/_includes/block_icon_cards.html @@ -31,13 +31,22 @@

{{include.header.title}}

{% assign divCardImg = "service-card-img" %} {% assign imgClass = "img-fluid" %} {% endif %} -
+

{{item.title}}

{{ item.paragraph }}

+ {% if item.button_style == 'link' %} + {% assign buttonClassName = "" %} + {% else %} + {% assign buttonClassName = "button" %} + {% endif %} + {% if item.button_url && item.button_lable %} + {{ item.button_lable }} + {% endif %}
diff --git a/_includes/block_image_cards.html b/_includes/block_image_cards.html index 213bee3..1c25823 100644 --- a/_includes/block_image_cards.html +++ b/_includes/block_image_cards.html @@ -19,9 +19,15 @@

{{include.header.title}}

{{item.title}}

{{ item.paragraph }}

- {{ item.button_lable }} + {% if item.button_style == 'link' %} + {% assign buttonClassName = "" %} + {% else %} + {% assign buttonClassName = "button" %} + {% endif %} + {% if item.button_url && item.button_lable %} + {{ item.button_lable }} + {% endif %}
{% else %} diff --git a/_includes/block_image_text.html b/_includes/block_image_text.html index 22cd42a..26c39e6 100644 --- a/_includes/block_image_text.html +++ b/_includes/block_image_text.html @@ -15,7 +15,14 @@

{{include.header.title}}

{{ include.title }}

{{ include.paragraph }}

- {{ include.button_lable }} + {% if item.button_style == 'link' %} + {% assign buttonClassName = "" %} + {% else %} + {% assign buttonClassName = "button" %} + {% endif %} + {% if item.button_url && item.button_lable %} + {{ include.button_lable }} + {% endif %}
@@ -34,7 +41,14 @@

{{include.header.title}}

{{ include.title }}

{{ include.paragraph }}

- {{ include.button_lable }} + {% if item.button_style == 'link' %} + {% assign buttonClassName = "" %} + {% else %} + {% assign buttonClassName = "button" %} + {% endif %} + {% if item.button_url && item.button_lable %} + {{ include.button_lable }} + {% endif %}
{% endif %} diff --git a/_includes/block_text_cards.html b/_includes/block_text_cards.html index 7a59a7c..e4e1c1d 100644 --- a/_includes/block_text_cards.html +++ b/_includes/block_text_cards.html @@ -20,7 +20,15 @@

{{include.header.title}}

{{ item.title }}

{{ item.paragraph }}

- {{ item.button_lable }} + {% if item.button_style == 'link' %} + {% assign buttonClassName = "" %} + {% else %} + {% assign buttonClassName = "button" %} + {% endif %} + {% if item.button_url && item.button_lable %} + {{ item.button_lable }} + {% endif %} {% endfor %} diff --git a/_includes/block_text_image.html b/_includes/block_text_image.html index 01c2771..067ab47 100644 --- a/_includes/block_text_image.html +++ b/_includes/block_text_image.html @@ -12,7 +12,14 @@

{{include.header.title}}

{{ include.title }}

{{ include.paragraph }}

- {{ include.button_lable }} + {% if item.button_style == 'link' %} + {% assign buttonClassName = "" %} + {% else %} + {% assign buttonClassName = "button" %} + {% endif %} + {% if item.button_url && item.button_lable %} + {{ include.button_lable }} + {% endif %}
@@ -31,7 +38,14 @@

{{include.header.title}}

{{ include.title }}

{{ include.paragraph }}

- {{ include.button_lable }} + {% if item.button_style == 'link' %} + {% assign buttonClassName = "" %} + {% else %} + {% assign buttonClassName = "button" %} + {% endif %} + {% if item.button_url && item.button_lable %} + {{ include.button_lable }} + {% endif %}
diff --git a/about.markdown b/about.markdown index 5545cf1..dfd342b 100644 --- a/about.markdown +++ b/about.markdown @@ -2,7 +2,7 @@ layout: page title: About permalink: /about/ -order: 1 +order: 10 blocks_before: - layout: "block_text" title: About Standard Hub diff --git a/blog/index.md b/blog.markdown similarity index 96% rename from blog/index.md rename to blog.markdown index 9206278..8a73f82 100644 --- a/blog/index.md +++ b/blog.markdown @@ -2,7 +2,7 @@ layout: page title: Blog permalink: /information/blog/ -order: 5 +order: 41 subnav: true pagination: enabled: true diff --git a/contactus.markdown b/contactus.markdown index 5a495dd..1a8e429 100644 --- a/contactus.markdown +++ b/contactus.markdown @@ -2,7 +2,7 @@ layout: page title: Contact us permalink: /contactus/ -order: 7 +order: 50 blocks_before: - layout: "block_image_banner" image: /assets/images/banner/banner-contactus.jpg diff --git a/index.markdown b/index.markdown index b894e86..8687acc 100644 --- a/index.markdown +++ b/index.markdown @@ -19,30 +19,34 @@ blocks: image: assets/images/home/photo_example2.png button_lable: "Lean More" button_url: "https://www.google.com/" + button_style: "link" #display style as link | button(default) - layout: "block_image_text" title: Developers wanted paragraph: Standard Hub has more than 150 specifications defined at the Open Mobile Alliance, IOT Smart Objects created at the IPSO Alliance, and developer tools and resources that facilitate the development of products based on LightweightM2M (LwM2M), the IoT industry’s protocol for device management. image: assets/images/home/photo_example1.png button_lable: "See More" button_url: "" + # button_style: "link" #display style as link | button(default) - layout: "block_text_fluid" title: Our Services paragraph: We have assembled a set of tools, a team, and procedures that are well-suited to a small group of companies with a common interest to spin up a simple effort that results in a pre-standards body of work, as well as a large scale, well-funded project with aspirations of creating a worldwide standard.

We can guide you through the consortium lifecycle from formation to the ongoing governance, the technical collaboration, and the finance and administration. We consider ourselves a part of your team with a singular focus on the execution of your mission. We manage all the core business functions, so you can concentrate on delivering the best possible specifications for your industry. paragraph_aligh: left # center | left image: assets/images/home/section-icon.png - layout: "block_icon_cards" - card_per_line: 4 + card_per_line: 3 cards: - - title: Formation + - title: Formationsss paragraph: There are a number of ways to effectively start a new technical standards project. We will guide you to the path that best fits your needs. image: assets/images/home/service1.png button_lable: "Lean More" - button_url: "" + # button_url: "" + align: center # center | left | right - title: Governance paragraph: Technical consortia must comply with the laws that govern non-profits and they should be governed neutrally for the benefit of all their stakeholders. image: assets/images/home/service2.png button_lable: "Lean More" button_url: "" + button_style: "link" #display style as link | button(default) - title: Working Group Admin paragraph: We have helped consortium members create hundreds of specifications. Every effort is unique, but they have some common features. image: assets/images/home/service3.png @@ -82,6 +86,7 @@ blocks: image_align: right # left|center|right button_lable: "Lean More" button_url: "" + button_style: "link" - title: Governance paragraph: Technical consortia must comply with the laws that govern non-profits and they should be governed neutrally for the benefit of all their stakeholders. image: assets/images/home/section-icon.png @@ -187,6 +192,26 @@ blocks: image: assets/images/gallery/g1.png button_lable: "Lean More" button_url: "" + button_style: "link" #display style as link | button(default) + - title: Content Delivery + paragraph: The CD Working Group is chartered to define the basic delivery mechanisms, bi-directional exchange mechanisms, and the processing of key content formats, including the semantics and user agents, behavior and programming interfaces. + image: assets/images/gallery/g2.png + button_lable: "Lean More" + button_url: "" + - title: Interoperability + paragraph: The IOP Working Group produces high quality test specifications, facilitating testing of implementations of OMA SpecWorks specifications and, in some cases, producing TTCN test code for the validation of specifications. + image: assets/images/gallery/g3.png + button_lable: "Lean More" + button_url: "" + - layout: "block_image_cards" + card_per_line: 4 + cards: + - title: Communications + paragraph: The COM Working Group is responsible for service layer standardization of communications related technologies, including areas such as Messaging, Push-to-talk over Cellular, Presence, Contact Information and Spam Reporting. + image: assets/images/gallery/g1.png + button_lable: "Lean More" + button_url: "" + button_style: "link" #display style as link | button(default) - title: Content Delivery paragraph: The CD Working Group is chartered to define the basic delivery mechanisms, bi-directional exchange mechanisms, and the processing of key content formats, including the semantics and user agents, behavior and programming interfaces. image: assets/images/gallery/g2.png diff --git a/information.markdown b/information.markdown index a9e9eb4..d07ef23 100644 --- a/information.markdown +++ b/information.markdown @@ -2,6 +2,6 @@ layout: page title: information permalink: /information/ -order: 4 +order: 40 parent: true --- \ No newline at end of file diff --git a/partner.markdown b/partner.markdown index b19c684..6f7fe9e 100644 --- a/partner.markdown +++ b/partner.markdown @@ -2,7 +2,7 @@ layout: page title: Partners permalink: /partners/ -order: 3 +order: 30 blocks_before: - layout: "block_image_banner" image: /assets/images/banner/banner-contactus.jpg diff --git a/resources/index.md b/resources.markdown similarity index 96% rename from resources/index.md rename to resources.markdown index 5d7eba9..ef41754 100644 --- a/resources/index.md +++ b/resources.markdown @@ -2,7 +2,7 @@ layout: page title: Resources permalink: /information/resources/ -order: 6 +order: 42 subnav: true pagination: enabled: true diff --git a/services.markdown b/services.markdown index a10b632..8ec92c5 100644 --- a/services.markdown +++ b/services.markdown @@ -2,7 +2,7 @@ layout: page title: Services permalink: /services/ -order: 2 +order: 20 blocks_before: - layout: "block_image_banner" image: /assets/images/banner/banner-contactus.jpg