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

kranti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iggy-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 0fad42c93 Fix Material Icons font and github url
0fad42c93 is described below

commit 0fad42c93b2d7c3fed0cefcbef06e293cd87e2fc
Author: kparisa <[email protected]>
AuthorDate: Mon Jun 30 06:21:17 2025 -0500

    Fix Material Icons font and github url
---
 src/css/custom.css  | 24 ++++++++++++++++++++++++
 src/pages/index.tsx |  3 +--
 2 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/src/css/custom.css b/src/css/custom.css
index 30330c965..267c6236e 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -42,6 +42,29 @@
 /* Material Icons font */
 @import url('https://fonts.googleapis.com/icon?family=Material+Icons');
 
+@font-face {
+  font-family: 'Material Icons';
+  font-style: normal;
+  font-weight: 400;
+  src: 
url(https://fonts.gstatic.com/s/materialicons/v143/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2)
 format('woff2');
+}
+
+.material-icons {
+  font-family: 'Material Icons';
+  font-weight: normal;
+  font-style: normal;
+  font-size: 24px;
+  line-height: 1;
+  letter-spacing: normal;
+  text-transform: none;
+  display: inline-block;
+  white-space: nowrap;
+  word-wrap: normal;
+  direction: ltr;
+  -webkit-font-feature-settings: 'liga';
+  -webkit-font-smoothing: antialiased;
+}
+
 :root {
   --neutral--10: white;
   --neutral--100: #0e0f11;
@@ -662,6 +685,7 @@ img {
 }
 
 .material-icons.feature-icon-small {
+  font-family: 'Material Icons';
   background-image: linear-gradient(153deg, var(--50), var(--primary--60));
   color: var(--primary--60);
   -webkit-text-fill-color: transparent;
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 5bdad5033..cfe09b53d 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -52,13 +52,12 @@ function HomepageHeader() {
                     <a href="/docs/introduction/getting-started" 
className="button medium on-hero w-inline-block">
                       <div className="button-content-wrapper">
                         <div className="button-text dark on-hero">Get 
started</div>
-                        {/* <div className="material-icons 
icon-right">open_in_new</div> */}
                       </div>
                     </a>
                     <p className="body-text s on-hero">Run locally in 2 
minutes<br />Cargo install, single binary<br /></p>
                   </div>
                   <div className="feature-block centered">
-                    <a href="#" className="button medium ghost secondary 
w-inline-block">
+                    <a href="https://github.com/apache/iggy"; target="_blank" 
className="button medium ghost secondary w-inline-block">
                       <div className="button-content-wrapper">
                         <img width="26" height="Auto" alt="gh-icon-orange" 
src="/img/gh-icon-orange.svg" loading="lazy" className="github-icon-on-hero" />
                         <div className="button-text ghost on-hero">View on 
GitHub</div>

Reply via email to