From 70749d90537afc49f3a7de46ce6418e48e9fe834 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 7 Jan 2018 15:11:17 -0800 Subject: [PATCH] start adding instance wizard --- assets/global.css | 12 +++++++++++- assets/manifest.json | 6 +++--- routes/index.html | 10 +++++++--- routes/{settings.html => settings/index.html} | 2 +- routes/settings/instance-wizard.html | 19 +++++++++++++++++++ templates/2xx.html | 2 +- templates/4xx.html | 2 +- templates/5xx.html | 2 +- 8 files changed, 44 insertions(+), 11 deletions(-) rename routes/{settings.html => settings/index.html} (79%) create mode 100644 routes/settings/instance-wizard.html diff --git a/assets/global.css b/assets/global.css index 9f90a62..53899c7 100644 --- a/assets/global.css +++ b/assets/global.css @@ -25,5 +25,15 @@ h1 { } a { - color: inherit; + color: royalblue; +} + +a:visited { + color: royalblue; +} + +@media (max-width: 767px) { + p { + font-size: 1.3em; + } } \ No newline at end of file diff --git a/assets/manifest.json b/assets/manifest.json index 2b4ac3e..74e115c 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -1,8 +1,8 @@ { "background_color": "#ffffff", - "theme_color": "#aa1e1e", - "name": "TODO", - "short_name": "TODO", + "theme_color": "#4169e1", + "name": "Pinafore for Mastodon", + "short_name": "Pinafore", "display": "minimal-ui", "start_url": "/", "icons": [ diff --git a/routes/index.html b/routes/index.html index b769407..3727316 100644 --- a/routes/index.html +++ b/routes/index.html @@ -3,9 +3,13 @@ -

Home page!

+

Pinafore for Mastodon

-

This is the home page.

+

Pinafore is a web client for Mastodon, optimized for performance and simplicity.

+ +

To get started, log in to an instance.

+ +

Don't have an instance? Join Mastodon!

+ \ No newline at end of file diff --git a/routes/settings.html b/routes/settings/index.html similarity index 79% rename from routes/settings.html rename to routes/settings/index.html index 2f9f3b5..ca0691f 100644 --- a/routes/settings.html +++ b/routes/settings/index.html @@ -9,7 +9,7 @@ \ No newline at end of file diff --git a/templates/2xx.html b/templates/2xx.html index 1400731..0ddb7c5 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -3,7 +3,7 @@ - + diff --git a/templates/4xx.html b/templates/4xx.html index cadeabb..c9cc41f 100644 --- a/templates/4xx.html +++ b/templates/4xx.html @@ -3,7 +3,7 @@ - + diff --git a/templates/5xx.html b/templates/5xx.html index 357152d..6a2e20e 100644 --- a/templates/5xx.html +++ b/templates/5xx.html @@ -3,7 +3,7 @@ - +