This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/trunk by this push:
new f02aa10d7 Replaced Forward banner with Summit in index and events pages
f02aa10d7 is described below
commit f02aa10d7b2471e6da5df316f0f596e911ce3873
Author: Stefano Lottini <[email protected]>
AuthorDate: Fri Apr 28 13:10:04 2023 +0200
Replaced Forward banner with Summit in index and events pages
patch by Stefano Lottini; reviewed by Mick Semb Wever, Erick Ramirez for
CASSANDRA-18488
---
.../images/events/cassandra-summit-banner-1000x250.png | Bin 0 -> 65651 bytes
site-content/source/modules/ROOT/pages/index.adoc | 6 +++---
site-ui/src/img/cassandra-summit-banner-1000x250.png | Bin 0 -> 65651 bytes
site-ui/src/layouts/events.hbs | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/site-content/source/modules/ROOT/images/events/cassandra-summit-banner-1000x250.png
b/site-content/source/modules/ROOT/images/events/cassandra-summit-banner-1000x250.png
new file mode 100644
index 000000000..ca7cc46fb
Binary files /dev/null and
b/site-content/source/modules/ROOT/images/events/cassandra-summit-banner-1000x250.png
differ
diff --git a/site-content/source/modules/ROOT/pages/index.adoc
b/site-content/source/modules/ROOT/pages/index.adoc
index 5cd571708..7b0c2ec8b 100644
--- a/site-content/source/modules/ROOT/pages/index.adoc
+++ b/site-content/source/modules/ROOT/pages/index.adoc
@@ -39,12 +39,12 @@ Banner: The section below is where the updated banner
content goes.
[openblock, home-hero-content text-center pa-large]
--------
[discrete]
-image:events/cassandra-forward-banner-1000x250.png[Cassandra Forward 2023]
+image:events/cassandra-summit-banner-1000x250.png[Cassandra Summit 2023]
[discrete]
-=== Learn what's coming, get new skills and celebrate with us!
+=== Let's celebrate what we've built and share what's next!
[.btn.btn--grad]
-https://www.cassandrasummit.org/cassandra-forward/[Register now^]
+https://events.linuxfoundation.org/cassandra-summit/register/[Register now^]
--------
------
----
diff --git a/site-ui/src/img/cassandra-summit-banner-1000x250.png
b/site-ui/src/img/cassandra-summit-banner-1000x250.png
new file mode 100644
index 000000000..ca7cc46fb
Binary files /dev/null and
b/site-ui/src/img/cassandra-summit-banner-1000x250.png differ
diff --git a/site-ui/src/layouts/events.hbs b/site-ui/src/layouts/events.hbs
index df2af7ded..001f8a4c2 100644
--- a/site-ui/src/layouts/events.hbs
+++ b/site-ui/src/layouts/events.hbs
@@ -21,7 +21,7 @@
</div>
<section id="events-main" class="arrow py-large">
<div class="inner">
- <p class="text-center"><a
href="https://www.cassandrasummit.org/cassandra-forward/" target="_blank"><img
src="{{{uiRootPath}}}/img/cassandra-forward-banner-1000x250.png" alt="Apache
Cassandra Forward 2023" class="events-banner"/></a></p>
+ <p class="text-center"><a
href="https://events.linuxfoundation.org/cassandra-summit/register/"
target="_blank"><img
src="{{{uiRootPath}}}/img/cassandra-summit-banner-1000x250.png" alt="Cassandra
Summit 2023" class="events-banner"/></a></p>
<p class="py-large text-center">
Cassandra events bring the community together. Everyone
(whether they are an individual user, contributor, or company) is welcome to
attend and help organize these events. They are an opportunity for users,
enthusiasts, and community members to share their experiences working with
Cassandra daily, hear talks and participate whether they are beginners or
experts.
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]