Skip to content

Commit bc0f54e

Browse files
committed
Home page tweaks; subtitles.
1 parent 8c6688d commit bc0f54e

4 files changed

Lines changed: 7 additions & 8 deletions

File tree

src/layouts/Layout.astro

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface Props {
88
99
const {
1010
title = 'Ricardo Olenewa — Strategist, Builder, Researcher',
11-
description = 'Creating patterns that propagate beyond their origin. Work spanning quantum gaming, ML education, and documentation infrastructure.'
11+
description = 'Making the impossible seem routine. Work spanning quantum gaming, ML education, and documentation infrastructure.'
1212
} = Astro.props;
1313
---
1414

@@ -42,7 +42,7 @@ const {
4242
<footer>
4343
<div class="footer">
4444
<p class="footer__tagline">
45-
Creating patterns that propagate<br/>beyond their origin.
45+
Making the impossible<br/>seem routine.
4646
</p>
4747
<div class="footer__right">
4848
<ul class="footer__links">
@@ -104,6 +104,8 @@ const {
104104
</button>
105105
</div>
106106

107+
<input type="text" name="_gotcha" style="display:none" tabindex="-1" autocomplete="off"/>
108+
107109
<!-- Expanded edit state (hidden by default) -->
108110
<div class="canned-message__edit hidden" id="canned-edit" aria-hidden="true">
109111
<div class="form-group form-group--inline">

src/pages/work/docs-as-code.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ import Layout from '../../layouts/Layout.astro';
99
<span class="story-label">03 — Transformation</span>
1010
<h1>Documentation as Code</h1>
1111
<p class="story-subtitle">
12-
Treating documentation with the same rigor as software —
13-
building infrastructure that makes knowledge self-sustaining.
12+
When infrastructure becomes a system of thought
1413
</p>
1514
</header>
1615

src/pages/work/ml-education.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ import Layout from '../../layouts/Layout.astro';
99
<span class="story-label">02 — Transformation</span>
1010
<h1>ML Education at Google</h1>
1111
<p class="story-subtitle">
12-
Rebuilding the conceptual architecture of machine learning education
13-
for one of the world's largest engineering organizations.
12+
When training becomes transformation
1413
</p>
1514
</header>
1615

src/pages/work/quantum-gaming.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ import Layout from '../../layouts/Layout.astro';
1010
<span class="story-label">01 — Transformation</span>
1111
<h1>Quantum Gaming</h1>
1212
<p class="story-subtitle">
13-
Using game mechanics as epistemic scaffolding to make
14-
quantum mechanics learnable by anyone.
13+
Building intuition for the impossible
1514
</p>
1615
</header>
1716

0 commit comments

Comments
 (0)