Skip to content

Commit

Permalink
Front page and landing page rebrand
Browse files Browse the repository at this point in the history
This is the first step in rebranding the site to Validated Patterns.

We'll need to go through the rest of the site content to make sure it
all matches the new branding.
  • Loading branch information
danmacpherson committed Aug 2, 2023
1 parent 1554d00 commit 2260d46
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
baseURL: "https://validatedpatterns.io/"
languageCode: "en-us"
title: Hybrid Cloud Patterns
title: Validated Patterns
theme: "patternfly"
summaryLength: 20
paginate: 6
params:
site_logo: /images/hybrid_cloud_patterns.png
site_logo: /images/validated-patterns.png
security:
exec:
allow: ["^dart-sass-embedded$", "^go$", "^npx$", "^postcss$", "^asciidoctor$"]
Expand Down
4 changes: 2 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Hybrid Cloud Patterns"
title: "Validated Patterns"
---

![Logo](/images/logo.png)

# Reference architectures with added value

Hybrid Cloud Patterns are an evolution of how you deploy applications in a hybrid cloud. With a pattern, you can automatically deploy a full application stack through a GitOps-based framework. With this framework, you can create business-centric solutions while maintaining a level of Continuous Integration (CI) over your application.
Validated Patterns are an evolution of how you deploy applications in a hybrid cloud. With a pattern, you can automatically deploy a full application stack through a GitOps-based framework. With this framework, you can create business-centric solutions while maintaining a level of Continuous Integration (CI) over your application.
2 changes: 1 addition & 1 deletion content/blog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ menu:
name: Blog
---

Find out the latest news about Hybrid Cloud Patterns.
Find out the latest news about Validated Patterns.
4 changes: 2 additions & 2 deletions content/contribute/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Contribute to Hybrid Cloud Patterns"
title: "Contribute to Validated Patterns"
menu:
main:
weight: 30
name: Contribute
---

Find out how you can contribute to the Hybrid Cloud Pattern project.
Find out how you can contribute to the Validated Patterns project.
4 changes: 2 additions & 2 deletions content/learn/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Learn about Hybrid Cloud Patterns"
title: "Learn about Validated Patterns"
menu:
main:
weight: 20
name: Learn
---

Find out more information about Hybrid Cloud Patterns and how they work.
Find out more information about Validated Patterns and how they work.
6 changes: 3 additions & 3 deletions content/learn/about.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
menu: learn
title: Hybrid Cloud Patterns
title: Validated Patterns
weight: 10
---

# Hybrid Cloud Patterns
# Validated Patterns

Hybrid Cloud Patterns and the downstream Validated Patterns are a natural progression from reference architectures with additional value. Here is a brief video to explain what patterns are all about:
Validated Patterns and the upstream Community Patterns are a natural progression from reference architectures with additional value. Here is a brief video to explain what patterns are all about:

[![patterns-intro-video](https://img.youtube.com/vi/lI8TurakeG4/0.jpg)](https://www.youtube.com/watch?v=lI8TurakeG4)

Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<div class="pf-l-grid pf-u-pt-xl">
<div class="pf-l-grid__item pf-u-px-xl">
<a class="pf-c-page__header-brand-link pf-c-brand pf-u-pb-md" href="/">
<img class="pf-c-brand" src="/images/hybrid_cloud_patterns.png" alt="Hybrid Cloud Patterns">
<img class="pf-c-brand" src="/images/validated-patterns.png" alt="Validated Patterns">
</a>
<p class="footer-link">Hybrid Cloud Patterns are an evolution of how you deploy applications in a hybrid cloud. With a pattern, you can automatically deploy a full application stack through a GitOps-based framework. With this framework, you can create business-centric solutions while maintaining a level of Continuous Integration (CI) over your application.</p>
</div>
Expand Down
Binary file removed static/images/hybrid_cloud_patterns.png
Binary file not shown.
Binary file added static/images/validated-patterns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2260d46

Please sign in to comment.