Skip to content

Commit a107fbb

Browse files
Remove Latin coming-soon tab; clean hero + credits
1 parent c5c4237 commit a107fbb

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<div class="hero-text">
3939
<span class="section-label">The Trivium · Free &amp; open</span>
4040
<h1>Master the grammar <em>under</em> the language.</h1>
41-
<p id="heroSub">Learn English grammar the way it actually prepares you for Latin — then composition and rhetoric to write with force and clarity.</p>
41+
<p id="heroSub">Strengthen the foundations of clear writing: English grammar from the ground up, then composition and rhetoric to write with force and clarity.</p>
4242
</div>
4343
<button id="continueBtn" class="btn-primary big">Continue ▸</button>
4444
</div>
@@ -97,7 +97,6 @@ <h1 class="page-title">Sources &amp; Credits</h1>
9797

9898
<script src="courses/english.js"></script>
9999
<script src="courses/composition.js"></script>
100-
<script src="courses/latin.js"></script>
101100
<script src="js/store.js"></script>
102101
<script src="js/srs.js"></script>
103102
<script src="js/content.js"></script>

js/app.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,13 +337,11 @@
337337
function renderCredits() {
338338
const body = $("creditsBody"); body.innerHTML = "";
339339
body.appendChild(h("div", { class: "card" },
340-
h("p", null, "Euclidia Trivium is free and open. Its lessons are built on public-domain works whose copyright has long since expired so the material can be shared with everyone."),
340+
h("p", null, "Euclidia Trivium is free and open. Its lessons are built on public-domain works whose copyright has long since expired, so the material can be shared with everyone."),
341341
h("h3", null, "English Grammar"),
342342
h("p", null, "Thomas Kerchever Arnold, ", h("em", null, "An English Grammar for Classical Schools"), " (London, 1848). Public domain. Explanations are written fresh for modern learners; the author's original wording is shown verbatim within each lesson."),
343343
h("h3", null, "Composition & Rhetoric"),
344344
h("p", null, "Stratton D. Brooks & Marietta Hubbard, ", h("em", null, "Composition-Rhetoric"), " (American Book Company, 1905). Public domain."),
345-
h("h3", null, "Latin (coming soon)"),
346-
h("p", null, "The Latin course will be built on public-domain sources; medieval readings (Albertus Magnus, Aquinas) are themselves public domain."),
347345
h("p", { class: "q-sub", style: "margin-top:18px" }, "A Euclidia product · euclidiamath.com")));
348346
}
349347

0 commit comments

Comments
 (0)