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 aa44517ac Replace twitter links with bluesky
aa44517ac is described below

commit aa44517ac51373662a4cdfab81920265b9af5960
Author: mck <[email protected]>
AuthorDate: Wed Nov 27 12:16:24 2024 +0100

    Replace twitter links with bluesky
    
    Set docker build+run to x86
    Remove the Cassandra Summit banner, simplify it to text
    
     patch by Mick Semb Wever; reviewed by Jon Haddad
---
 run.sh                                            |   8 ++++----
 site-content/source/modules/ROOT/pages/index.adoc |   6 ++----
 site-ui/build/ui-bundle.zip                       | Bin 4883646 -> 4886958 
bytes
 site-ui/src/img/bluesky.png                       | Bin 0 -> 9725 bytes
 site-ui/src/partials/docs-header-content.hbs      |   2 +-
 site-ui/src/partials/footer-content.hbs           |   2 +-
 site-ui/src/partials/header-content.hbs           |   2 +-
 7 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/run.sh b/run.sh
index 5da45146f..428ebbcad 100755
--- a/run.sh
+++ b/run.sh
@@ -220,7 +220,7 @@ build_container() {
     docker_build_args+=(--build-arg "$(sed '1,/:/ s/:/=/' <<< "${key_value}")")
   done
 
-  exec_docker_build_command "-f ./site-${site_component}/Dockerfile -t 
${container_tag} ${docker_build_args[*]} ./site-${site_component}/"
+  exec_docker_build_command "--platform linux/x86_64 -f 
./site-${site_component}/Dockerfile -t ${container_tag} ${docker_build_args[*]} 
./site-${site_component}/"
 }
 
 parse_file_uri() {
@@ -519,7 +519,7 @@ EOF
     env_args+=("-e ANTORA_UI_BUNDLE_URL=${url_source_value}")
   fi
 
-  exec_docker_run_command --name "website_content" "${port_map_option} 
${vol_args[*]} ${env_file_arg} ${env_args[*]} ${container_tag} 
${command_generate_docs} ${container_command}"
+  exec_docker_run_command --name "website_content" --platform linux/x86_64 
"${port_map_option} ${vol_args[*]} ${env_file_arg} ${env_args[*]} 
${container_tag} ${command_generate_docs} ${container_command}"
 }
 
 run_website_command() {
@@ -574,9 +574,9 @@ run_docker_website_ui_command() {
 
   if [ "${container_command}" = "help" ]
   then
-    exec_docker_run_command --name "website_ui" -v "${volume_map_option}" 
"${container_tag}"
+    exec_docker_run_command --name "website_ui" --platform linux/x86_64 -v 
"${volume_map_option}" "${container_tag}"
   else
-    exec_docker_run_command --name "website_ui" "${port_map_option}" -v 
"${volume_map_option}" "${container_tag}" "${container_command}"
+    exec_docker_run_command --name "website_ui" --platform linux/x86_64 
"${port_map_option}" -v "${volume_map_option}" "${container_tag}" 
"${container_command}"
   fi
 }
 
diff --git a/site-content/source/modules/ROOT/pages/index.adoc 
b/site-content/source/modules/ROOT/pages/index.adoc
index 113153ce6..7fd6a5972 100644
--- a/site-content/source/modules/ROOT/pages/index.adoc
+++ b/site-content/source/modules/ROOT/pages/index.adoc
@@ -42,12 +42,10 @@ Banner: The section below is where the updated banner 
content goes.
 [openblock, home-hero-content text-center pa-large]
 --------
 [discrete]
-image:events/cassandra-summit-banner-1000x250.png[Cassandra Summit 2023]
-[discrete]
-=== Talks and Keynotes videos are published!
+=== Talks and Keynotes videos from the Cassandra Summit are published!
 
 [.btn.btn--grad]
-https://events.linuxfoundation.org/cassandra-summit/program/schedule/[Watch 
the videos^]
+https://events.linuxfoundation.org/cassandra-summit/program/schedule/[Watch 
all the videos^]
 --------
 ------
 ----
diff --git a/site-ui/build/ui-bundle.zip b/site-ui/build/ui-bundle.zip
index ddd5b6fbf..a858aba37 100644
Binary files a/site-ui/build/ui-bundle.zip and b/site-ui/build/ui-bundle.zip 
differ
diff --git a/site-ui/src/img/bluesky.png b/site-ui/src/img/bluesky.png
new file mode 100644
index 000000000..68c141d1c
Binary files /dev/null and b/site-ui/src/img/bluesky.png differ
diff --git a/site-ui/src/partials/docs-header-content.hbs 
b/site-ui/src/partials/docs-header-content.hbs
index f2f66cf8d..d3d096ac5 100644
--- a/site-ui/src/partials/docs-header-content.hbs
+++ b/site-ui/src/partials/docs-header-content.hbs
@@ -2,7 +2,7 @@
 <header id="top-nav">
     <div class="inner relative">
          <div class="header-social-icons text-right">
-            <a href="https://twitter.com/cassandra?lang=en"; target="_blank" 
styles="margin-left: 20px;"><img 
src="{{{uiRootPath}}}/img/twitter-icon-circle-white.svg" alt="twitter icon" 
width="24"></a>
+            <a href="https://bsky.app/profile/cassandra.apache.org"; 
target="_blank" styles="margin-left: 20px;"><img 
src="{{{uiRootPath}}}/img/bluesky.png" alt="bluesky icon" width="24"></a>
             <a href="https://www.linkedin.com/company/apache-cassandra/";  
target="_blank" styles="margin-left: 20px;"><img 
src="{{{uiRootPath}}}/img/LI-In-Bug.png" alt="linked-in icon" width="24"></a>
             <a href="https://www.youtube.com/c/PlanetCassandra"; 
target="_blank" styles="margin-left: 20px;"><img 
src="{{{uiRootPath}}}/img/youtube-icon.png" alt="youtube icon" width="24"></a>
         </div>
diff --git a/site-ui/src/partials/footer-content.hbs 
b/site-ui/src/partials/footer-content.hbs
index e7569d3c4..d80532f70 100644
--- a/site-ui/src/partials/footer-content.hbs
+++ b/site-ui/src/partials/footer-content.hbs
@@ -8,7 +8,7 @@
             <div id="footer-logo" class="logo logo--footer mb-medium"><img 
src="{{{uiRootPath}}}/img/logo-white-r.png" alt="Cassandra Logo"></div>
             <p>Apache Cassandra<img src="{{{uiRootPath}}}/img/registered.svg" 
alt="®" style="width:18px;"> powers mission-critical deployments with improved 
performance and unparalleled levels of scale in the cloud.</p>
             <div class="footer-social-icons">
-                <a href="https://twitter.com/cassandra?lang=en"; 
target="_blank"><img src="{{{uiRootPath}}}/img/twitter-icon-circle-white.svg" 
alt="twitter icon" width="24"></a>
+                <a href="https://bsky.app/profile/cassandra.apache.org"; 
target="_blank"><img src="{{{uiRootPath}}}/img/bluesky.png" alt="bluesky icon" 
width="24"></a>
                 <a href="https://www.linkedin.com/company/apache-cassandra/"; 
target="_blank"><img src="{{{uiRootPath}}}/img/LI-In-Bug.png" alt="linked-in 
icon" width="24"></a>
                  <a href="https://www.youtube.com/c/PlanetCassandra"; 
target="_blank"><img src="{{{uiRootPath}}}/img/youtube-icon.png" alt="youtube 
icon" width="24"></a>
             </div>
diff --git a/site-ui/src/partials/header-content.hbs 
b/site-ui/src/partials/header-content.hbs
index c63a47a70..8468929cb 100644
--- a/site-ui/src/partials/header-content.hbs
+++ b/site-ui/src/partials/header-content.hbs
@@ -2,7 +2,7 @@
 <header id="top-nav">
     <div class="inner relative">
         <div class="header-social-icons text-right">
-            <a href="https://twitter.com/cassandra?lang=en"; target="_blank" 
styles="margin-left: 20px;"><img 
src="{{{uiRootPath}}}/img/twitter-icon-circle-white.svg" alt="twitter icon" 
width="24"></a>
+            <a href="https://bsky.app/profile/cassandra.apache.org"; 
target="_blank" styles="margin-left: 20px;"><img 
src="{{{uiRootPath}}}/img/bluesky.png" alt="bluesky icon" width="24"></a>
             <a href="https://www.linkedin.com/company/apache-cassandra/";  
target="_blank" styles="margin-left: 20px;"><img 
src="{{{uiRootPath}}}/img/LI-In-Bug.png" alt="linked-in icon" width="24"></a>
             <a href="https://www.youtube.com/c/PlanetCassandra"; 
target="_blank" styles="margin-left: 20px;"><img 
src="{{{uiRootPath}}}/img/youtube-icon.png" alt="youtube icon" width="24"></a>
         </div>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to