diff --git a/website/src/pages/showcase.tsx b/website/src/pages/showcase.tsx index dddb2a837a3..2997b8ab77d 100644 --- a/website/src/pages/showcase.tsx +++ b/website/src/pages/showcase.tsx @@ -126,8 +126,8 @@ const Showcase = () => { alt="Meta logo" width={140} sources={{ - light: useBaseUrl('/img/meta_positive_primary.svg'), - dark: useBaseUrl('/img/meta_negative_primary.svg'), + light: useBaseUrl('/img/showcase/meta_positive_primary.svg'), + dark: useBaseUrl('/img/showcase/meta_negative_primary.svg'), }} /> @@ -144,8 +144,8 @@ const Showcase = () => { alt="Microsoft logo" width={180} sources={{ - light: useBaseUrl('/img/microsoft-logo-gray.png'), - dark: useBaseUrl('/img/microsoft-logo-white.png'), + light: useBaseUrl('/img/showcase/microsoft-logo-gray.png'), + dark: useBaseUrl('/img/showcase/microsoft-logo-white.png'), }} /> @@ -170,8 +170,8 @@ const Showcase = () => { alt="Amazon logo" width={140} sources={{ - light: useBaseUrl('/img/amazon_logo_lightbg.png'), - dark: useBaseUrl('/img/amazon_logo_darkbg.png'), + light: useBaseUrl('/img/showcase/amazon_logo_lightbg.png'), + dark: useBaseUrl('/img/showcase/amazon_logo_darkbg.png'), }} /> @@ -189,8 +189,8 @@ const Showcase = () => { alt="Shopify logo" width={160} sources={{ - light: useBaseUrl('/img/shopify_logo_whitebg.svg'), - dark: useBaseUrl('/img/shopify_logo_darkbg.svg'), + light: useBaseUrl('/img/showcase/shopify_logo_whitebg.svg'), + dark: useBaseUrl('/img/showcase/shopify_logo_darkbg.svg'), }} /> diff --git a/website/static/docs/assets/CallStackDemo.jpg b/website/static/docs/assets/CallStackDemo.jpg deleted file mode 100644 index c0199b4d3ee..00000000000 Binary files a/website/static/docs/assets/CallStackDemo.jpg and /dev/null differ diff --git a/website/static/docs/assets/DevMenu.png b/website/static/docs/assets/DevMenu.png deleted file mode 100644 index 3a1252df3b5..00000000000 Binary files a/website/static/docs/assets/DevMenu.png and /dev/null differ diff --git a/website/static/docs/assets/DeveloperMenu.png b/website/static/docs/assets/DeveloperMenu.png deleted file mode 100644 index 74829c048b8..00000000000 Binary files a/website/static/docs/assets/DeveloperMenu.png and /dev/null differ diff --git a/website/static/docs/assets/HermesDebugChromeConfig.png b/website/static/docs/assets/HermesDebugChromeConfig.png deleted file mode 100644 index d0ca11ba971..00000000000 Binary files a/website/static/docs/assets/HermesDebugChromeConfig.png and /dev/null differ diff --git a/website/static/docs/assets/HermesDebugChromeInspect.png b/website/static/docs/assets/HermesDebugChromeInspect.png deleted file mode 100644 index 43819991566..00000000000 Binary files a/website/static/docs/assets/HermesDebugChromeInspect.png and /dev/null differ diff --git a/website/static/docs/assets/HermesDebugChromeMetroAddress.png b/website/static/docs/assets/HermesDebugChromeMetroAddress.png deleted file mode 100644 index 6fb0183cce2..00000000000 Binary files a/website/static/docs/assets/HermesDebugChromeMetroAddress.png and /dev/null differ diff --git a/website/static/docs/assets/HermesDebugChromePause.png b/website/static/docs/assets/HermesDebugChromePause.png deleted file mode 100644 index cd7fcd57481..00000000000 Binary files a/website/static/docs/assets/HermesDebugChromePause.png and /dev/null differ diff --git a/website/static/docs/assets/HermesProfileSaved.png b/website/static/docs/assets/HermesProfileSaved.png deleted file mode 100644 index 50bc3b86b30..00000000000 Binary files a/website/static/docs/assets/HermesProfileSaved.png and /dev/null differ diff --git a/website/static/docs/assets/Inspector.gif b/website/static/docs/assets/Inspector.gif deleted file mode 100644 index 378890174d4..00000000000 Binary files a/website/static/docs/assets/Inspector.gif and /dev/null differ diff --git a/website/static/docs/assets/NavigationStack-NavigatorIOS.gif b/website/static/docs/assets/NavigationStack-NavigatorIOS.gif deleted file mode 100644 index c1d56a1f555..00000000000 Binary files a/website/static/docs/assets/NavigationStack-NavigatorIOS.gif and /dev/null differ diff --git a/website/static/docs/assets/ObjectObserveError.png b/website/static/docs/assets/ObjectObserveError.png deleted file mode 100644 index 11c8d1ad79e..00000000000 Binary files a/website/static/docs/assets/ObjectObserveError.png and /dev/null differ diff --git a/website/static/docs/assets/XCodeEnableATS.png b/website/static/docs/assets/XCodeEnableATS.png deleted file mode 100644 index a79d515a9c8..00000000000 Binary files a/website/static/docs/assets/XCodeEnableATS.png and /dev/null differ diff --git a/website/static/docs/assets/debugging-dev-menu.jpg b/website/static/docs/assets/debugging-dev-menu.jpg deleted file mode 100644 index 60f2b410316..00000000000 Binary files a/website/static/docs/assets/debugging-dev-menu.jpg and /dev/null differ diff --git a/website/static/docs/assets/debugging-element-inspector-react-devtools.gif b/website/static/docs/assets/debugging-element-inspector-react-devtools.gif deleted file mode 100644 index d1210576e0b..00000000000 Binary files a/website/static/docs/assets/debugging-element-inspector-react-devtools.gif and /dev/null differ diff --git a/website/static/docs/assets/debugging-element-inspector.gif b/website/static/docs/assets/debugging-element-inspector.gif deleted file mode 100644 index a3aeaf8b8be..00000000000 Binary files a/website/static/docs/assets/debugging-element-inspector.gif and /dev/null differ diff --git a/website/static/docs/assets/debugging-flipper-console.jpg b/website/static/docs/assets/debugging-flipper-console.jpg deleted file mode 100644 index bb5ec3e68e6..00000000000 Binary files a/website/static/docs/assets/debugging-flipper-console.jpg and /dev/null differ diff --git a/website/static/docs/assets/debugging-hermes-debugger-instructions.jpg b/website/static/docs/assets/debugging-hermes-debugger-instructions.jpg deleted file mode 100644 index 9e0db452363..00000000000 Binary files a/website/static/docs/assets/debugging-hermes-debugger-instructions.jpg and /dev/null differ diff --git a/website/static/docs/assets/debugging-logbox.jpg b/website/static/docs/assets/debugging-logbox.jpg deleted file mode 100644 index b9e02ff9833..00000000000 Binary files a/website/static/docs/assets/debugging-logbox.jpg and /dev/null differ diff --git a/website/static/docs/assets/debugging-react-devtools-blank.jpg b/website/static/docs/assets/debugging-react-devtools-blank.jpg deleted file mode 100644 index bea93d314b1..00000000000 Binary files a/website/static/docs/assets/debugging-react-devtools-blank.jpg and /dev/null differ diff --git a/website/static/docs/assets/debugging-react-devtools-connection.gif b/website/static/docs/assets/debugging-react-devtools-connection.gif deleted file mode 100644 index dbb8ea518d6..00000000000 Binary files a/website/static/docs/assets/debugging-react-devtools-connection.gif and /dev/null differ diff --git a/website/static/docs/assets/debugging-react-devtools-detail.jpg b/website/static/docs/assets/debugging-react-devtools-detail.jpg deleted file mode 100644 index afec2c816d9..00000000000 Binary files a/website/static/docs/assets/debugging-react-devtools-detail.jpg and /dev/null differ diff --git a/website/static/docs/assets/fabric-native-component-app-android.png b/website/static/docs/assets/fabric-native-component-app-android.png deleted file mode 100644 index 8b86850792f..00000000000 Binary files a/website/static/docs/assets/fabric-native-component-app-android.png and /dev/null differ diff --git a/website/static/docs/assets/fabric-native-component-app-ios.png b/website/static/docs/assets/fabric-native-component-app-ios.png deleted file mode 100644 index e5441116aca..00000000000 Binary files a/website/static/docs/assets/fabric-native-component-app-ios.png and /dev/null differ diff --git a/website/static/docs/assets/metro-new-arch.png b/website/static/docs/assets/metro-new-arch.png deleted file mode 100644 index 3e758a7b179..00000000000 Binary files a/website/static/docs/assets/metro-new-arch.png and /dev/null differ diff --git a/website/static/docs/assets/openChromeProfile.png b/website/static/docs/assets/openChromeProfile.png deleted file mode 100644 index 21a6e0f6a7f..00000000000 Binary files a/website/static/docs/assets/openChromeProfile.png and /dev/null differ diff --git a/website/static/img/AdministratorCommandPrompt.png b/website/static/img/AdministratorCommandPrompt.png deleted file mode 100644 index 219b8c68e47..00000000000 Binary files a/website/static/img/AdministratorCommandPrompt.png and /dev/null differ diff --git a/website/static/img/AndroidAVDConfiguration.png b/website/static/img/AndroidAVDConfiguration.png deleted file mode 100644 index d0232436d42..00000000000 Binary files a/website/static/img/AndroidAVDConfiguration.png and /dev/null differ diff --git a/website/static/img/AndroidDevServerDialog.png b/website/static/img/AndroidDevServerDialog.png deleted file mode 100644 index 9cab4f9397e..00000000000 Binary files a/website/static/img/AndroidDevServerDialog.png and /dev/null differ diff --git a/website/static/img/AndroidDevSettings.png b/website/static/img/AndroidDevSettings.png deleted file mode 100644 index b53980dddc0..00000000000 Binary files a/website/static/img/AndroidDevSettings.png and /dev/null differ diff --git a/website/static/img/AndroidDeveloperMenu.png b/website/static/img/AndroidDeveloperMenu.png deleted file mode 100644 index 78a32dea4a0..00000000000 Binary files a/website/static/img/AndroidDeveloperMenu.png and /dev/null differ diff --git a/website/static/img/AndroidSDK1.png b/website/static/img/AndroidSDK1.png deleted file mode 100644 index 09e08dc7953..00000000000 Binary files a/website/static/img/AndroidSDK1.png and /dev/null differ diff --git a/website/static/img/AndroidSDK2.png b/website/static/img/AndroidSDK2.png deleted file mode 100644 index b29294c251b..00000000000 Binary files a/website/static/img/AndroidSDK2.png and /dev/null differ diff --git a/website/static/img/AndroidStudioCustomSetup.png b/website/static/img/AndroidStudioCustomSetup.png deleted file mode 100644 index 9edf8bc2fcf..00000000000 Binary files a/website/static/img/AndroidStudioCustomSetup.png and /dev/null differ diff --git a/website/static/img/AnimatedFadeInView.gif b/website/static/img/AnimatedFadeInView.gif deleted file mode 100644 index d0d02a1a2ab..00000000000 Binary files a/website/static/img/AnimatedFadeInView.gif and /dev/null differ diff --git a/website/static/img/AnimationExperimentalOpacity.gif b/website/static/img/AnimationExperimentalOpacity.gif deleted file mode 100644 index cdc79022b7e..00000000000 Binary files a/website/static/img/AnimationExperimentalOpacity.gif and /dev/null differ diff --git a/website/static/img/AnimationExperimentalScaleXY.gif b/website/static/img/AnimationExperimentalScaleXY.gif deleted file mode 100644 index 850cfd18c2b..00000000000 Binary files a/website/static/img/AnimationExperimentalScaleXY.gif and /dev/null differ diff --git a/website/static/img/EmbeddedAppContainerViewExample.png b/website/static/img/EmbeddedAppContainerViewExample.png deleted file mode 100644 index 8bceadf0976..00000000000 Binary files a/website/static/img/EmbeddedAppContainerViewExample.png and /dev/null differ diff --git a/website/static/img/Inspector.gif b/website/static/img/Inspector.gif deleted file mode 100644 index 378890174d4..00000000000 Binary files a/website/static/img/Inspector.gif and /dev/null differ diff --git a/website/static/img/LayoutAnimationExample.gif b/website/static/img/LayoutAnimationExample.gif deleted file mode 100644 index 340df0b510d..00000000000 Binary files a/website/static/img/LayoutAnimationExample.gif and /dev/null differ diff --git a/website/static/img/NavigationStack-Navigator.gif b/website/static/img/NavigationStack-Navigator.gif deleted file mode 100644 index c1397d733b9..00000000000 Binary files a/website/static/img/NavigationStack-Navigator.gif and /dev/null differ diff --git a/website/static/img/Rebound.gif b/website/static/img/Rebound.gif deleted file mode 100644 index 4f3133f7a9d..00000000000 Binary files a/website/static/img/Rebound.gif and /dev/null differ diff --git a/website/static/img/ReboundExample.png b/website/static/img/ReboundExample.png deleted file mode 100644 index bb0bbdd32d8..00000000000 Binary files a/website/static/img/ReboundExample.png and /dev/null differ diff --git a/website/static/img/ReboundImage.gif b/website/static/img/ReboundImage.gif deleted file mode 100644 index 75c9afaefd3..00000000000 Binary files a/website/static/img/ReboundImage.gif and /dev/null differ diff --git a/website/static/img/StaticImageAssets.png b/website/static/img/StaticImageAssets.png deleted file mode 100644 index 1d3847bfa67..00000000000 Binary files a/website/static/img/StaticImageAssets.png and /dev/null differ diff --git a/website/static/img/TutorialFinal.png b/website/static/img/TutorialFinal.png deleted file mode 100644 index 231f11a6ce6..00000000000 Binary files a/website/static/img/TutorialFinal.png and /dev/null differ diff --git a/website/static/img/TutorialFinal2.png b/website/static/img/TutorialFinal2.png deleted file mode 100644 index b8da54881df..00000000000 Binary files a/website/static/img/TutorialFinal2.png and /dev/null differ diff --git a/website/static/img/TutorialMock.png b/website/static/img/TutorialMock.png deleted file mode 100644 index cbf5679c9a9..00000000000 Binary files a/website/static/img/TutorialMock.png and /dev/null differ diff --git a/website/static/img/TutorialMock2.png b/website/static/img/TutorialMock2.png deleted file mode 100644 index c1da0b9bf69..00000000000 Binary files a/website/static/img/TutorialMock2.png and /dev/null differ diff --git a/website/static/img/TutorialSingleFetched.png b/website/static/img/TutorialSingleFetched.png deleted file mode 100644 index e2eac70f2dd..00000000000 Binary files a/website/static/img/TutorialSingleFetched.png and /dev/null differ diff --git a/website/static/img/TutorialSingleFetched2.png b/website/static/img/TutorialSingleFetched2.png deleted file mode 100644 index 5abb3cdcca7..00000000000 Binary files a/website/static/img/TutorialSingleFetched2.png and /dev/null differ diff --git a/website/static/img/TutorialStyledMock.png b/website/static/img/TutorialStyledMock.png deleted file mode 100644 index 2079ca57c97..00000000000 Binary files a/website/static/img/TutorialStyledMock.png and /dev/null differ diff --git a/website/static/img/TutorialStyledMock2.png b/website/static/img/TutorialStyledMock2.png deleted file mode 100644 index f75452e6d62..00000000000 Binary files a/website/static/img/TutorialStyledMock2.png and /dev/null differ diff --git a/website/static/img/TweenState.gif b/website/static/img/TweenState.gif deleted file mode 100644 index 9395ccb7116..00000000000 Binary files a/website/static/img/TweenState.gif and /dev/null differ diff --git a/website/static/img/Warning.png b/website/static/img/Warning.png deleted file mode 100644 index 9d47d91393a..00000000000 Binary files a/website/static/img/Warning.png and /dev/null differ diff --git a/website/static/img/alertIOS.png b/website/static/img/alertIOS.png deleted file mode 100644 index f0960ae72b3..00000000000 Binary files a/website/static/img/alertIOS.png and /dev/null differ diff --git a/website/static/img/author.png b/website/static/img/author.png deleted file mode 100644 index 67778c1224b..00000000000 Binary files a/website/static/img/author.png and /dev/null differ diff --git a/website/static/img/chrome_breakpoint.png b/website/static/img/chrome_breakpoint.png deleted file mode 100644 index 0158f832cc5..00000000000 Binary files a/website/static/img/chrome_breakpoint.png and /dev/null differ diff --git a/website/static/img/hitslop.mp4 b/website/static/img/hitslop.mp4 deleted file mode 100644 index 56177bcf781..00000000000 Binary files a/website/static/img/hitslop.mp4 and /dev/null differ diff --git a/website/static/img/keyboardavoidingview.mp4 b/website/static/img/keyboardavoidingview.mp4 deleted file mode 100644 index 526a36d04e5..00000000000 Binary files a/website/static/img/keyboardavoidingview.mp4 and /dev/null differ diff --git a/website/static/img/react-native-android-studio-additional-installs-linux.png b/website/static/img/react-native-android-studio-additional-installs-linux.png deleted file mode 100644 index 91bcaff5b73..00000000000 Binary files a/website/static/img/react-native-android-studio-additional-installs-linux.png and /dev/null differ diff --git a/website/static/img/react-native-android-studio-additional-installs.png b/website/static/img/react-native-android-studio-additional-installs.png deleted file mode 100644 index e85372c9d26..00000000000 Binary files a/website/static/img/react-native-android-studio-additional-installs.png and /dev/null differ diff --git a/website/static/img/react-native-android-studio-android-sdk-build-tools-linux.png b/website/static/img/react-native-android-studio-android-sdk-build-tools-linux.png deleted file mode 100644 index 9be32588fc5..00000000000 Binary files a/website/static/img/react-native-android-studio-android-sdk-build-tools-linux.png and /dev/null differ diff --git a/website/static/img/react-native-android-studio-android-sdk-build-tools-windows.png b/website/static/img/react-native-android-studio-android-sdk-build-tools-windows.png deleted file mode 100644 index 8b9bbd4a71d..00000000000 Binary files a/website/static/img/react-native-android-studio-android-sdk-build-tools-windows.png and /dev/null differ diff --git a/website/static/img/react-native-android-studio-android-sdk-build-tools.png b/website/static/img/react-native-android-studio-android-sdk-build-tools.png deleted file mode 100644 index b58cffa9a4b..00000000000 Binary files a/website/static/img/react-native-android-studio-android-sdk-build-tools.png and /dev/null differ diff --git a/website/static/img/react-native-android-studio-android-sdk-platforms-linux.png b/website/static/img/react-native-android-studio-android-sdk-platforms-linux.png deleted file mode 100644 index 04219f9e109..00000000000 Binary files a/website/static/img/react-native-android-studio-android-sdk-platforms-linux.png and /dev/null differ diff --git a/website/static/img/react-native-android-studio-android-sdk-platforms-windows.png b/website/static/img/react-native-android-studio-android-sdk-platforms-windows.png deleted file mode 100644 index cab4c1c434a..00000000000 Binary files a/website/static/img/react-native-android-studio-android-sdk-platforms-windows.png and /dev/null differ diff --git a/website/static/img/react-native-android-studio-android-sdk-platforms.png b/website/static/img/react-native-android-studio-android-sdk-platforms.png deleted file mode 100644 index 042798c3220..00000000000 Binary files a/website/static/img/react-native-android-studio-android-sdk-platforms.png and /dev/null differ diff --git a/website/static/img/react-native-android-studio-avd-linux.png b/website/static/img/react-native-android-studio-avd-linux.png deleted file mode 100644 index eb296407c9c..00000000000 Binary files a/website/static/img/react-native-android-studio-avd-linux.png and /dev/null differ diff --git a/website/static/img/react-native-android-studio-avd-windows.png b/website/static/img/react-native-android-studio-avd-windows.png deleted file mode 100644 index d12fd64f5e1..00000000000 Binary files a/website/static/img/react-native-android-studio-avd-windows.png and /dev/null differ diff --git a/website/static/img/react-native-android-studio-avd.png b/website/static/img/react-native-android-studio-avd.png deleted file mode 100644 index b4dd485f5a1..00000000000 Binary files a/website/static/img/react-native-android-studio-avd.png and /dev/null differ diff --git a/website/static/img/react-native-android-studio-configure-sdk-linux.png b/website/static/img/react-native-android-studio-configure-sdk-linux.png deleted file mode 100644 index 0eb604f92ca..00000000000 Binary files a/website/static/img/react-native-android-studio-configure-sdk-linux.png and /dev/null differ diff --git a/website/static/img/react-native-android-studio-configure-sdk-windows.png b/website/static/img/react-native-android-studio-configure-sdk-windows.png deleted file mode 100644 index 4e832cc6c49..00000000000 Binary files a/website/static/img/react-native-android-studio-configure-sdk-windows.png and /dev/null differ diff --git a/website/static/img/react-native-android-studio-configure-sdk.png b/website/static/img/react-native-android-studio-configure-sdk.png deleted file mode 100644 index ba87b6faf70..00000000000 Binary files a/website/static/img/react-native-android-studio-configure-sdk.png and /dev/null differ diff --git a/website/static/img/react-native-android-studio-custom-install-linux.png b/website/static/img/react-native-android-studio-custom-install-linux.png deleted file mode 100644 index 8d24aea06f9..00000000000 Binary files a/website/static/img/react-native-android-studio-custom-install-linux.png and /dev/null differ diff --git a/website/static/img/react-native-android-studio-custom-install-windows.png b/website/static/img/react-native-android-studio-custom-install-windows.png deleted file mode 100644 index d0b803d916f..00000000000 Binary files a/website/static/img/react-native-android-studio-custom-install-windows.png and /dev/null differ diff --git a/website/static/img/react-native-android-studio-custom-install.png b/website/static/img/react-native-android-studio-custom-install.png deleted file mode 100644 index 30fe93e137a..00000000000 Binary files a/website/static/img/react-native-android-studio-custom-install.png and /dev/null differ diff --git a/website/static/img/react-native-android-studio-kvm-linux.png b/website/static/img/react-native-android-studio-kvm-linux.png deleted file mode 100644 index 8aaf095ece6..00000000000 Binary files a/website/static/img/react-native-android-studio-kvm-linux.png and /dev/null differ diff --git a/website/static/img/react-native-android-studio-no-virtual-device-windows.png b/website/static/img/react-native-android-studio-no-virtual-device-windows.png deleted file mode 100644 index ff8648f35b6..00000000000 Binary files a/website/static/img/react-native-android-studio-no-virtual-device-windows.png and /dev/null differ diff --git a/website/static/img/react-native-android-studio-verify-installs-windows.png b/website/static/img/react-native-android-studio-verify-installs-windows.png deleted file mode 100644 index 6e71b895c73..00000000000 Binary files a/website/static/img/react-native-android-studio-verify-installs-windows.png and /dev/null differ diff --git a/website/static/img/react-native-android-tools-environment-variable-windows.png b/website/static/img/react-native-android-tools-environment-variable-windows.png deleted file mode 100644 index f5eb0be885e..00000000000 Binary files a/website/static/img/react-native-android-tools-environment-variable-windows.png and /dev/null differ diff --git a/website/static/img/react-native-sdk-platforms.png b/website/static/img/react-native-sdk-platforms.png deleted file mode 100644 index 26f349aa015..00000000000 Binary files a/website/static/img/react-native-sdk-platforms.png and /dev/null differ diff --git a/website/static/img/react-native-sorry-not-supported.png b/website/static/img/react-native-sorry-not-supported.png deleted file mode 100644 index ab186a1122b..00000000000 Binary files a/website/static/img/react-native-sorry-not-supported.png and /dev/null differ diff --git a/website/static/img/ripple.mp4 b/website/static/img/ripple.mp4 deleted file mode 100644 index f20afe9f798..00000000000 Binary files a/website/static/img/ripple.mp4 and /dev/null differ diff --git a/website/static/img/search.png b/website/static/img/search.png deleted file mode 100644 index 1fb07b87f20..00000000000 Binary files a/website/static/img/search.png and /dev/null differ diff --git a/website/static/img/amazon_logo_darkbg.png b/website/static/img/showcase/amazon_logo_darkbg.png similarity index 100% rename from website/static/img/amazon_logo_darkbg.png rename to website/static/img/showcase/amazon_logo_darkbg.png diff --git a/website/static/img/amazon_logo_lightbg.png b/website/static/img/showcase/amazon_logo_lightbg.png similarity index 100% rename from website/static/img/amazon_logo_lightbg.png rename to website/static/img/showcase/amazon_logo_lightbg.png diff --git a/website/static/img/meta_negative_primary.svg b/website/static/img/showcase/meta_negative_primary.svg similarity index 100% rename from website/static/img/meta_negative_primary.svg rename to website/static/img/showcase/meta_negative_primary.svg diff --git a/website/static/img/meta_positive_primary.svg b/website/static/img/showcase/meta_positive_primary.svg similarity index 100% rename from website/static/img/meta_positive_primary.svg rename to website/static/img/showcase/meta_positive_primary.svg diff --git a/website/static/img/microsoft-logo-gray.png b/website/static/img/showcase/microsoft-logo-gray.png similarity index 100% rename from website/static/img/microsoft-logo-gray.png rename to website/static/img/showcase/microsoft-logo-gray.png diff --git a/website/static/img/microsoft-logo-white.png b/website/static/img/showcase/microsoft-logo-white.png similarity index 100% rename from website/static/img/microsoft-logo-white.png rename to website/static/img/showcase/microsoft-logo-white.png diff --git a/website/static/img/shopify_logo_darkbg.svg b/website/static/img/showcase/shopify_logo_darkbg.svg similarity index 100% rename from website/static/img/shopify_logo_darkbg.svg rename to website/static/img/showcase/shopify_logo_darkbg.svg diff --git a/website/static/img/shopify_logo_whitebg.svg b/website/static/img/showcase/shopify_logo_whitebg.svg similarity index 100% rename from website/static/img/shopify_logo_whitebg.svg rename to website/static/img/showcase/shopify_logo_whitebg.svg diff --git a/website/static/img/textinput.mp4 b/website/static/img/textinput.mp4 deleted file mode 100644 index cdc2c4820ea..00000000000 Binary files a/website/static/img/textinput.mp4 and /dev/null differ diff --git a/website/static/img/uiexplorer_main_android.png b/website/static/img/uiexplorer_main_android.png deleted file mode 100644 index 477ba183736..00000000000 Binary files a/website/static/img/uiexplorer_main_android.png and /dev/null differ diff --git a/website/static/img/uiexplorer_main_ios.png b/website/static/img/uiexplorer_main_ios.png deleted file mode 100644 index e0c98ce0b1e..00000000000 Binary files a/website/static/img/uiexplorer_main_ios.png and /dev/null differ