diff --git a/assets/favicon.png b/assets/favicon.png index 9378861..af4652c 100644 Binary files a/assets/favicon.png and b/assets/favicon.png differ diff --git a/assets/global.css b/assets/global.css index 53899c7..9673a71 100644 --- a/assets/global.css +++ b/assets/global.css @@ -32,8 +32,51 @@ a:visited { color: royalblue; } +input { + border: 1px solid #dadada; + padding: 5px; +} + +label { + font-size: 1.1em; +} + +input { + font-size: 1.1em; +} + +button { + font-size: 1.2em; + border: 1px solid #333; + background: #ededed; + border-radius: 2px; + padding: 10px 15px; +} + +button:hover { + background: #ddd; +} + +button:active { + background: #fafafa; +} + +button.primary { + border: 1px solid #1e3066; + background: #668cff; + color: white; +} + +button.primary:hover { + background: #446add; +} + +button.primary:active { + background: #99b3ff; +} + @media (max-width: 767px) { - p { + p, label, input { font-size: 1.3em; } } \ No newline at end of file diff --git a/assets/great-success.png b/assets/great-success.png deleted file mode 100644 index c38720c..0000000 Binary files a/assets/great-success.png and /dev/null differ diff --git a/assets/icon-192.png b/assets/icon-192.png new file mode 100644 index 0000000..3fe89e5 Binary files /dev/null and b/assets/icon-192.png differ diff --git a/assets/manifest.json b/assets/manifest.json index 74e115c..90a4971 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -7,14 +7,9 @@ "start_url": "/", "icons": [ { - "src": "svelte-logo-192.png", + "src": "icon-192.png", "sizes": "192x192", "type": "image/png" - }, - { - "src": "svelte-logo-512.png", - "sizes": "512x512", - "type": "image/png" } ] } diff --git a/assets/sailboat.svg b/assets/sailboat.svg new file mode 100644 index 0000000..614c380 --- /dev/null +++ b/assets/sailboat.svg @@ -0,0 +1 @@ +Artboard 1 diff --git a/assets/svelte-logo-192.png b/assets/svelte-logo-192.png deleted file mode 100644 index 3073b2d..0000000 Binary files a/assets/svelte-logo-192.png and /dev/null differ diff --git a/assets/svelte-logo-512.png b/assets/svelte-logo-512.png deleted file mode 100644 index 454e5f2..0000000 Binary files a/assets/svelte-logo-512.png and /dev/null differ diff --git a/routes/index.html b/routes/index.html index 3727316..f8d9b8c 100644 --- a/routes/index.html +++ b/routes/index.html @@ -7,7 +7,7 @@

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

-

To get started, log in to an instance.

+

To get started, log in to an instance.

Don't have an instance? Join Mastodon!

diff --git a/routes/settings/add-instance.html b/routes/settings/add-instance.html new file mode 100644 index 0000000..505eed9 --- /dev/null +++ b/routes/settings/add-instance.html @@ -0,0 +1,52 @@ +<:Head> + Instance Wizard + + + +

Add an instance

+ +

Log in to your instance to use Pinafore.

+ +
+ + + +
+ +

Don't have an instance? Join Mastodon!

+
+ + \ No newline at end of file diff --git a/routes/settings/instance-wizard.html b/routes/settings/instance-wizard.html deleted file mode 100644 index adde9b0..0000000 --- a/routes/settings/instance-wizard.html +++ /dev/null @@ -1,19 +0,0 @@ -<:Head> - Instance Wizard - - - -

Instance Wizard

- -

Add an instance!

-
- - \ No newline at end of file diff --git a/templates/2xx.html b/templates/2xx.html index 0ddb7c5..a92fd3e 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -10,7 +10,7 @@ @@ -33,5 +33,6 @@ and anything else it needs to hydrate the app and initialise the router --> + \ No newline at end of file