Skip to content

Commit

Permalink
doc/website: update upcoming events (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
shani-a authored Jul 9, 2023
1 parent 769f527 commit 6c5f9ab
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions doc/website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,21 @@ export default function () {
events={{
events: [
{
title: "Getting started with Atlas Cloud",
date: "COMING SOON",
description: "Join us to learn how to set up Atlas Cloud for your team in under one minute.",
imageUrl: "https://atlasgo.io/uploads/event-placeholder.png",
title: "HashiTalks 2023",
date: "Thursday, July 13th, 2023. 08:05 UTC",
description: "Join our lecture on HashiTalks:Israel 2023 and learn how to build modern schema change " +
"management workflows using Terraform, Vault, and Atlas to sustain fast and safe schema evolution.",
linkUrl: 'https://events.hashicorp.com/hashitalksisrael',
imageUrl: 'https://atlasgo.io/uploads/images/posts/v0.3.2/hashitialks2023_3.png',
linkText: 'Register',
},
{
title: "Kubernetes-native schema migrations",
date: "Wednesday, July 19th, 2023. 13:00 UTC",
description: "Discover the power of the Atlas Kubernetes Operator for seamless management of your database schemas in Kubernetes.",
linkUrl: 'https://26565461.hs-sites-eu1.com/webinar-ci/cd-for-databases-with-atlas-cloud-0-0',
imageUrl: 'https://atlasgo.io/uploads/images/posts/v0.3.2/kubernetes_webinar3.png',
linkText: 'Register',
},
],
isHidden: false,
Expand All @@ -23,3 +34,4 @@ export default function () {
</LayoutProvider>
);
}

0 comments on commit 6c5f9ab

Please sign in to comment.