diff --git a/index.html b/index.html index f1cb7e7..6a07b90 100644 --- a/index.html +++ b/index.html @@ -3,32 +3,58 @@ - + - - - - + + + + Tomodo - Tomorrow what you do? - - + + - - - - - + + + + + - - - - - - + + + + +
diff --git a/package.json b/package.json index d88f3c5..d104bb9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tomodo", "private": true, - "version": "0.8.1", + "version": "0.9.0", "type": "module", "scripts": { "dev": "vite", diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..942a953 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,3 @@ +User-Agent:* + +disallow: /collection/* \ No newline at end of file diff --git a/public/screenshots/narrow-1.jpg b/public/screenshots/narrow-1.jpg new file mode 100644 index 0000000..5d6b974 Binary files /dev/null and b/public/screenshots/narrow-1.jpg differ diff --git a/public/screenshots/narrow-2.jpg b/public/screenshots/narrow-2.jpg new file mode 100644 index 0000000..7460caf Binary files /dev/null and b/public/screenshots/narrow-2.jpg differ diff --git a/public/screenshots/narrow-3.jpg b/public/screenshots/narrow-3.jpg new file mode 100644 index 0000000..134458c Binary files /dev/null and b/public/screenshots/narrow-3.jpg differ diff --git a/public/screenshots/narrow-4.jpg b/public/screenshots/narrow-4.jpg new file mode 100644 index 0000000..272213e Binary files /dev/null and b/public/screenshots/narrow-4.jpg differ diff --git a/public/screenshots/wide-1.jpg b/public/screenshots/wide-1.jpg new file mode 100644 index 0000000..f1fd6aa Binary files /dev/null and b/public/screenshots/wide-1.jpg differ diff --git a/public/screenshots/wide-2.jpg b/public/screenshots/wide-2.jpg new file mode 100644 index 0000000..ae20392 Binary files /dev/null and b/public/screenshots/wide-2.jpg differ diff --git a/public/screenshots/wide-3.jpg b/public/screenshots/wide-3.jpg new file mode 100644 index 0000000..3cd56dc Binary files /dev/null and b/public/screenshots/wide-3.jpg differ diff --git a/public/screenshots/wide-4.jpg b/public/screenshots/wide-4.jpg new file mode 100644 index 0000000..3786eb4 Binary files /dev/null and b/public/screenshots/wide-4.jpg differ diff --git a/vite.config.js b/vite.config.js index 22c5600..f22f488 100644 --- a/vite.config.js +++ b/vite.config.js @@ -74,8 +74,59 @@ export default defineConfig({ name: "Tomodo", short_name: "Tomodo", start_url: "/", - description: "Kelarin semuanya", + description: + "Tomodo is application to do list for make human productive. Create todo right now, let's do great today, don't busy be productive.", theme_color: "#ffffff", + screenshots: [ + { + src: "screenshots/wide-1.jpg", + sizes: "768x432", + form_factor: "wide", + label: "home", + }, + { + src: "screenshots/wide-2.jpg", + sizes: "768x432", + form_factor: "wide", + label: "detail collection", + }, + { + src: "screenshots/wide-3.jpg", + sizes: "768x432", + form_factor: "wide", + label: "import collection", + }, + { + src: "screenshots/wide-4.jpg", + sizes: "768x432", + form_factor: "wide", + label: "form update collection", + }, + { + src: "screenshots/narrow-1.jpg", + sizes: "375x667", + form_factor: "narrow", + label: "home", + }, + { + src: "screenshots/narrow-2.jpg", + sizes: "375x667", + form_factor: "narrow", + label: "detail collection", + }, + { + src: "screenshots/narrow-3.jpg", + sizes: "375x667", + form_factor: "narrow", + label: "update collection", + }, + { + src: "screenshots/narrow-4.jpg", + sizes: "375x667", + form_factor: "narrow", + label: "import collection", + }, + ], shortcuts: [ { name: "Import Collection",