From 11a2ab15684e5fdf1824a122f943435183efe716 Mon Sep 17 00:00:00 2001 From: britt6612 Date: Mon, 4 Nov 2024 14:01:42 -0700 Subject: [PATCH 1/4] remove aruba logo --- aries-site/src/pages/foundation/our-brand.mdx | 34 +------------------ 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/aries-site/src/pages/foundation/our-brand.mdx b/aries-site/src/pages/foundation/our-brand.mdx index d8c9e82b2..1ab891b6f 100644 --- a/aries-site/src/pages/foundation/our-brand.mdx +++ b/aries-site/src/pages/foundation/our-brand.mdx @@ -8,16 +8,10 @@ customers and their success, with a color which signals growth and opportunity, and an approachable word-mark which says we are welcoming to our partners. -This guide also supports, Aruba, a Hewlett Packard Enterprise company, -a leading provider of next-generation networking solutions for -enterprise whose cloud first approach is part of HPE's effort to help -our partners address the fundamental changes in today's business -environment. - All usage of the Hewlett Packard Enterprise brand elements is subject to the requirements and restrictions outlined in the [Terms of Use](https://www.hpe.com/us/en/about/legal/terms-of-use.html). -For additional guidance refer +For additional guidance and logo usage refer to [Brand Central](https://brandcentral.hpe.com/home). ## Hewlett Packard Enterprise @@ -80,29 +74,3 @@ compliant. For additional information and guidance view [Brand Central](https://h10014.www1.hpe.com/brand-central/content/aruba). -### Aruba logo - -Use the Aruba logo when establishing the brand and building layouts -with less dense content. Place the logo on the top-left or bottom-left -depending on the layout; neither placement is necessarily preferred. - - - Aruba Logo - - - Aruba Logo - - -### Aruba icon - -Always use the Aruba icon at the top-left of your service or product -experience. To ensure consistency across Aruba, the icon should always -be accompanied by the company name and product/service name. Do not -veer from the layout and spacing of the elements. - - - - - - - From 7d9d00cc635ce142749d16fb25bf05abeac2a7a6 Mon Sep 17 00:00:00 2001 From: britt6612 Date: Mon, 4 Nov 2024 16:00:21 -0700 Subject: [PATCH 2/4] remove networks under aruba --- aries-site/src/pages/foundation/our-brand.mdx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/aries-site/src/pages/foundation/our-brand.mdx b/aries-site/src/pages/foundation/our-brand.mdx index 1ab891b6f..2ec66f488 100644 --- a/aries-site/src/pages/foundation/our-brand.mdx +++ b/aries-site/src/pages/foundation/our-brand.mdx @@ -67,10 +67,5 @@ not veer from the layout and spacing of the elements. ## Aruba Networks -Aruba Networks, also referenced as Aruba, has a couple logo -variations. Each variation should be used in the appropriate context. -Being aware of the different uses will help make your experience more -compliant. - -For additional information and guidance view [Brand Central](https://h10014.www1.hpe.com/brand-central/content/aruba). +For additional information and guidance on HPE Aruba Networking view [Brand Central](https://h10014.www1.hpe.com/brand-central/content/aruba). From 027c7a2cd5623c9b48cf2871cb76922249c8308e Mon Sep 17 00:00:00 2001 From: britt6612 Date: Tue, 5 Nov 2024 10:21:45 -0700 Subject: [PATCH 3/4] update icon guidance --- .../examples/foundation/icons/IconPlainExample.js | 13 ++++++------- aries-site/src/pages/foundation/icons.mdx | 2 +- aries-site/src/pages/foundation/our-brand.mdx | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/aries-site/src/examples/foundation/icons/IconPlainExample.js b/aries-site/src/examples/foundation/icons/IconPlainExample.js index 27b68b00c..1b9d91bbf 100644 --- a/aries-site/src/examples/foundation/icons/IconPlainExample.js +++ b/aries-site/src/examples/foundation/icons/IconPlainExample.js @@ -1,11 +1,10 @@ import React from 'react'; import { Box } from 'grommet'; -import { Hpe, Aruba, Hpi } from 'grommet-icons'; +import { Hpe, Hpi } from 'grommet-icons'; export const IconPlainExample = () => ( - - - - - - ); + + + + +); diff --git a/aries-site/src/pages/foundation/icons.mdx b/aries-site/src/pages/foundation/icons.mdx index d98e9fcf5..ddfb0acc7 100644 --- a/aries-site/src/pages/foundation/icons.mdx +++ b/aries-site/src/pages/foundation/icons.mdx @@ -80,7 +80,7 @@ The icon should be centered aligned with any text that is being used next to it. ### Icon plain color -The default icon color is 'text-strong' for the corresponding light/dark mode. For some icons there are spcific colors in how they are represented, such as HPE, HP, Aruba that need to respect the built in colors for those SVGs so the color prop can be given 'plain'. +The default icon color is 'text-strong' for the corresponding light/dark mode. For some icons there are spcific colors in how they are represented, such as HPE, HP that need to respect the built in colors for those SVGs so the color prop can be given 'plain'. diff --git a/aries-site/src/pages/foundation/our-brand.mdx b/aries-site/src/pages/foundation/our-brand.mdx index 2ec66f488..d587c30e1 100644 --- a/aries-site/src/pages/foundation/our-brand.mdx +++ b/aries-site/src/pages/foundation/our-brand.mdx @@ -65,7 +65,7 @@ not veer from the layout and spacing of the elements. -## Aruba Networks +## HPE Aruba Networks For additional information and guidance on HPE Aruba Networking view [Brand Central](https://h10014.www1.hpe.com/brand-central/content/aruba). From 2bf0d1ad215c57ddb2b018601e296ab01ccc87e8 Mon Sep 17 00:00:00 2001 From: britt6612 Date: Mon, 18 Nov 2024 10:32:45 -0700 Subject: [PATCH 4/4] fix link --- aries-site/src/pages/foundation/our-brand.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aries-site/src/pages/foundation/our-brand.mdx b/aries-site/src/pages/foundation/our-brand.mdx index d587c30e1..50804486b 100644 --- a/aries-site/src/pages/foundation/our-brand.mdx +++ b/aries-site/src/pages/foundation/our-brand.mdx @@ -67,5 +67,5 @@ not veer from the layout and spacing of the elements. ## HPE Aruba Networks -For additional information and guidance on HPE Aruba Networking view [Brand Central](https://h10014.www1.hpe.com/brand-central/content/aruba). +For additional information and guidance on HPE Aruba Networking view [Brand Central](https://brandcentral.hpe.com/brand-central/content/hpe-logo-and-hpe-greenlake-badge#hpe-aruba-networking-wordmark).