diff --git a/index.html b/index.html index dcc2887..7d82cf2 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,141 @@ - Great Powers — the classic negotiation game, in your browser + Great Powers — the classic negotiation game, in your browser + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/package.json b/package.json index 8fd14d9..4291eda 100644 --- a/package.json +++ b/package.json @@ -26,5 +26,13 @@ }, "description": "A browser rebuild of the classic seven-power negotiation game, one human against six computer powers.", "license": "AGPL-3.0-or-later", - "author": "John Coffey" + "author": "John Coffey", + "repository": { + "type": "git", + "url": "git+https://github.com/Coffey-Labs/great-powers.git" + }, + "homepage": "https://games.jcoffey.dev/powers/", + "bugs": { + "url": "https://github.com/Coffey-Labs/great-powers/issues" + } } diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..5e93b6c --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + diff --git a/src/App.css b/src/App.css index f3c0562..92bbd8d 100644 --- a/src/App.css +++ b/src/App.css @@ -471,6 +471,7 @@ header select { color: #8c98ab; } .landing footer p { margin: 0 0 8px; } +.landing footer .ways { font-size: 0.95rem; color: #cbd6e6; margin-bottom: 12px; } /* ----------------------------------------------------------- giving up */ diff --git a/src/components/Landing.tsx b/src/components/Landing.tsx index dea3201..ec64c75 100644 --- a/src/components/Landing.tsx +++ b/src/components/Landing.tsx @@ -105,6 +105,18 @@ export function Landing({