Skip to content

Commit 627af69

Browse files
committed
✨ feat: update landing page with logo, arXiv link, and AgentSkills'26 badge
- Replace inline SVG with real SkCC logo (logo.png) - Add logo above hero banner - Change badge to AgentSkills'26 Under Review - Add prominent arXiv paper button in hero actions - Remove trigger file
1 parent 7444b77 commit 627af69

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

website/.trigger

Whitespace-only changes.

website/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<nav id="nav">
149149
<div class="nav-inner">
150150
<a href="#" class="nav-logo">
151-
<svg viewBox="0 0 100 100"><defs><linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:#7c3aed"/><stop offset="100%" style="stop-color:#6366f1"/></linearGradient></defs><rect width="100" height="100" rx="22" fill="url(#g)"/><text x="50" y="68" text-anchor="middle" fill="#fff" font-size="48" font-weight="900" font-family="Inter">S</text></svg>
151+
<img src="logo.png" alt="SkCC" height="28" width="28" style="border-radius:6px">
152152
<span>SkCC</span>
153153
</a>
154154
<div class="nav-links">
@@ -165,12 +165,14 @@
165165
<!-- HERO -->
166166
<section class="hero">
167167
<div class="hero-content">
168-
<div class="hero-badge"><span class="dot"></span> NeurIPS 2026 — Under Review</div>
168+
<div style="margin-bottom:1.5rem"><img src="logo.png" alt="SkCC" height="64" width="64" style="border-radius:14px;box-shadow:0 4px 20px rgba(124,58,237,.3)"></div>
169+
<div class="hero-badge"><span class="dot"></span> AgentSkill'26 — Under Review</div>
169170
<h1><span class="gradient-text">Write Once,</span><br>Run Anywhere</h1>
170171
<p class="hero-subtitle">SkCC is a compiler for LLM agents. Author skills once as SKILL.md, compile to Claude Code, Codex, Gemini CLI & Kimi CLI — with built-in security hardening.</p>
171172
<div class="hero-actions">
172173
<a href="#install" class="btn btn-primary">Get Started</a>
173174
<a href="https://github.com/Nexa-Language/Skill-Compiler" class="btn btn-secondary">View on GitHub</a>
175+
<a href="https://arxiv.org/abs/2605.03353" class="btn btn-secondary" target="_blank" style="border-color:rgba(34,211,238,.3);color:#22d3ee">📄 Read Paper (arXiv)</a>
174176
</div>
175177
<div class="hero-stats">
176178
<div class="hero-stat"><div class="hero-stat-value">+13.5<span style="font-size:1rem">pp</span></div><div class="hero-stat-label">Pass Rate Gain</div></div>

website/logo.png

37.7 KB
Loading

0 commit comments

Comments
 (0)