chore: updates to course of empire 8e3eae2a
Steve · 2026-05-08 19:41 7 file(s) · +19 −17
src/assets/desolation.jpg +0 −0

Binary file — no preview.

src/assets/destruction.jpg +0 −0

Binary file — no preview.

src/assets/the-consumation-of-empire.jpg +0 −0

Binary file — no preview.

src/assets/the-pastoral-state.jpg +0 −0

Binary file — no preview.

src/assets/the-savage-state.jpg +0 −0

Binary file — no preview.

src/data/courseOfEmpire.ts +13 −13
33 33
		link: "https://explorethomascole.org/project/the-savage-state/",
34 34
		details: [
35 35
			{
36 -
				x: 0.32,
37 -
				y: 0.62,
38 -
				scale: 2.4,
36 +
				x: 0.28,
37 +
				y: 0.73,
38 +
				scale: 2.7,
39 39
				caption: "A hunter draws his bow. Skins, not stone — the only architecture is the chase.",
40 40
			},
41 41
			{
42 -
				x: 0.78,
43 -
				y: 0.32,
42 +
				x: 0.95,
43 +
				y: 0.40,
44 44
				scale: 2.2,
45 45
				caption: "Storm wreathes the peak. The mountain will outlast every empire to come.",
46 46
			},
47 47
			{
48 -
				x: 0.5,
49 -
				y: 0.85,
48 +
				x: 1.50,
49 +
				y: 0.50,
50 50
				scale: 2.6,
51 51
				caption: "Smoke from a clustered camp at the shore. The first faint claim on the land.",
52 52
			},
63 63
,
64 64
		details: [
65 65
			{
66 -
				x: 0.22,
67 -
				y: 0.58,
68 -
				scale: 2.4,
66 +
				x: 0.15,
67 +
				y: 0.90,
68 +
				scale: 2.6,
69 69
				caption: "An old man traces geometry in the dirt. Knowledge begins as scratched lines.",
70 70
			},
71 71
			{
75 75
				caption: "A trilithon temple on the rise. Ritual housed in stone for the first time.",
76 76
			},
77 77
			{
78 -
				x: 0.85,
78 +
				x: 1.20,
79 79
				y: 0.7,
80 80
				scale: 2.5,
81 81
				caption: "Shepherds and a circle of dancers. Labor and leisure still share a field.",
93 93
,
94 94
		details: [
95 95
			{
96 -
				x: 0.5,
97 -
				y: 0.62,
96 +
				x: 0.3,
97 +
				y: 0.70,
98 98
				scale: 2.6,
99 99
				caption: "The conqueror crosses the bridge in an elephant-drawn car. Power on parade.",
100 100
			},
src/pages/course-of-empire.astro +6 −4
14 14
	<style is:global>
15 15
		body.empire-page {
16 16
			padding: 0 !important;
17 +
      margin: 0 !important;
17 18
			max-width: none !important;
18 19
		}
19 -
		body.empire-page #main {
20 -
			padding: 0;
20 +
		body.empire-page #main-header,
21 +
		body.empire-page footer {
22 +
			display: none !important;
21 23
		}
22 -
		html.empire-html {
23 -
			scroll-behavior: auto;
24 +
		body.empire-page #main {
25 +
			flex: none;
24 26
		}
25 27
	</style>
26 28
	<script>