Skip to content

Commit 94776ed

Browse files
committed
docs: reuse shared gradient logo across README and docs index
- Update logo.svg gradients and spacing to match index.md design - Replace README header logo with shared SVG asset - Use same logo image in docs/index.md for consistent branding
1 parent c43e46e commit 94776ed

File tree

3 files changed

+21
-23
lines changed

3 files changed

+21
-23
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<div align="center">
22

3-
<img src="./docs/images/logo.svg" alt="RM-Gallery Logo" width="600">
3+
<p align="center">
4+
<img src="./docs/images/logo.svg" alt="RM-Gallery Logo" width="500">
5+
</p>
46

57
<h3>A unified platform for building, evaluating, and applying reward models.</h3>
68

docs/images/logo.svg

Lines changed: 16 additions & 18 deletions
Loading

docs/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ show_datetime: true
1414

1515
<div style="text-align: center; margin: 3rem 0 2rem 0;">
1616
<div style="display: inline-block; position: relative;">
17-
<div style="font-size: 4.5rem; font-weight: 700; letter-spacing: -0.03em; line-height: 0.9; margin-bottom: 1rem; font-family: 'Inter', 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;">
18-
<span style="background: linear-gradient(135deg, #22d3ee 0%, #3b82f6 30%, #6366f1 70%, #8b5cf6 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-shadow: 0 0 25px rgba(59, 130, 246, 0.3);">RM</span><span style="background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 30%, #a855f7 70%, #ec4899 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-shadow: 0 0 25px rgba(139, 92, 246, 0.3);">Gallery</span>
19-
</div>
20-
<div style="position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.1) 0%, transparent 70%); border-radius: 20px; z-index: -1;"></div>
17+
<img src="./images/logo.svg" alt="RM-Gallery Logo" style="display: block; width: 520px; max-width: 80vw; z-index: 1; position: relative;">
18+
<div style="position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.12) 0%, transparent 70%); border-radius: 20px; z-index: 0;"></div>
2119
</div>
2220
</div>
2321

0 commit comments

Comments
 (0)