Skip to content

Commit ddd8257

Browse files
chore(site,readme): drop start-page meta sentence and rename "Hero" section (#16)
- site/index.html: remove "This page is the start page for the repo & software." lede sentence — it's redundant on the page itself and reads awkwardly to visitors. Keep the three-command intro. - README.md / site/README.md: rename "Hero website / start page" → "Project website / start page". "Hero" is web-design jargon; casual readers won't know what it means. SEO/social meta package untouched; scripts/check_site.sh still passes. Co-authored-by: Claude <claude@anthropic.com>
1 parent d91a00b commit ddd8257

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ laptop.
4545

4646
---
4747

48-
## Hero website / start page
48+
## Project website / start page
4949

5050
The project's **start page** is published on GitHub Pages:
5151

site/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Hero website / start page
1+
# Project website / start page
22

33
A small static landing page for Python Tutor. It mirrors the app's
44
dark / amber aesthetic and explains the local-first loop without

site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ <h2 class="section__title">See it.</h2>
285285
<div class="start__inner">
286286
<h2 class="section__title">Clone, install, run.</h2>
287287
<p class="section__lede">
288-
This page is the start page for the repo &amp; software. Three short
289-
commands and you're at <code>http://localhost:8001/</code>.
288+
Three short commands and you're at
289+
<code>http://localhost:8001/</code>.
290290
macOS or Linux. Python 3.10+.
291291
</p>
292292

0 commit comments

Comments
 (0)