diff --git a/CHANGELOG.md b/CHANGELOG.md index 7646df534..27bffa5b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +#### Changed + +- New Stite and Stlite Sharing logos, [#1130](https://github.com/whitphx/stlite/pull/1130). + ## [0.65.1] - 2024-09-17 ### `@stlite/kernel` diff --git a/README.md b/README.md index a845a88e1..52d6a1b58 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![npm (scoped)](https://img.shields.io/npm/v/@stlite/mountable?label=%40stlite%2Fmountable)](https://www.npmjs.com/package/@stlite/mountable) [![npm (@stlite/desktop)](https://img.shields.io/npm/v/@stlite/desktop?label=%40stlite%2Fdesktop)](https://www.npmjs.com/package/@stlite/desktop) - + Streamlit is a Python web app framework for the fast development of data apps. This project is to make it run completely on web browsers with the power of [Pyodide](https://pyodide.org/), WebAssembly (Wasm)-ported Python. diff --git a/assets/stlite-sharing-ogp.inkscape.svg b/assets/stlite-sharing-ogp.inkscape.svg new file mode 100644 index 000000000..dfa88aa5f --- /dev/null +++ b/assets/stlite-sharing-ogp.inkscape.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Write and share Streamlit apps online serverlessly + + + diff --git a/assets/stlite-sharing.inkscape.svg b/assets/stlite-sharing.inkscape.svg new file mode 100644 index 000000000..6bc365b66 --- /dev/null +++ b/assets/stlite-sharing.inkscape.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/stlite.inkscape.svg b/assets/stlite.inkscape.svg new file mode 100644 index 000000000..460c729b0 --- /dev/null +++ b/assets/stlite.inkscape.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/stlite.svg b/assets/stlite.svg new file mode 100644 index 000000000..ecc469593 --- /dev/null +++ b/assets/stlite.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + diff --git a/docs/images/logo.svg b/docs/images/logo.svg deleted file mode 100644 index b5dd91e69..000000000 --- a/docs/images/logo.svg +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/packages/sharing-editor/public/android-chrome-192x192.png b/packages/sharing-editor/public/android-chrome-192x192.png new file mode 100644 index 000000000..074431b07 Binary files /dev/null and b/packages/sharing-editor/public/android-chrome-192x192.png differ diff --git a/packages/sharing-editor/public/android-chrome-512x512.png b/packages/sharing-editor/public/android-chrome-512x512.png new file mode 100644 index 000000000..3c9718f67 Binary files /dev/null and b/packages/sharing-editor/public/android-chrome-512x512.png differ diff --git a/packages/sharing-editor/public/apple-touch-icon.png b/packages/sharing-editor/public/apple-touch-icon.png new file mode 100644 index 000000000..e1dc8e879 Binary files /dev/null and b/packages/sharing-editor/public/apple-touch-icon.png differ diff --git a/packages/sharing-editor/public/browserconfig.xml b/packages/sharing-editor/public/browserconfig.xml new file mode 100644 index 000000000..b3930d0f0 --- /dev/null +++ b/packages/sharing-editor/public/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/packages/sharing-editor/public/favicon-16x16.png b/packages/sharing-editor/public/favicon-16x16.png new file mode 100644 index 000000000..d7a935852 Binary files /dev/null and b/packages/sharing-editor/public/favicon-16x16.png differ diff --git a/packages/sharing-editor/public/favicon-32x32.png b/packages/sharing-editor/public/favicon-32x32.png new file mode 100644 index 000000000..12110788c Binary files /dev/null and b/packages/sharing-editor/public/favicon-32x32.png differ diff --git a/packages/sharing-editor/public/favicon.ico b/packages/sharing-editor/public/favicon.ico index 374202825..76e813420 100644 Binary files a/packages/sharing-editor/public/favicon.ico and b/packages/sharing-editor/public/favicon.ico differ diff --git a/packages/sharing-editor/public/index.html b/packages/sharing-editor/public/index.html index 9bc0cafca..5633e8c97 100644 --- a/packages/sharing-editor/public/index.html +++ b/packages/sharing-editor/public/index.html @@ -9,7 +9,12 @@ name="description" content="Write and share Streamlit apps online serverlessly" /> + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + diff --git a/packages/sharing-editor/src/logo_dark.svg b/packages/sharing-editor/src/logo_dark.svg index 08e109236..fe6f8f3dc 100644 --- a/packages/sharing-editor/src/logo_dark.svg +++ b/packages/sharing-editor/src/logo_dark.svg @@ -1,43 +1,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + diff --git a/packages/sharing/public/android-chrome-192x192.png b/packages/sharing/public/android-chrome-192x192.png new file mode 100644 index 000000000..074431b07 Binary files /dev/null and b/packages/sharing/public/android-chrome-192x192.png differ diff --git a/packages/sharing/public/android-chrome-512x512.png b/packages/sharing/public/android-chrome-512x512.png new file mode 100644 index 000000000..3c9718f67 Binary files /dev/null and b/packages/sharing/public/android-chrome-512x512.png differ diff --git a/packages/sharing/public/apple-touch-icon.png b/packages/sharing/public/apple-touch-icon.png new file mode 100644 index 000000000..e1dc8e879 Binary files /dev/null and b/packages/sharing/public/apple-touch-icon.png differ diff --git a/packages/sharing/public/browserconfig.xml b/packages/sharing/public/browserconfig.xml new file mode 100644 index 000000000..b3930d0f0 --- /dev/null +++ b/packages/sharing/public/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/packages/sharing/public/favicon-16x16.png b/packages/sharing/public/favicon-16x16.png new file mode 100644 index 000000000..d7a935852 Binary files /dev/null and b/packages/sharing/public/favicon-16x16.png differ diff --git a/packages/sharing/public/favicon-32x32.png b/packages/sharing/public/favicon-32x32.png new file mode 100644 index 000000000..12110788c Binary files /dev/null and b/packages/sharing/public/favicon-32x32.png differ diff --git a/packages/sharing/public/favicon.ico b/packages/sharing/public/favicon.ico index 374202825..76e813420 100644 Binary files a/packages/sharing/public/favicon.ico and b/packages/sharing/public/favicon.ico differ diff --git a/packages/sharing/public/index.html b/packages/sharing/public/index.html index 9c2d7dfd8..0939087ea 100644 --- a/packages/sharing/public/index.html +++ b/packages/sharing/public/index.html @@ -9,7 +9,12 @@ name="description" content="Write and share Streamlit apps online serverlessly" /> + +