feat: apply real company logo from Downloads to site + all repos
- Navbar: rugmunchmedialllc.png (real selected logo) - Hero: Gemini-generated full logo - DegenFeed card: degenfeed-logo.png - All 6 public repos: org avatar set on Forgejo - Favicon + OG image from Gemini logo
This commit is contained in:
parent
02a826e6c6
commit
af4e7ab777
4 changed files with 15 additions and 15 deletions
|
|
@ -60,8 +60,14 @@ const config: Config = {
|
|||
navbar: {
|
||||
hideOnScroll: false,
|
||||
style: 'dark',
|
||||
title: 'Rug Munch Media',
|
||||
logo: undefined,
|
||||
title: undefined,
|
||||
logo: {
|
||||
alt: 'Rug Munch Media',
|
||||
src: 'img/logo.png',
|
||||
srcDark: 'img/logo.png',
|
||||
width: 200,
|
||||
height: 40,
|
||||
},
|
||||
items: [
|
||||
{ to: '/about', label: 'About', position: 'left' },
|
||||
{
|
||||
|
|
|
|||
|
|
@ -16,14 +16,9 @@ import Link from '@docusaurus/Link';
|
|||
}}>
|
||||
<div style={{ position: 'absolute', top: 0, left: 0, right: 0, bottom: 0, background: 'radial-gradient(ellipse at 50% 0%, rgba(0,255,136,0.06) 0%, transparent 70%)', pointerEvents: 'none' }} />
|
||||
|
||||
<div style={{ position: 'relative', zIndex: 1, maxWidth: 800, margin: '0 auto' }}>
|
||||
<p style={{ fontFamily: '"JetBrains Mono", monospace', fontSize: '0.8rem', color: 'rgba(0,255,136,0.4)', marginBottom: 8 }}>
|
||||
cryptorugmunch@wyoming:~$
|
||||
</p>
|
||||
<h1 style={{ fontSize: '3rem', fontWeight: 800, letterSpacing: '-0.03em', margin: '0 0 8px', color: '#E8E8ED' }}>
|
||||
RUG MUNCH MEDIA
|
||||
</h1>
|
||||
<p style={{ fontSize: '1rem', color: '#00FF88', fontWeight: 500, marginBottom: 24 }}>
|
||||
<div style={{ position: 'relative', zIndex: 1, maxWidth: 800, margin: '0 auto' }}>
|
||||
<img src="/img/logo-full.png" alt="Rug Munch Media" style={{ maxWidth: 400, height: 'auto', marginBottom: 24 }} />
|
||||
<p style={{ fontSize: '1rem', color: '#00FF88', fontWeight: 500, marginBottom: 24 }}>
|
||||
Open-source tools that protect retail crypto investors.
|
||||
</p>
|
||||
<p style={{ fontSize: '0.9rem', color: '#888899', maxWidth: 520, margin: '0 auto 40px', lineHeight: 1.7 }}>
|
||||
|
|
@ -78,11 +73,10 @@ import Link from '@docusaurus/Link';
|
|||
{/* DegenFeed */}
|
||||
<a href="https://degenfeed.xyz" target="_blank" rel="noopener" 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>
|
||||
<h3 style={{ fontSize: '1.2rem', fontWeight: 700, margin: '0 0 8px', color: '#E8E8ED' }}>DegenFeed</h3>
|
||||
<p style={{ fontSize: '0.85rem', color: '#888899', lineHeight: 1.6, margin: 0 }}>
|
||||
<img src="/img/degenfeed-logo.png" alt="DegenFeed" style={{ height: 26, marginBottom: 14 }} />
|
||||
<br/>
|
||||
<span className="rmi-badge rmi-badge--live"><span className="rmi-status-live"/>Live ↗</span>
|
||||
<p style={{ fontSize: '0.85rem', color: '#888899', lineHeight: 1.6, margin: 0, marginTop: 14 }}>
|
||||
One feed for every social protocol. Nostr, Farcaster, Bluesky, Mastodon, Lens, Threads, RSS. Post once, reach everyone. Your keys. No algorithm. No platform can deplatform your community.
|
||||
</p>
|
||||
<p style={{ fontSize: '0.78rem', color: '#00FF88', marginTop: 12, fontWeight: 500 }}>
|
||||
|
|
|
|||
BIN
static/img/degenfeed-logo.png
Normal file
BIN
static/img/degenfeed-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 110 KiB |
Loading…
Add table
Add a link
Reference in a new issue