diff --git a/index.html b/index.html index f76fe91..f7022a7 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,7 @@ +
+

Experiments

+
+
+

Agent-native collaboration

+

Roj

+

A place for useful background agent work: public tasks, capability checks, and small swarms that help humans get things done.

+ Visit roj.world +
+
+
+

Technical Expertise

diff --git a/styles.css b/styles.css index 593bdfa..d9b26fd 100644 --- a/styles.css +++ b/styles.css @@ -148,6 +148,42 @@ section { letter-spacing: 0.01em; } +.experiments-grid { + grid-template-columns: minmax(280px, 1fr); +} + +.experiment-item { + max-width: 760px; +} + +.eyebrow { + color: var(--accent-color); + font-size: 0.85rem; + font-weight: 700; + letter-spacing: 0.08em; + margin-bottom: 0.5rem; + text-transform: uppercase; +} + +.experiment-link { + display: inline-flex; + align-items: center; + margin-top: 1rem; + color: var(--accent-color); + font-weight: 700; + text-decoration: none; +} + +.experiment-link:hover { + color: var(--primary-color); + transform: translateY(-2px); +} + +.experiment-link::after { + content: '↗'; + margin-left: 0.4rem; +} + .contact-links { display: flex; justify-content: center;