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 a9a9cae99 hide material icons as temp fix
a9a9cae99 is described below
commit a9a9cae998dd29bdab9f5d2322ca5e2e5613d347
Author: kparisa <[email protected]>
AuthorDate: Mon Jun 30 06:37:21 2025 -0500
hide material icons as temp fix
---
src/components/HomepageFeatures/index.tsx | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/components/HomepageFeatures/index.tsx
b/src/components/HomepageFeatures/index.tsx
index 63e9220af..48393a21e 100644
--- a/src/components/HomepageFeatures/index.tsx
+++ b/src/components/HomepageFeatures/index.tsx
@@ -107,42 +107,42 @@ export default function HomepageFeatures(): ReactNode {
</div>
<div className="w-layout-grid l-g-4-col features">
<div className="feature-block tile-up">
- <div className="material-icons feature-icon-small">bolt</div>
+ {/* <div className="material-icons
feature-icon-small">bolt</div> */}
<h3 className="heading xxs">Ultra-High Performance<br/></h3>
<p className="body-text s feature">Process millions of messages
per second with predictable low latency thanks to Rust's zero-cost
abstractions and no garbage collection.<br/></p>
</div>
<div className="feature-block tile-up">
- <div className="material-icons
feature-icon-small">cloud_sync</div>
+ {/* <div className="material-icons
feature-icon-small">cloud_sync</div> */}
<h3 className="heading xxs">Zero-Copy Serialization</h3>
<p className="body-text s">Custom zero-copy (de)serialization
for improved performance and reduced memory usage, working directly with binary
data.<br/><br/></p>
</div>
<div className="feature-block tile-up">
- <div className="material-icons feature-icon-small">dns</div>
+ {/* <div className="material-icons feature-icon-small">dns</div>
*/}
<h3 className="heading xxs">Multiple Transport
Protocols<br/></h3>
<p className="body-text s">Support for QUIC, TCP, and HTTP
protocols with TLS encryption, giving you flexibility in how clients
connect.</p>
</div>
<div className="feature-block tile-up">
- <div className="material-icons feature-icon-small">code</div>
+ {/* <div className="material-icons
feature-icon-small">code</div> */}
<h3 className="heading xxs">Multi-Language SDKs<br/></h3>
<p className="body-text s">Client libraries available for Rust,
C#, Java, Go, Python, Node.js, C++, and Elixir with more languages
coming.<br/></p>
</div>
<div className="feature-block tile-down first">
- <div className="material-icons feature-icon-small">group</div>
+ {/* <div className="material-icons
feature-icon-small">group</div> */}
<h3 className="heading xxs">Consumer Groups &
Partitioning<br/></h3>
<p className="body-text s">Built-in support for consumer groups,
partitioning, and horizontal scaling across connected clients.<br/></p>
</div>
<div className="feature-block tile-down">
- <div className="material-icons
feature-icon-small">verified_user</div>
+ {/* <div className="material-icons
feature-icon-small">verified_user</div> */}
<h3 className="heading xxs">Security &
Authentication<br/></h3>
<p className="body-text s">User authentication and authorization
with granular permissions, Personal Access Tokens, and optional data
encryption.<br/><br/></p>
</div>
<div className="feature-block tile-down">
- <div className="material-icons
feature-icon-small">network_check</div>
+ {/* <div className="material-icons
feature-icon-small">network_check</div> */}
<h3 className="heading xxs">Built-in Monitoring<br/></h3>
<p className="body-text s">OpenTelemetry logs & traces,
Prometheus metrics, and built-in benchmarking tools for performance
monitoring.<br/></p>
</div>
<div id="w-node-_94c4313e-fb50-e882-0de0-ff04e3b099bb-3bca6c21"
className="feature-block tile-down">
- <div className="material-icons
feature-icon-small">account_tree</div>
+ {/* <div className="material-icons
feature-icon-small">account_tree</div> */}
<h3 className="heading xxs">Multi-Tenant Support<br/></h3>
<p className="body-text s">Stream abstraction for multi-tenancy,
message retention policies, and S3-compatible backup storage.<br/></p>
</div>