diff --git a/content/navigation/navigation.md b/content/navigation/navigation.md index c34c92448..7ce41434e 100644 --- a/content/navigation/navigation.md +++ b/content/navigation/navigation.md @@ -6,6 +6,11 @@ navLinks: external: false expandable: false + - name: Grid + link: /grid + external: false + expandable: false + - name: Token link: "" external: false diff --git a/content/page/grid/cta/cta.md b/content/page/grid/cta/cta.md new file mode 100644 index 000000000..c50a9f298 --- /dev/null +++ b/content/page/grid/cta/cta.md @@ -0,0 +1,10 @@ +--- +id: grid_cta +title: ZERO OS +image: ./zero_os.png +button: How It Works +link: '#' +button2: Download Zero OS +link2: '#' +--- +Zero-OS is an autonomous and lightweight operating system that achieves unmatched levels of efficiency and security. It has no shell or remote control, making it impossible for humans to access user data on the hardware level, and it was designed to be the most efficient software environment. With powerful compute, storage and network features and it’s industry-leading efficiency, Zero-OS was designed to host anything that runs on Linux, but better diff --git a/content/page/grid/cta/zero_os.png b/content/page/grid/cta/zero_os.png new file mode 100644 index 000000000..e0f03b25a Binary files /dev/null and b/content/page/grid/cta/zero_os.png differ diff --git a/content/page/grid/grid.md b/content/page/grid/grid.md index a58653f1e..a551736f2 100644 --- a/content/page/grid/grid.md +++ b/content/page/grid/grid.md @@ -14,4 +14,5 @@ link: "#" brandPanel: grid_brandPanel brandPanel2: grid_brandPanel2 brandPanel3: grid_brandPanel3 +cta: grid_cta --- diff --git a/src/components/custom/sections/CallToAction.vue b/src/components/custom/sections/CallToAction.vue index 0895b5f1d..789c94cff 100644 --- a/src/components/custom/sections/CallToAction.vue +++ b/src/components/custom/sections/CallToAction.vue @@ -469,6 +469,107 @@ > + + +
+ +

+ {{ cta.title }} +

+
+ {{ cta.button }} + {{ cta.button }} + + {{ cta.button2 }} + {{ cta.button2 }} +
@@ -86,6 +86,11 @@
+