feat: per-product logos — RMI, DegenFeed, Pry, WalletPress each have own logo
- Each product card on homepage shows its own logo - Repo avatars match product identity (RMI, DF, PRY, WP) - Company logo on org + rmi-frontend + cryptorugmunch-com
This commit is contained in:
parent
af4e7ab777
commit
605dc3efa0
5 changed files with 9 additions and 9 deletions
|
|
@ -57,9 +57,9 @@ import Link from '@docusaurus/Link';
|
|||
{/* RMI */}
|
||||
<Link to="/products/rmi" style={{ textDecoration: 'none' }}>
|
||||
<div style={{ background: '#111118', border: '1px solid #00FF88', borderRadius: 12, padding: 28, transition: 'transform 0.2s' }}>
|
||||
<div style={{ display: 'inline-block', background: 'rgba(0,255,136,0.10)', color: '#00FF88', fontSize: '0.65rem', fontWeight: 700, textTransform: 'uppercase', letterSpacing: '0.1em', padding: '3px 10px', borderRadius: 4, marginBottom: 12, border: '1px solid rgba(0,255,136,0.20)' }}>
|
||||
Delivering Soon
|
||||
</div>
|
||||
<img src="/img/rmi-logo.png" alt="Rug Munch Intelligence" style={{ height: 26, marginBottom: 14 }} />
|
||||
<br/>
|
||||
<span className="rmi-badge rmi-badge--coming">Delivering Soon</span>
|
||||
<h3 style={{ fontSize: '1.2rem', fontWeight: 700, margin: '0 0 8px', color: '#E8E8ED' }}>Rug Munch Intelligence</h3>
|
||||
<p style={{ fontSize: '0.85rem', color: '#888899', lineHeight: 1.6, margin: 0 }}>
|
||||
The token scanner that tells you if a contract is a honeypot, rug pull, or slow bleed — BEFORE you invest. Honeypot detection, liquidity analysis, holder concentration, MEV alerts. Free. Forever.
|
||||
|
|
@ -88,9 +88,9 @@ import Link from '@docusaurus/Link';
|
|||
{/* Pry */}
|
||||
<Link to="/products/pry" style={{ textDecoration: 'none' }}>
|
||||
<div style={{ background: '#111118', border: '1px solid #222233', borderRadius: 12, padding: 28, transition: 'transform 0.2s' }}>
|
||||
<div style={{ display: 'inline-block', background: 'rgba(0,255,136,0.10)', color: '#00FF88', fontSize: '0.65rem', fontWeight: 700, textTransform: 'uppercase', letterSpacing: '0.1em', padding: '3px 10px', borderRadius: 4, marginBottom: 12, border: '1px solid rgba(0,255,136,0.20)' }}>
|
||||
Live
|
||||
</div>
|
||||
<img src="/img/pry-logo.png" alt="Pry" style={{ height: 26, marginBottom: 14 }} />
|
||||
<br/>
|
||||
<span className="rmi-badge rmi-badge--live"><span className="rmi-status-live"/>Live</span>
|
||||
<h3 style={{ fontSize: '1.2rem', fontWeight: 700, margin: '0 0 8px', color: '#E8E8ED' }}>Pry</h3>
|
||||
<p style={{ fontSize: '0.85rem', color: '#888899', lineHeight: 1.6, margin: 0 }}>
|
||||
Open-source web scraping and browser automation. Cloudflare bypass. One `docker run` command. Self-hosted. No monthly SaaS bill. Powers the data pipeline behind RMI.
|
||||
|
|
@ -104,9 +104,9 @@ import Link from '@docusaurus/Link';
|
|||
{/* WalletPress */}
|
||||
<Link to="/products/walletpress" style={{ textDecoration: 'none' }}>
|
||||
<div style={{ background: '#111118', border: '1px solid #222233', borderRadius: 12, padding: 28, transition: 'transform 0.2s' }}>
|
||||
<div style={{ display: 'inline-block', background: 'rgba(0,255,136,0.10)', color: '#00FF88', fontSize: '0.65rem', fontWeight: 700, textTransform: 'uppercase', letterSpacing: '0.1em', padding: '3px 10px', borderRadius: 4, marginBottom: 12, border: '1px solid rgba(0,255,136,0.20)' }}>
|
||||
Live
|
||||
</div>
|
||||
<img src="/img/walletpress-logo.png" alt="WalletPress" style={{ height: 26, marginBottom: 14 }} />
|
||||
<br/>
|
||||
<span className="rmi-badge rmi-badge--live"><span className="rmi-status-live"/>Live</span>
|
||||
<h3 style={{ fontSize: '1.2rem', fontWeight: 700, margin: '0 0 8px', color: '#E8E8ED' }}>WalletPress</h3>
|
||||
<p style={{ fontSize: '0.85rem', color: '#888899', lineHeight: 1.6, margin: 0 }}>
|
||||
Multi-chain wallet generation and management across 55 blockchains. BIP39 standard. AES-256 vault. MCP tools for AI agents. WordPress plugin. Your keys, your infrastructure.
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 8.1 KiB |
BIN
static/img/pry-logo.png
Normal file
BIN
static/img/pry-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
BIN
static/img/rmi-logo.png
Normal file
BIN
static/img/rmi-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.1 KiB |
BIN
static/img/walletpress-logo.png
Normal file
BIN
static/img/walletpress-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue