You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2022/10/19 17:28:03 UTC

[cassandra-website] branch trunk updated: ninja-fix: social icon cache destroyer

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 ffd024118 ninja-fix: social icon cache destroyer
ffd024118 is described below

commit ffd024118395d5723db3df2e7cad8d0682155b3c
Author: Paul Thomas Au <pa...@traverstodd.com>
AuthorDate: Wed Oct 19 10:09:33 2022 -0700

    ninja-fix: social icon cache destroyer
---
 site-ui/build/ui-bundle.zip                  | Bin 4746711 -> 4746956 bytes
 site-ui/src/css/tt_styles.css                |   2 +-
 site-ui/src/partials/docs-header-content.hbs |  15 +++++++++++----
 site-ui/src/partials/footer-content.hbs      |   6 +++---
 site-ui/src/partials/header-content.hbs      |   6 +++---
 5 files changed, 18 insertions(+), 11 deletions(-)

diff --git a/site-ui/build/ui-bundle.zip b/site-ui/build/ui-bundle.zip
index b3382a4b9..41a7132f5 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/css/tt_styles.css b/site-ui/src/css/tt_styles.css
index a1bf06281..b171bf4d5 100644
--- a/site-ui/src/css/tt_styles.css
+++ b/site-ui/src/css/tt_styles.css
@@ -1171,7 +1171,7 @@ p {
 }
 
 .header-social-icons a {
-  margin-left: 45px;
+  margin-left: 20px;
 }
 
 .footer-social-icons a {
diff --git a/site-ui/src/partials/docs-header-content.hbs b/site-ui/src/partials/docs-header-content.hbs
index 3b084c1c4..375decc72 100644
--- a/site-ui/src/partials/docs-header-content.hbs
+++ b/site-ui/src/partials/docs-header-content.hbs
@@ -1,11 +1,18 @@
 
 <header id="top-nav">
     <div class="inner relative">
-        <div class="logo"><a href="{{{ site.url }}}"><img src="{{{uiRootPath}}}/img/logo-white.svg" alt=""></a></div>
-        <div class="mobile-nav-icon right">
-            <img class="toggle-icon" src="{{{uiRootPath}}}/img/hamburger-nav.svg">
+         <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://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>
+        <div class="cf">
+            <div class="logo left"><a href="{{{ site.url }}}"><img src="{{{uiRootPath}}}/img/logo-white.svg" alt=""></a></div>
+            <div class="mobile-nav-icon right">
+                <img class="toggle-icon" src="{{{uiRootPath}}}/img/hamburger-nav.svg">
+            </div>
+            {{> header-nav}}
         </div>
-       {{> header-nav}}
     </div>
 </header>
 
diff --git a/site-ui/src/partials/footer-content.hbs b/site-ui/src/partials/footer-content.hbs
index b1c4852cc..700995590 100644
--- a/site-ui/src/partials/footer-content.hbs
+++ b/site-ui/src/partials/footer-content.hbs
@@ -8,9 +8,9 @@
             <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>
             <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"></a>
-                <a href="https://www.linkedin.com/company/apache-cassandra/" target="_blank"><img src="{{{uiRootPath}}}/img/LI-In-Bug.png" alt="linked-in icon"></a>
-                 <a href="https://www.youtube.com/c/PlanetCassandra" target="_blank"><img src="{{{uiRootPath}}}/img/youtube-icon.png" alt="youtube icon"></a>
+                <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>
+                 <a href="https://www.youtube.com/c/PlanetCassandra" target="_blank"><img src="{{{uiRootPath}}}/img/youtube-icon.png" alt="youtube icon" width="24"></a>
             </div>
         </div>
         <div class="col-2 flex flex-center">
diff --git a/site-ui/src/partials/header-content.hbs b/site-ui/src/partials/header-content.hbs
index 505f3da35..af993b2c8 100644
--- a/site-ui/src/partials/header-content.hbs
+++ b/site-ui/src/partials/header-content.hbs
@@ -2,9 +2,9 @@
 <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"><img src="{{{uiRootPath}}}/img/twitter-icon-circle-white.svg" alt="twitter icon"></a>
-            <a href="https://www.linkedin.com/company/apache-cassandra/"  target="_blank"><img src="{{{uiRootPath}}}/img/LI-In-Bug.png" alt="linked-in icon"></a>
-            <a href="https://www.youtube.com/c/PlanetCassandra" target="_blank"><img src="{{{uiRootPath}}}/img/youtube-icon.png" alt="youtube icon"></a>
+            <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://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>
         <div class="cf">
             <div class="logo left"><a href="{{{ site.url }}}"><img src="{{{uiRootPath}}}/img/logo-white.svg" alt=""></a></div>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org