This is an automated email from the ASF dual-hosted git repository.

erickramirezau 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 c6085c90 Added registered symbol to homepage + footer
c6085c90 is described below

commit c6085c90511734346a049c7545093eb9ae38e2d9
Author: Erick Ramirez <[email protected]>
AuthorDate: Mon Feb 13 19:00:13 2023 +1100

    Added registered symbol to homepage + footer
    
    Patch by Erick Ramirez; reviewed by Michael Semb Wever, Berenguer Blasi for 
CASSANDRA-18186
---
 .../source/modules/ROOT/images/registered.svg      |   1 +
 site-content/source/modules/ROOT/pages/index.adoc  |   2 +-
 site-ui/build/ui-bundle.zip                        | Bin 4970898 -> 4796442 
bytes
 site-ui/src/img/registered.svg                     |   1 +
 site-ui/src/partials/footer-content.hbs            |   4 ++--
 5 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/site-content/source/modules/ROOT/images/registered.svg 
b/site-content/source/modules/ROOT/images/registered.svg
new file mode 100644
index 00000000..0943ea87
--- /dev/null
+++ b/site-content/source/modules/ROOT/images/registered.svg
@@ -0,0 +1 @@
+<svg version="1.1" viewBox="0.0 0.0 27.968503937007874 40.06299212598425" 
fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" 
xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns="http://www.w3.org/2000/svg";><clipPath id="p.0"><path d="m0 0l27.968504 
0l0 40.062992l-27.968504 0l0 -40.062992z" clip-rule="nonzero"/></clipPath><g 
clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 0l27.968504 
0l0 40.062992l-27.968504 0z" fill-rule="evenodd"/><path fill="#0000 [...]
\ No newline at end of file
diff --git a/site-content/source/modules/ROOT/pages/index.adoc 
b/site-content/source/modules/ROOT/pages/index.adoc
index 4fc4a52e..5cd57170 100644
--- a/site-content/source/modules/ROOT/pages/index.adoc
+++ b/site-content/source/modules/ROOT/pages/index.adoc
@@ -56,7 +56,7 @@ https://www.cassandrasummit.org/cassandra-forward/[Register 
now^]
 [openblock,inner text-center py-xxlarge]
 ------
 [discrete]
-== What is Apache Cassandra?
+== What is Apache 
Cassandraimage:registered.svg[alt="Registered",width=24,height=24]?
 [discrete]
 === Apache Cassandra is an open source NoSQL distributed database trusted by 
thousands of companies for scalability and high availability without 
compromising performance. Linear scalability and proven fault-tolerance on 
commodity hardware or cloud infrastructure make it the perfect platform for 
mission-critical data.
 [openblock,features-wrapper cf]
diff --git a/site-ui/build/ui-bundle.zip b/site-ui/build/ui-bundle.zip
index d9a799cc..f891dead 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/registered.svg b/site-ui/src/img/registered.svg
new file mode 100644
index 00000000..0943ea87
--- /dev/null
+++ b/site-ui/src/img/registered.svg
@@ -0,0 +1 @@
+<svg version="1.1" viewBox="0.0 0.0 27.968503937007874 40.06299212598425" 
fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" 
xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns="http://www.w3.org/2000/svg";><clipPath id="p.0"><path d="m0 0l27.968504 
0l0 40.062992l-27.968504 0l0 -40.062992z" clip-rule="nonzero"/></clipPath><g 
clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0" d="m0 0l27.968504 
0l0 40.062992l-27.968504 0z" fill-rule="evenodd"/><path fill="#0000 [...]
\ No newline at end of file
diff --git a/site-ui/src/partials/footer-content.hbs 
b/site-ui/src/partials/footer-content.hbs
index 70099559..05e8049d 100644
--- a/site-ui/src/partials/footer-content.hbs
+++ b/site-ui/src/partials/footer-content.hbs
@@ -6,7 +6,7 @@
     <div class="inner flex flex-distribute-items mt-xlarge z2 relative">
         <div class="col-2">
             <div id="footer-logo" class="logo logo--footer mb-medium"><img 
src="{{{uiRootPath}}}/img/logo-white.svg" alt=""></div>
-            <p>Apache Cassandra powers mission-critical deployments with 
improved performance and unparalleled levels of scale in the cloud.</p>
+            <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://www.linkedin.com/company/apache-cassandra/"; 
target="_blank"><img src="{{{uiRootPath}}}/img/LI-In-Bug.png" alt="linked-in 
icon" width="24"></a>
@@ -44,4 +44,4 @@
 <div id="modal" class="hidden">
   <div id="close-modal" class="cursor-pointer"><svg viewBox="0 0 24 24" 
width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" 
stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"><line x1="18" 
y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" 
y2="18"></line></svg></div>
   <div id="mod-content" class="vid-mod-content resp-container"></div>
-</div>
\ No newline at end of file
+</div>


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

Reply via email to