diff --git a/index.html b/index.html index 63c6803..64569ed 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,112 @@ - - ASIMOV.Platform + + ASIMOV.Platform - Trusted Knowledge Infrastructure for AI Applications + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/package.json b/package.json index 7d7b5a9..88e2bf8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "asimov.so", + "name": "asimov.sh", "private": true, "version": "0.0.0", "type": "module", diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png new file mode 100644 index 0000000..023296c Binary files /dev/null and b/public/android-chrome-192x192.png differ diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png new file mode 100644 index 0000000..40d2bb5 Binary files /dev/null and b/public/android-chrome-512x512.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..eda7add Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/browserconfig.xml b/public/browserconfig.xml new file mode 100644 index 0000000..1eb349f --- /dev/null +++ b/public/browserconfig.xml @@ -0,0 +1,11 @@ + + + + + + + + #f97316 + + + diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png new file mode 100644 index 0000000..28b65ef Binary files /dev/null and b/public/favicon-16x16.png differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png new file mode 100644 index 0000000..4d8441e Binary files /dev/null and b/public/favicon-32x32.png differ diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..40e8db2 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png new file mode 100644 index 0000000..80ef420 Binary files /dev/null and b/public/mstile-150x150.png differ diff --git a/public/mstile-310x150.png b/public/mstile-310x150.png new file mode 100644 index 0000000..b8aad06 Binary files /dev/null and b/public/mstile-310x150.png differ diff --git a/public/mstile-70x70.png b/public/mstile-70x70.png new file mode 100644 index 0000000..a2b56c9 Binary files /dev/null and b/public/mstile-70x70.png differ diff --git a/public/og-image.png b/public/og-image.png new file mode 100644 index 0000000..63dc9d6 Binary files /dev/null and b/public/og-image.png differ diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..fbc3888 --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,39 @@ +{ + "name": "ASIMOV Platform - Trusted Knowledge Infrastructure", + "short_name": "ASIMOV", + "description": "Build applications with verified, trustworthy data. Trusted knowledge infrastructure for AI applications.", + "start_url": "/", + "scope": "/", + "icons": [ + { + "src": "/favicon-16x16.png", + "sizes": "16x16", + "type": "image/png" + }, + { + "src": "/favicon-32x32.png", + "sizes": "32x32", + "type": "image/png" + }, + { + "src": "/apple-touch-icon.png", + "sizes": "180x180", + "type": "image/png" + }, + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#f97316", + "background_color": "#000216", + "display": "standalone", + "orientation": "portrait-primary", + "categories": ["productivity", "developer", "ai"] +} diff --git a/public/twitter-image.png b/public/twitter-image.png new file mode 100644 index 0000000..63dc9d6 Binary files /dev/null and b/public/twitter-image.png differ