From 0bfff014f20a4eae864720f744afcf42b271c50b Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Mon, 29 Jan 2024 13:04:09 +0800 Subject: [PATCH 01/64] chore: create themes and sites dir --- sites/index.js | 1 + themes/index.js | 1 + 2 files changed, 2 insertions(+) create mode 100644 sites/index.js create mode 100644 themes/index.js diff --git a/sites/index.js b/sites/index.js new file mode 100644 index 00000000000..68da1f34383 --- /dev/null +++ b/sites/index.js @@ -0,0 +1 @@ +//noop \ No newline at end of file diff --git a/themes/index.js b/themes/index.js new file mode 100644 index 00000000000..68da1f34383 --- /dev/null +++ b/themes/index.js @@ -0,0 +1 @@ +//noop \ No newline at end of file From 0594f0409f7b2b8c401e9b7c117d96289bfc393c Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Mon, 29 Jan 2024 13:07:29 +0800 Subject: [PATCH 02/64] chore: created row and eu sites directiory --- sites/eu/package.json | 12 ++++++++++++ sites/index.js | 1 - sites/row/package.json | 12 ++++++++++++ 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 sites/eu/package.json delete mode 100644 sites/index.js create mode 100644 sites/row/package.json diff --git a/sites/eu/package.json b/sites/eu/package.json new file mode 100644 index 00000000000..e414dfc4068 --- /dev/null +++ b/sites/eu/package.json @@ -0,0 +1,12 @@ +{ + "name": "@deriv/eu", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +} diff --git a/sites/index.js b/sites/index.js deleted file mode 100644 index 68da1f34383..00000000000 --- a/sites/index.js +++ /dev/null @@ -1 +0,0 @@ -//noop \ No newline at end of file diff --git a/sites/row/package.json b/sites/row/package.json new file mode 100644 index 00000000000..33f7ca5e47d --- /dev/null +++ b/sites/row/package.json @@ -0,0 +1,12 @@ +{ + "name": "@deriv/row", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +} From 55398519bf9b2c0dea056cce26617f1c856d713a Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Mon, 29 Jan 2024 13:09:07 +0800 Subject: [PATCH 03/64] chore: created gatsby-theme-deriv directory --- themes/gatsby-theme-deriv/package.json | 12 ++++++++++++ themes/index.js | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 themes/gatsby-theme-deriv/package.json delete mode 100644 themes/index.js diff --git a/themes/gatsby-theme-deriv/package.json b/themes/gatsby-theme-deriv/package.json new file mode 100644 index 00000000000..0fdc834138d --- /dev/null +++ b/themes/gatsby-theme-deriv/package.json @@ -0,0 +1,12 @@ +{ + "name": "gatsby-theme-deriv", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +} diff --git a/themes/index.js b/themes/index.js deleted file mode 100644 index 68da1f34383..00000000000 --- a/themes/index.js +++ /dev/null @@ -1 +0,0 @@ -//noop \ No newline at end of file From 6a9f9a4c551d22c0c858487f0acb9f3a730f6dba Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Mon, 29 Jan 2024 13:10:11 +0800 Subject: [PATCH 04/64] chore: moved src into deriv theme directory --- .../gatsby-theme-deriv/src}/common/constants.ts | 0 .../gatsby-theme-deriv/src}/common/cookies.ts | 0 .../gatsby-theme-deriv/src}/common/country-base.ts | 0 .../src}/common/live-chat-redirection-checking.ts | 0 .../gatsby-theme-deriv/src}/common/login.ts | 0 .../gatsby-theme-deriv/src}/common/os-detect.ts | 0 .../gatsby-theme-deriv/src}/common/storage.ts | 0 .../src}/common/url-base64-functions.ts | 0 .../gatsby-theme-deriv/src}/common/utility.ts | 0 .../gatsby-theme-deriv/src}/common/validation.ts | 0 .../src}/common/websocket/api.calls.types.ts | 0 .../src}/common/websocket/config.ts | 0 .../src}/common/websocket/index.ts | 0 .../src}/common/websocket/types.ts | 0 .../src}/components/containers/box.tsx | 0 .../src}/components/containers/container.ts | 0 .../src}/components/containers/css-grid.ts | 0 .../components/containers/flex-grid-container.ts | 0 .../src}/components/containers/flex.ts | 0 .../src}/components/containers/grid-container.ts | 0 .../src}/components/containers/index.ts | 0 .../src}/components/containers/number-section.tsx | 0 .../src}/components/containers/section-container.ts | 0 .../src}/components/containers/seo.tsx | 0 .../src}/components/containers/show.js | 0 .../src}/components/containers/show.tsx | 0 .../src}/components/containers/small-container.ts | 0 .../src}/components/containers/visibility.tsx | 0 .../src}/components/containers/wrapper.tsx | 0 .../src}/components/custom/_agreement-label.tsx | 0 .../src}/components/custom/_banner-alert.tsx | 0 .../src}/components/custom/_box-styled-flex.tsx | 0 .../src}/components/custom/_box-styled-grid.tsx | 0 .../src}/components/custom/_button.tsx | 0 .../src}/components/custom/_dbanner.tsx | 0 .../src}/components/custom/_dhero-2.tsx | 0 .../src}/components/custom/_dhero-dmt5.tsx | 0 .../src}/components/custom/_dhero.tsx | 0 .../src}/components/custom/_dnumbers.tsx | 0 .../src}/components/custom/_dtrading.tsx | 0 .../src}/components/custom/_eu-redirect-modal.tsx | 0 .../src}/components/custom/_hero-shape.tsx | 0 .../custom/_multi-width-column-download.tsx | 0 .../src}/components/custom/_signup-default.tsx | 0 .../src}/components/custom/_signup-flat.tsx | 0 .../src}/components/custom/_signup-new.tsx | 0 .../src}/components/custom/_signup-public.tsx | 0 .../src}/components/custom/_simple-steps.tsx | 0 .../src}/components/custom/_stepper_view.tsx | 0 .../src}/components/custom/carousel/_learn-more.tsx | 0 .../custom/carousel/_markets-carousel.tsx | 0 .../custom/carousel/_platforms-carousel.tsx | 0 .../src}/components/custom/other-platforms.tsx | 0 .../src}/components/custom/signup.tsx | 0 .../src}/components/custom/utils.tsx | 0 .../src}/components/elements/accordion.tsx | 0 .../src}/components/elements/auto-carousel.tsx | 0 .../elements/background-image-wrapper.tsx | 0 .../src}/components/elements/card.tsx | 0 .../components/elements/carousel/carousel-style.ts | 0 .../src}/components/elements/carousel/carousel.tsx | 0 .../src}/components/elements/carousel/index.ts | 0 .../src}/components/elements/checkbox.tsx | 0 .../components/elements/common-header-section.tsx | 0 .../src}/components/elements/default-tab.tsx | 0 .../src}/components/elements/divider.ts | 0 .../src}/components/elements/dot-loader.ts | 0 .../src}/components/elements/dropdown-search.tsx | 0 .../src}/components/elements/dropdown.tsx | 0 .../components/elements/full-width-multicolumn.tsx | 0 .../components/elements/image-with-direction.tsx | 0 .../src}/components/elements/index.ts | 0 .../src}/components/elements/link.tsx | 0 .../src}/components/elements/lists.tsx | 0 .../src}/components/elements/livechat-link-text.tsx | 0 .../src}/components/elements/localized-link-text.js | 0 .../src}/components/elements/market-tab/_styles.tsx | 0 .../src}/components/elements/market-tab/_types.ts | 0 .../src}/components/elements/market-tab/_utils.ts | 0 .../src}/components/elements/market-tab/index.tsx | 0 .../src}/components/elements/modal.tsx | 0 .../src}/components/elements/multi-width-column.tsx | 0 .../components/elements/off-canvas-menu-career.tsx | 0 .../src}/components/elements/off-canvas-menu.tsx | 0 .../src}/components/elements/pagination.tsx | 0 .../src}/components/elements/query-image.tsx | 0 .../src}/components/elements/roadmap.tsx | 0 .../src}/components/elements/stepper-view.tsx | 0 .../src}/components/elements/symbols-shortcode.ts | 0 .../src}/components/elements/symbols.ts | 0 .../src}/components/elements/timeline.tsx | 0 .../src}/components/elements/typography.ts | 0 .../src}/components/form/button.ts | 0 .../src}/components/form/index.ts | 0 .../src}/components/form/input.tsx | 0 .../src}/components/form/link-button.ts | 0 .../src}/components/graphql/image-fragments.ts | 0 .../src}/components/hooks/use-active-link-state.tsx | 0 .../src}/components/hooks/use-auth-check.tsx | 0 .../src}/components/hooks/use-breakpoints.tsx | 0 .../src}/components/hooks/use-browser-resize.tsx | 0 .../components/hooks/use-client-information.tsx | 0 .../src}/components/hooks/use-cookie-banner.ts | 0 .../src}/components/hooks/use-cookie-state.tsx | 0 .../src}/components/hooks/use-debounced-effect.tsx | 0 .../src}/components/hooks/use-dropdown.tsx | 0 .../hooks/use-dynamic-visible-content.tsx | 0 .../src}/components/hooks/use-gtm-data.tsx | 0 .../src}/components/hooks/use-handle-lazy-load.tsx | 0 .../src}/components/hooks/use-handle-login.tsx | 0 .../src}/components/hooks/use-handle-signup.tsx | 0 .../src}/components/hooks/use-isrtl.tsx | 0 .../src}/components/hooks/use-lang-direction.tsx | 0 .../src}/components/hooks/use-lazy-video.tsx | 0 .../src}/components/hooks/use-livechat.tsx | 0 .../components/hooks/use-localstorage-state.tsx | 0 .../src}/components/hooks/use-media-query.tsx | 0 .../hooks/use-open-live-chat-redirection.tsx | 0 .../src}/components/hooks/use-outside-click.tsx | 0 .../src}/components/hooks/use-page-loaded.tsx | 0 .../components/hooks/use-platform-query-param.tsx | 0 .../src}/components/hooks/use-popup.tsx | 0 .../src}/components/hooks/use-pricing-feed.tsx | 0 .../src}/components/hooks/use-recursive-timeout.tsx | 0 .../src}/components/hooks/use-region.tsx | 0 .../src}/components/hooks/use-screen-size.tsx | 0 .../src}/components/hooks/use-scroll.tsx | 0 .../src}/components/hooks/use-social-media-url.tsx | 0 .../src}/components/hooks/use-tab-state-query.tsx | 0 .../src}/components/hooks/use-tab-state.tsx | 0 .../src}/components/hooks/use-user-browser.tsx | 0 .../src}/components/hooks/use-visible-content.tsx | 0 .../src}/components/hooks/use-website-status.tsx | 0 .../src}/components/hooks/use-window-size.tsx | 0 .../src}/components/hooks/useSubscription.ts | 0 .../src}/components/hooks/useWS.ts | 0 .../components/layout/floating-action-button.tsx | 0 .../src}/components/layout/index.ts | 0 .../src}/components/layout/layout-overlay.tsx | 0 .../src}/components/layout/layout.tsx | 0 .../src}/components/layout/livechat.tsx | 0 .../src}/components/layout/location-context.tsx | 0 .../src}/components/layout/whatsapp.tsx | 0 .../src}/components/localization/config.tsx | 0 .../src}/components/localization/flags.ts | 0 .../src}/components/localization/index.tsx | 0 .../components/localization/language-dropdown.tsx | 0 .../components/localization/language-switcher.tsx | 0 .../src}/components/localization/locale-context.tsx | 0 .../src}/components/localization/localize.tsx | 0 .../src}/components/localization/localized-link.tsx | 0 .../src}/components/localization/withIntl.tsx | 0 .../src}/components/stories/button.stories.tsx | 0 .../src}/components/stories/typography.stories.tsx | 0 {src => themes/gatsby-theme-deriv/src}/custom.d.ts | 0 .../atoms/accordion/accordion-item/index.tsx | 0 .../atoms/accordion/accordion-root/index.tsx | 0 .../atoms/accordion/accordion-shadow-item/index.tsx | 0 .../features/components/atoms/accordion/index.tsx | 0 .../src}/features/components/atoms/alert/index.tsx | 0 .../src}/features/components/atoms/box/index.tsx | 0 .../features/components/atoms/button/base/index.tsx | 0 .../src}/features/components/atoms/button/index.tsx | 0 .../components/atoms/button/primary/index.tsx | 0 .../components/atoms/button/secondary/index.tsx | 0 .../features/components/atoms/button/tab/index.tsx | 0 .../components/atoms/card/card-basic/index.tsx | 0 .../components/atoms/card/card-primary/index.tsx | 0 .../src}/features/components/atoms/card/index.tsx | 0 .../src}/features/components/atoms/card/type.ts | 0 .../components/atoms/container/fixed/index.tsx | 0 .../components/atoms/container/fluid/index.tsx | 0 .../features/components/atoms/container/index.tsx | 0 .../components/atoms/flex-box/box/index.tsx | 0 .../features/components/atoms/flex-box/index.tsx | 0 .../components/atoms/flex-box/item/index.tsx | 0 .../src}/features/components/atoms/icon/index.tsx | 0 .../src}/features/components/atoms/image/index.tsx | 0 .../atoms/input/checkbox/__tests__/index.spec.tsx | 0 .../components/atoms/input/checkbox/index.tsx | 0 .../src}/features/components/atoms/input/index.tsx | 0 .../features/components/atoms/input/text/index.tsx | 0 .../src}/features/components/atoms/label/index.tsx | 0 .../features/components/atoms/link-button/index.tsx | 0 .../components/atoms/link-button/primary/index.tsx | 0 .../atoms/link-button/secondary/index.tsx | 0 .../features/components/atoms/link/external.tsx | 0 .../src}/features/components/atoms/link/index.tsx | 0 .../features/components/atoms/link/internal.tsx | 0 .../features/components/atoms/loading/index.tsx | 0 .../components/atoms/loading/loading.module.scss | 0 .../features/components/atoms/tab/base/index.tsx | 0 .../src}/features/components/atoms/tab/index.tsx | 0 .../components/atoms/tab/tab-content/index.tsx | 0 .../atoms/tab/tab-content/tab-content.module.scss | 0 .../components/atoms/tab/tab-menu-item/index.tsx | 0 .../components/atoms/tab/tab-switcher/index.tsx | 0 .../atoms/tab/tab-switcher/tab-switcher.module.scss | 0 .../src}/features/components/atoms/tab/types.ts | 0 .../features/components/atoms/table/base/index.tsx | 0 .../components/atoms/table/base/table-header.tsx | 0 .../components/atoms/table/base/table-row.tsx | 0 .../src}/features/components/atoms/table/index.tsx | 0 .../components/atoms/table/shadow-table/index.tsx | 0 .../src}/features/components/atoms/table/types.ts | 0 .../components/atoms/typography/base/index.tsx | 0 .../components/atoms/typography/heading/index.tsx | 0 .../components/atoms/typography/hero/index.tsx | 0 .../features/components/atoms/typography/index.tsx | 0 .../components/atoms/typography/link/index.tsx | 0 .../components/atoms/typography/paragraph/index.tsx | 0 .../molecules/browser-update-alert/index.tsx | 0 .../molecules/instruments-table/index.tsx | 0 .../instrumental-table.module.scss | 0 .../single-item-instruments/index.tsx | 0 .../single-item-instruments/symbol-text/index.tsx | 0 .../molecules/instruments-table/types.tsx | 0 .../molecules/language-switcher/index.tsx | 0 .../language-switcher/language-switcher.module.scss | 0 .../molecules/language-switcher/useLangSwitcher.tsx | 0 .../cfd-warning-banner.module.scss | 0 .../layout-overlay/cfd-warning-banner/index.tsx | 0 .../cookie-banner/cookie-banner.module.scss | 0 .../layout-overlay/cookie-banner/index.tsx | 0 .../floating-button/floating-button.scss | 0 .../layout-overlay/floating-button/index.tsx | 0 .../components/molecules/layout-overlay/index.tsx | 0 .../layout-overlay/layout-overlay.module.scss | 0 .../layout-overlay/live-chat-button/index.tsx | 0 .../layout-overlay/whats-app-button/index.tsx | 0 .../molecules/mobile-menu-toggle/index.tsx | 0 .../mobile-menu-toggle/menu-toggle.module.scss | 0 .../components/molecules/nav-card/index.tsx | 0 .../molecules/nav-card/nav-card.module.scss | 0 .../components/molecules/number-box/index.tsx | 0 .../molecules/other-markets-slider/data.ts | 0 .../molecules/other-markets-slider/index.tsx | 0 .../other-markets-slider/other-markets-slider.scss | 0 .../components/molecules/protected-route/index.tsx | 0 .../components/molecules/shadow-box/index.tsx | 0 .../molecules/shadow-box/style.module.scss | 0 .../components/molecules/slide-show/index.tsx | 0 .../molecules/slide-show/slide-show.module.scss | 0 .../components/molecules/tab-stepper/index.tsx | 0 .../components/molecules/timeline-item/index.tsx | 0 .../molecules/timeline-item/style.module.scss | 0 .../components/molecules/trade-item/index.tsx | 0 .../molecules/trade-item/style.module.scss | 0 .../available-markets-platforms/available-list.tsx | 0 .../organisms/available-markets-platforms/data.ts | 0 .../organisms/available-markets-platforms/index.tsx | 0 .../available-markets-platforms/styles.module.scss | 0 .../organisms/available-options/index.tsx | 0 .../organisms/available-options/styles.module.scss | 0 .../organisms/available-options/tab-items.tsx | 0 .../markets/greyed-container/styles.module.scss | 0 .../greyed-container/trade-benefit-wrapper.tsx | 0 .../markets/greyed-container/trade-benefits.tsx | 0 .../organisms/markets/greyed-container/types.tsx | 0 .../organisms/markets/market-banner/banner-text.tsx | 0 .../markets/market-banner/market-wrapper.tsx | 0 .../markets/market-banner/styles.module.scss | 0 .../organisms/markets/market-banner/types.tsx | 0 .../markets-trade-steps/trade-steps-wrapper.tsx | 0 .../markets/markets-trade-steps/trade-steps.tsx | 0 .../organisms/markets/markets-trade-steps/types.tsx | 0 .../markets/trade-tab/trades-available-wrapper.tsx | 0 .../components/organisms/markets/trade-tab/types.ts | 0 .../organisms/navigation/nav-card-items/index.tsx | 0 .../navigation/nav-sections-container/index.tsx | 0 .../render-section-items.module.scss | 0 .../nav-sections-container/section-column.tsx | 0 .../components/organisms/options-top-tab/data.ts | 0 .../components/organisms/options-top-tab/index.tsx | 0 .../features/components/organisms/roadmap/index.tsx | 0 .../components/organisms/roadmap/styles.module.scss | 0 .../organisms/what-are-digital-options/index.tsx | 0 .../what-are-digital-options/styles.module.scss | 0 .../src}/features/components/quill/alert/index.tsx | 0 .../components/quill/shared-link/external.tsx | 0 .../features/components/quill/shared-link/index.tsx | 0 .../banners/award-banners/award-banner-eu/index.tsx | 0 .../banners/award-banners/award-banner.module.scss | 0 .../templates/banners/award-banners/awardProps.ts | 0 .../templates/banners/award-banners/data.tsx | 0 .../templates/banners/award-banners/index.tsx | 0 .../blade-shape-banner.module.scss | 0 .../templates/banners/blade-shape-banner/index.tsx | 0 .../templates/banners/blade-shape-banner/types.ts | 0 .../deriv-products-hero.module.scss | 0 .../templates/banners/deriv-products-hero/index.tsx | 0 .../deriv-products-hero/products-banner-image.tsx | 0 .../deriv-products-hero/products-heading.tsx | 0 .../deriv-products-hero/products-logo-and-text.tsx | 0 .../banners/deriv-products-hero/products-signup.tsx | 0 .../deriv-products-hero/products-start-buttons.tsx | 0 .../templates/banners/deriv-products-hero/types.ts | 0 .../templates/ctrader/ctrader-wrapper.module.scss | 0 .../templates/ctrader/ctrader-wrapper.tsx | 0 .../templates/digital-options-layout/data.ts | 0 .../templates/digital-options-layout/index.tsx | 0 .../features/components/templates/footer/data.tsx | 0 .../components/templates/footer/deriv-go-banner.tsx | 0 .../components/templates/footer/description.tsx | 0 .../components/templates/footer/download.tsx | 0 .../components/templates/footer/iip-award.tsx | 0 .../features/components/templates/footer/index.tsx | 0 .../components/templates/help-centre/data.ts | 0 .../components/templates/help-centre/index.tsx | 0 .../components/templates/hero-banners/p2p/index.tsx | 0 .../templates/hero-banners/p2p/p2p-hero.module.scss | 0 .../templates/hero-banners/product/index.tsx | 0 .../hero-banners/product/product-hero.module.scss | 0 .../templates/hero-banners/trade/index.tsx | 0 .../hero-banners/trade/trade-hero.module.scss | 0 .../features/components/templates/layout/data.ts | 0 .../features/components/templates/layout/index.tsx | 0 .../components/templates/layout/style.module.scss | 0 .../templates/navigation/affiliates-nav/index.tsx | 0 .../navigation/affiliates-nav/nav.module.scss | 0 .../bug-bounty-nav/bug-bounty-nav.module.scss | 0 .../templates/navigation/bug-bounty-nav/index.tsx | 0 .../templates/navigation/career-nav/data.tsx | 0 .../templates/navigation/career-nav/index.tsx | 0 .../templates/navigation/main-nav/data.tsx | 0 .../templates/navigation/main-nav/index.tsx | 0 .../templates/navigation/main-nav/nav.buttons.tsx | 0 .../templates/navigation/main-nav/nav.logo.tsx | 0 .../templates/navigation/partners-nav/data.tsx | 0 .../templates/navigation/partners-nav/index.tsx | 0 .../navigation/partners-nav/nav.buttons.tsx | 0 .../templates/navigation/partners-nav/prime-nav.tsx | 0 .../navigation/partners-nav/top-navigation.tsx | 0 .../templates/navigation/static-nav/index.tsx | 0 .../navigation/static-nav/static-nav.module.scss | 0 .../navigation/tab-nav-without-border/index.tsx | 0 .../tab-nav-without-border/styles.module.scss | 0 .../navigation/tab-nav-without-border/types.tsx | 0 .../template/desktop-menu/desktop.items.tsx | 0 .../navigation/template/desktop-menu/index.tsx | 0 .../navigation/template/desktop-menu/styles.scss | 0 .../templates/navigation/template/index.tsx | 0 .../template/market-bottom-nav/bottom-nav.item.tsx | 0 .../navigation/template/market-bottom-nav/data.ts | 0 .../navigation/template/market-bottom-nav/index.tsx | 0 .../template/market-bottom-nav/styles.module.scss | 0 .../navigation/template/market-bottom-nav/types.ts | 0 .../navigation/template/mobile-menu/index.tsx | 0 .../template/mobile-menu/mobile-menu.module.scss | 0 .../template/mobile-menu/mobile.items.tsx | 0 .../navigation/template/nav-context/index.tsx | 0 .../navigation/template/nav-drop-items/index.tsx | 0 .../navigation/template/nav-single-item/index.tsx | 0 .../navigation/template/nav.template.module.scss | 0 .../templates/navigation/template/top-nav/index.tsx | 0 .../components/templates/navigation/types.ts | 0 .../components/templates/options-content/index.tsx | 0 .../options-content/option-content.item.tsx | 0 .../options-content/section-content-option.item.tsx | 0 .../options-content/single-content-option.item.tsx | 0 .../templates/options-content/styles.module.scss | 0 .../components/templates/options-content/type.ts | 0 .../components/templates/options-faq/index.tsx | 0 .../templates/options-faq/styles.module.scss | 0 .../components/templates/options-layout/data.ts | 0 .../components/templates/options-layout/index.tsx | 0 .../signup/with-banner/banner/banner.styles.scss | 0 .../templates/signup/with-banner/banner/index.tsx | 0 .../signup/with-banner/form/form.module.scss | 0 .../templates/signup/with-banner/form/index.tsx | 0 .../templates/signup/with-banner/index.tsx | 0 .../templates/signup/with-banner/social/index.tsx | 0 .../signup/with-banner/social/social.module.scss | 0 .../signup/with-banner/with_banner.module.scss | 0 .../components/templates/start-trading/index.tsx | 0 .../templates/start-trading/style.module.scss | 0 .../components/templates/tabs/menu/index.tsx | 0 .../templates/tabs/navigation-menu/index.tsx | 0 .../tabs/navigation-menu/styles.module.scss | 0 .../components/templates/tabs/stepper/index.tsx | 0 .../templates/trade-platform/app-banner/index.tsx | 0 .../templates/trade-platform/how-to-start/index.tsx | 0 .../templates/trade-platform/numbers/index.tsx | 0 .../trade-platform/other-platforms/index.tsx | 0 .../other-platforms/platform-card/index.tsx | 0 .../platform-card/styles.module.scss | 0 .../other-platforms/styles.module.scss | 0 .../trade-platform/other-platforms/types.ts | 0 .../trade-description/description.module.scss | 0 .../trade-platform/trade-description/index.tsx | 0 .../components/templates/trade-platform/types.ts | 0 .../templates/trade-platform/what-have/index.tsx | 0 .../trade-platform/what-have/what-have.module.scss | 0 .../templates/trade-platform/why-trade/index.tsx | 0 .../trade-platform/why-trade/why-trade.module.scss | 0 .../templates/why-trade-options/index.tsx | 0 .../templates/why-trade-options/styles.module.scss | 0 .../features/contexts/ppc-campaign/ppc.context.tsx | 0 .../features/contexts/ppc-campaign/ppc.provider.tsx | 0 .../ab-testing/use-partners-signup-link/index.ts | 0 .../src}/features/hooks/use-contact-form/index.tsx | 0 .../hooks/use-ctrader-credentials-form/index.tsx | 0 .../features/hooks/use-ctrader-email-form/index.tsx | 0 .../src}/features/hooks/use-deriv-auth/index.tsx | 0 .../src}/features/hooks/use-external-link/index.tsx | 0 .../src}/features/hooks/use-internal-link/index.tsx | 0 .../src}/features/hooks/use-link-url/index.tsx | 0 .../src}/features/hooks/use-ppc/index.tsx | 0 .../features/hooks/use-residence-list/index.tsx | 0 .../hooks/use-scroll-to-active-tab/index.tsx | 0 .../features/hooks/use-scroll-to-element/index.ts | 0 .../src}/features/hooks/use-signup-form/index.tsx | 0 .../src}/features/hooks/use-states-list/index.tsx | 0 .../src}/features/pages/404/content/data.ts | 0 .../pages/404/content/not-found.container.tsx | 0 .../pages/404/content/not-found.module.scss | 0 .../src}/features/pages/404/content/types.ts | 0 .../src}/features/pages/404/index.tsx | 0 .../pages/check-email/check-email.module.scss | 0 .../pages/check-email/check-email.steps.tsx | 0 .../src}/features/pages/check-email/index.tsx | 0 .../features/pages/ctrader-check-email/index.tsx | 0 .../src}/features/pages/ctrader-login/index.tsx | 0 .../features/pages/ctrader-login/login-success.tsx | 0 .../features/pages/ctrader-manage/add-account.tsx | 0 .../pages/ctrader-manage/add-more-accounts.tsx | 0 .../src}/features/pages/ctrader-manage/cashier.tsx | 0 .../pages/ctrader-manage/change-password.tsx | 0 .../features/pages/ctrader-manage/close-account.tsx | 0 .../pages/ctrader-manage/ctrader-manage-data.tsx | 0 .../pages/ctrader-manage/ctrader-manage.tsx | 0 .../ctrader-signup/ctrader-credentials-form.tsx | 0 .../pages/ctrader-signup/ctrader-email-form.tsx | 0 .../pages/ctrader-signup/ctrader-form.module.scss | 0 .../src}/features/pages/ctrader-signup/index.tsx | 0 .../pages/ctrader-signup/signup-credentials.tsx | 0 .../pages/ctrader-signup/signup-success.tsx | 0 .../pages/deriv-ctrader/browse-our-faq/data.tsx | 0 .../pages/deriv-ctrader/browse-our-faq/index.tsx | 0 .../pages/deriv-ctrader/copy-trading/data.tsx | 0 .../pages/deriv-ctrader/copy-trading/index.tsx | 0 .../deriv-ctrader/copy-trading/styles.module.scss | 0 .../pages/deriv-ctrader/get-trading/index.tsx | 0 .../pages/deriv-ctrader/hero-banner/data.tsx | 0 .../pages/deriv-ctrader/hero-banner/index.tsx | 0 .../pages/deriv-ctrader/how-to-start/data.tsx | 0 .../pages/deriv-ctrader/how-to-start/index.tsx | 0 .../src}/features/pages/deriv-ctrader/index.tsx | 0 .../pages/deriv-ctrader/other-platforms/data.tsx | 0 .../pages/deriv-ctrader/other-platforms/index.tsx | 0 .../pages/deriv-ctrader/platform-banner/data.tsx | 0 .../pages/deriv-ctrader/platform-banner/index.tsx | 0 .../pages/deriv-ctrader/platform-features/data.tsx | 0 .../pages/deriv-ctrader/platform-features/index.tsx | 0 .../pages/deriv-ctrader/trade-description/data.tsx | 0 .../trade-description/description.module.scss | 0 .../pages/deriv-ctrader/trade-description/index.tsx | 0 .../pages/deriv-ctrader/trade-numbers/data.tsx | 0 .../pages/deriv-ctrader/trade-numbers/index.tsx | 0 .../features/pages/deriv-ctrader/why-trade/data.tsx | 0 .../pages/deriv-ctrader/why-trade/index.tsx | 0 .../features/pages/home/client-testimonial/data.ts | 0 .../pages/home/client-testimonial/index.tsx | 0 .../pages/home/client-testimonial/slider/index.tsx | 0 .../home/client-testimonial/slider/styles.scss | 0 .../trustpiolot-container/index.tsx | 0 .../features/pages/home/client-testimonial/types.ts | 0 .../features/pages/home/go-banner/go-text-box.tsx | 0 .../src}/features/pages/home/go-banner/index.tsx | 0 .../src}/features/pages/home/go-banner/qr-code.tsx | 0 .../pages/home/go-banner/styles.module.scss | 0 .../src}/features/pages/home/hero/content/data.ts | 0 .../home/hero/content/hero-content.module.scss | 0 .../pages/home/hero/content/hero-cta.button.tsx | 0 .../home/hero/content/hero-features.carousel.tsx | 0 .../pages/home/hero/content/hero-header.items.tsx | 0 .../src}/features/pages/home/hero/content/index.tsx | 0 .../src}/features/pages/home/hero/index.tsx | 0 .../src}/features/pages/home/hero/slider/index.tsx | 0 .../pages/home/hero/slider/slider-wrapper.tsx | 0 .../pages/home/hero/slider/slider.module.scss | 0 .../src}/features/pages/home/index.tsx | 0 .../src}/features/pages/home/live-pricing/index.tsx | 0 .../live-pricing/live-pricing-section.module.scss | 0 .../home/live-pricing/market-tabs/market-tab.tsx | 0 .../live-pricing/market-tabs/tab-style.module.scss | 0 .../pages/home/live-pricing/market-tabs/utils.tsx | 0 .../table-component/live-market-table.tsx | 0 .../table-component/live-pricing.module.scss | 0 .../live-pricing/table-component/symbol-icon.tsx | 0 .../src}/features/pages/home/live-pricing/types.tsx | 0 .../pages/home/live-pricing/use-live-columns.tsx | 0 .../pages/home/markets/bottom-text/index.tsx | 0 .../src}/features/pages/home/markets/data.tsx | 0 .../src}/features/pages/home/markets/index.tsx | 0 .../pages/home/markets/market-item/index.tsx | 0 .../pages/home/markets/market-item/market-item.scss | 0 .../pages/home/markets/market-slider/index.tsx | 0 .../home/markets/market-slider/market-slide.scss | 0 .../src}/features/pages/home/markets/types.ts | 0 .../src}/features/pages/home/our-platforms/data.tsx | 0 .../features/pages/home/our-platforms/index.tsx | 0 .../pages/home/our-platforms/sliders/index.tsx | 0 .../our-platforms/sliders/platform-images/index.tsx | 0 .../sliders/platform-images/platform-image.item.tsx | 0 .../platform-images/platform-images.module.scss | 0 .../our-platforms/sliders/platform-main/index.tsx | 0 .../sliders/platform-main/main-slider.item.tsx | 0 .../platform-main/platforms-main.module.scss | 0 .../src}/features/pages/home/our-platforms/types.ts | 0 .../src}/features/pages/home/p2p-banner/index.tsx | 0 .../pages/home/p2p-banner/p2p-description/index.tsx | 0 .../home/p2p-banner/p2p-description/qr-code.tsx | 0 .../home/p2p-banner/p2p-description/text-box.tsx | 0 .../pages/home/p2p-banner/p2p-image/index.tsx | 0 .../pages/home/p2p-banner/styles.module.scss | 0 .../src}/features/pages/home/trade-types/data.tsx | 0 .../src}/features/pages/home/trade-types/index.tsx | 0 .../pages/home/trade-types/styles.module.scss | 0 .../pages/home/trade-types/trade-type.item.tsx | 0 .../src}/features/pages/home/trade-types/types.ts | 0 .../src}/features/pages/markets/etf/banner/data.tsx | 0 .../features/pages/markets/etf/banner/index.tsx | 0 .../pages/markets/etf/check-trading/index.tsx | 0 .../markets/etf/check-trading/styles.module.scss | 0 .../src}/features/pages/markets/etf/index.tsx | 0 .../pages/markets/etf/instrumental-content/data.tsx | 0 .../markets/etf/instrumental-content/index.tsx | 0 .../etf/instrumental-content/styles.module.scss | 0 .../markets/etf/instrumental-content/types.tsx | 0 .../features/pages/markets/etf/instruments/data.tsx | 0 .../pages/markets/etf/instruments/index.tsx | 0 .../markets/etf/instruments/styles.module.scss | 0 .../src}/features/pages/markets/etf/steps/data.tsx | 0 .../src}/features/pages/markets/etf/steps/index.tsx | 0 .../pages/markets/etf/trades-available/data.tsx | 0 .../pages/markets/etf/trades-available/index.tsx | 0 .../features/pages/markets/etf/why-trade/data.tsx | 0 .../features/pages/markets/etf/why-trade/index.tsx | 0 .../pages/options/accumulator/_faq-schema.ts | 0 .../src}/features/pages/options/accumulator/data.ts | 0 .../features/pages/options/accumulator/index.tsx | 0 .../pages/options/digital/asians/_faq-schema.ts | 0 .../features/pages/options/digital/asians/data.ts | 0 .../features/pages/options/digital/asians/index.tsx | 0 .../pages/options/digital/digits/_faq-schema.ts | 0 .../pages/options/digital/digits/constant.ts | 0 .../features/pages/options/digital/digits/data.ts | 0 .../features/pages/options/digital/digits/index.tsx | 0 .../pages/options/digital/high-low/_faq-schema.ts | 0 .../features/pages/options/digital/high-low/data.ts | 0 .../pages/options/digital/high-low/index.tsx | 0 .../pages/options/digital/in-out/_faq-schema.ts | 0 .../features/pages/options/digital/in-out/data.ts | 0 .../features/pages/options/digital/in-out/index.tsx | 0 .../pages/options/digital/lookbacks/_faq-schema.ts | 0 .../pages/options/digital/lookbacks/data.ts | 0 .../pages/options/digital/lookbacks/index.tsx | 0 .../digital/only-ups-only-downs/_faq-schema.ts | 0 .../options/digital/only-ups-only-downs/data.ts | 0 .../options/digital/only-ups-only-downs/index.tsx | 0 .../pages/options/digital/reset-call/_faq-schema.ts | 0 .../pages/options/digital/reset-call/data.ts | 0 .../pages/options/digital/reset-call/index.tsx | 0 .../options/digital/touch-no-touch/_faq-schema.ts | 0 .../pages/options/digital/touch-no-touch/data.ts | 0 .../pages/options/digital/touch-no-touch/index.tsx | 0 .../pages/options/digital/up-down/_faq-schema.ts | 0 .../features/pages/options/digital/up-down/data.ts | 0 .../pages/options/digital/up-down/index.tsx | 0 .../features/pages/options/turbo/_faq-schema.ts | 0 .../src}/features/pages/options/turbo/data.ts | 0 .../src}/features/pages/options/turbo/index.tsx | 0 .../features/pages/options/turbo/styles.module.scss | 0 .../features/pages/options/vanilla/_faq-schema.ts | 0 .../src}/features/pages/options/vanilla/data.ts | 0 .../src}/features/pages/options/vanilla/index.tsx | 0 .../pages/options/vanilla/styles.module.scss | 0 .../src}/features/pages/p2p/_data.ts | 0 .../src}/features/pages/p2p/availability/data.tsx | 0 .../src}/features/pages/p2p/availability/index.tsx | 0 .../features/pages/p2p/availability/platform.tsx | 0 .../pages/p2p/availability/styles.module.scss | 0 .../src}/features/pages/p2p/availability/types.ts | 0 .../src}/features/pages/p2p/dp2p/data.tsx | 0 .../src}/features/pages/p2p/dp2p/index.tsx | 0 .../src}/features/pages/p2p/dp2p/item.tsx | 0 .../src}/features/pages/p2p/dp2p/styles.module.scss | 0 .../src}/features/pages/p2p/dp2p/types.ts | 0 .../src}/features/pages/p2p/dp2p/video.tsx | 0 .../src}/features/pages/p2p/hero/banner.tsx | 0 .../src}/features/pages/p2p/hero/content.tsx | 0 .../src}/features/pages/p2p/hero/data.tsx | 0 .../src}/features/pages/p2p/hero/index.tsx | 0 .../src}/features/pages/p2p/hero/styles.module.scss | 0 .../src}/features/pages/p2p/index.tsx | 0 .../src}/features/pages/p2p/numbers/data.ts | 0 .../src}/features/pages/p2p/numbers/index.tsx | 0 .../src}/features/pages/p2p/steps/data.ts | 0 .../src}/features/pages/p2p/steps/index.tsx | 0 .../src}/features/pages/p2p/steps/item.tsx | 0 .../features/pages/p2p/steps/styles.module.scss | 0 .../src}/features/pages/p2p/steps/types.ts | 0 .../deriv-prime/available-instruments/_data.tsx | 0 .../deriv-prime/available-instruments/index.tsx | 0 .../deriv-prime/browse-our-faq/_faq-schema.ts | 0 .../partners/deriv-prime/browse-our-faq/data.tsx | 0 .../deriv-prime/browse-our-faq/deriv-prime-faq.tsx | 0 .../browse-our-faq/faq-commercial-plan.tsx | 0 .../partners/deriv-prime/browse-our-faq/index.tsx | 0 .../deriv-prime/browse-our-faq/styles.module.scss | 0 .../partners/deriv-prime/browse-our-faq/types.ts | 0 .../partners/deriv-prime/commercial-plan/data.tsx | 0 .../partners/deriv-prime/commercial-plan/index.tsx | 0 .../deriv-prime/commercial-plan/styles.module.scss | 0 .../connectivity-reliability-item.tsx | 0 .../deriv-prime/connectivity-reliability/data.tsx | 0 .../deriv-prime/connectivity-reliability/index.tsx | 0 .../connectivity-reliability/styles.module.scss | 0 .../deriv-prime/connectivity-reliability/types.ts | 0 .../deriv-prime/get-in-touch/contact-form.tsx | 0 .../get-in-touch/get-in-touch.module.scss | 0 .../partners/deriv-prime/get-in-touch/index.tsx | 0 .../deriv-prime/get-in-touch/text-banner.tsx | 0 .../pages/partners/deriv-prime/hero/index.tsx | 0 .../partners/deriv-prime/hero/styles.module.scss | 0 .../features/pages/partners/deriv-prime/index.tsx | 0 .../partners/deriv-prime/meet-us-there/data.tsx | 0 .../partners/deriv-prime/meet-us-there/index.tsx | 0 .../meet-us-there/meet-us-there.module.scss | 0 .../partners/deriv-prime/meet-us-there/types.ts | 0 .../pages/partners/deriv-prime/numbers/data.ts | 0 .../pages/partners/deriv-prime/numbers/index.tsx | 0 .../pages/partners/deriv-prime/potential/data.tsx | 0 .../pages/partners/deriv-prime/potential/index.tsx | 0 .../deriv-prime/potential/potential.module.scss | 0 .../partners/deriv-prime/why-deriv-prime/data.ts | 0 .../partners/deriv-prime/why-deriv-prime/index.tsx | 0 .../partners/deriv-prime/why-deriv-prime/types.ts | 0 .../why-deriv-prime/why-deriv-prime.module.scss | 0 .../src}/features/pages/signup-success/index.tsx | 0 .../pages/signup-success/signup-success.module.scss | 0 .../signup/form-container/form-social-buttons.tsx | 0 .../features/pages/signup/form-container/index.tsx | 0 .../signup/form-container/signup-page-form.tsx | 0 .../src}/features/pages/signup/index.tsx | 0 .../src}/features/pages/signup/signup.content.tsx | 0 .../src}/features/pages/signup/signup.module.scss | 0 .../src}/features/styles/app.scss | 0 .../styles/postcss-plugin/class-name-collector.js | 0 .../src}/features/styles/postcss-plugin/plugin.js | 0 .../src}/features/styles/reset.scss | 0 .../features/styles/theme/accordion/styles.scss | 0 .../src}/features/styles/theme/alert.scss | 0 .../src}/features/styles/theme/breakpoints.scss | 0 .../src}/features/styles/theme/buttons.scss | 0 .../src}/features/styles/theme/card.scss | 0 .../src}/features/styles/theme/colors.scss | 0 .../src}/features/styles/theme/containers.scss | 0 .../src}/features/styles/theme/flex.scss | 0 .../src}/features/styles/theme/icon.scss | 0 .../src}/features/styles/theme/image.scss | 0 .../styles/theme/inputs/checkbox.styles.scss | 0 .../features/styles/theme/inputs/text.styles.scss | 0 .../src}/features/styles/theme/radius.scss | 0 .../src}/features/styles/theme/spacing.scss | 0 .../src}/features/styles/theme/table.scss | 0 .../src}/features/styles/theme/tabs.scss | 0 .../src}/features/styles/theme/theme-mixins.scss | 0 .../src}/features/styles/theme/typography.scss | 0 .../src}/features/styles/theme/utility.scss | 0 .../src}/features/styles/theme/variables.scss | 0 .../src}/features/styles/theme/visibility.scss | 0 .../src}/features/styles/utils/index.ts | 0 .../src}/features/types/faq-schema.ts | 0 .../gatsby-theme-deriv/src}/features/types/index.ts | 0 .../gatsby-theme-deriv/src}/features/utils/dclsx.ts | 0 {src => themes/gatsby-theme-deriv/src}/global.d.ts | 0 .../common/affiliate-and-ib/deriv_x_commodities.png | Bin .../common/affiliate-and-ib/deriv_x_crypto.png | Bin .../images/common/affiliate-and-ib/deriv_x_five.png | Bin .../common/affiliate-and-ib/deriv_x_forex.png | Bin .../images/common/affiliate-and-ib/deriv_x_four.png | Bin .../common/affiliate-and-ib/deriv_x_indices.png | Bin .../images/common/affiliate-and-ib/deriv_x_one.png | Bin .../images/common/affiliate-and-ib/deriv_x_step.png | Bin .../common/affiliate-and-ib/deriv_x_stocks.png | Bin .../common/affiliate-and-ib/deriv_x_three.png | Bin .../images/common/affiliate-and-ib/deriv_x_two.png | Bin .../images/common/affiliate-and-ib/deriv_x_vol.png | Bin .../common/affiliate-and-ib/derived_crash.png | Bin .../images/common/affiliate-and-ib/derived_jump.png | Bin .../images/common/affiliate-and-ib/derived_step.png | Bin .../common/affiliate-and-ib/derived_volatility.png | Bin .../dmt5-financial-calculator-one.png | Bin .../dmt5-financial-calculator-three.png | Bin .../dmt5-financial-calculator-two.png | Bin .../dmt5-financial-stp-calculator-one.png | Bin .../affiliate-and-ib/dmt5-synthetic-calculator.png | Bin .../common/affiliate-and-ib/dx_dex_indices.png | Bin .../images/common/affiliate-and-ib/fin_crypto.png | Bin .../images/common/affiliate-and-ib/fin_forex.png | Bin .../images/common/affiliate-and-ib/fin_metal.png | Bin .../src}/images/common/affiliate-and-ib/fin_oil.png | Bin .../images/common/affiliate-and-ib/fin_stock.png | Bin .../images/common/affiliate-and-ib/mt5_crypto.png | Bin .../images/common/affiliate-and-ib/mt5_forex.png | Bin .../images/common/affiliate-and-ib/mt5_metal.png | Bin .../src}/images/common/affiliate-and-ib/mt5_oil.png | Bin .../images/common/affiliate-and-ib/mt5_step.png | Bin .../common/affiliate-and-ib/mt5_stock_indices.png | Bin .../images/common/affiliate-and-ib/mt5_stocks.png | Bin .../common/affiliate-and-ib/mt5_volatility.png | Bin .../images/common/affiliate-and-ib/stp_crypto.png | Bin .../images/common/affiliate-and-ib/stp_forex.png | Bin .../common/affiliate/daily-ib-commission-eu.png | Bin .../images/common/affiliate/daily-ib-commission.png | Bin .../src}/images/common/affiliate/map.png | Bin .../images/common/affiliate/marketing-material.png | Bin .../affiliate/multiple-income-opportunities.png | Bin .../images/common/affiliate/partners-banner.png | Bin .../images/common/awards/best-forex-spreads.png | Bin .../images/common/awards/broker-of-the-year.png | Bin .../src}/images/common/awards/gptw.png | Bin .../src}/images/common/awards/investors.png | Bin .../src}/images/common/awards/most-trusted.png | Bin .../src}/images/common/careers-2/back-end-bg.png | Bin .../src}/images/common/careers-2/back-end-desc.png | Bin .../common/careers-2/back-end-review-mobile.png | Bin .../images/common/careers-2/back-end-review.png | Bin .../common/careers-2/business-excellence-bg.png | Bin .../common/careers-2/business-excellence-desc.png | Bin .../careers-2/business-excellence-review-mobile.png | Bin .../common/careers-2/business-excellence-review.png | Bin .../common/careers-2/business-intelligence-bg.png | Bin .../common/careers-2/business-intelligence-desc.png | Bin .../business-intelligence-review-mobile.png | Bin .../careers-2/business-intelligence-review.png | Bin .../src}/images/common/careers-2/compliance-bg.png | Bin .../images/common/careers-2/compliance-desc.png | Bin .../common/careers-2/compliance-review-mobile.png | Bin .../images/common/careers-2/compliance-review.png | Bin .../src}/images/common/careers-2/cs-bg.png | Bin .../src}/images/common/careers-2/cs-desc.png | Bin .../images/common/careers-2/cs-review-mobile.png | Bin .../src}/images/common/careers-2/cs-review.png | Bin .../images/common/careers-2/fe-review-mobile.png | Bin .../src}/images/common/careers-2/fe-review.png | Bin .../src}/images/common/careers-2/finance-bg.png | Bin .../src}/images/common/careers-2/finance-desc.png | Bin .../common/careers-2/finance-review-mobile.png | Bin .../src}/images/common/careers-2/finance-review.png | Bin .../src}/images/common/careers-2/front-end-bg.png | Bin .../src}/images/common/careers-2/front-end-desc.png | Bin .../images/common/careers-2/human-resources-bg.png | Bin .../common/careers-2/human-resources-desc.png | Bin .../careers-2/human-resources-review-mobile.png | Bin .../common/careers-2/human-resources-review.png | Bin .../images/common/careers-2/internal-audit-bg.png | Bin .../images/common/careers-2/internal-audit-desc.png | Bin .../careers-2/internal-audit-review-mobile.png | Bin .../common/careers-2/internal-audit-review.png | Bin .../src}/images/common/careers-2/marketing-bg.png | Bin .../src}/images/common/careers-2/marketing-desc.png | Bin .../common/careers-2/marketing-review-mobile.png | Bin .../images/common/careers-2/marketing-review.png | Bin .../src}/images/common/careers-2/payments-bg.png | Bin .../src}/images/common/careers-2/payments-desc.png | Bin .../common/careers-2/payments-review-mobile.png | Bin .../images/common/careers-2/payments-review.png | Bin .../src}/images/common/careers-2/pm-bg.png | Bin .../src}/images/common/careers-2/pm-desc.png | Bin .../images/common/careers-2/pm-review-mobile.png | Bin .../src}/images/common/careers-2/pm-review.png | Bin .../src}/images/common/careers-2/product-bg.png | Bin .../src}/images/common/careers-2/product-desc.png | Bin .../common/careers-2/product-review-mobile.png | Bin .../src}/images/common/careers-2/product-review.png | Bin .../src}/images/common/careers-2/security-bg.png | Bin .../src}/images/common/careers-2/security-desc.png | Bin .../common/careers-2/security-review-mobile.png | Bin .../images/common/careers-2/security-review.png | Bin .../images/common/careers-2/software-testing-bg.png | Bin .../common/careers-2/software-testing-desc.png | Bin .../careers-2/software-testing-review-mobile.png | Bin .../common/careers-2/software-testing-review.png | Bin .../common/careers-2/trading-operations-bg.png | Bin .../common/careers-2/trading-operations-desc.png | Bin .../careers-2/trading-operations-review-mobile.png | Bin .../common/careers-2/trading-operations-review.png | Bin .../images/common/careers/Back-end-Development.png | Bin .../images/common/careers/Business-Excellence.png | Bin .../images/common/careers/Business-Intelligence.png | Bin .../src}/images/common/careers/Customer-Support.png | Bin .../images/common/careers/Cyber-Security-IT.png | Bin .../src}/images/common/careers/Finance-Accounts.png | Bin .../images/common/careers/Front-end-Development.png | Bin .../src}/images/common/careers/Human-Resources.png | Bin .../src}/images/common/careers/Internal-Audit.png | Bin .../src}/images/common/careers/Legal-Compliance.png | Bin .../careers/Marketing-Global-Partnerships.png | Bin .../careers/Payment-Solutions-Integration.png | Bin .../images/common/careers/Product-Design-UX.png | Bin .../images/common/careers/Project-Management.png | Bin .../src}/images/common/careers/Software-Testing.png | Bin .../images/common/careers/Trading-Operations.png | Bin .../src}/images/common/careers/aditya.jpg | Bin .../src}/images/common/careers/ahmad.jpg | Bin .../src}/images/common/careers/asuncion.png | Bin .../careers/asuncion_great_place_to_work_badge.png | Bin .../src}/images/common/careers/asuncion_grid_1.png | Bin .../src}/images/common/careers/asuncion_grid_2.png | Bin .../src}/images/common/careers/asuncion_grid_3.png | Bin .../src}/images/common/careers/asuncion_grid_4.png | Bin .../src}/images/common/careers/berlin.png | Bin .../src}/images/common/careers/bvi_grid_3.jpg | Bin .../images/common/careers/career-landing-screen.jpg | Bin .../src}/images/common/careers/ciudad.jpg | Bin .../careers/ciudad_great_place_to_work_badge.png | Bin .../src}/images/common/careers/cyberjaya.png | Bin .../src}/images/common/careers/cyberjaya_grid_1.png | Bin .../src}/images/common/careers/cyberjaya_grid_2.png | Bin .../src}/images/common/careers/cyberjaya_grid_3.png | Bin .../src}/images/common/careers/cyberjaya_grid_4.png | Bin .../src}/images/common/careers/cyprus.jpg | Bin .../careers/cyprus_great_place_to_work_badge.png | Bin .../src}/images/common/careers/cyprus_grid_1.png | Bin .../src}/images/common/careers/cyprus_grid_2.png | Bin .../src}/images/common/careers/cyprus_grid_3.png | Bin .../src}/images/common/careers/cyprus_grid_4.png | Bin .../src}/images/common/careers/dubai.jpg | Bin .../careers/dubai_great_place_to_work_badge.png | Bin .../src}/images/common/careers/dubai_grid_1.png | Bin .../src}/images/common/careers/dubai_grid_2.png | Bin .../src}/images/common/careers/dubai_grid_3.png | Bin .../src}/images/common/careers/dubai_grid_4.png | Bin .../src}/images/common/careers/fitness-mobile.png | Bin .../src}/images/common/careers/fitness.png | Bin .../src}/images/common/careers/games-mobile.png | Bin .../src}/images/common/careers/games.png | Bin .../src}/images/common/careers/gary.jpg | Bin .../src}/images/common/careers/georgetown.png | Bin .../src}/images/common/careers/guernsey.jpg | Bin .../src}/images/common/careers/guernsey_grid_1.jpg | Bin .../src}/images/common/careers/guernsey_grid_2.jpg | Bin .../src}/images/common/careers/guernsey_grid_3.jpg | Bin .../src}/images/common/careers/guernsey_grid_4.jpg | Bin .../src}/images/common/careers/gym-mobile.png | Bin .../src}/images/common/careers/gym.png | Bin .../src}/images/common/careers/hongkong.jpg | Bin .../src}/images/common/careers/ipoh.jpg | Bin .../src}/images/common/careers/ipoh_grid_1.png | Bin .../src}/images/common/careers/ipoh_grid_2.png | Bin .../src}/images/common/careers/ipoh_grid_3.png | Bin .../src}/images/common/careers/ipoh_grid_4.png | Bin .../src}/images/common/careers/jordan.jpg | Bin .../careers/jordan_great_place_to_work_badge.png | Bin .../src}/images/common/careers/jordan_grid_3.png | Bin .../src}/images/common/careers/labuan.jpg | Bin .../src}/images/common/careers/labuan_grid_1.png | Bin .../src}/images/common/careers/labuan_grid_2.png | Bin .../src}/images/common/careers/labuan_grid_3.png | Bin .../src}/images/common/careers/labuan_grid_4.png | Bin .../images/common/careers/living_in_asuncion.png | Bin .../src}/images/common/careers/living_in_berlin.png | Bin .../src}/images/common/careers/living_in_ciudad.png | Bin .../images/common/careers/living_in_cyberjaya.png | Bin .../src}/images/common/careers/living_in_cyprus.png | Bin .../src}/images/common/careers/living_in_dubai.jpg | Bin .../images/common/careers/living_in_georgetown.png | Bin .../images/common/careers/living_in_guernsey.jpg | Bin .../images/common/careers/living_in_hongkong.png | Bin .../src}/images/common/careers/living_in_ipoh.png | Bin .../src}/images/common/careers/living_in_jordan.jpg | Bin .../src}/images/common/careers/living_in_labuan.png | Bin .../src}/images/common/careers/living_in_malta.png | Bin .../src}/images/common/careers/living_in_melaka.png | Bin .../src}/images/common/careers/living_in_minsk.jpg | Bin .../src}/images/common/careers/living_in_paris.jpg | Bin .../images/common/careers/living_in_reading.jpg | Bin .../images/common/careers/living_in_roadtown.jpg | Bin .../src}/images/common/careers/living_in_rwanda.jpg | Bin .../images/common/careers/living_in_singapore.png | Bin .../images/common/careers/living_in_vanuatu.png | Bin .../careers/malaysia_great_place_to_work_badge.png | Bin .../src}/images/common/careers/malta.jpg | Bin .../careers/malta_great_place_to_work_badge.png | Bin .../src}/images/common/careers/malta_grid_1.png | Bin .../src}/images/common/careers/malta_grid_2.png | Bin .../src}/images/common/careers/malta_grid_3.png | Bin .../src}/images/common/careers/malta_grid_4.png | Bin .../images/common/careers/maps/map-cyberjaya.png | Bin .../src}/images/common/careers/maps/map-cyprus.png | Bin .../src}/images/common/careers/maps/map-dubai.png | Bin .../src}/images/common/careers/maps/map-ipoh.png | Bin .../src}/images/common/careers/maps/map-labuan.png | Bin .../src}/images/common/careers/maps/map-malta.png | Bin .../src}/images/common/careers/maps/map-melaka.png | Bin .../images/common/careers/maps/map-paraguay.png | Bin .../src}/images/common/careers/mei_theng.jpg | Bin .../src}/images/common/careers/melaka.jpg | Bin .../src}/images/common/careers/melaka_grid_1.png | Bin .../src}/images/common/careers/melaka_grid_2.png | Bin .../src}/images/common/careers/melaka_grid_3.png | Bin .../src}/images/common/careers/melaka_grid_4.png | Bin .../src}/images/common/careers/minsk.png | Bin .../careers/minsk_great_place_to_work_badge.png | Bin .../src}/images/common/careers/paris.jpg | Bin .../careers/paris_great_place_to_work_badge.png | Bin .../src}/images/common/careers/paris_grid_1.jpg | Bin .../src}/images/common/careers/paris_grid_2.jpg | Bin .../src}/images/common/careers/paris_grid_3.jpg | Bin .../src}/images/common/careers/paris_grid_4.jpg | Bin .../src}/images/common/careers/people-eating.png | Bin .../images/common/careers/presentation-mobile.png | Bin .../src}/images/common/careers/presentation.png | Bin .../src}/images/common/careers/reading.jpg | Bin .../careers/reading_great_place_to_work_badge.png | Bin .../src}/images/common/careers/reading_grid_3.jpg | Bin .../src}/images/common/careers/roadtown.jpg | Bin .../src}/images/common/careers/rwanda.jpg | Bin .../careers/rwanda_great_place_to_work_badge.png | Bin .../src}/images/common/careers/rwanda_grid_1.jpg | Bin .../src}/images/common/careers/rwanda_grid_2.jpg | Bin .../src}/images/common/careers/rwanda_grid_3.jpg | Bin .../src}/images/common/careers/rwanda_grid_4.png | Bin .../src}/images/common/careers/singapore.png | Bin .../src}/images/common/careers/singapore_grid_3.png | Bin .../images/common/careers/table-tennis-mobile.png | Bin .../src}/images/common/careers/table-tennis.png | Bin .../src}/images/common/careers/team-focus.png | Bin .../images/common/careers/teambuilding-mobile.png | Bin .../src}/images/common/careers/teambuilding.png | Bin .../images/common/careers/thumbnail_asuncion.png | Bin .../src}/images/common/careers/thumbnail_berlin.jpg | Bin .../src}/images/common/careers/thumbnail_ciudad.png | Bin .../images/common/careers/thumbnail_cyberjaya.png | Bin .../src}/images/common/careers/thumbnail_cyprus.png | Bin .../src}/images/common/careers/thumbnail_dubai.png | Bin .../images/common/careers/thumbnail_georgetown.png | Bin .../images/common/careers/thumbnail_guernsey.jpg | Bin .../images/common/careers/thumbnail_hongkong.png | Bin .../src}/images/common/careers/thumbnail_ipoh.png | Bin .../src}/images/common/careers/thumbnail_jordan.jpg | Bin .../src}/images/common/careers/thumbnail_labuan.png | Bin .../src}/images/common/careers/thumbnail_malta.png | Bin .../src}/images/common/careers/thumbnail_melaka.png | Bin .../src}/images/common/careers/thumbnail_minsk.png | Bin .../src}/images/common/careers/thumbnail_paris.jpg | Bin .../images/common/careers/thumbnail_reading.png | Bin .../images/common/careers/thumbnail_roadtown.jpg | Bin .../src}/images/common/careers/thumbnail_rwanda.jpg | Bin .../images/common/careers/thumbnail_singapore.png | Bin .../images/common/careers/thumbnail_vanuatu.png | Bin .../src}/images/common/careers/vanuatu.png | Bin .../src}/images/common/careers/vanuatu_grid_3.png | Bin .../src}/images/common/check_icon.png | Bin .../src}/images/common/choose-us/africa_award.png | Bin .../src}/images/common/choose-us/award_bg.png | Bin .../images/common/choose-us/award_bg_mobile.png | Bin .../src}/images/common/choose-us/latam_award.png | Bin .../src}/images/common/community.png | Bin .../images/common/ctrader/add-account-mobile.png | Bin .../src}/images/common/ctrader/add-account.png | Bin .../images/common/ctrader/add-more-accounts.png | Bin .../common/ctrader/ctrader-and-deriv-success.png | Bin .../images/common/ctrader/ctrader-desktop-app.png | Bin .../src}/images/common/ctrader/ctrader-get.png | Bin .../src}/images/common/ctrader/ctrader-success.png | Bin .../src}/images/common/ctrader/ctrader-trade.png | Bin .../images/common/ctrader/ctrader-transfer-menu.png | Bin .../images/common/ctrader/ctrader-withdrawal.png | Bin .../src}/images/common/ctrader/derivCtraderQR.png | Bin .../src}/images/common/ctrader/traders-hub-demo.png | Bin .../src}/images/common/ctrader/traders-hub-real.png | Bin .../src}/images/common/dbot-video/dbot-step1.png | Bin .../src}/images/common/dbot-video/dbot-step2.png | Bin .../src}/images/common/dbot-video/dbot-step3.png | Bin .../src}/images/common/dbot-video/dbot-step4.png | Bin .../src}/images/common/dbot-video/dbot-step5.png | Bin .../src}/images/common/dbot/dbot-banner.png | Bin .../src}/images/common/dbot/dbot-build-strategy.png | Bin .../images/common/dbot/dbot-get-integrated-help.png | Bin .../images/common/dbot/dbot-maximise-profits.png | Bin .../common/dbot/dbot-save-your-strategies.png | Bin .../src}/images/common/dbot/dbot-strategy.png | Bin .../common/dbot/dbot-track-your-performance.png | Bin .../src}/images/common/dbot/step_image_1.png | Bin .../src}/images/common/dbot/step_image_2.png | Bin .../src}/images/common/dbot/step_image_3.png | Bin .../src}/images/common/dbot/step_image_4.png | Bin .../src}/images/common/dbot/step_image_5.png | Bin .../src}/images/common/deriv-ez/hero-image.png | Bin .../images/common/deriv-ez/hero-phone-mobile.png | Bin .../src}/images/common/deriv-ez/hero-phone.png | Bin .../src}/images/common/deriv-ez/indicator.png | Bin .../images/common/deriv-ez/instant-platform.png | Bin .../src}/images/common/deriv-ez/on-go-trading.png | Bin .../src}/images/common/deriv-ez/step-1.png | Bin .../src}/images/common/deriv-ez/step-2.png | Bin .../src}/images/common/deriv-ez/step-3-demo.png | Bin .../src}/images/common/deriv-ez/step-3.png | Bin .../src}/images/common/deriv-ez/step-4.png | Bin .../src}/images/common/deriv-ez/step-5.png | Bin .../src}/images/common/deriv-ez/step-6.png | Bin .../src}/images/common/deriv-go/app-store.png | Bin .../src}/images/common/deriv-go/banner.png | Bin .../src}/images/common/deriv-go/banner_image.png | Bin .../images/common/deriv-go/banner_image_tablet.png | Bin .../src}/images/common/deriv-go/better-risk.png | Bin .../src}/images/common/deriv-go/create-account.png | Bin .../src}/images/common/deriv-go/deriv-go-mobile.png | Bin .../src}/images/common/deriv-go/forex.png | Bin .../src}/images/common/deriv-go/fund-account.png | Bin .../src}/images/common/deriv-go/get-trading.png | Bin .../src}/images/common/deriv-go/google-play.png | Bin .../src}/images/common/deriv-go/huawei-app.png | Bin .../src}/images/common/deriv-go/multiply-profit.png | Bin .../images/common/deriv-go/synthetic-indices.png | Bin .../src}/images/common/deriv-go/web-browser.png | Bin .../images/common/deriv-prime/forex_expo_dubai.png | Bin .../src}/images/common/deriv-prime/hero-mobile.png | Bin .../images/common/deriv-prime/ifx_expo_dubai.png | Bin .../images/common/deriv-prime/ifx_expo_latam.png | Bin .../src}/images/common/deriv-prime/index.ts | 0 .../images/common/deriv-x/banner_image_derivx.png | Bin .../common/deriv-x/banner_image_derivx_mobile.png | Bin .../src}/images/common/deriv-x/bespoke.png | Bin .../src}/images/common/deriv-x/demo-1.png | Bin .../src}/images/common/deriv-x/demo-2.png | Bin .../src}/images/common/deriv-x/demo-3.png | Bin .../src}/images/common/deriv-x/deriv-x-qr.png | Bin .../src}/images/common/deriv-x/derivx-footer-qr.png | Bin .../src}/images/common/deriv-x/derivxQR.png | Bin .../src}/images/common/deriv-x/feature-rich.png | Bin .../images/common/deriv-x/hero-laptop-mobile.png | Bin .../src}/images/common/deriv-x/hero-laptop.png | Bin .../src}/images/common/deriv-x/intuitive.png | Bin .../src}/images/common/deriv-x/margin.png | Bin .../src}/images/common/deriv-x/mobile-1.png | Bin .../src}/images/common/deriv-x/mobile-demo-2.png | Bin .../src}/images/common/deriv-x/mobile-real-1.png | Bin .../src}/images/common/deriv-x/mobile-real-2.png | Bin .../src}/images/common/deriv-x/mobile-real-3.png | Bin .../images/common/deriv-x/mobile-start-trading.png | Bin .../src}/images/common/deriv-x/real-2.png | Bin .../src}/images/common/deriv-x/real-3.png | Bin .../src}/images/common/deriv-x/real-4.png | Bin .../common/dmt5-signals/dmt5-signals-patterns.png | Bin .../src}/images/common/dmt5-signals/dmt5_renew.png | Bin .../images/common/dmt5-signals/dmt5_signals.png | Bin .../images/common/dmt5-signals/dmt5_statistics.png | Bin .../common/dmt5-signals/provider-step1-mobile.png | Bin .../images/common/dmt5-signals/provider-step1.png | Bin .../common/dmt5-signals/provider-step2-mobile.png | Bin .../images/common/dmt5-signals/provider-step2.png | Bin .../common/dmt5-signals/provider-step3-mobile.png | Bin .../images/common/dmt5-signals/provider-step3.png | Bin .../common/dmt5-signals/subscriber-step1-mobile.png | Bin .../images/common/dmt5-signals/subscriber-step1.png | Bin .../common/dmt5-signals/subscriber-step2-mobile.png | Bin .../images/common/dmt5-signals/subscriber-step2.png | Bin .../common/dmt5-signals/subscriber-step3-mobile.png | Bin .../images/common/dmt5-signals/subscriber-step3.png | Bin .../src}/images/common/dmt5-video/dmt-5-step-1.png | Bin .../src}/images/common/dmt5-video/dmt-5-step-2.png | Bin .../src}/images/common/dmt5-video/dmt-5-step-3.png | Bin .../src}/images/common/dmt5/banner_image_eu.png | Bin .../src}/images/common/dmt5/banner_image_row.png | Bin .../src}/images/common/dmt5/dmt-5-ipad-iphone.png | Bin .../src}/images/common/dmt5/dmt-5-mac.png | Bin .../src}/images/common/dmt5/dmt5-banner.png | Bin .../src}/images/common/dmt5/dmt5-demo-step1-eu.png | Bin .../src}/images/common/dmt5/dmt5-demo-step1.png | Bin .../src}/images/common/dmt5/dmt5-demo-step2-eu.png | Bin .../common/dmt5/dmt5-demo-step2-mobile-eu.png | Bin .../images/common/dmt5/dmt5-demo-step2-mobile.png | Bin .../src}/images/common/dmt5/dmt5-demo-step2.png | Bin .../src}/images/common/dmt5/dmt5-demo-step3-eu.png | Bin .../common/dmt5/dmt5-demo-step3-mobile-eu.png | Bin .../images/common/dmt5/dmt5-demo-step3-mobile.png | Bin .../src}/images/common/dmt5/dmt5-demo-step3.png | Bin .../common/dmt5/dmt5-margin-calculator-mobile.png | Bin .../images/common/dmt5/dmt5-margin-calculator.png | Bin .../src}/images/common/dmt5/dmt5-real-step1-eu.png | Bin .../src}/images/common/dmt5/dmt5-real-step1.png | Bin .../src}/images/common/dmt5/dmt5-real-step2-eu.png | Bin .../common/dmt5/dmt5-real-step2-mobile-eu.png | Bin .../images/common/dmt5/dmt5-real-step2-mobile.png | Bin .../src}/images/common/dmt5/dmt5-real-step2.png | Bin .../src}/images/common/dmt5/dmt5-real-step3-eu.png | Bin .../common/dmt5/dmt5-real-step3-mobile-eu.png | Bin .../images/common/dmt5/dmt5-real-step3-mobile.png | Bin .../src}/images/common/dmt5/dmt5-real-step3.png | Bin .../src}/images/common/dmt5/dmt5-real-step4-eu.png | Bin .../common/dmt5/dmt5-real-step4-mobile-eu.png | Bin .../images/common/dmt5/dmt5-real-step4-mobile.png | Bin .../src}/images/common/dmt5/dmt5-real-step4.png | Bin .../src}/images/common/dmt5/dmt5-step1-mobile.png | Bin .../common/dmt5/dmt5-swap-calculator-mobile.png | Bin .../images/common/dmt5/dmt5-swap-calculator.png | Bin .../dmt5/eu-dmt5-margin-calculator-mobile.png | Bin .../common/dmt5/eu-dmt5-margin-calculator.png | Bin .../common/dmt5/eu-dmt5-swap-calculator-mobile.png | Bin .../images/common/dmt5/eu-dmt5-swap-calculator.png | Bin .../src}/images/common/dp2p_platform.png | Bin .../src}/images/common/dtrader/dtrader.svg | 0 .../src}/images/common/dtrader/getAppMobileBG.jpg | Bin .../src}/images/common/dtrader/hero-image-eu.png | Bin .../src}/images/common/dtrader/hero-image.png | Bin .../src}/images/common/dtrader/how-you-want.png | Bin .../src}/images/common/dtrader/how-you-want_eu.png | Bin .../src}/images/common/dtrader/make-smarter.png | Bin .../src}/images/common/dtrader/step_image_1.png | Bin .../src}/images/common/dtrader/step_image_1_eu.png | Bin .../src}/images/common/dtrader/step_image_2.png | Bin .../src}/images/common/dtrader/step_image_2_eu.png | Bin .../src}/images/common/dtrader/step_image_3.png | Bin .../src}/images/common/dtrader/step_image_3_eu.png | Bin .../common/dtrader/trade-what-you-want-eu.png | Bin .../images/common/dtrader/trade-what-you-want.png | Bin .../src}/images/common/ebooks/check-icon.png | Bin .../src}/images/common/ebooks/crypto-hero-es.png | Bin .../src}/images/common/ebooks/crypto-hero-fr.png | Bin .../src}/images/common/ebooks/crypto-hero-pt.png | Bin .../src}/images/common/ebooks/crypto-hero.png | Bin .../src}/images/common/ebooks/crypto-inside-es.png | Bin .../src}/images/common/ebooks/crypto-inside-fr.png | Bin .../src}/images/common/ebooks/crypto-inside-pt.png | Bin .../src}/images/common/ebooks/crypto-inside.png | Bin .../src}/images/common/ebooks/forex-ebook-en.png | Bin .../src}/images/common/ebooks/forex-ebook-es.png | Bin .../images/common/ebooks/forex-ebook-inside-en.png | Bin .../images/common/ebooks/forex-ebook-inside-es.png | Bin .../common/ebooks/introduction-forex-ebook.png | Bin .../images/common/ebooks/stocks-ebook-inside.png | Bin .../src}/images/common/ebooks/stocks-ebook.png | Bin .../src}/images/common/getAppMobileBG.png | Bin .../src}/images/common/gray-angle.png | Bin .../images/common/help-centre/dbot-are-you-sure.png | Bin .../help-centre/dbot-block-menu-search-bar.png | Bin .../images/common/help-centre/dbot-block-menu.png | Bin .../images/common/help-centre/dbot-clear-stat.png | Bin .../src}/images/common/help-centre/dbot-losses.png | Bin .../images/common/help-centre/dbot-variables.png | Bin .../common/help-centre/derivez-demo-account.png | Bin .../common/help-centre/derivez-get-button.png | Bin .../common/help-centre/derivez-real-account.png | Bin .../common/help-centre/derivez-trade-button.png | Bin .../images/common/help-centre/derivez-trade.png | Bin .../common/help-centre/derivez-transfer-button.png | Bin .../src}/images/common/help-centre/fake-url.png | Bin .../common/help-centre/help-center-telegram-one.png | Bin .../common/help-centre/help-center-telegram-two.png | Bin .../common/help-centre/identify-phishing-email.png | Bin .../common/help-centre/p2p-advertise-page.png | Bin .../common/help-centre/p2p-counterparties.png | Bin .../images/common/help-centre/p2p-find-currency.png | Bin .../images/common/help-centre/p2p-get-account.png | Bin .../src}/images/common/help-centre/p2p-login.png | Bin .../common/help-centre/p2p-myads-inactive.png | Bin .../src}/images/common/help-centre/p2p-myads.png | Bin .../src}/images/common/help-centre/p2p-new-ad.png | Bin .../src}/images/common/help-centre/p2p-post-ad.png | Bin .../images/common/help-centre/p2p-real-account.png | Bin .../images/common/help-centre/p2p-use-floating.png | Bin .../common/help-centre/purchase-condition.png | Bin .../images/common/help-centre/restart-trading.png | Bin .../gatsby-theme-deriv/src}/images/common/help.png | Bin .../src}/images/common/home/dbot_trade_home.png | Bin .../src}/images/common/home/deriv-go-banner.png | Bin .../src}/images/common/home/deriv-go-qr.png | Bin .../src}/images/common/home/deriv_p2p.svg | 0 .../src}/images/common/home/dmt5_trade_home.png | Bin .../src}/images/common/home/dtrader_trade_home.png | Bin .../src}/images/common/home/eu_hero_person_5.png | Bin .../src}/images/common/home/hero_1.png | Bin .../src}/images/common/home/hero_2.png | Bin .../src}/images/common/home/hero_3.png | Bin .../src}/images/common/home/hero_4.png | Bin .../src}/images/common/home/hero_bg.png | Bin .../src}/images/common/home/hero_platform1.png | Bin .../src}/images/common/home/hero_platform1_eu.png | Bin .../src}/images/common/home/hero_platform2.png | Bin .../src}/images/common/home/hero_platform2_eu.png | Bin .../src}/images/common/home/hero_platform3.png | Bin .../src}/images/common/home/hero_platform4.png | Bin .../src}/images/common/home/market_commodities.png | Bin .../src}/images/common/home/market_crypto.png | Bin .../src}/images/common/home/market_derived.png | Bin .../src}/images/common/home/market_derived_eu.png | Bin .../src}/images/common/home/market_forex.png | Bin .../images/common/home/market_stocks_indices.png | Bin .../common/home/rebranding/p2p_banner_qr_code.png | Bin .../common/home/rebranding/p2p_home_banner.png | Bin .../common/home/rebranding/p2p_home_banner_rtl.png | Bin .../common/home/rebranding/p2p_mobile_banner.png | Bin .../common/home/rebranding/platform_binary_bot.png | Bin .../common/home/rebranding/platform_deriv_bot.png | Bin .../home/rebranding/platform_deriv_ctrader.png | Bin .../common/home/rebranding/platform_deriv_ez.png | Bin .../common/home/rebranding/platform_deriv_go.png | Bin .../home/rebranding/platform_deriv_trader.png | Bin .../home/rebranding/platform_deriv_trader_eu.png | Bin .../common/home/rebranding/platform_derivx.png | Bin .../images/common/home/rebranding/platform_mt5.png | Bin .../common/home/rebranding/platform_mt5_eu.png | Bin .../home/rebranding/platform_smart_trader.png | Bin .../src}/images/common/landing/crypto1.png | Bin .../src}/images/common/landing/crypto2.png | Bin .../src}/images/common/landing/dmt5-acc.png | Bin .../src}/images/common/landing/dmt5-login.png | Bin .../src}/images/common/landing/login.png | Bin .../src}/images/common/landing/trade-fx-m.jpg | Bin .../src}/images/common/landing/trade-fx.jpg | Bin .../src}/images/common/landing/weekend-m.png | Bin .../src}/images/common/landing/weekend.png | Bin .../gatsby-theme-deriv/src}/images/common/logo.png | Bin .../src}/images/common/margin-calculator.png | Bin .../src}/images/common/markets/ETF.jpg | Bin .../src}/images/common/markets/commodities.png | Bin .../src}/images/common/markets/cryptocurrencies.png | Bin .../src}/images/common/markets/derived-eu.png | Bin .../src}/images/common/markets/derived-row.png | Bin .../src}/images/common/markets/derivx.svg | 0 .../src}/images/common/markets/etf-desktop-new.jpg | Bin .../src}/images/common/markets/hero-forex.png | Bin .../src}/images/common/markets/mt5.svg | 0 .../images/common/markets/stocks-and-indices.png | Bin .../images/common/migration/footer/deriv-go-qr.png | Bin .../common/migration/footer/download-appstore.png | Bin .../common/migration/footer/explore-appgallery.png | Bin .../common/migration/footer/get-googleplay.png | Bin .../common/migration/footer/investors-in-people.png | Bin .../common/multiplier/image-stake-amount@3x.png | Bin .../multipliers-no-multiplier-loss-eu.png | Bin .../multipliers-no-multiplier-loss@2x.png | Bin .../multiplier/multipliers-no-multiplier-win-eu.png | Bin .../multiplier/multipliers-no-multiplier-win@3x.png | Bin .../multipliers-with-multiplier-loss-eu.png | Bin .../multipliers-with-multiplier-loss@3x.png | Bin .../multipliers-with-multiplier-win-eu.png | Bin .../multipliers-with-multiplier-win@3x.png | Bin .../src}/images/common/og_deriv.jpg | Bin .../src}/images/common/p2p/banner.png | Bin .../src}/images/common/p2p/gradient_bg.png | Bin .../src}/images/common/p2p/local_currency.png | Bin .../src}/images/common/p2p/p2p_all_appstores.png | Bin .../src}/images/common/p2p/p2p_banner.png | Bin .../src}/images/common/p2p/p2p_banner_mobile.png | Bin .../src}/images/common/p2p/p2p_banner_rtl.png | Bin .../src}/images/common/p2p/p2p_buy_sell.png | Bin .../src}/images/common/p2p/p2p_footer_qr.png | Bin .../src}/images/common/p2p/p2p_hero_background.png | Bin .../common/p2p/p2p_hero_background_mobile.png | Bin .../images/common/p2p/p2p_hero_background_rtl.png | Bin .../src}/images/common/p2p/p2p_hero_banner.png | Bin .../src}/images/common/p2p/p2p_hero_img.png | Bin .../src}/images/common/p2p/p2p_local_currency.png | Bin .../src}/images/common/p2p/p2p_logo.png | Bin .../src}/images/common/p2p/p2p_web_and_mobile.png | Bin .../src}/images/common/p2p/save_time.png | Bin .../src}/images/common/p2p/web_and_mobile.png | Bin .../images/common/partner-deriv-platform-eu.png | Bin .../src}/images/common/partner-deriv-platform.png | Bin .../src}/images/common/payment-agent.png | Bin .../src}/images/common/rebranding_logo.svg | 0 .../src}/images/common/regulatory/bvi.svg | 0 .../src}/images/common/regulatory/deriv.svg | 0 .../images/common/regulatory/labuan-fintech.svg | 0 .../src}/images/common/regulatory/labuan.svg | 0 .../src}/images/common/regulatory/tfc.svg | 0 .../src}/images/common/regulatory/vanuatu-fma.svg | 0 .../src}/images/common/regulatory/vanuatu.svg | 0 .../src}/images/common/responsible-trading-bg.png | Bin .../images/common/responsible-trading-eu-bg.png | Bin .../src}/images/common/sign-up/banner-phone.png | Bin .../src}/images/common/sign-up/response-email.png | Bin .../src}/images/common/sign-up/view-email.png | Bin .../stock-indices/mac-book-pro-with-iphone-eu.png | Bin .../mac-book-pro-with-iphone-mobile-eu.png | Bin .../stock-indices/mac-book-pro-with-iphone.png | Bin .../mobile-mac-book-pro-with-iphone.png | Bin .../common/stock-indices/stocks-blue-chip-m.png | Bin .../common/stock-indices/stocks-blue-chip.png | Bin .../common/stock-indices/stocks-zero-fees.png | Bin .../common/stock-indices/stocksMainHeaderImg-m.png | Bin .../common/stock-indices/stocksMainHeaderImg.png | Bin .../src}/images/common/swap-calculator.png | Bin .../landing/margin-calculator-mobile.png | Bin .../trade-tools/landing/margin-calculator.png | Bin .../trade-tools/landing/pip-calculator-mobile.png | Bin .../common/trade-tools/landing/pip-calculator.png | Bin .../trade-tools/landing/pnl-margin-mobile.png | Bin .../common/trade-tools/landing/pnl-margin.png | Bin .../trade-tools/landing/pnl-multipliers-mobile.png | Bin .../common/trade-tools/landing/pnl-multipliers.png | Bin .../trade-tools/landing/swap-calculator-mobile.png | Bin .../common/trade-tools/landing/swap-calculator.png | Bin .../common/trade-types/accumulators-duration.png | Bin .../common/trade-types/accumulators-market.png | Bin .../common/trade-types/accumulators-stake.png | Bin .../common/trade-types/accumulators-take-profit.png | Bin .../common/trade-types/accumulators-trade-type.png | Bin .../common/trade-types/accumulators-trade.png | Bin .../trade-types/cfd-example-crash-boom-eu.png | Bin .../cfd-example-crash-boom-mobile-eu.png | Bin .../trade-types/cfd-example-crash-boom-mobile.png | Bin .../common/trade-types/cfd-example-crash-boom.png | Bin .../src}/images/common/trade-types/cfd-pattern.png | Bin .../margin-mobile-relationship-piechart.png | Bin .../trade-types/margin-relationship-piechart.png | Bin .../common/trade-types/mobile-cfd-pattern.png | Bin .../trade-types/multiplier-deal-cancellation.png | Bin .../common/trade-types/multiplier-market-eu-new.png | Bin .../common/trade-types/multiplier-purchase.png | Bin .../images/common/trade-types/multiplier-stake.png | Bin .../common/trade-types/multiplier-stop-loss.png | Bin .../common/trade-types/multiplier-take-profit.png | Bin .../common/trade-types/multiplier-trade-type-eu.png | Bin .../common/trade-types/multiplier-trade-type.png | Bin .../common/trade-types/multiplier-value-eu.png | Bin .../images/common/trade-types/multiplier-value.png | Bin .../images/common/trade-types/options-duration.png | Bin .../images/common/trade-types/options-market.png | Bin .../images/common/trade-types/options-purchase.png | Bin .../images/common/trade-types/options-quote.png | Bin .../images/common/trade-types/options-stake.png | Bin .../common/trade-types/options-trade-type.png | Bin .../images/common/trade-types/pattern-section.png | Bin .../images/common/trade-types/trade-patterns.png | Bin .../common/trading-platforms/ctrader/assets.png | Bin .../trading-platforms/ctrader/copy-trading.png | Bin .../ctrader/ctrader-hero-mobile-new-1.png | Bin .../ctrader/ctrader-hero-mobile-new-2.png | Bin .../ctrader/ctrader-hero-mobile-new.png | Bin .../trading-platforms/ctrader/ctrader-hero.png | Bin .../common/trading-platforms/ctrader/interface.png | Bin .../trading-platforms/ctrader/mobile-step-1.png | Bin .../ctrader/mobile-step-2-demo.png | Bin .../trading-platforms/ctrader/mobile-step-2.png | Bin .../ctrader/mobile-step-3-demo.png | Bin .../trading-platforms/ctrader/mobile-step-3.png | Bin .../common/trading-platforms/ctrader/step-1.png | Bin .../trading-platforms/ctrader/step-2-demo.png | Bin .../common/trading-platforms/ctrader/step-2.png | Bin .../trading-platforms/ctrader/step-3-demo.png | Bin .../common/trading-platforms/ctrader/step-3.png | Bin .../trading-platforms/ctrader/trade-margin.png | Bin .../gatsby-theme-deriv/src}/images/svg/24.svg | 0 .../src}/images/svg/android-icon.svg | 0 .../src}/images/svg/appGallery-icon.svg | 0 .../src}/images/svg/apple-icon.svg | 0 .../src}/images/svg/apple_logo.svg | 0 .../src}/images/svg/arrow-next.svg | 0 .../src}/images/svg/arrow-previous.svg | 0 .../src}/images/svg/arrow_expandable.svg | 0 .../src}/images/svg/be-square/facebook.svg | 0 .../src}/images/svg/be-square/linkedin.svg | 0 .../src}/images/svg/binarybot-icon.svg | 0 .../src}/images/svg/blog/close-icon.svg | 0 .../src}/images/svg/blog/facebook.svg | 0 .../src}/images/svg/browser-icon.svg | 0 .../src}/images/svg/bug-bounty-nav-logo.svg | 0 .../src}/images/svg/career-nav-icon.svg | 0 .../src}/images/svg/career-right-arrow.svg | 0 .../src}/images/svg/careers/career-1.svg | 0 .../src}/images/svg/careers/career-2.svg | 0 .../src}/images/svg/careers/career-3.svg | 0 .../src}/images/svg/careers/career-4.svg | 0 .../src}/images/svg/careers/career-competence.svg | 0 .../src}/images/svg/careers/career-customer.svg | 0 .../src}/images/svg/careers/career-integrity.svg | 0 .../src}/images/svg/careers/career-teamwork.svg | 0 .../src}/images/svg/careers/career-tip.svg | 0 .../src}/images/svg/careers/carousel-chevron.svg | 0 .../src}/images/svg/careers/downwards-left.svg | 0 .../src}/images/svg/careers/downwards-right.svg | 0 .../images/svg/careers/flag._channel_islands.svg | 0 .../src}/images/svg/careers/flag_belarus.svg | 0 .../src}/images/svg/careers/flag_bvi.svg | 0 .../src}/images/svg/careers/flag_cayman.svg | 0 .../src}/images/svg/careers/flag_cyprus.svg | 0 .../src}/images/svg/careers/flag_france.svg | 0 .../src}/images/svg/careers/flag_germany.svg | 0 .../src}/images/svg/careers/flag_hongkong.svg | 0 .../src}/images/svg/careers/flag_jordan.svg | 0 .../src}/images/svg/careers/flag_malaysia.svg | 0 .../src}/images/svg/careers/flag_malta.svg | 0 .../src}/images/svg/careers/flag_paraguay.svg | 0 .../src}/images/svg/careers/flag_rwanda.svg | 0 .../src}/images/svg/careers/flag_singapore.svg | 0 .../src}/images/svg/careers/flag_uae.svg | 0 .../src}/images/svg/careers/flag_uk.svg | 0 .../src}/images/svg/careers/flag_vanuatu.svg | 0 .../src}/images/svg/careers/map.svg | 0 .../src}/images/svg/careers/quotemark.svg | 0 .../src}/images/svg/check-circle.svg | 0 .../src}/images/svg/check-email/email.svg | 0 .../src}/images/svg/check-email/firewalls.svg | 0 .../src}/images/svg/check-email/spam.svg | 0 .../src}/images/svg/check-email/typo.svg | 0 .../src}/images/svg/check-email/work-email.svg | 0 .../src}/images/svg/chevron-left.svg | 0 .../src}/images/svg/chevron-right.svg | 0 .../svg/choose/wd-client-money-protection.svg | 0 .../images/svg/choose/wd-customer-first-trading.svg | 0 .../src}/images/svg/choose/wd-help.svg | 0 .../images/svg/choose/wd-licensed-regulated.svg | 0 .../images/svg/choose/wd-proven-track-record.svg | 0 .../src}/images/svg/choose/wd-risk.svg | 0 .../src}/images/svg/choose/wd-your-safety.svg | 0 .../src}/images/svg/close-icon.svg | 0 .../src}/images/svg/ctrader/logo.svg | 0 .../src}/images/svg/ctrader/watermark.svg | 0 .../src}/images/svg/custom/apple-signup.svg | 0 .../src}/images/svg/custom/apple.svg | 0 .../src}/images/svg/custom/blog-nav.svg | 0 .../src}/images/svg/custom/chevron-bottom.svg | 0 .../src}/images/svg/custom/chevron-right.svg | 0 .../src}/images/svg/custom/chevron-thick.svg | 0 .../src}/images/svg/custom/close-2.svg | 0 .../src}/images/svg/custom/commodities-nav.svg | 0 .../src}/images/svg/custom/cryptocurrencies-nav.svg | 0 .../src}/images/svg/custom/dbot-icon.svg | 0 .../src}/images/svg/custom/deriv-ez-icon.svg | 0 .../src}/images/svg/custom/deriv-ez.svg | 0 .../src}/images/svg/custom/deriv-x.svg | 0 .../src}/images/svg/custom/derived-fx.svg | 0 .../src}/images/svg/custom/dmt5-icon.svg | 0 .../src}/images/svg/custom/dtrader-icon.svg | 0 .../src}/images/svg/custom/facebook-blue.svg | 0 .../src}/images/svg/custom/facebook.svg | 0 .../src}/images/svg/custom/fb-signup.svg | 0 .../src}/images/svg/custom/forex-nav.svg | 0 .../src}/images/svg/custom/google.svg | 0 .../src}/images/svg/custom/margin-trading-nav.svg | 0 .../src}/images/svg/custom/multipliers-nav.svg | 0 .../src}/images/svg/custom/options-nav.svg | 0 .../images/svg/custom/rebranding/binarybot-icon.svg | 0 .../src}/images/svg/custom/rebranding/cfds-icon.svg | 0 .../svg/custom/rebranding/commodities-icon.svg | 0 .../svg/custom/rebranding/cryptocurrencies-icon.svg | 0 .../images/svg/custom/rebranding/deriv-bot-icon.svg | 0 .../svg/custom/rebranding/deriv-ctrader-icon.svg | 0 .../images/svg/custom/rebranding/deriv-ez-icon.svg | 0 .../images/svg/custom/rebranding/deriv-go-icon.svg | 0 .../images/svg/custom/rebranding/deriv-x-icon.svg | 0 .../svg/custom/rebranding/derived-fx-icon.svg | 0 .../src}/images/svg/custom/rebranding/dmt5-icon.svg | 0 .../images/svg/custom/rebranding/dtrader-icon.svg | 0 .../src}/images/svg/custom/rebranding/etf-icon.svg | 0 .../images/svg/custom/rebranding/forex-icon.svg | 0 .../svg/custom/rebranding/multipliers-icon.svg | 0 .../images/svg/custom/rebranding/options-icon.svg | 0 .../svg/custom/rebranding/smarttrader-icon.svg | 0 .../svg/custom/rebranding/stock-indices-icon.svg | 0 .../src}/images/svg/custom/smarttrader.svg | 0 .../src}/images/svg/custom/stock-indices-nav.svg | 0 .../src}/images/svg/custom/trader-tool-nav.svg | 0 .../src}/images/svg/dbot/bot-icon.svg | 0 .../src}/images/svg/dbot/dbot-bg-mobile.svg | 0 .../src}/images/svg/dbot/dbot-bg.svg | 0 .../src}/images/svg/dbot/dbot-icon.svg | 0 .../src}/images/svg/dbot/deriv-bot-banner-logo.svg | 0 .../src}/images/svg/dbot/ez-icon.svg | 0 .../src}/images/svg/dbot/index.ts | 0 .../gatsby-theme-deriv/src}/images/svg/dbot/mt5.svg | 0 .../src}/images/svg/deriv-ez/db-icon.svg | 0 .../src}/images/svg/deriv-ez/dmt5-icon.svg | 0 .../src}/images/svg/deriv-ez/easy-to-start.svg | 0 .../src}/images/svg/deriv-ez/favourite-assets.svg | 0 .../src}/images/svg/deriv-ez/index.ts | 0 .../src}/images/svg/deriv-ez/twenty-four-seven.svg | 0 .../src}/images/svg/deriv-go-icon.svg | 0 .../src}/images/svg/deriv-go/24-7.svg | 0 .../src}/images/svg/deriv-go/arrow.svg | 0 .../src}/images/svg/deriv-go/db-icon.svg | 0 .../images/svg/deriv-go/deriv-go-banner-logo.svg | 0 .../src}/images/svg/deriv-go/deriv-go-icon.svg | 0 .../src}/images/svg/deriv-go/derivGo.svg | 0 .../src}/images/svg/deriv-go/derivGoQR.svg | 0 .../src}/images/svg/deriv-go/dt-icosn.svg | 0 .../src}/images/svg/deriv-go/dtrader-icon.svg | 0 .../src}/images/svg/deriv-go/easy-access.svg | 0 .../src}/images/svg/deriv-go/ez-icon.svg | 0 .../src}/images/svg/deriv-go/mt5.svg | 0 .../src}/images/svg/deriv-go/user-friendly.svg | 0 .../src}/images/svg/deriv-prime/asset_managers.svg | 0 .../src}/images/svg/deriv-prime/brokerage_firms.svg | 0 .../images/svg/deriv-prime/corporate_clients.svg | 0 .../images/svg/deriv-prime/deriv-prime-logo.svg | 0 .../src}/images/svg/deriv-prime/dummy.svg | 0 .../src}/images/svg/deriv-prime/fast_stable.svg | 0 .../svg/deriv-prime/financial_institutions.svg | 0 .../src}/images/svg/deriv-prime/fix_api.svg | 0 .../src}/images/svg/deriv-prime/index.ts | 0 .../images/svg/deriv-prime/investment_funds.svg | 0 .../images/svg/deriv-prime/professional_traders.svg | 0 .../src}/images/svg/deriv-x/24-7.svg | 0 .../src}/images/svg/deriv-x/db-icon.svg | 0 .../src}/images/svg/deriv-x/deriv-x-banner-logo.svg | 0 .../src}/images/svg/deriv-x/derivX.svg | 0 .../src}/images/svg/deriv-x/derivxQR.png | Bin .../src}/images/svg/deriv-x/dt-icosn.svg | 0 .../src}/images/svg/deriv-x/dtrader-icon.svg | 0 .../src}/images/svg/deriv-x/ez-icon.svg | 0 .../src}/images/svg/deriv-x/index.ts | 0 .../src}/images/svg/deriv-x/mt5.svg | 0 .../src}/images/svg/deriv-x/multiple-marketing.svg | 0 .../src}/images/svg/deriv-x/new-promising.svg | 0 .../src}/images/svg/dmt5/bg_banner_dmt5.svg | 0 .../src}/images/svg/dmt5/bg_banner_dmt5_mobile.svg | 0 .../src}/images/svg/dmt5/cfds.svg | 0 .../src}/images/svg/dmt5/checkmark.svg | 0 .../src}/images/svg/dmt5/db-icon.svg | 0 .../src}/images/svg/dmt5/demo-signup.svg | 0 .../src}/images/svg/dmt5/derived.svg | 0 .../src}/images/svg/dmt5/dmt5-banner-logo.svg | 0 .../src}/images/svg/dmt5/dmt5-bg.svg | 0 .../src}/images/svg/dmt5/dmt5-bg2.svg | 0 .../src}/images/svg/dmt5/dmt5-icon.svg | 0 .../src}/images/svg/dmt5/dmt5Logo.svg | 0 .../src}/images/svg/dmt5/dmt5QR.svg | 0 .../src}/images/svg/dmt5/ez-icon.svg | 0 .../src}/images/svg/dmt5/financial.svg | 0 .../src}/images/svg/dmt5/licensed-and-regulated.svg | 0 .../src}/images/svg/dmt5/multiple-assets.svg | 0 .../src}/images/svg/dmt5/swap-free-icon.svg | 0 .../src}/images/svg/dmt5/swap-free-platform.svg | 0 .../src}/images/svg/dmt5/synthetic.svg | 0 .../src}/images/svg/dmt5/twenty-four-seven.svg | 0 .../src}/images/svg/dmt5/zero_percent.svg | 0 .../src}/images/svg/dtrader/db-icon.svg | 0 .../images/svg/dtrader/deriv-trader-banner-logo.svg | 0 .../src}/images/svg/dtrader/dt-icosn.svg | 0 .../src}/images/svg/dtrader/dtrader-icon.svg | 0 .../src}/images/svg/dtrader/ez-icon.svg | 0 .../src}/images/svg/dtrader/macbook.svg | 0 .../src}/images/svg/dtrader/mt5.svg | 0 .../src}/images/svg/elements/card-arrow.svg | 0 .../src}/images/svg/elements/minus.svg | 0 .../images/svg/elements/pink-right-diagonal.svg | 0 .../src}/images/svg/elements/plus.svg | 0 .../src}/images/svg/elements/status.svg | 0 .../src}/images/svg/facebook_logo.svg | 0 .../gatsby-theme-deriv/src}/images/svg/flags/bn.svg | 0 .../src}/images/svg/flags/botswana.svg | 0 .../gatsby-theme-deriv/src}/images/svg/flags/es.svg | 0 .../gatsby-theme-deriv/src}/images/svg/flags/fr.svg | 0 .../gatsby-theme-deriv/src}/images/svg/flags/id.svg | 0 .../src}/images/svg/flags/india.svg | 0 .../gatsby-theme-deriv/src}/images/svg/flags/it.svg | 0 .../src}/images/svg/flags/nigeria.svg | 0 .../gatsby-theme-deriv/src}/images/svg/flags/pl.svg | 0 .../gatsby-theme-deriv/src}/images/svg/flags/pt.svg | 0 .../gatsby-theme-deriv/src}/images/svg/flags/ru.svg | 0 .../src}/images/svg/flags/sri-lanka.svg | 0 .../src}/images/svg/flags/tanzania.svg | 0 .../gatsby-theme-deriv/src}/images/svg/flags/th.svg | 0 .../gatsby-theme-deriv/src}/images/svg/flags/tr.svg | 0 .../gatsby-theme-deriv/src}/images/svg/flags/uk.svg | 0 .../gatsby-theme-deriv/src}/images/svg/flags/vi.svg | 0 .../gatsby-theme-deriv/src}/images/svg/flags/zh.svg | 0 .../src}/images/svg/flags/zimbabwe.svg | 0 .../src}/images/svg/footer/facebook_icon.svg | 0 .../src}/images/svg/footer/instagram_icon.svg | 0 .../src}/images/svg/footer/linkedin_icon.svg | 0 .../src}/images/svg/footer/telegram_icon.svg | 0 .../src}/images/svg/footer/twitter_icon.svg | 0 .../src}/images/svg/footer/youtube_icon.svg | 0 .../src}/images/svg/google_logo.svg | 0 .../src}/images/svg/help-center/chat-icon.svg | 0 .../src}/images/svg/help-center/compliance-icon.svg | 0 .../src}/images/svg/help/cross.svg | 0 .../src}/images/svg/help/facebook-icon.svg | 0 .../src}/images/svg/help/instagram-icon.svg | 0 .../src}/images/svg/help/linkedin-icon.svg | 0 .../src}/images/svg/help/livechat-red.svg | 0 .../src}/images/svg/help/search.svg | 0 .../src}/images/svg/help/twitter-icon.svg | 0 .../src}/images/svg/help/whatsapp-icon.svg | 0 .../src}/images/svg/help/whatsapp.svg | 0 .../src}/images/svg/help/youtube-icon.svg | 0 .../src}/images/svg/home/cfd_icon_white.svg | 0 .../src}/images/svg/home/multipliers_icon.svg | 0 .../src}/images/svg/home/options_icon.svg | 0 .../src}/images/svg/home/selected_etfs.svg | 0 .../svg/home/selected_ts_commodities_icon.svg | 0 .../images/svg/home/selected_ts_crypto_icon.svg | 0 .../images/svg/home/selected_ts_derived_icon.svg | 0 .../src}/images/svg/home/selected_ts_fx_icon.svg | 0 .../images/svg/home/selected_ts_stocks_icon.svg | 0 .../src}/images/svg/home/ts_commodities_icon.svg | 0 .../src}/images/svg/home/ts_crypto_icon.svg | 0 .../src}/images/svg/home/ts_derived_icon.svg | 0 .../src}/images/svg/home/ts_etfs.svg | 0 .../src}/images/svg/home/ts_fx_icon.svg | 0 .../src}/images/svg/home/ts_stocks_icon.svg | 0 .../src}/images/svg/info-icon.svg | 0 .../svg/jump-indices/jump-indices-24-7-trading.svg | 0 .../images/svg/jump-indices/jump-indices-grid.svg | 0 .../svg/jump-indices/jump-indices-high-leverage.svg | 0 .../svg/jump-indices/jump-indices-imagery.svg | 0 .../gatsby-theme-deriv/src}/images/svg/lamp.svg | 0 .../src}/images/svg/landing/arrow.svg | 0 .../src}/images/svg/landing/crypto-intro.svg | 0 .../src}/images/svg/landing/doller.svg | 0 .../src}/images/svg/landing/ebook-intro-bg.svg | 0 .../src}/images/svg/landing/graph.svg | 0 .../src}/images/svg/landing/percent.svg | 0 .../src}/images/svg/landing/zero.svg | 0 .../src}/images/svg/layout/chat-hover.svg | 0 .../src}/images/svg/layout/chat-normal.svg | 0 .../src}/images/svg/layout/deriv_footer_logo.svg | 0 .../src}/images/svg/layout/hover.svg | 0 .../src}/images/svg/layout/left_arrow_icon.svg | 0 .../src}/images/svg/layout/livechat-hover.svg | 0 .../src}/images/svg/layout/livechat.svg | 0 .../images/svg/layout/mobile_toggle_close_icon.svg | 0 .../src}/images/svg/layout/mobile_toggle_icon.svg | 0 .../src}/images/svg/layout/normal.svg | 0 .../src}/images/svg/layout/right_arrow_icon.svg | 0 .../src}/images/svg/layout/whatsapp-hover.svg | 0 .../src}/images/svg/layout/whatsapp.svg | 0 .../src}/images/svg/linux-icon.svg | 0 .../gatsby-theme-deriv/src}/images/svg/mac-icon.svg | 0 .../svg/markets/advanced-charting-widgets-new.svg | 0 .../src}/images/svg/markets/aim-new.svg | 0 .../src}/images/svg/markets/aim.svg | 0 .../src}/images/svg/markets/commodities-new.svg | 0 .../src}/images/svg/markets/commodities.svg | 0 .../src}/images/svg/markets/commodities_markets.svg | 0 .../src}/images/svg/markets/crypto-pairs-new.svg | 0 .../src}/images/svg/markets/crypto_markets.svg | 0 .../images/svg/markets/cryptocurrencies-new.svg | 0 .../src}/images/svg/markets/cryptocurrencies.svg | 0 .../svg/markets/deposit-and-withdrawal-new.svg | 0 .../src}/images/svg/markets/derived-fx.svg | 0 .../src}/images/svg/markets/derived_markets.svg | 0 .../src}/images/svg/markets/etf_1.svg | 0 .../src}/images/svg/markets/etf_2.svg | 0 .../src}/images/svg/markets/etf_3.svg | 0 .../src}/images/svg/markets/etf_4.svg | 0 .../src}/images/svg/markets/etf_5.svg | 0 .../src}/images/svg/markets/etfs.svg | 0 .../svg/markets/exclusive-trade-types-another.svg | 0 .../src}/images/svg/markets/forex-new.svg | 0 .../src}/images/svg/markets/forex.svg | 0 .../src}/images/svg/markets/forex/charting.svg | 0 .../src}/images/svg/markets/forex/deposit.svg | 0 .../src}/images/svg/markets/forex/favourite.svg | 0 .../src}/images/svg/markets/forex/go-long.svg | 0 .../src}/images/svg/markets/forex/instant.svg | 0 .../src}/images/svg/markets/forex/platforms.svg | 0 .../src}/images/svg/markets/forex/responsive.svg | 0 .../src}/images/svg/markets/forex/smart.svg | 0 .../src}/images/svg/markets/forex/spread.svg | 0 .../src}/images/svg/markets/forex/swap-free.svg | 0 .../src}/images/svg/markets/forex/tight.svg | 0 .../src}/images/svg/markets/friendly-support.svg | 0 .../src}/images/svg/markets/market-and-risk-new.svg | 0 .../src}/images/svg/markets/no-commission-new.svg | 0 .../svg/markets/precious-metals-and-oils-new.svg | 0 .../src}/images/svg/markets/real-world.svg | 0 .../src}/images/svg/markets/stock-new.svg | 0 .../src}/images/svg/markets/stock.svg | 0 .../src}/images/svg/markets/stocks_markets.svg | 0 .../src}/images/svg/markets/synthetic.svg | 0 .../src}/images/svg/markets/tight-spread-new.svg | 0 .../src}/images/svg/markets/trade-new.svg | 0 .../src}/images/svg/markets/trade.svg | 0 .../images/svg/markets/variable-spreads-new.svg | 0 .../src}/images/svg/markets/withdraw.svg | 0 .../src}/images/svg/markets/zero-commission-new.svg | 0 .../src}/images/svg/menu/affiliate-ib.svg | 0 .../src}/images/svg/menu/bug-bounty.svg | 0 .../src}/images/svg/menu/careers.svg | 0 .../src}/images/svg/menu/choose.svg | 0 .../src}/images/svg/menu/community.svg | 0 .../src}/images/svg/menu/contact.svg | 0 .../src}/images/svg/menu/deriv-life.svg | 0 .../src}/images/svg/menu/developers.svg | 0 .../src}/images/svg/menu/help-center.svg | 0 .../src}/images/svg/menu/partner.svg | 0 .../src}/images/svg/menu/payment-agent.svg | 0 .../src}/images/svg/menu/payment-methods.svg | 0 .../src}/images/svg/menu/regulatory.svg | 0 .../src}/images/svg/menu/secure-trading.svg | 0 .../src}/images/svg/menu/signals.svg | 0 .../src}/images/svg/menu/story.svg | 0 .../src}/images/svg/menu/terms.svg | 0 .../src}/images/svg/no_page_found.svg | 0 .../src}/images/svg/options/asians.svg | 0 .../src}/images/svg/options/close-low.svg | 0 .../src}/images/svg/options/crash-boom.svg | 0 .../src}/images/svg/options/eb-eo.svg | 0 .../src}/images/svg/options/even-odd.svg | 0 .../src}/images/svg/options/high-close.svg | 0 .../src}/images/svg/options/high-low.svg | 0 .../src}/images/svg/options/higher-lower.svg | 0 .../src}/images/svg/options/hl-ticks.svg | 0 .../src}/images/svg/options/jump-indices.svg | 0 .../src}/images/svg/options/low_capital.svg | 0 .../src}/images/svg/options/matches-differs.svg | 0 .../src}/images/svg/options/ou-od.svg | 0 .../src}/images/svg/options/over-under.svg | 0 .../src}/images/svg/options/rc-rp.svg | 0 .../src}/images/svg/options/rise-fall.svg | 0 .../src}/images/svg/options/risk_management.svg | 0 .../src}/images/svg/options/sb-go.svg | 0 .../src}/images/svg/options/significant.svg | 0 .../src}/images/svg/options/straightforward.svg | 0 .../src}/images/svg/options/tnt.svg | 0 .../src}/images/svg/options/trade_smartly.svg | 0 .../src}/images/svg/options/volatility-indices.svg | 0 .../src}/images/svg/p2p/app_gallery_icon.svg | 0 .../src}/images/svg/p2p/apple_store_icon.svg | 0 .../src}/images/svg/p2p/complete-order-mobile.svg | 0 .../src}/images/svg/p2p/complete-order.svg | 0 .../src}/images/svg/p2p/deriv_p2p.svg | 0 .../src}/images/svg/p2p/gplay_icon.svg | 0 .../src}/images/svg/p2p/p2p-desktop-for-mobile.svg | 0 .../src}/images/svg/p2p/p2p-desktop.svg | 0 .../src}/images/svg/p2p/p2p-mobile-for-mobile.svg | 0 .../src}/images/svg/p2p/p2p-mobile.svg | 0 .../src}/images/svg/p2p/p2p_qr.svg | 0 .../src}/images/svg/p2p/right-ad-mobile.svg | 0 .../src}/images/svg/p2p/right-ad.svg | 0 .../src}/images/svg/p2p/settle-payment-mobile.svg | 0 .../src}/images/svg/p2p/settle-payment.svg | 0 .../src}/images/svg/p2p/web_browser_icon.svg | 0 .../src}/images/svg/partner-nav-logo.svg | 0 .../src}/images/svg/partners/advertise.svg | 0 .../src}/images/svg/partners/affiliates.svg | 0 .../src}/images/svg/partners/apply.svg | 0 .../src}/images/svg/partners/community-managers.svg | 0 .../src}/images/svg/partners/currency_exchange.svg | 0 .../src}/images/svg/partners/deriv-prime.svg | 0 .../images/svg/partners/developer-programme.svg | 0 .../src}/images/svg/partners/dot-pattern.svg | 0 .../src}/images/svg/partners/earn.svg | 0 .../svg/partners/global-affiliate-support.svg | 0 .../src}/images/svg/partners/hand-icon.svg | 0 .../src}/images/svg/partners/hidden-fee-icon.svg | 0 .../images/svg/partners/high-value-partnership.svg | 0 .../src}/images/svg/partners/icon-loudspeaker.svg | 0 .../src}/images/svg/partners/lamp-icon.svg | 0 .../src}/images/svg/partners/pa-close-account.svg | 0 .../src}/images/svg/partners/pa-comission.svg | 0 .../src}/images/svg/partners/pa-email.svg | 0 .../src}/images/svg/partners/pa-listed.svg | 0 .../src}/images/svg/partners/pa-reply.svg | 0 .../images/svg/partners/pa-withdraw-deposit.svg | 0 .../src}/images/svg/partners/partner-affiliate.svg | 0 .../images/svg/partners/partner-payment-agent.svg | 0 .../src}/images/svg/partners/software-developer.svg | 0 .../src}/images/svg/partners/trading-experts.svg | 0 .../src}/images/svg/payment-methods/index.ts | 0 .../images/svg/payment-methods/payment-10-coins.svg | 0 .../images/svg/payment-methods/payment-advcash.svg | 0 .../images/svg/payment-methods/payment-airtel.svg | 0 .../images/svg/payment-methods/payment-airtm.svg | 0 .../images/svg/payment-methods/payment-astropay.svg | 0 .../images/svg/payment-methods/payment-banxa.svg | 0 .../svg/payment-methods/payment-bitcoin-cash.svg | 0 .../images/svg/payment-methods/payment-bitcoin.svg | 0 .../src}/images/svg/payment-methods/payment-bnb.svg | 0 .../images/svg/payment-methods/payment-cardano.svg | 0 .../images/svg/payment-methods/payment-chipper.svg | 0 .../images/svg/payment-methods/payment-diners.svg | 0 .../images/svg/payment-methods/payment-discover.svg | 0 .../images/svg/payment-methods/payment-dogecoin.svg | 0 .../images/svg/payment-methods/payment-dp2p.svg | 0 .../src}/images/svg/payment-methods/payment-eps.svg | 0 .../images/svg/payment-methods/payment-ethereum.svg | 0 .../images/svg/payment-methods/payment-giropay.svg | 0 .../images/svg/payment-methods/payment-help-pay.svg | 0 .../images/svg/payment-methods/payment-ideals.svg | 0 .../images/svg/payment-methods/payment-jeton.svg | 0 .../images/svg/payment-methods/payment-litecoin.svg | 0 .../svg/payment-methods/payment-local-deposit.svg | 0 .../svg/payment-methods/payment-local-vouchers.svg | 0 .../images/svg/payment-methods/payment-maestro.svg | 0 .../svg/payment-methods/payment-major-banks.svg | 0 .../svg/payment-methods/payment-mastercard.svg | 0 .../images/svg/payment-methods/payment-mifinity.svg | 0 .../images/svg/payment-methods/payment-mpesa.svg | 0 .../src}/images/svg/payment-methods/payment-mtn.svg | 0 .../images/svg/payment-methods/payment-neteller.svg | 0 .../svg/payment-methods/payment-one-voucher.svg | 0 .../images/svg/payment-methods/payment-orange.svg | 0 .../images/svg/payment-methods/payment-oxxo.svg | 0 .../images/svg/payment-methods/payment-ozow.svg | 0 .../svg/payment-methods/payment-pago-efectivo.svg | 0 .../images/svg/payment-methods/payment-paylivre.svg | 0 .../svg/payment-methods/payment-paysafecard.svg | 0 .../svg/payment-methods/payment-perfect-money.svg | 0 .../src}/images/svg/payment-methods/payment-pix.svg | 0 .../svg/payment-methods/payment-przelewy24.svg | 0 .../src}/images/svg/payment-methods/payment-pse.svg | 0 .../svg/payment-methods/payment-rapid-transfer.svg | 0 .../svg/payment-methods/payment-skrill-1tap.svg | 0 .../images/svg/payment-methods/payment-skrill.svg | 0 .../images/svg/payment-methods/payment-spei.svg | 0 .../images/svg/payment-methods/payment-sticpay.svg | 0 .../images/svg/payment-methods/payment-tether.svg | 0 .../images/svg/payment-methods/payment-tigo.svg | 0 .../images/svg/payment-methods/payment-tron.svg | 0 .../images/svg/payment-methods/payment-usd-coin.svg | 0 .../images/svg/payment-methods/payment-verve.svg | 0 .../svg/payment-methods/payment-visa-electron.svg | 0 .../images/svg/payment-methods/payment-visa.svg | 0 .../images/svg/payment-methods/payment-vnpay.svg | 0 .../images/svg/payment-methods/payment-vodafone.svg | 0 .../src}/images/svg/payment-methods/payment-xrp.svg | 0 .../images/svg/payment-methods/payment-zamtel.svg | 0 .../images/svg/payment-methods/payment-zing-pay.svg | 0 .../src}/images/svg/principles/fare.svg | 0 .../src}/images/svg/principles/reliable.svg | 0 .../src}/images/svg/principles/responsible.svg | 0 .../src}/images/svg/principles/transparent.svg | 0 .../src}/images/svg/regulatory/europe-map.svg | 0 .../src}/images/svg/regulatory/pdf-icon-black.svg | 0 .../src}/images/svg/regulatory/svg.svg | 0 .../src}/images/svg/regulatory/view-license.svg | 0 .../gatsby-theme-deriv/src}/images/svg/relaxing.svg | 0 .../src}/images/svg/responsible/bad-judgement.svg | 0 .../src}/images/svg/responsible/diff-password.svg | 0 .../src}/images/svg/responsible/dont-borrow.svg | 0 .../src}/images/svg/responsible/free-demo.svg | 0 .../src}/images/svg/responsible/info.svg | 0 .../svg/responsible/install-latest-antivirus.svg | 0 .../src}/images/svg/responsible/payment-method.svg | 0 .../src}/images/svg/responsible/secure-browser.svg | 0 .../src}/images/svg/responsible/set-limit-chart.svg | 0 .../src}/images/svg/signup-affiliates/calendar.svg | 0 .../images/svg/signup-affiliates/closed-eye.svg | 0 .../src}/images/svg/signup-affiliates/company.svg | 0 .../src}/images/svg/signup-affiliates/cpa.svg | 0 .../src}/images/svg/signup-affiliates/failed.svg | 0 .../images/svg/signup-affiliates/individual.svg | 0 .../images/svg/signup-affiliates/opened-eye.svg | 0 .../src}/images/svg/signup-affiliates/revenue.svg | 0 .../src}/images/svg/signup-affiliates/selected.svg | 0 .../src}/images/svg/signup-affiliates/success.svg | 0 .../src}/images/svg/signup-affiliates/turnover.svg | 0 .../src}/images/svg/signup_apple_icon.svg | 0 .../src}/images/svg/signup_fb_icon.svg | 0 .../src}/images/svg/stock-indices/baskets.svg | 0 .../stock-indices/deposit-and-withdrawal-new.svg | 0 .../svg/stock-indices/stocks-10-world-indices.svg | 0 .../svg/stock-indices/stocks-11-world-indices.svg | 0 .../stock-indices/stocks-80-analytic-objects.svg | 0 .../svg/stock-indices/stocks-extended-time.svg | 0 .../svg/stock-indices/stocks-extented-time.svg | 0 .../stocks-footer-banner-overlay-shape.svg | 0 .../svg/stock-indices/stocks-high-leverage.svg | 0 .../svg/stock-indices/stocks-minimum-capital.svg | 0 .../svg/stock-indices/stocks-no-commission.svg | 0 .../stock-indices/stocksHeaderBelowSection-m.svg | 0 .../svg/stock-indices/stocksHeaderBelowSection.svg | 0 .../stocksHeaderOverlayBelowSectionBg.svg | 0 .../svg/stock-indices/stocksHeaderOverlayBg.svg | 0 .../stock-indices/stocksHeaderOverlayBgMobile.svg | 0 .../src}/images/svg/symbols/aal.svg | 0 .../src}/images/svg/symbols/aapl.svg | 0 .../src}/images/svg/symbols/abnb.svg | 0 .../src}/images/svg/symbols/ada-usd.svg | 0 .../src}/images/svg/symbols/ads.svg | 0 .../src}/images/svg/symbols/aig.svg | 0 .../src}/images/svg/symbols/algorand.svg | 0 .../src}/images/svg/symbols/aluminium-usd.svg | 0 .../images/svg/symbols/american-indices/us-500.svg | 0 .../svg/symbols/american-indices/us-tech-100.svg | 0 .../svg/symbols/american-indices/wall-street-30.svg | 0 .../american-stocks/stocks-adidas-salomon.svg | 0 .../svg/symbols/american-stocks/stocks-airbnb.svg | 0 .../svg/symbols/american-stocks/stocks-airbus.svg | 0 .../symbols/american-stocks/stocks-airfrance.svg | 0 .../stocks-alibaba-group-holding-ltd.svg | 0 .../american-stocks/stocks-alphabet-inc-class-c.svg | 0 .../american-stocks/stocks-amazon-com-inc.svg | 0 .../svg/symbols/american-stocks/stocks-amd.svg | 0 .../src}/images/svg/symbols/amzn.svg | 0 .../src}/images/svg/symbols/aud-basket.svg | 0 .../src}/images/svg/symbols/aud-cad.svg | 0 .../src}/images/svg/symbols/aud-chf.svg | 0 .../src}/images/svg/symbols/aud-jpy.svg | 0 .../src}/images/svg/symbols/aud-nzd.svg | 0 .../src}/images/svg/symbols/aud-sgd.svg | 0 .../src}/images/svg/symbols/aud-usd-10.svg | 0 .../src}/images/svg/symbols/aud-usd-20.svg | 0 .../src}/images/svg/symbols/aud-usd.svg | 0 .../src}/images/svg/symbols/aus-200.svg | 0 .../src}/images/svg/symbols/avalanche.svg | 0 .../src}/images/svg/symbols/ba.svg | 0 .../src}/images/svg/symbols/baba.svg | 0 .../src}/images/svg/symbols/bac.svg | 0 .../src}/images/svg/symbols/bat.svg | 0 .../src}/images/svg/symbols/bay.svg | 0 .../src}/images/svg/symbols/bch-usd.svg | 0 .../src}/images/svg/symbols/bct-ltc.svg | 0 .../src}/images/svg/symbols/bct-xag.svg | 0 .../src}/images/svg/symbols/bct-xau.svg | 0 .../src}/images/svg/symbols/biib.svg | 0 .../src}/images/svg/symbols/binance_coin_flag.svg | 0 .../src}/images/svg/symbols/bitcoin_flag.svg | 0 .../src}/images/svg/symbols/bmw.svg | 0 .../src}/images/svg/symbols/bnb-usd.svg | 0 .../src}/images/svg/symbols/boom-eu-boom-300.svg | 0 .../images/svg/symbols/boom-indices-1000-new.svg | 0 .../src}/images/svg/symbols/boom-indices-1000.svg | 0 .../images/svg/symbols/boom-indices-500-new.svg | 0 .../src}/images/svg/symbols/boom-indices-500.svg | 0 .../src}/images/svg/symbols/boom-indices-600.svg | 0 .../src}/images/svg/symbols/boom-indices-900.svg | 0 .../src}/images/svg/symbols/btc-eth.svg | 0 .../src}/images/svg/symbols/btc-usd.svg | 0 .../src}/images/svg/symbols/btc_cash_flag-new.svg | 0 .../src}/images/svg/symbols/btc_cash_flag.svg | 0 .../src}/images/svg/symbols/c.svg | 0 .../src}/images/svg/symbols/cad-chf.svg | 0 .../src}/images/svg/symbols/cad-jpy.svg | 0 .../src}/images/svg/symbols/cardano.svg | 0 .../src}/images/svg/symbols/chainlink.svg | 0 .../src}/images/svg/symbols/chf-jpy.svg | 0 .../src}/images/svg/symbols/copper-usd.svg | 0 .../src}/images/svg/symbols/crash-eu-crash-300.svg | 0 .../images/svg/symbols/crash-indices-1000-new.svg | 0 .../src}/images/svg/symbols/crash-indices-1000.svg | 0 .../images/svg/symbols/crash-indices-500-new.svg | 0 .../src}/images/svg/symbols/crash-indices-500.svg | 0 .../src}/images/svg/symbols/crash-indices-600.svg | 0 .../src}/images/svg/symbols/crash-indices-900.svg | 0 .../src}/images/svg/symbols/crm.svg | 0 .../src}/images/svg/symbols/csco.svg | 0 .../src}/images/svg/symbols/dal.svg | 0 .../src}/images/svg/symbols/dash_flag.svg | 0 .../src}/images/svg/symbols/dax-30.svg | 0 .../src}/images/svg/symbols/dbk.svg | 0 .../src}/images/svg/symbols/dex-1500dn.svg | 0 .../src}/images/svg/symbols/dex-1500up.svg | 0 .../src}/images/svg/symbols/dex-600dn.svg | 0 .../src}/images/svg/symbols/dex-600up.svg | 0 .../src}/images/svg/symbols/dex-900dn.svg | 0 .../src}/images/svg/symbols/dex-900up.svg | 0 .../src}/images/svg/symbols/dis.svg | 0 .../src}/images/svg/symbols/dog-usd.svg | 0 .../src}/images/svg/symbols/dogecoin.svg | 0 .../src}/images/svg/symbols/dot-usd.svg | 0 .../src}/images/svg/symbols/dsh-usd.svg | 0 .../src}/images/svg/symbols/dsh-usd1.svg | 0 .../src}/images/svg/symbols/dsi_10m.svg | 0 .../src}/images/svg/symbols/dsi_20m.svg | 0 .../src}/images/svg/symbols/dsi_30m.svg | 0 .../src}/images/svg/symbols/ebay.svg | 0 .../src}/images/svg/symbols/eos-usd.svg | 0 .../src}/images/svg/symbols/eos-usd1.svg | 0 .../src}/images/svg/symbols/eos_flag.svg | 0 .../src}/images/svg/symbols/esp-35.svg | 0 .../src}/images/svg/symbols/etc-usd.svg | 0 .../src}/images/svg/symbols/etf-usd-500.svg | 0 .../src}/images/svg/symbols/eth-usd.svg | 0 .../src}/images/svg/symbols/eth_flag.svg | 0 .../src}/images/svg/symbols/ethereum-classic.svg | 0 .../src}/images/svg/symbols/eur-50.svg | 0 .../src}/images/svg/symbols/eur-aud.svg | 0 .../src}/images/svg/symbols/eur-basket.svg | 0 .../src}/images/svg/symbols/eur-cad.svg | 0 .../src}/images/svg/symbols/eur-chf.svg | 0 .../src}/images/svg/symbols/eur-gbp.svg | 0 .../src}/images/svg/symbols/eur-hkd.svg | 0 .../src}/images/svg/symbols/eur-ils.svg | 0 .../src}/images/svg/symbols/eur-jpy.svg | 0 .../src}/images/svg/symbols/eur-lpn.svg | 0 .../src}/images/svg/symbols/eur-mxn.svg | 0 .../src}/images/svg/symbols/eur-nok.svg | 0 .../src}/images/svg/symbols/eur-nzd.svg | 0 .../src}/images/svg/symbols/eur-pln.svg | 0 .../src}/images/svg/symbols/eur-sek.svg | 0 .../src}/images/svg/symbols/eur-sgd.svg | 0 .../src}/images/svg/symbols/eur-try.svg | 0 .../src}/images/svg/symbols/eur-usd-10.svg | 0 .../src}/images/svg/symbols/eur-usd-20.svg | 0 .../src}/images/svg/symbols/eur-usd.svg | 0 .../src}/images/svg/symbols/eur-zar.svg | 0 .../src}/images/svg/symbols/euro50index.svg | 0 .../src}/images/svg/symbols/fb.svg | 0 .../src}/images/svg/symbols/fdx.svg | 0 .../src}/images/svg/symbols/fil-usd.svg | 0 .../src}/images/svg/symbols/filecoin.svg | 0 .../src}/images/svg/symbols/fra-40.svg | 0 .../src}/images/svg/symbols/gbp-aud.svg | 0 .../src}/images/svg/symbols/gbp-basket.svg | 0 .../src}/images/svg/symbols/gbp-cad.svg | 0 .../src}/images/svg/symbols/gbp-chf.svg | 0 .../src}/images/svg/symbols/gbp-jpy.svg | 0 .../src}/images/svg/symbols/gbp-nok.svg | 0 .../src}/images/svg/symbols/gbp-nzd.svg | 0 .../src}/images/svg/symbols/gbp-sek.svg | 0 .../src}/images/svg/symbols/gbp-sgd.svg | 0 .../src}/images/svg/symbols/gbp-try.svg | 0 .../src}/images/svg/symbols/gbp-usd-10.svg | 0 .../src}/images/svg/symbols/gbp-usd-20.svg | 0 .../src}/images/svg/symbols/gbp-usd.svg | 0 .../src}/images/svg/symbols/gm.svg | 0 .../src}/images/svg/symbols/gold-basket.svg | 0 .../src}/images/svg/symbols/gold-eur.svg | 0 .../src}/images/svg/symbols/gold-usd.svg | 0 .../src}/images/svg/symbols/googl.svg | 0 .../src}/images/svg/symbols/gs.svg | 0 .../src}/images/svg/symbols/hkd-jpy.svg | 0 .../src}/images/svg/symbols/hpq.svg | 0 .../src}/images/svg/symbols/ibm.svg | 0 .../src}/images/svg/symbols/index10-new.svg | 0 .../src}/images/svg/symbols/index10.svg | 0 .../src}/images/svg/symbols/index100-new.svg | 0 .../src}/images/svg/symbols/index100.svg | 0 .../src}/images/svg/symbols/index100s1-new.svg | 0 .../src}/images/svg/symbols/index100s1.svg | 0 .../src}/images/svg/symbols/index10s1-new.svg | 0 .../src}/images/svg/symbols/index10s1.svg | 0 .../src}/images/svg/symbols/index25-new.svg | 0 .../src}/images/svg/symbols/index25.svg | 0 .../src}/images/svg/symbols/index25s1-new.svg | 0 .../src}/images/svg/symbols/index25s1.svg | 0 .../src}/images/svg/symbols/index50-new.svg | 0 .../src}/images/svg/symbols/index50.svg | 0 .../src}/images/svg/symbols/index50s1-new.svg | 0 .../src}/images/svg/symbols/index50s1.svg | 0 .../src}/images/svg/symbols/index75-new.svg | 0 .../src}/images/svg/symbols/index75.svg | 0 .../src}/images/svg/symbols/index75s1-new.svg | 0 .../src}/images/svg/symbols/index75s1.svg | 0 .../src}/images/svg/symbols/intc.svg | 0 .../src}/images/svg/symbols/iot-usd.svg | 0 .../src}/images/svg/symbols/iota_flag.svg | 0 .../src}/images/svg/symbols/jnj.svg | 0 .../src}/images/svg/symbols/jp-225.svg | 0 .../src}/images/svg/symbols/jpm.svg | 0 .../src}/images/svg/symbols/jump-10-new.svg | 0 .../src}/images/svg/symbols/jump-10.svg | 0 .../src}/images/svg/symbols/jump-100-new.svg | 0 .../src}/images/svg/symbols/jump-100.svg | 0 .../src}/images/svg/symbols/jump-25-new.svg | 0 .../src}/images/svg/symbols/jump-25.svg | 0 .../src}/images/svg/symbols/jump-50-new.svg | 0 .../src}/images/svg/symbols/jump-50.svg | 0 .../src}/images/svg/symbols/jump-75-new.svg | 0 .../src}/images/svg/symbols/jump-75.svg | 0 .../src}/images/svg/symbols/ko.svg | 0 .../src}/images/svg/symbols/lead-usd.svg | 0 .../src}/images/svg/symbols/lnk-usd.svg | 0 .../src}/images/svg/symbols/ltc-usd.svg | 0 .../src}/images/svg/symbols/ltc_flag.svg | 0 .../src}/images/svg/symbols/ma.svg | 0 .../src}/images/svg/symbols/maker.svg | 0 .../src}/images/svg/symbols/marketbear-new.svg | 0 .../src}/images/svg/symbols/marketbear.svg | 0 .../src}/images/svg/symbols/marketbull-new.svg | 0 .../src}/images/svg/symbols/marketbull.svg | 0 .../american-indices/us-500.svg | 0 .../american-indices/us-tech-100.svg | 0 .../american-indices/wall-street-30.svg | 0 .../american-stocks/stocks-adidas-salomon.svg | 0 .../american-stocks/stocks-airbnb.svg | 0 .../american-stocks/stocks-airbus.svg | 0 .../american-stocks/stocks-airfrance.svg | 0 .../stocks-alibaba-group-holding-ltd.svg | 0 .../american-stocks/stocks-alphabet-inc-class-c.svg | 0 .../american-stocks/stocks-amazon-com-inc.svg | 0 .../american-stocks/stocks-amd.svg | 0 .../stocks-american-airlines-group-inc.svg | 0 .../stocks-american-international-group.svg | 0 .../american-stocks/stocks-apple.svg | 0 .../american-stocks/stocks-bank-of-america.svg | 0 .../american-stocks/stocks-bayer-ag.svg | 0 .../american-stocks/stocks-biogen-inc.svg | 0 .../american-stocks/stocks-bmw.svg | 0 .../american-stocks/stocks-boeing.svg | 0 .../american-stocks/stocks-cisco-systems.svg | 0 .../american-stocks/stocks-citigroup.svg | 0 .../american-stocks/stocks-coca-cola.svg | 0 .../american-stocks/stocks-continental-ag.svg | 0 .../american-stocks/stocks-delta-air-lines.svg | 0 .../american-stocks/stocks-deutsche-bank-ag.svg | 0 .../stocks-deutsche-lufthansa-ag.svg | 0 .../american-stocks/stocks-e-bay-inc.svg | 0 .../american-stocks/stocks-facebook-inc.svg | 0 .../american-stocks/stocks-fedex.svg | 0 .../american-stocks/stocks-fox-corp-class-b.svg | 0 .../stocks-general-motors-company.svg | 0 .../american-stocks/stocks-goldman-sachs-group.svg | 0 .../american-stocks/stocks-home-depot.svg | 0 .../american-stocks/stocks-hp-inc.svg | 0 .../american-stocks/stocks-hugo-boss.svg | 0 .../american-stocks/stocks-ibm.svg | 0 .../american-stocks/stocks-intel.svg | 0 .../american-stocks/stocks-jonhson-johnson.svg | 0 .../american-stocks/stocks-jp-morgan-chase.svg | 0 .../american-stocks/stocks-mastercard-inc.svg | 0 .../american-stocks/stocks-mc-donalds.svg | 0 .../stocks-microsoft-corporation.svg | 0 .../american-stocks/stocks-moderna-inc.svg | 0 .../american-stocks/stocks-nestle.svg | 0 .../american-stocks/stocks-netflix.svg | 0 .../american-stocks/stocks-nike.svg | 0 .../american-stocks/stocks-novartis.svg | 0 .../american-stocks/stocks-nvidia-corp.svg | 0 .../american-stocks/stocks-paypal.svg | 0 .../american-stocks/stocks-pepsico.svg | 0 .../american-stocks/stocks-pfizer.svg | 0 .../american-stocks/stocks-porsche.svg | 0 .../american-stocks/stocks-procter-gamble.svg | 0 .../american-stocks/stocks-puma.svg | 0 .../american-stocks/stocks-salesforce-com-inc.svg | 0 .../american-stocks/stocks-sony.svg | 0 .../american-stocks/stocks-tesla-inc.svg | 0 .../stocks-teva-pharmaceutical-inds.svg | 0 .../stocks-uber-technologies-inc.svg | 0 .../american-stocks/stocks-visa.svg | 0 .../american-stocks/stocks-wal-mart-stores-inc.svg | 0 .../american-stocks/stocks-walt-disney-company.svg | 0 .../stocks-zoom-video-communications-inc.svg | 0 .../asian-indices/hongkong-50.svg | 0 .../asian-indices/japan-225.svg | 0 .../european-indices/europe-50.svg | 0 .../european-indices/france-40.svg | 0 .../european-indices/germany-30.svg | 0 .../european-indices/germany-40.svg | 0 .../european-indices/netherlands-25.svg | 0 .../european-indices/spain-35.svg | 0 .../european-indices/swiss-20.svg | 0 .../src}/images/svg/symbols/mcd.svg | 0 .../src}/images/svg/symbols/mkr-usd.svg | 0 .../src}/images/svg/symbols/monero_flag.svg | 0 .../src}/images/svg/symbols/mrna.svg | 0 .../src}/images/svg/symbols/msft.svg | 0 .../src}/images/svg/symbols/mtc-usd.svg | 0 .../src}/images/svg/symbols/natural-gas.svg | 0 .../src}/images/svg/symbols/ned-25.svg | 0 .../src}/images/svg/symbols/neo-usd.svg | 0 .../src}/images/svg/symbols/neo_flag.svg | 0 .../src}/images/svg/symbols/nflx.png | Bin .../src}/images/svg/symbols/nickel-usd.svg | 0 .../src}/images/svg/symbols/nke.svg | 0 .../src}/images/svg/symbols/nvda.svg | 0 .../src}/images/svg/symbols/nzd-cad.svg | 0 .../src}/images/svg/symbols/nzd-chf.svg | 0 .../src}/images/svg/symbols/nzd-jpy.svg | 0 .../src}/images/svg/symbols/nzd-sgd.svg | 0 .../src}/images/svg/symbols/nzd-usd.svg | 0 .../src}/images/svg/symbols/omg-usd.svg | 0 .../src}/images/svg/symbols/omise-go.svg | 0 .../src}/images/svg/symbols/otcaustralian.svg | 0 .../src}/images/svg/symbols/otcdutch.svg | 0 .../src}/images/svg/symbols/otcfrench.svg | 0 .../src}/images/svg/symbols/otcgerman.svg | 0 .../src}/images/svg/symbols/otchongkong.svg | 0 .../src}/images/svg/symbols/otcjapanese.svg | 0 .../src}/images/svg/symbols/otcswiss.svg | 0 .../src}/images/svg/symbols/otcuk.svg | 0 .../src}/images/svg/symbols/otcus.svg | 0 .../src}/images/svg/symbols/otcustech.svg | 0 .../src}/images/svg/symbols/otcwallstreet.svg | 0 .../src}/images/svg/symbols/palladium-usd.svg | 0 .../src}/images/svg/symbols/pfe.svg | 0 .../src}/images/svg/symbols/pg.svg | 0 .../src}/images/svg/symbols/platinum-usd.svg | 0 .../src}/images/svg/symbols/polkadot.svg | 0 .../src}/images/svg/symbols/polygon.svg | 0 .../src}/images/svg/symbols/pound-brent.svg | 0 .../src}/images/svg/symbols/pypl.svg | 0 .../src}/images/svg/symbols/rb-100-new.svg | 0 .../src}/images/svg/symbols/rb-100.svg | 0 .../src}/images/svg/symbols/rb-200-new.svg | 0 .../src}/images/svg/symbols/rb-200.svg | 0 .../src}/images/svg/symbols/ripple_flag.svg | 0 .../src}/images/svg/symbols/sgd-jpy.svg | 0 .../src}/images/svg/symbols/silver-eur.svg | 0 .../src}/images/svg/symbols/silver-usd.svg | 0 .../src}/images/svg/symbols/sol-usd.svg | 0 .../src}/images/svg/symbols/solana.svg | 0 .../src}/images/svg/symbols/stellar_flag.svg | 0 .../src}/images/svg/symbols/step-indices-new.svg | 0 .../src}/images/svg/symbols/step-indices.svg | 0 .../src}/images/svg/symbols/ter-usd.svg | 0 .../src}/images/svg/symbols/terra.svg | 0 .../src}/images/svg/symbols/teva.svg | 0 .../src}/images/svg/symbols/tron_flag.svg | 0 .../src}/images/svg/symbols/trx-usd.svg | 0 .../src}/images/svg/symbols/tsla.svg | 0 .../src}/images/svg/symbols/twtr.svg | 0 .../src}/images/svg/symbols/uber.svg | 0 .../src}/images/svg/symbols/uk-100.svg | 0 .../src}/images/svg/symbols/uni-usd.svg | 0 .../src}/images/svg/symbols/uniswap.svg | 0 .../src}/images/svg/symbols/us-100.svg | 0 .../src}/images/svg/symbols/us-30.svg | 0 .../src}/images/svg/symbols/us-500.svg | 0 .../src}/images/svg/symbols/usd-basket.svg | 0 .../src}/images/svg/symbols/usd-brent.svg | 0 .../src}/images/svg/symbols/usd-cad.svg | 0 .../src}/images/svg/symbols/usd-chf-10.svg | 0 .../src}/images/svg/symbols/usd-chf-20.svg | 0 .../src}/images/svg/symbols/usd-chf.svg | 0 .../src}/images/svg/symbols/usd-cnh.svg | 0 .../src}/images/svg/symbols/usd-hkd.svg | 0 .../src}/images/svg/symbols/usd-ils.svg | 0 .../src}/images/svg/symbols/usd-jpy-10.svg | 0 .../src}/images/svg/symbols/usd-jpy-20.svg | 0 .../src}/images/svg/symbols/usd-jpy.svg | 0 .../src}/images/svg/symbols/usd-mxn.svg | 0 .../src}/images/svg/symbols/usd-nok.svg | 0 .../src}/images/svg/symbols/usd-pln.svg | 0 .../src}/images/svg/symbols/usd-rub.svg | 0 .../src}/images/svg/symbols/usd-sek.svg | 0 .../src}/images/svg/symbols/usd-sgd.svg | 0 .../src}/images/svg/symbols/usd-thb.svg | 0 .../src}/images/svg/symbols/usd-try.svg | 0 .../src}/images/svg/symbols/usd-zar.svg | 0 .../src}/images/svg/symbols/v.svg | 0 .../images/svg/symbols/volatility-boom-300-new.svg | 0 .../images/svg/symbols/volatility-crash-300-new.svg | 0 .../src}/images/svg/symbols/volatility-eu-200.svg | 0 .../src}/images/svg/symbols/volatility-eu-300.svg | 0 .../images/svg/symbols/volatility-index-ic-300.svg | 0 .../src}/images/svg/symbols/volatility_150_1s.svg | 0 .../src}/images/svg/symbols/volatility_15_1s.svg | 0 .../src}/images/svg/symbols/volatility_200_1s.svg | 0 .../src}/images/svg/symbols/volatility_250_1s.svg | 0 .../src}/images/svg/symbols/volatility_300_1s.svg | 0 .../src}/images/svg/symbols/volatility_30_1s.svg | 0 .../src}/images/svg/symbols/volatility_90_1s.svg | 0 .../src}/images/svg/symbols/wmt.svg | 0 .../src}/images/svg/symbols/xlm-usd.svg | 0 .../src}/images/svg/symbols/xmr-usd.svg | 0 .../src}/images/svg/symbols/xrp-usd.svg | 0 .../src}/images/svg/symbols/xrp-usd1.svg | 0 .../src}/images/svg/symbols/xtz-usd.svg | 0 .../src}/images/svg/symbols/xtz.svg | 0 .../src}/images/svg/symbols/z_cash_flag.svg | 0 .../src}/images/svg/symbols/zec-usd.svg | 0 .../src}/images/svg/symbols/zinc-usd.svg | 0 .../src}/images/svg/symbols/zm.svg | 0 .../src}/images/svg/terms/api-users-row.svg | 0 .../src}/images/svg/terms/bfx-tc.svg | 0 .../src}/images/svg/terms/bug-bounty-row.svg | 0 .../src}/images/svg/terms/bug-bounty.svg | 0 .../src}/images/svg/terms/business-api-tc.svg | 0 .../src}/images/svg/terms/business-general-tc.svg | 0 .../src}/images/svg/terms/business-partners-tc.svg | 0 .../src}/images/svg/terms/funds-transfers-tc.svg | 0 .../src}/images/svg/terms/general-tc.svg | 0 .../src}/images/svg/terms/important-guidelines.svg | 0 .../src}/images/svg/terms/payment-agents.svg | 0 .../src}/images/svg/terms/risk-tc.svg | 0 .../src}/images/svg/terms/security-privacy-tc.svg | 0 .../src}/images/svg/terms/trading-tc.svg | 0 .../images/svg/testimonials/arrow-left-fade.svg | 0 .../src}/images/svg/testimonials/arrow-left.svg | 0 .../images/svg/testimonials/arrow-right-fade.svg | 0 .../src}/images/svg/testimonials/arrow-right.svg | 0 .../src}/images/svg/testimonials/quote.svg | 0 .../src}/images/svg/tools/black-right-arrow.svg | 0 .../src}/images/svg/trade-types/arrow-right.svg | 0 .../src}/images/svg/trade-types/cfds.svg | 0 .../src}/images/svg/trade-types/checklist-red.svg | 0 .../src}/images/svg/trade-types/commodities.svg | 0 .../src}/images/svg/trade-types/crash-boom.svg | 0 .../src}/images/svg/trade-types/crash.svg | 0 .../images/svg/trade-types/cryptocurrencies.svg | 0 .../images/svg/trade-types/define-your-position.svg | 0 .../src}/images/svg/trade-types/derived.svg | 0 .../src}/images/svg/trade-types/exposure.svg | 0 .../src}/images/svg/trade-types/favourite.svg | 0 .../src}/images/svg/trade-types/flexible.svg | 0 .../src}/images/svg/trade-types/forex.svg | 0 .../images/svg/trade-types/friendly-support.svg | 0 .../src}/images/svg/trade-types/get-quote.svg | 0 .../src}/images/svg/trade-types/high-leverage.svg | 0 .../src}/images/svg/trade-types/info.svg | 0 .../src}/images/svg/trade-types/info2.svg | 0 .../src}/images/svg/trade-types/instant-access.svg | 0 .../src}/images/svg/trade-types/instant.svg | 0 .../svg/trade-types/maximize-potential-profit.svg | 0 .../options/accumulator/payout_knocked_out.svg | 0 .../trade-types/options/accumulator/payout_win.svg | 0 .../trade-types/options/digital/asian-down-loss.svg | 0 .../trade-types/options/digital/asian-down-win.svg | 0 .../trade-types/options/digital/asian-up-loss.svg | 0 .../trade-types/options/digital/asian-up-win.svg | 0 .../svg/trade-types/options/digital/asians-icon.svg | 0 .../trade-types/options/digital/close-low-icon.svg | 0 .../svg/trade-types/options/digital/close-low.svg | 0 .../options/digital/digits-differs-loss.svg | 0 .../options/digital/digits-differs-win.svg | 0 .../options/digital/digits-even-loss.svg | 0 .../trade-types/options/digital/digits-even-odd.svg | 0 .../trade-types/options/digital/digits-even-win.svg | 0 .../options/digital/digits-matches-differs.svg | 0 .../options/digital/digits-matches-loss.svg | 0 .../options/digital/digits-matches-win.svg | 0 .../trade-types/options/digital/digits-odd-loss.svg | 0 .../trade-types/options/digital/digits-odd-win.svg | 0 .../options/digital/digits-over-loss.svg | 0 .../options/digital/digits-over-under.svg | 0 .../trade-types/options/digital/digits-over-win.svg | 0 .../options/digital/digits-under-loss.svg | 0 .../options/digital/digits-under-win.svg | 0 .../options/digital/ends-between-loss.svg | 0 .../options/digital/ends-between-win.svg | 0 .../options/digital/ends-outside-loss.svg | 0 .../options/digital/ends-outside-win.svg | 0 .../svg/trade-types/options/digital/fall_lose.svg | 0 .../svg/trade-types/options/digital/fall_win.svg | 0 .../options/digital/goes-outside-loss.svg | 0 .../options/digital/goes-outside-win.svg | 0 .../trade-types/options/digital/high-and-low.svg | 0 .../trade-types/options/digital/high-close-icon.svg | 0 .../svg/trade-types/options/digital/high-close.svg | 0 .../svg/trade-types/options/digital/high-loss.svg | 0 .../trade-types/options/digital/high-low-icon.svg | 0 .../svg/trade-types/options/digital/high-low.svg | 0 .../svg/trade-types/options/digital/high-win.svg | 0 .../svg/trade-types/options/digital/higher_loss.svg | 0 .../svg/trade-types/options/digital/higher_win.svg | 0 .../svg/trade-types/options/digital/in-out-icon.svg | 0 .../options/digital/in-out-stays-icon.svg | 0 .../svg/trade-types/options/digital/low-loss.svg | 0 .../svg/trade-types/options/digital/low-win.svg | 0 .../svg/trade-types/options/digital/lower_loss.svg | 0 .../svg/trade-types/options/digital/lower_win.svg | 0 .../trade-types/options/digital/no-touch-loss.svg | 0 .../trade-types/options/digital/no-touch-win.svg | 0 .../trade-types/options/digital/only-down-loss.svg | 0 .../trade-types/options/digital/only-downs-win.svg | 0 .../options/digital/only-ups-downs-icon.svg | 0 .../trade-types/options/digital/only-ups-loss.svg | 0 .../trade-types/options/digital/only-ups-win.svg | 0 .../svg/trade-types/options/digital/reset-icon.svg | 0 .../trade-types/options/digital/reset-put-loss.svg | 0 .../options/digital/reset-put-loss_2.svg | 0 .../trade-types/options/digital/reset-put-win-2.svg | 0 .../trade-types/options/digital/reset-put-win.svg | 0 .../trade-types/options/digital/reset_call_loss.svg | 0 .../options/digital/reset_call_loss_2.svg | 0 .../trade-types/options/digital/reset_call_win.svg | 0 .../options/digital/reset_call_win_2.svg | 0 .../svg/trade-types/options/digital/rise_lose.svg | 0 .../svg/trade-types/options/digital/rise_win.svg | 0 .../options/digital/stays-between-loss.svg | 0 .../options/digital/stays-between-win.svg | 0 .../options/digital/touch-no-touch-icon.svg | 0 .../svg/trade-types/options/digital/touch_loss.svg | 0 .../svg/trade-types/options/digital/touch_win.svg | 0 .../options/digital/up-down-higher-lower.svg | 0 .../options/digital/up-down-rise-fall.svg | 0 .../options-images/Active/accumulators_active.svg | 0 .../options-images/Active/digital_active.svg | 0 .../options/options-images/Active/turbo_active.svg | 0 .../options-images/Active/vanilla_active.svg | 0 .../Inactive/accumulators_inactive.svg | 0 .../options-images/Inactive/digital_inactive.svg | 0 .../options-images/Inactive/turbo_inactive.svg | 0 .../options-images/Inactive/vanilla_inactive.svg | 0 .../trade-types/options/options-images/index.tsx | 0 .../why_trade_options/Instant_access.svg | 0 .../why_trade_options/advanced_charting_widgets.svg | 0 .../why_trade_options/all_you_ favorite_markets.svg | 0 .../why_trade_options/flexiable_layout.svg | 0 .../why_trade_options/flexiable_trade_types.svg | 0 .../options/turbo/turbo_long_no_payout.svg | 0 .../trade-types/options/turbo/turbo_long_payout.svg | 0 .../trade-types/options/turbo/turbo_long_short.svg | 0 .../options/turbo/turbo_short_no_payout.svg | 0 .../options/turbo/turbo_short_payout.svg | 0 .../trade-types/options/vanilla/call_no_payout.svg | 0 .../svg/trade-types/options/vanilla/call_payout.svg | 0 .../trade-types/options/vanilla/put_no_payout.svg | 0 .../svg/trade-types/options/vanilla/put_payout.svg | 0 .../options/vanilla/vanilla_call_put.svg | 0 .../svg/trade-types/purchase-your-contract.svg | 0 .../src}/images/svg/trade-types/responsive.svg | 0 .../src}/images/svg/trade-types/risk.svg | 0 .../svg/trade-types/set-optional-parameters.svg | 0 .../src}/images/svg/trade-types/stock-indices.svg | 0 .../images/svg/trade-types/synthetic-indices.svg | 0 .../src}/images/svg/trade-types/trade-anytime.svg | 0 .../src}/images/svg/trade-types/user-friendly.svg | 0 .../src}/images/svg/traders-hub-link.svg | 0 .../trading-platforms/ctrader/call-the-shots.svg | 0 .../ctrader/ctrader-copy-trading.svg | 0 .../svg/trading-platforms/ctrader/ctrader-logo.svg | 0 .../trading-platforms/ctrader/ctrader-main-logo.svg | 0 .../trading-platforms/ctrader/ctrader-qr-code.svg | 0 .../svg/trading-platforms/ctrader/demo_ctrader.svg | 0 .../trading-platforms/ctrader/multiple-assets.svg | 0 .../trading-platforms/ctrader/risk-management.svg | 0 .../svg/trading-platforms/ctrader/sign-in.svg | 0 .../src}/images/svg/trading-platforms/db-icon.svg | 0 .../deriv-ez/deriv-ez-logo-red.svg | 0 .../trading-platforms/deriv-ez/deriv-ez-logo.svg | 0 .../svg/trading-platforms/deriv-ez/derivez-qr.svg | 0 .../trading-platforms/deriv-ez/easy-to-start.svg | 0 .../trading-platforms/deriv-ez/favourite-assets.svg | 0 .../deriv-ez/twenty-four-seven.svg | 0 .../src}/images/svg/trading-platforms/dmt5-icon.svg | 0 .../src}/images/svg/trading-platforms/dt-icon.svg | 0 .../src}/images/svg/trading-platforms/dx-icon.svg | 0 .../src}/images/svg/trading-platforms/go-icon.svg | 0 .../images/svg/trading-specification/close-icon.svg | 0 .../trading-specification/commodities_five_lot.svg | 0 .../trading-specification/commodities_four_lot.svg | 0 .../trading-specification/commodities_one_lot.svg | 0 .../commodities_total_margin.svg | 0 .../svg/trading-specification/crypto_one_lot.svg | 0 .../trading-specification/crypto_total_margin.svg | 0 .../svg/trading-specification/crypto_two_lot.svg | 0 .../crypto_two_lot_hundred.svg | 0 .../images/svg/trading-specification/deriv-x.svg | 0 .../src}/images/svg/trading-specification/dl.svg | 0 .../svg/trading-specification/fx_five_lot.svg | 0 .../svg/trading-specification/fx_four_lot.svg | 0 .../images/svg/trading-specification/fx_one_lot.svg | 0 .../svg/trading-specification/fx_total_margin.svg | 0 .../images/svg/trading-specification/info-icon.svg | 0 .../svg/trading-specification/left-chevron.svg | 0 .../svg/trading-specification/right-chevron.svg | 0 .../svg/trading-specification/search-icon.svg | 0 .../svg/trading-specification/search-not-found.svg | 0 .../svg/trading-specification/stocks_fifty_lot.svg | 0 .../svg/trading-specification/stocks_five_lot.svg | 0 .../stocks_fourty_five_lot.svg | 0 .../trading-specification/stocks_total_margin.svg | 0 .../src}/images/svg/trading-specification/swf.svg | 0 .../src}/images/svg/who-we-are/linkedin.svg | 0 .../src}/images/svg/who-we-are/pin.svg | 0 .../src}/images/svg/windows-icon.svg | 0 .../src}/lotties/JumpIndicesChart.json | 0 .../gatsby-theme-deriv/src}/pages/404.tsx | 0 .../_dept-layout-components/_career-container.ts | 0 .../_dept-layout-components/_department-page.tsx | 0 .../_dept-layout-components/_dept-description.tsx | 0 .../_dept-layout-components/_dept-layout.types.ts | 0 .../pages/careers/_dept-layout-components/_hero.tsx | 0 .../_dept-layout-components/_staff-review.tsx | 0 .../careers/_employee-testimonial-carousel.tsx | 0 .../gatsby-theme-deriv/src}/pages/careers/_hero.tsx | 0 .../src}/pages/careers/_join_your_team.tsx | 0 .../careers/_layout-components/_career_container.ts | 0 .../pages/careers/_layout-components/_team-card.tsx | 0 .../src}/pages/careers/_lazy-load.ts | 0 .../src}/pages/careers/_life-at-deriv-carousel.tsx | 0 .../careers/_model/_locations/_contact-details.ts | 0 .../pages/careers/_model/_locations/_locations.tsx | 0 .../careers/_model/_locations/_locations.types.ts | 0 .../src}/pages/careers/_our-hiring-process.tsx | 0 .../src}/pages/careers/_our-values.tsx | 0 .../src}/pages/careers/_who-we-look-for.tsx | 0 .../src}/pages/careers/back-end/index.tsx | 0 .../pages/careers/business-excellence/index.tsx | 0 .../pages/careers/business-intelligence/index.tsx | 0 .../src}/pages/careers/customer-support/index.tsx | 0 .../src}/pages/careers/cyber-security-it/index.tsx | 0 .../src}/pages/careers/data/_career-data.tsx | 0 .../src}/pages/careers/finance-accounts/index.tsx | 0 .../src}/pages/careers/front-end/index.tsx | 0 .../src}/pages/careers/human-resources/index.tsx | 0 .../gatsby-theme-deriv/src}/pages/careers/index.tsx | 0 .../src}/pages/careers/internal-audit/index.tsx | 0 .../src}/pages/careers/legal-compliance/index.tsx | 0 .../locations/_location-layout-new-offices.tsx | 0 .../pages/careers/locations/_location-layout.tsx | 0 .../src}/pages/careers/locations/asuncion/index.tsx | 0 .../src}/pages/careers/locations/berlin/index.tsx | 0 .../src}/pages/careers/locations/ciudad/index.tsx | 0 .../pages/careers/locations/cyberjaya/index.tsx | 0 .../src}/pages/careers/locations/cyprus/index.tsx | 0 .../src}/pages/careers/locations/dubai/index.tsx | 0 .../pages/careers/locations/georgetown/index.tsx | 0 .../src}/pages/careers/locations/guernsey/index.tsx | 0 .../src}/pages/careers/locations/hongkong/index.tsx | 0 .../src}/pages/careers/locations/index.tsx | 0 .../src}/pages/careers/locations/ipoh/index.tsx | 0 .../src}/pages/careers/locations/jordan/index.tsx | 0 .../src}/pages/careers/locations/labuan/index.tsx | 0 .../src}/pages/careers/locations/malta/index.tsx | 0 .../src}/pages/careers/locations/melaka/index.tsx | 0 .../src}/pages/careers/locations/paris/index.tsx | 0 .../src}/pages/careers/locations/reading/index.tsx | 0 .../src}/pages/careers/locations/roadtown/index.tsx | 0 .../src}/pages/careers/locations/rwanda/index.tsx | 0 .../pages/careers/locations/singapore/index.tsx | 0 .../src}/pages/careers/locations/vanuatu/index.tsx | 0 .../src}/pages/careers/marketing/index.tsx | 0 .../src}/pages/careers/payment-solutions/index.tsx | 0 .../src}/pages/careers/product-design/index.tsx | 0 .../src}/pages/careers/project-management/index.tsx | 0 .../src}/pages/careers/software-testing/index.tsx | 0 .../src}/pages/careers/trading-operations/index.tsx | 0 .../src}/pages/check-email/_icon-grid.tsx | 0 .../src}/pages/check-email/index.tsx | 0 .../src}/pages/contact_us/_affiliates.tsx | 0 .../src}/pages/contact_us/_contact-ways.tsx | 0 .../src}/pages/contact_us/_offices.tsx | 0 .../src}/pages/contact_us/_types.ts | 0 .../src}/pages/contact_us/index.tsx | 0 .../src}/pages/ctrader-check-email/index.tsx | 0 .../src}/pages/ctrader-login/index.tsx | 0 .../src}/pages/ctrader-login/login-success.tsx | 0 .../src}/pages/ctrader-manage/add-account.tsx | 0 .../src}/pages/ctrader-manage/add-more-accounts.tsx | 0 .../src}/pages/ctrader-manage/cashier.tsx | 0 .../src}/pages/ctrader-manage/change-password.tsx | 0 .../src}/pages/ctrader-manage/close-account.tsx | 0 .../src}/pages/ctrader-signup/credentials.tsx | 0 .../src}/pages/ctrader-signup/index.tsx | 0 .../src}/pages/ctrader-signup/signup-success.tsx | 0 .../src}/pages/dbot/_get-app-section.tsx | 0 .../gatsby-theme-deriv/src}/pages/dbot/_hero.tsx | 0 .../src}/pages/dbot/_our-platforms.tsx | 0 .../src}/pages/dbot/_steps_section.tsx | 0 .../gatsby-theme-deriv/src}/pages/dbot/index.tsx | 0 .../src}/pages/deriv-ctrader/index.tsx | 0 .../src}/pages/deriv-go/_banner.tsx | 0 .../src}/pages/deriv-go/_deriv-go-content.tsx | 0 .../src}/pages/deriv-go/_deriv-go-roadmap.tsx | 0 .../src}/pages/deriv-go/_footer-banner.tsx | 0 .../src}/pages/deriv-go/_lazy-load.ts | 0 .../src}/pages/deriv-go/_other-apps.tsx | 0 .../src}/pages/deriv-go/_start-deriv-go.tsx | 0 .../src}/pages/deriv-go/_what-is-deriv-go.tsx | 0 .../src}/pages/deriv-go/_why-trade-deriv-go.tsx | 0 .../src}/pages/deriv-go/index.tsx | 0 .../src}/pages/derivx/_get-derivx.tsx | 0 .../gatsby-theme-deriv/src}/pages/derivx/_hero.tsx | 0 .../src}/pages/derivx/_other-apps.tsx | 0 .../src}/pages/derivx/_selling-points.tsx | 0 .../src}/pages/derivx/_start-derivx.tsx | 0 .../src}/pages/derivx/_what-is-derivx.tsx | 0 .../src}/pages/derivx/_why-trade-derivx.tsx | 0 .../gatsby-theme-deriv/src}/pages/derivx/index.tsx | 0 .../src}/pages/dmt5-trading-signals/_how-to.tsx | 0 .../pages/dmt5-trading-signals/_signal-steps.tsx | 0 .../src}/pages/dmt5-trading-signals/_signal.tsx | 0 .../src}/pages/dmt5-trading-signals/_style.ts | 0 .../pages/dmt5-trading-signals/_subscription.tsx | 0 .../src}/pages/dmt5-trading-signals/index.tsx | 0 .../gatsby-theme-deriv/src}/pages/dmt5/_dbanner.tsx | 0 .../src}/pages/dmt5/_dmt5-video.tsx | 0 .../src}/pages/dmt5/_download-app.tsx | 0 .../src}/pages/dmt5/_flexibility.tsx | 0 .../src}/pages/dmt5/_interest_free_trading.tsx | 0 .../src}/pages/dmt5/_lazy-load.ts | 0 .../src}/pages/dmt5/_margin_calculator.tsx | 0 .../gatsby-theme-deriv/src}/pages/dmt5/_numbers.tsx | 0 .../src}/pages/dmt5/_other-platforms.tsx | 0 .../src}/pages/dmt5/_start-trader.tsx | 0 .../src}/pages/dmt5/_what-is-trader.tsx | 0 .../src}/pages/dmt5/_why-trade-dmt5.tsx | 0 .../gatsby-theme-deriv/src}/pages/dmt5/index.tsx | 0 .../src}/pages/dtrader/_get-app-section.tsx | 0 .../src}/pages/dtrader/_our-platforms.tsx | 0 .../src}/pages/dtrader/_steps_section.tsx | 0 .../gatsby-theme-deriv/src}/pages/dtrader/index.tsx | 0 .../src}/pages/endpoint/index.tsx | 0 .../src}/pages/help-centre/about-deriv.tsx | 0 .../src}/pages/help-centre/account.tsx | 0 .../src}/pages/help-centre/affiliate-programme.tsx | 0 .../src}/pages/help-centre/complaints-procedure.tsx | 0 .../pages/help-centre/components/_answer-card.tsx | 0 .../pages/help-centre/components/_community.tsx | 0 .../src}/pages/help-centre/components/_constants.ts | 0 .../help-centre/components/_control-losses.tsx | 0 .../src}/pages/help-centre/components/_derived.tsx | 0 .../help-centre/components/_didnt-find-answer.tsx | 0 .../pages/help-centre/components/_faq-schema.tsx | 0 .../pages/help-centre/components/_image-card.tsx | 0 .../src}/pages/help-centre/components/_lazy-load.ts | 0 .../src}/pages/help-centre/components/_list.tsx | 0 .../help-centre/components/_questions-category.tsx | 0 .../help-centre/components/_questions-section.tsx | 0 .../help-centre/components/_questions-template.tsx | 0 .../pages/help-centre/components/_search-error.tsx | 0 .../pages/help-centre/components/_search-result.tsx | 0 .../help-centre/components/_search-section.tsx | 0 .../help-centre/components/_search-success.tsx | 0 .../src}/pages/help-centre/components/_side-tab.tsx | 0 .../pages/help-centre/components/_talk-to-us.tsx | 0 .../components/_translation-components.tsx | 0 .../src}/pages/help-centre/components/_utility.ts | 0 .../src}/pages/help-centre/data/_about-deriv.ts | 0 .../src}/pages/help-centre/data/_account.ts | 0 .../pages/help-centre/data/_affiliate-programme.ts | 0 .../pages/help-centre/data/_complaints_procedure.ts | 0 .../src}/pages/help-centre/data/_data-types.ts | 0 .../src}/pages/help-centre/data/_dbot.ts | 0 .../help-centre/data/_deposits-and-withdrawals.ts | 0 .../src}/pages/help-centre/data/_deriv-p2p.ts | 0 .../src}/pages/help-centre/data/_deriv-trader.ts | 0 .../src}/pages/help-centre/data/_deriv-x.ts | 0 .../src}/pages/help-centre/data/_dmt5.ts | 0 .../pages/help-centre/data/_fraud-prevention.ts | 0 .../src}/pages/help-centre/data/_hooks.tsx | 0 .../src}/pages/help-centre/data/_ib-programme.ts | 0 .../src}/pages/help-centre/data/_payment-agent.ts | 0 .../src}/pages/help-centre/data/_security.ts | 0 .../src}/pages/help-centre/data/_trading.ts | 0 .../pages/help-centre/deposits-and-withdrawals.tsx | 0 .../src}/pages/help-centre/deriv-bot.tsx | 0 .../src}/pages/help-centre/deriv-p2p.tsx | 0 .../src}/pages/help-centre/deriv-trader.tsx | 0 .../src}/pages/help-centre/deriv-x.tsx | 0 .../src}/pages/help-centre/dmt5.tsx | 0 .../src}/pages/help-centre/fraud-prevention.tsx | 0 .../src}/pages/help-centre/ib-programme.tsx | 0 .../src}/pages/help-centre/index.tsx | 0 .../src}/pages/help-centre/payment-agent.tsx | 0 .../src}/pages/help-centre/security.tsx | 0 .../src}/pages/help-centre/trading.tsx | 0 .../gatsby-theme-deriv/src}/pages/home/_data.ts | 0 .../gatsby-theme-deriv/src}/pages/home/_hero.tsx | 0 .../src}/pages/home/_lazy-load.tsx | 0 .../gatsby-theme-deriv/src}/pages/home/_markets.tsx | 0 .../src}/pages/home/_platform-slideshow.tsx | 0 .../src}/pages/home/_testimonial-carousel.tsx | 0 .../src}/pages/home/_trade-the-way-you-like.tsx | 0 .../gatsby-theme-deriv/src}/pages/home/_trade.tsx | 0 .../gatsby-theme-deriv/src}/pages/home/_types.ts | 0 .../src}/pages/home/_vertical-carousel.tsx | 0 .../src}/pages/home/_what-our-clients-say.tsx | 0 .../gatsby-theme-deriv/src}/pages/index.tsx | 0 .../gatsby-theme-deriv/src}/pages/landing/_types.ts | 0 .../src}/pages/landing/dmt5/index.tsx | 0 .../pages/landing/ebooks/components/_get-ebook.tsx | 0 .../landing/ebooks/components/_header-section.tsx | 0 .../src}/pages/landing/ebooks/components/_hero.tsx | 0 .../pages/landing/ebooks/components/_image-text.tsx | 0 .../landing/ebooks/components/_introduction.tsx | 0 .../pages/landing/ebooks/components/_topics.tsx | 0 .../src}/pages/landing/ebooks/components/_types.ts | 0 .../src}/pages/landing/ebooks/crypto.tsx | 0 .../src}/pages/landing/ebooks/forex.tsx | 0 .../src}/pages/landing/ebooks/stocks.tsx | 0 .../landing/forex-trading/components/_hero.tsx | 0 .../forex-trading/components/_icon-text-row.tsx | 0 .../components/_image-text-switching.tsx | 0 .../landing/forex-trading/components/_table-btn.tsx | 0 .../src}/pages/landing/forex-trading/index.tsx | 0 .../gatsby-theme-deriv/src}/pages/landing/index.tsx | 0 .../src}/pages/landing/jump-indices/_dBanner.tsx | 0 .../src}/pages/landing/jump-indices/_dHero.tsx | 0 .../pages/landing/jump-indices/_jumpSection.tsx | 0 .../src}/pages/landing/jump-indices/_leverages.tsx | 0 .../src}/pages/landing/jump-indices/index.tsx | 0 .../src}/pages/landing/signup/index.tsx | 0 .../src}/pages/landing/stocks/_dtrading.tsx | 0 .../src}/pages/landing/stocks/_footerBanner.tsx | 0 .../src}/pages/landing/stocks/_headerSection.tsx | 0 .../src}/pages/landing/stocks/_lazy-load.ts | 0 .../src}/pages/landing/stocks/_parallelogram.tsx | 0 .../src}/pages/landing/stocks/_whyTradeWIthUs.tsx | 0 .../src}/pages/landing/stocks/index.tsx | 0 .../pages/landing/trade-forex/components/_hero.tsx | 0 .../trade-forex/components/_icon-text-row.tsx | 0 .../components/_image-text-switching.tsx | 0 .../landing/trade-forex/components/_table-btn.tsx | 0 .../src}/pages/landing/trade-forex/index.tsx | 0 .../landing/weekend-trading/components/_hero.tsx | 0 .../weekend-trading/components/_icon-text-row.tsx | 0 .../components/_image-text-switching.tsx | 0 .../weekend-trading/components/_title-btn.tsx | 0 .../src}/pages/landing/weekend-trading/index.tsx | 0 .../src}/pages/livechat/index.tsx | 0 .../src}/pages/markets/basket-indices/index.tsx | 0 .../src}/pages/markets/commodities/index.tsx | 0 .../components/helper/_available-options.tsx | 0 .../components/helper/_available-platforms.tsx | 0 .../markets/components/helper/_available-trades.tsx | 0 .../components/helper/_available-trades_desktop.tsx | 0 .../components/helper/_markets_accordion.tsx | 0 .../pages/markets/components/helper/_symbol.tsx | 0 .../markets/components/markets/_basket-indices.tsx | 0 .../markets/components/markets/_commodities.tsx | 0 .../components/markets/_cryptocurrencies.tsx | 0 .../pages/markets/components/markets/_derived.tsx | 0 .../pages/markets/components/markets/_forex.tsx | 0 .../markets/components/markets/_stock-indices.tsx | 0 .../components/markets/_synthetic-indices.tsx | 0 .../components/sections/_hero_derived_fx.tsx | 0 .../components/sections/_market_instruments.tsx | 0 .../pages/markets/components/sections/_nav-tab.tsx | 0 .../components/sections/_options-nav-tab.tsx | 0 .../markets/components/sections/_other-markets.tsx | 0 .../markets/components/sections/_trade-details.tsx | 0 .../markets/components/sections/_why-trade.tsx | 0 .../components/sub-markets/_accumulators.tsx | 0 .../pages/markets/components/sub-markets/_cfds.tsx | 0 .../components/sub-markets/_digital-options.tsx | 0 .../markets/components/sub-markets/_multipliers.tsx | 0 .../src}/pages/markets/cryptocurrencies/index.tsx | 0 .../src}/pages/markets/derived-fx/index.tsx | 0 .../pages/markets/exchange-traded-funds/index.tsx | 0 .../src}/pages/markets/forex/index.tsx | 0 .../markets/instruments/_accumulators-indices.tsx | 0 .../pages/markets/instruments/_american-indices.tsx | 0 .../pages/markets/instruments/_american-stocks.tsx | 0 .../src}/pages/markets/instruments/_americas.tsx | 0 .../pages/markets/instruments/_asia-oceania.tsx | 0 .../pages/markets/instruments/_asian-indices.tsx | 0 .../markets/instruments/_basket_indices_cfds.tsx | 0 .../instruments/_basket_indices_commodities.tsx | 0 .../markets/instruments/_continuous-indices.tsx | 0 .../instruments/_continuous-indices_options.tsx | 0 .../pages/markets/instruments/_crash-boom-eu.tsx | 0 .../markets/instruments/_crash-boom-multipliers.tsx | 0 .../src}/pages/markets/instruments/_crash-boom.tsx | 0 .../markets/instruments/_cryptocurrencies-cfds.tsx | 0 .../instruments/_cryptocurrencies-multipliers.tsx | 0 .../instruments/_cryptocurrencies-trade-type.tsx | 0 .../markets/instruments/_daily-reset-indices.tsx | 0 .../pages/markets/instruments/_derived-cfds.tsx | 0 .../src}/pages/markets/instruments/_dex-indices.tsx | 0 .../markets/instruments/_drift_switch_indices.tsx | 0 .../pages/markets/instruments/_energy-options.tsx | 0 .../src}/pages/markets/instruments/_energy.tsx | 0 .../src}/pages/markets/instruments/_europe.tsx | 0 .../pages/markets/instruments/_european-indices.tsx | 0 .../pages/markets/instruments/_exotic-pairs.tsx | 0 .../src}/pages/markets/instruments/_index.ts | 0 .../pages/markets/instruments/_jump_indices.tsx | 0 .../src}/pages/markets/instruments/_major-pairs.tsx | 0 .../pages/markets/instruments/_market-symbols.tsx | 0 .../src}/pages/markets/instruments/_markets.tsx | 0 .../pages/markets/instruments/_metals-options.tsx | 0 .../src}/pages/markets/instruments/_metals.tsx | 0 .../src}/pages/markets/instruments/_micro-pairs.tsx | 0 .../markets/instruments/_minor-options-pairs.tsx | 0 .../src}/pages/markets/instruments/_minor-pairs.tsx | 0 .../src}/pages/markets/instruments/_range-break.tsx | 0 .../pages/markets/instruments/_step-indices.tsx | 0 .../src}/pages/markets/instruments/_submarkets.ts | 0 .../pages/markets/instruments/_swap-free-pairs.tsx | 0 .../pages/markets/instruments/_symbols_mapper.tsx | 0 .../markets/instruments/_volatility-indices-eu.tsx | 0 .../markets/instruments/_volatility-indices.tsx | 0 .../pages/markets/static/content/_accumulators.tsx | 0 .../src}/pages/markets/static/content/_basket.tsx | 0 .../src}/pages/markets/static/content/_cfds.tsx | 0 .../pages/markets/static/content/_commodities.tsx | 0 .../markets/static/content/_cryptocurrencies.tsx | 0 .../src}/pages/markets/static/content/_derived.tsx | 0 .../src}/pages/markets/static/content/_details.tsx | 0 .../markets/static/content/_digital-options.tsx | 0 .../src}/pages/markets/static/content/_forex.tsx | 0 .../markets/static/content/_market-symbols.tsx | 0 .../pages/markets/static/content/_multipliers.tsx | 0 .../markets/static/content/_simple_step_content.tsx | 0 .../src}/pages/markets/static/content/_stock.tsx | 0 .../pages/markets/static/content/_synthetic.tsx | 0 .../src}/pages/markets/static/content/_types.ts | 0 .../pages/markets/static/style/_markets-style.tsx | 0 .../src}/pages/markets/static/video/globe.mp4 | Bin .../src}/pages/markets/static/video/globe.webm | Bin .../src}/pages/markets/stock/index.tsx | 0 .../src}/pages/markets/synthetic/index.tsx | 0 .../src}/pages/our-principles/_data.tsx | 0 .../src}/pages/our-principles/index.tsx | 0 .../gatsby-theme-deriv/src}/pages/p2p.tsx | 0 .../src}/pages/partners/_about-deriv.tsx | 0 .../src}/pages/partners/_deriv-numbers.tsx | 0 .../src}/pages/partners/_hero.tsx | 0 .../pages/partners/_partnership-opportunities.tsx | 0 .../src}/pages/partners/_premium_agent.module.scss | 0 .../src}/pages/partners/_why-choose-us.tsx | 0 .../partners/affiliate-ib/_calculated-formula.tsx | 0 .../affiliate-ib/_deriv-affiliate-programme.tsx | 0 .../partners/affiliate-ib/_deriv-ib-programme.tsx | 0 .../pages/partners/affiliate-ib/_dmt5-cards.tsx | 0 .../src}/pages/partners/affiliate-ib/_faq-data.tsx | 0 .../pages/partners/affiliate-ib/_faq-schema.tsx | 0 .../src}/pages/partners/affiliate-ib/_faq.tsx | 0 .../src}/pages/partners/affiliate-ib/_hero.tsx | 0 .../pages/partners/affiliate-ib/_minimum-volume.tsx | 0 .../pages/partners/affiliate-ib/_more-reason.tsx | 0 .../pages/partners/affiliate-ib/_partner-card.tsx | 0 .../pages/partners/affiliate-ib/_partner-cta.tsx | 0 .../src}/pages/partners/affiliate-ib/_style.tsx | 0 .../src}/pages/partners/affiliate-ib/_table.tsx | 0 .../pages/partners/affiliate-ib/_who-can-apply.tsx | 0 .../src}/pages/partners/affiliate-ib/_why-us.tsx | 0 .../cpa-eu-for-row/_calculated-card.tsx | 0 .../affiliate-ib/cpa-eu-for-row/_default-card.tsx | 0 .../partners/affiliate-ib/cpa-eu-for-row/_index.tsx | 0 .../affiliate-ib/cpa-eu/_calculated-card.tsx | 0 .../partners/affiliate-ib/cpa-eu/_default-card.tsx | 0 .../pages/partners/affiliate-ib/cpa-eu/_index.tsx | 0 .../src}/pages/partners/affiliate-ib/index.tsx | 0 .../master-affiliate/_calculated-card.tsx | 0 .../affiliate-ib/master-affiliate/_default-card.tsx | 0 .../affiliate-ib/master-affiliate/_index.tsx | 0 .../affiliate-ib/revenue-share/_calculated-card.tsx | 0 .../affiliate-ib/revenue-share/_default-card.tsx | 0 .../partners/affiliate-ib/revenue-share/_index.tsx | 0 .../affiliate-ib/turnover/_calculated-card.tsx | 0 .../affiliate-ib/turnover/_default-card.tsx | 0 .../pages/partners/affiliate-ib/turnover/_index.tsx | 0 .../src}/pages/partners/deriv-prime/index.tsx | 0 .../src}/pages/partners/index.tsx | 0 .../src}/pages/partners/partner-video.mp4 | Bin .../src}/pages/partners/payment-agent/_faq-data.tsx | 0 .../pages/partners/payment-agent/_faq-schema.ts | 0 .../src}/pages/partners/payment-agent/_faq.tsx | 0 .../pages/partners/payment-agent/_p2p_banner.tsx | 0 .../src}/pages/partners/payment-agent/_pa-hero.tsx | 0 .../payment-agent/_premium_payment_agent.tsx | 0 .../src}/pages/partners/payment-agent/_tap-into.tsx | 0 .../pages/partners/payment-agent/_who-can-apply.tsx | 0 .../pages/partners/payment-agent/_your-control.tsx | 0 .../src}/pages/partners/payment-agent/index.tsx | 0 .../src}/pages/payment-methods/_dp2p.tsx | 0 .../src}/pages/payment-methods/_expanded-list.tsx | 0 .../payment-methods/_mobile-accordian-item.tsx | 0 .../pages/payment-methods/_mobile-expanded-list.tsx | 0 .../src}/pages/payment-methods/_payment-data.tsx | 0 .../src}/pages/payment-methods/index.tsx | 0 .../src}/pages/regulatory/_document_accordion.tsx | 0 .../src}/pages/regulatory/_eu-grid.tsx | 0 .../src}/pages/regulatory/_financial_commission.tsx | 0 .../src}/pages/regulatory/data/_kid_data.tsx | 0 .../src}/pages/regulatory/index.tsx | 0 .../src}/pages/reset-password/index.tsx | 0 .../src}/pages/responsible/_banner.tsx | 0 .../src}/pages/responsible/_securing-account.tsx | 0 .../src}/pages/responsible/_trading-limits.tsx | 0 .../src}/pages/responsible/_trading-responsibly.tsx | 0 .../src}/pages/responsible/index.tsx | 0 .../src}/pages/signup-affiliates/_lazy-loading.ts | 0 .../src}/pages/signup-affiliates/_types.ts | 0 .../components/_account-address.tsx | 0 .../components/_account-details.tsx | 0 .../signup-affiliates/components/_account-plan.tsx | 0 .../signup-affiliates/components/_account-terms.tsx | 0 .../signup-affiliates/components/_account-type.tsx | 0 .../signup-affiliates/components/_signup-form.tsx | 0 .../signup-affiliates/components/_signup-status.tsx | 0 .../pages/signup-affiliates/components/_wizard.tsx | 0 .../components/wizard-component/index.tsx | 0 .../components/wizard-component/stepper.tsx | 0 .../components/wizard-component/wizard-footer.tsx | 0 .../components/wizard-component/wizard-header.tsx | 0 .../src}/pages/signup-affiliates/index.tsx | 0 .../pages/signup-affiliates/utils/_account-card.tsx | 0 .../signup-affiliates/utils/_affiliate-header.tsx | 0 .../signup-affiliates/utils/_affiliate-input.tsx | 0 .../pages/signup-affiliates/utils/_birth-form.tsx | 0 .../pages/signup-affiliates/utils/_birth-picker.tsx | 0 .../src}/pages/signup-affiliates/utils/_utils.tsx | 0 .../validations/_affilaite_validation.tsx | 0 .../src}/pages/signup-success/index.tsx | 0 .../gatsby-theme-deriv/src}/pages/signup/index.tsx | 0 .../pages/terms-and-conditions/_business-grid.tsx | 0 .../pages/terms-and-conditions/_clients-grid.tsx | 0 .../terms-and-conditions/_terms-conditions-style.ts | 0 .../src}/pages/terms-and-conditions/index.tsx | 0 .../accumulators/_accumulators-to-trade.tsx | 0 .../accumulators/_how-accumulators-works.tsx | 0 .../trade-types/accumulators/_markets-available.tsx | 0 .../trade-types/accumulators/_start-trading.tsx | 0 .../accumulators/_what-are-accumulators.tsx | 0 .../src}/pages/trade-types/accumulators/index.tsx | 0 .../pages/trade-types/cfds/_available-markets.tsx | 0 .../pages/trade-types/cfds/_mind-when-trading.tsx | 0 .../src}/pages/trade-types/cfds/_start-trading.tsx | 0 .../trade-types/cfds/_trading-cfd-increases.tsx | 0 .../src}/pages/trade-types/cfds/_what_is_cfd.tsx | 0 .../src}/pages/trade-types/cfds/index.tsx | 0 .../pages/trade-types/components/_learn-more.tsx | 0 .../trade-types/components/_markets-carousel.tsx | 0 .../src}/pages/trade-types/components/_notes.tsx | 0 .../src}/pages/trade-types/components/_style.ts | 0 .../src}/pages/trade-types/components/_tabs.tsx | 0 .../src}/pages/trade-types/components/_timeline.tsx | 0 .../src}/pages/trade-types/content/_multiplier.tsx | 0 .../trade-types/content/static/_accumulator.tsx | 0 .../src}/pages/trade-types/content/static/_cfd.tsx | 0 .../pages/trade-types/content/static/_option.tsx | 0 .../pages/trade-types/margin/_available-markets.tsx | 0 .../pages/trade-types/margin/_why-trade-margin.tsx | 0 .../trade-types/multiplier/_how-options-works.tsx | 0 .../trade-types/multiplier/_markets-available.tsx | 0 .../pages/trade-types/multiplier/_start-trading.tsx | 0 .../trade-types/multiplier/_things-in-mind.tsx | 0 .../trade-types/multiplier/_what-are-options.tsx | 0 .../src}/pages/trade-types/multiplier/index.tsx | 0 .../trade-types/options/_how-options-works.tsx | 0 .../trade-types/options/_markets-available.tsx | 0 .../pages/trade-types/options/_options-to-trade.tsx | 0 .../pages/trade-types/options/_start-trading.tsx | 0 .../pages/trade-types/options/_what-are-options.tsx | 0 .../options/accumulator-options/index.tsx | 0 .../options/digital-options/asians/index.tsx | 0 .../options/digital-options/digits/index.tsx | 0 .../digital-options/high-low-ticks/index.tsx | 0 .../options/digital-options/in-out/index.tsx | 0 .../options/digital-options/lookbacks/index.tsx | 0 .../digital-options/only-ups-only-downs/index.tsx | 0 .../digital-options/reset-call-reset-put/index.tsx | 0 .../digital-options/touch-no-touch/index.tsx | 0 .../options/digital-options/up-and-down/index.tsx | 0 .../src}/pages/trade-types/options/index.tsx | 0 .../trade-types/options/turbo-options/index.tsx | 0 .../trade-types/options/vanilla-options/index.tsx | 0 .../src}/pages/trader-tools/_trading-tools.tsx | 0 .../src}/pages/trader-tools/common/_formik-types.ts | 0 .../src}/pages/trader-tools/common/_style.ts | 0 .../pages/trader-tools/common/_underlying-data.tsx | 0 .../src}/pages/trader-tools/common/_utility.tsx | 0 .../src}/pages/trader-tools/common/_validation.tsx | 0 .../src}/pages/trader-tools/index.tsx | 0 .../margin-calculator/_margin-calculator.tsx | 0 .../pages/trader-tools/margin-calculator/index.tsx | 0 .../trader-tools/pip-calculator/_example-pip.tsx | 0 .../trader-tools/pip-calculator/_pip-calculator.tsx | 0 .../pages/trader-tools/pip-calculator/index.tsx | 0 .../pnl-for-margin/_example-pnl-margin.tsx | 0 .../pnl-for-margin/_pnl-margin-calculator.tsx | 0 .../pages/trader-tools/pnl-for-margin/index.tsx | 0 .../_example-pnl-multipliers.tsx | 0 .../_pnl_multipliers_calculator.tsx | 0 .../trader-tools/pnl-for-multipliers/index.tsx | 0 .../trader-tools/swap-calculator/_example-calc.tsx | 0 .../swap-calculator/_swap-calculator.tsx | 0 .../pages/trader-tools/swap-calculator/index.tsx | 0 .../src}/pages/trading-specification/_types.ts | 0 .../_use-trading-spec-columns.tsx | 0 .../components/_available-platform.tsx | 0 .../components/_calculationCard.tsx | 0 .../trading-specification/components/_constants.ts | 0 .../trading-specification/components/_elements.tsx | 0 .../components/_howItsCalculated.tsx | 0 .../components/_popup_menu.tsx | 0 .../components/_trading_spec_table.tsx | 0 .../data/_commodities_specification.ts | 0 .../data/_crypto_specification.ts | 0 .../data/_derived_specification.ts | 0 .../data/_etfs_specification.ts | 0 .../data/_forex_specification.ts | 0 .../data/_stocks_specification.ts | 0 .../src}/pages/trading-specification/index.tsx | 0 .../src}/pages/unsubscribe/index.tsx | 0 .../src}/pages/who-we-are/_AboutUsBanner.tsx | 0 .../src}/pages/who-we-are/_DerivNumbers.tsx | 0 .../src}/pages/who-we-are/_MakeTrading.tsx | 0 .../src}/pages/who-we-are/_OurLeadership.tsx | 0 .../src}/pages/who-we-are/_OurOffices.tsx | 0 .../src}/pages/who-we-are/_OurPrinciples.tsx | 0 .../src}/pages/who-we-are/_OurValues.tsx | 0 .../src}/pages/who-we-are/_lazy-load.ts | 0 .../src}/pages/who-we-are/_types.ts | 0 .../src}/pages/who-we-are/carousel/_Carousel.tsx | 0 .../pages/who-we-are/carousel/_ImageMarquee.tsx | 0 .../src}/pages/who-we-are/components/_hero.tsx | 0 .../src}/pages/who-we-are/components/_map-pin.tsx | 0 .../src}/pages/who-we-are/components/_modal.tsx | 0 .../src}/pages/who-we-are/index.tsx | 0 .../pages/why-choose-us/_africa-forex-award.tsx | 0 .../src}/pages/why-choose-us/_icon-grid.tsx | 0 .../src}/pages/why-choose-us/_latam-forex-award.tsx | 0 .../src}/pages/why-choose-us/index.tsx | 0 .../src}/store/breakpoints-context.tsx | 0 .../src}/store/global-provider.tsx | 0 .../gatsby-theme-deriv/src}/store/popup-context.tsx | 0 .../src}/store/region-context.tsx | 0 .../src}/store/website-status-context.tsx | 0 {src => themes/gatsby-theme-deriv/src}/styled.d.ts | 0 .../gatsby-theme-deriv/src}/themes/device.ts | 0 .../gatsby-theme-deriv/src}/themes/function.ts | 0 .../gatsby-theme-deriv/src}/themes/global-style.ts | 0 .../gatsby-theme-deriv/src}/themes/media.ts | 0 .../src}/themes/plugin/border-radius.ts | 0 .../gatsby-theme-deriv/src}/themes/plugin/index.ts | 0 .../gatsby-theme-deriv/src}/themes/plugin/margin.ts | 0 .../src}/themes/plugin/padding.ts | 0 .../gatsby-theme-deriv/src}/themes/reset.ts | 0 .../src}/themes/theme.breakpoints.ts | 0 .../gatsby-theme-deriv/src}/themes/theme.types.ts | 0 .../gatsby-theme-deriv/src}/themes/variables.ts | 0 .../gatsby-theme-deriv/src}/translations/ach.json | 0 .../gatsby-theme-deriv/src}/translations/ar.json | 0 .../gatsby-theme-deriv/src}/translations/bn.json | 0 .../gatsby-theme-deriv/src}/translations/de.json | 0 .../gatsby-theme-deriv/src}/translations/en.json | 0 .../gatsby-theme-deriv/src}/translations/es.json | 0 .../gatsby-theme-deriv/src}/translations/fr.json | 0 .../gatsby-theme-deriv/src}/translations/id.json | 0 .../gatsby-theme-deriv/src}/translations/it.json | 0 .../gatsby-theme-deriv/src}/translations/ko.json | 0 .../gatsby-theme-deriv/src}/translations/pl.json | 0 .../gatsby-theme-deriv/src}/translations/pt.json | 0 .../gatsby-theme-deriv/src}/translations/ru.json | 0 .../gatsby-theme-deriv/src}/translations/si.json | 0 .../gatsby-theme-deriv/src}/translations/sw.json | 0 .../gatsby-theme-deriv/src}/translations/th.json | 0 .../gatsby-theme-deriv/src}/translations/tr.json | 0 .../gatsby-theme-deriv/src}/translations/vi.json | 0 .../gatsby-theme-deriv/src}/translations/zh_cn.json | 0 .../gatsby-theme-deriv/src}/translations/zh_tw.json | 0 .../gatsby-theme-deriv/src}/types/generics.ts | 0 .../gatsby-theme-deriv/src}/types/graphql.types.ts | 0 .../gatsby-theme-deriv/src}/types/utils.d.ts | 0 3013 files changed, 0 insertions(+), 0 deletions(-) rename {src => themes/gatsby-theme-deriv/src}/common/constants.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/common/cookies.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/common/country-base.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/common/live-chat-redirection-checking.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/common/login.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/common/os-detect.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/common/storage.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/common/url-base64-functions.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/common/utility.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/common/validation.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/common/websocket/api.calls.types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/common/websocket/config.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/common/websocket/index.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/common/websocket/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/containers/box.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/containers/container.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/containers/css-grid.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/containers/flex-grid-container.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/containers/flex.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/containers/grid-container.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/containers/index.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/containers/number-section.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/containers/section-container.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/containers/seo.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/containers/show.js (100%) rename {src => themes/gatsby-theme-deriv/src}/components/containers/show.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/containers/small-container.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/containers/visibility.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/containers/wrapper.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_agreement-label.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_banner-alert.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_box-styled-flex.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_box-styled-grid.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_button.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_dbanner.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_dhero-2.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_dhero-dmt5.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_dhero.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_dnumbers.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_dtrading.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_eu-redirect-modal.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_hero-shape.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_multi-width-column-download.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_signup-default.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_signup-flat.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_signup-new.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_signup-public.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_simple-steps.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/_stepper_view.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/carousel/_learn-more.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/carousel/_markets-carousel.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/carousel/_platforms-carousel.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/other-platforms.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/signup.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/custom/utils.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/accordion.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/auto-carousel.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/background-image-wrapper.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/card.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/carousel/carousel-style.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/carousel/carousel.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/carousel/index.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/checkbox.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/common-header-section.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/default-tab.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/divider.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/dot-loader.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/dropdown-search.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/dropdown.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/full-width-multicolumn.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/image-with-direction.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/index.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/link.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/lists.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/livechat-link-text.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/localized-link-text.js (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/market-tab/_styles.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/market-tab/_types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/market-tab/_utils.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/market-tab/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/modal.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/multi-width-column.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/off-canvas-menu-career.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/off-canvas-menu.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/pagination.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/query-image.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/roadmap.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/stepper-view.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/symbols-shortcode.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/symbols.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/timeline.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/elements/typography.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/form/button.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/form/index.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/form/input.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/form/link-button.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/graphql/image-fragments.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-active-link-state.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-auth-check.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-breakpoints.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-browser-resize.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-client-information.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-cookie-banner.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-cookie-state.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-debounced-effect.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-dropdown.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-dynamic-visible-content.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-gtm-data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-handle-lazy-load.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-handle-login.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-handle-signup.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-isrtl.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-lang-direction.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-lazy-video.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-livechat.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-localstorage-state.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-media-query.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-open-live-chat-redirection.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-outside-click.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-page-loaded.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-platform-query-param.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-popup.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-pricing-feed.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-recursive-timeout.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-region.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-screen-size.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-scroll.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-social-media-url.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-tab-state-query.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-tab-state.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-user-browser.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-visible-content.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-website-status.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/use-window-size.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/useSubscription.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/hooks/useWS.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/layout/floating-action-button.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/layout/index.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/layout/layout-overlay.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/layout/layout.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/layout/livechat.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/layout/location-context.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/layout/whatsapp.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/localization/config.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/localization/flags.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/components/localization/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/localization/language-dropdown.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/localization/language-switcher.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/localization/locale-context.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/localization/localize.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/localization/localized-link.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/localization/withIntl.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/stories/button.stories.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/components/stories/typography.stories.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/custom.d.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/accordion/accordion-item/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/accordion/accordion-root/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/accordion/accordion-shadow-item/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/accordion/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/alert/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/box/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/button/base/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/button/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/button/primary/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/button/secondary/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/button/tab/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/card/card-basic/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/card/card-primary/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/card/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/card/type.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/container/fixed/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/container/fluid/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/container/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/flex-box/box/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/flex-box/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/flex-box/item/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/icon/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/image/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/input/checkbox/__tests__/index.spec.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/input/checkbox/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/input/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/input/text/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/label/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/link-button/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/link-button/primary/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/link-button/secondary/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/link/external.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/link/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/link/internal.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/loading/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/loading/loading.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/tab/base/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/tab/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/tab/tab-content/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/tab/tab-content/tab-content.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/tab/tab-menu-item/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/tab/tab-switcher/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/tab/tab-switcher/tab-switcher.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/tab/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/table/base/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/table/base/table-header.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/table/base/table-row.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/table/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/table/shadow-table/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/table/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/typography/base/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/typography/heading/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/typography/hero/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/typography/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/typography/link/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/atoms/typography/paragraph/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/browser-update-alert/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/instruments-table/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/instruments-table/instrumental-table.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/instruments-table/single-item-instruments/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/instruments-table/single-item-instruments/symbol-text/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/instruments-table/types.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/language-switcher/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/language-switcher/language-switcher.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/language-switcher/useLangSwitcher.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/layout-overlay/cfd-warning-banner/cfd-warning-banner.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/layout-overlay/cfd-warning-banner/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/layout-overlay/cookie-banner/cookie-banner.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/layout-overlay/cookie-banner/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/layout-overlay/floating-button/floating-button.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/layout-overlay/floating-button/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/layout-overlay/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/layout-overlay/layout-overlay.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/layout-overlay/live-chat-button/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/layout-overlay/whats-app-button/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/mobile-menu-toggle/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/mobile-menu-toggle/menu-toggle.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/nav-card/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/nav-card/nav-card.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/number-box/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/other-markets-slider/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/other-markets-slider/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/other-markets-slider/other-markets-slider.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/protected-route/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/shadow-box/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/shadow-box/style.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/slide-show/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/slide-show/slide-show.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/tab-stepper/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/timeline-item/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/timeline-item/style.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/trade-item/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/molecules/trade-item/style.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/available-markets-platforms/available-list.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/available-markets-platforms/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/available-markets-platforms/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/available-markets-platforms/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/available-options/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/available-options/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/available-options/tab-items.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/markets/greyed-container/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/markets/greyed-container/trade-benefit-wrapper.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/markets/greyed-container/trade-benefits.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/markets/greyed-container/types.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/markets/market-banner/banner-text.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/markets/market-banner/market-wrapper.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/markets/market-banner/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/markets/market-banner/types.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/markets/markets-trade-steps/trade-steps-wrapper.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/markets/markets-trade-steps/trade-steps.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/markets/markets-trade-steps/types.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/markets/trade-tab/trades-available-wrapper.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/markets/trade-tab/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/navigation/nav-card-items/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/navigation/nav-sections-container/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/navigation/nav-sections-container/render-section-items.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/navigation/nav-sections-container/section-column.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/options-top-tab/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/options-top-tab/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/roadmap/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/roadmap/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/what-are-digital-options/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/organisms/what-are-digital-options/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/quill/alert/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/quill/shared-link/external.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/quill/shared-link/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/banners/award-banners/award-banner-eu/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/banners/award-banners/award-banner.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/banners/award-banners/awardProps.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/banners/award-banners/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/banners/award-banners/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/banners/blade-shape-banner/blade-shape-banner.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/banners/blade-shape-banner/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/banners/blade-shape-banner/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/banners/deriv-products-hero/deriv-products-hero.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/banners/deriv-products-hero/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/banners/deriv-products-hero/products-banner-image.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/banners/deriv-products-hero/products-heading.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/banners/deriv-products-hero/products-logo-and-text.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/banners/deriv-products-hero/products-signup.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/banners/deriv-products-hero/products-start-buttons.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/banners/deriv-products-hero/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/ctrader/ctrader-wrapper.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/ctrader/ctrader-wrapper.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/digital-options-layout/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/digital-options-layout/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/footer/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/footer/deriv-go-banner.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/footer/description.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/footer/download.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/footer/iip-award.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/footer/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/help-centre/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/help-centre/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/hero-banners/p2p/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/hero-banners/p2p/p2p-hero.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/hero-banners/product/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/hero-banners/product/product-hero.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/hero-banners/trade/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/hero-banners/trade/trade-hero.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/layout/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/layout/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/layout/style.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/affiliates-nav/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/affiliates-nav/nav.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/bug-bounty-nav/bug-bounty-nav.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/bug-bounty-nav/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/career-nav/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/career-nav/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/main-nav/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/main-nav/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/main-nav/nav.buttons.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/main-nav/nav.logo.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/partners-nav/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/partners-nav/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/partners-nav/nav.buttons.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/partners-nav/prime-nav.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/partners-nav/top-navigation.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/static-nav/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/static-nav/static-nav.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/tab-nav-without-border/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/tab-nav-without-border/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/tab-nav-without-border/types.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/template/desktop-menu/desktop.items.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/template/desktop-menu/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/template/desktop-menu/styles.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/template/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/template/market-bottom-nav/bottom-nav.item.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/template/market-bottom-nav/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/template/market-bottom-nav/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/template/market-bottom-nav/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/template/market-bottom-nav/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/template/mobile-menu/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/template/mobile-menu/mobile-menu.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/template/mobile-menu/mobile.items.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/template/nav-context/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/template/nav-drop-items/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/template/nav-single-item/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/template/nav.template.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/template/top-nav/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/navigation/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/options-content/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/options-content/option-content.item.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/options-content/section-content-option.item.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/options-content/single-content-option.item.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/options-content/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/options-content/type.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/options-faq/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/options-faq/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/options-layout/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/options-layout/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/signup/with-banner/banner/banner.styles.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/signup/with-banner/banner/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/signup/with-banner/form/form.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/signup/with-banner/form/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/signup/with-banner/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/signup/with-banner/social/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/signup/with-banner/social/social.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/signup/with-banner/with_banner.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/start-trading/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/start-trading/style.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/tabs/menu/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/tabs/navigation-menu/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/tabs/navigation-menu/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/tabs/stepper/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/trade-platform/app-banner/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/trade-platform/how-to-start/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/trade-platform/numbers/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/trade-platform/other-platforms/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/trade-platform/other-platforms/platform-card/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/trade-platform/other-platforms/platform-card/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/trade-platform/other-platforms/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/trade-platform/other-platforms/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/trade-platform/trade-description/description.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/trade-platform/trade-description/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/trade-platform/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/trade-platform/what-have/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/trade-platform/what-have/what-have.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/trade-platform/why-trade/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/trade-platform/why-trade/why-trade.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/why-trade-options/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/components/templates/why-trade-options/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/contexts/ppc-campaign/ppc.context.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/contexts/ppc-campaign/ppc.provider.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/hooks/ab-testing/use-partners-signup-link/index.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/hooks/use-contact-form/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/hooks/use-ctrader-credentials-form/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/hooks/use-ctrader-email-form/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/hooks/use-deriv-auth/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/hooks/use-external-link/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/hooks/use-internal-link/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/hooks/use-link-url/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/hooks/use-ppc/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/hooks/use-residence-list/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/hooks/use-scroll-to-active-tab/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/hooks/use-scroll-to-element/index.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/hooks/use-signup-form/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/hooks/use-states-list/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/404/content/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/404/content/not-found.container.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/404/content/not-found.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/404/content/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/404/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/check-email/check-email.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/check-email/check-email.steps.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/check-email/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/ctrader-check-email/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/ctrader-login/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/ctrader-login/login-success.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/ctrader-manage/add-account.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/ctrader-manage/add-more-accounts.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/ctrader-manage/cashier.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/ctrader-manage/change-password.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/ctrader-manage/close-account.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/ctrader-manage/ctrader-manage-data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/ctrader-manage/ctrader-manage.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/ctrader-signup/ctrader-credentials-form.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/ctrader-signup/ctrader-email-form.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/ctrader-signup/ctrader-form.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/ctrader-signup/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/ctrader-signup/signup-credentials.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/ctrader-signup/signup-success.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/browse-our-faq/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/browse-our-faq/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/copy-trading/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/copy-trading/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/copy-trading/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/get-trading/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/hero-banner/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/hero-banner/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/how-to-start/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/how-to-start/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/other-platforms/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/other-platforms/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/platform-banner/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/platform-banner/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/platform-features/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/platform-features/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/trade-description/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/trade-description/description.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/trade-description/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/trade-numbers/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/trade-numbers/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/why-trade/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/deriv-ctrader/why-trade/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/client-testimonial/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/client-testimonial/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/client-testimonial/slider/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/client-testimonial/slider/styles.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/client-testimonial/trustpiolot-container/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/client-testimonial/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/go-banner/go-text-box.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/go-banner/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/go-banner/qr-code.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/go-banner/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/hero/content/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/hero/content/hero-content.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/hero/content/hero-cta.button.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/hero/content/hero-features.carousel.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/hero/content/hero-header.items.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/hero/content/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/hero/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/hero/slider/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/hero/slider/slider-wrapper.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/hero/slider/slider.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/live-pricing/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/live-pricing/live-pricing-section.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/live-pricing/market-tabs/market-tab.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/live-pricing/market-tabs/tab-style.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/live-pricing/market-tabs/utils.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/live-pricing/table-component/live-market-table.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/live-pricing/table-component/live-pricing.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/live-pricing/table-component/symbol-icon.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/live-pricing/types.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/live-pricing/use-live-columns.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/markets/bottom-text/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/markets/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/markets/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/markets/market-item/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/markets/market-item/market-item.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/markets/market-slider/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/markets/market-slider/market-slide.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/markets/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/our-platforms/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/our-platforms/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/our-platforms/sliders/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/our-platforms/sliders/platform-images/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/our-platforms/sliders/platform-images/platform-image.item.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/our-platforms/sliders/platform-images/platform-images.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/our-platforms/sliders/platform-main/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/our-platforms/sliders/platform-main/main-slider.item.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/our-platforms/sliders/platform-main/platforms-main.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/our-platforms/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/p2p-banner/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/p2p-banner/p2p-description/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/p2p-banner/p2p-description/qr-code.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/p2p-banner/p2p-description/text-box.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/p2p-banner/p2p-image/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/p2p-banner/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/trade-types/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/trade-types/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/trade-types/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/trade-types/trade-type.item.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/home/trade-types/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/markets/etf/banner/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/markets/etf/banner/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/markets/etf/check-trading/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/markets/etf/check-trading/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/markets/etf/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/markets/etf/instrumental-content/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/markets/etf/instrumental-content/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/markets/etf/instrumental-content/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/markets/etf/instrumental-content/types.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/markets/etf/instruments/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/markets/etf/instruments/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/markets/etf/instruments/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/markets/etf/steps/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/markets/etf/steps/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/markets/etf/trades-available/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/markets/etf/trades-available/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/markets/etf/why-trade/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/markets/etf/why-trade/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/accumulator/_faq-schema.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/accumulator/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/accumulator/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/asians/_faq-schema.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/asians/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/asians/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/digits/_faq-schema.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/digits/constant.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/digits/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/digits/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/high-low/_faq-schema.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/high-low/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/high-low/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/in-out/_faq-schema.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/in-out/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/in-out/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/lookbacks/_faq-schema.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/lookbacks/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/lookbacks/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/only-ups-only-downs/_faq-schema.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/only-ups-only-downs/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/only-ups-only-downs/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/reset-call/_faq-schema.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/reset-call/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/reset-call/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/touch-no-touch/_faq-schema.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/touch-no-touch/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/touch-no-touch/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/up-down/_faq-schema.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/up-down/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/digital/up-down/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/turbo/_faq-schema.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/turbo/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/turbo/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/turbo/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/vanilla/_faq-schema.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/vanilla/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/vanilla/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/options/vanilla/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/_data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/availability/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/availability/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/availability/platform.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/availability/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/availability/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/dp2p/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/dp2p/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/dp2p/item.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/dp2p/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/dp2p/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/dp2p/video.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/hero/banner.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/hero/content.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/hero/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/hero/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/hero/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/numbers/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/numbers/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/steps/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/steps/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/steps/item.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/steps/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/p2p/steps/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/available-instruments/_data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/available-instruments/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/browse-our-faq/_faq-schema.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/browse-our-faq/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/browse-our-faq/deriv-prime-faq.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/browse-our-faq/faq-commercial-plan.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/browse-our-faq/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/browse-our-faq/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/browse-our-faq/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/commercial-plan/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/commercial-plan/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/commercial-plan/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/connectivity-reliability/connectivity-reliability-item.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/connectivity-reliability/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/connectivity-reliability/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/connectivity-reliability/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/connectivity-reliability/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/get-in-touch/contact-form.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/get-in-touch/get-in-touch.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/get-in-touch/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/get-in-touch/text-banner.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/hero/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/hero/styles.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/meet-us-there/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/meet-us-there/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/meet-us-there/meet-us-there.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/meet-us-there/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/numbers/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/numbers/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/potential/data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/potential/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/potential/potential.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/why-deriv-prime/data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/why-deriv-prime/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/why-deriv-prime/types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/partners/deriv-prime/why-deriv-prime/why-deriv-prime.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/signup-success/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/signup-success/signup-success.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/signup/form-container/form-social-buttons.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/signup/form-container/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/signup/form-container/signup-page-form.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/signup/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/signup/signup.content.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/features/pages/signup/signup.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/app.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/postcss-plugin/class-name-collector.js (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/postcss-plugin/plugin.js (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/reset.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/accordion/styles.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/alert.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/breakpoints.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/buttons.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/card.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/colors.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/containers.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/flex.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/icon.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/image.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/inputs/checkbox.styles.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/inputs/text.styles.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/radius.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/spacing.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/table.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/tabs.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/theme-mixins.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/typography.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/utility.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/variables.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/theme/visibility.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/features/styles/utils/index.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/types/faq-schema.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/types/index.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/features/utils/dclsx.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/global.d.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/deriv_x_commodities.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/deriv_x_crypto.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/deriv_x_five.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/deriv_x_forex.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/deriv_x_four.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/deriv_x_indices.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/deriv_x_one.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/deriv_x_step.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/deriv_x_stocks.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/deriv_x_three.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/deriv_x_two.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/deriv_x_vol.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/derived_crash.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/derived_jump.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/derived_step.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/derived_volatility.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/dmt5-financial-calculator-one.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/dmt5-financial-calculator-three.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/dmt5-financial-calculator-two.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/dmt5-financial-stp-calculator-one.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/dmt5-synthetic-calculator.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/dx_dex_indices.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/fin_crypto.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/fin_forex.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/fin_metal.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/fin_oil.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/fin_stock.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/mt5_crypto.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/mt5_forex.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/mt5_metal.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/mt5_oil.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/mt5_step.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/mt5_stock_indices.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/mt5_stocks.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/mt5_volatility.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/stp_crypto.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate-and-ib/stp_forex.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate/daily-ib-commission-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate/daily-ib-commission.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate/map.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate/marketing-material.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate/multiple-income-opportunities.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/affiliate/partners-banner.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/awards/best-forex-spreads.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/awards/broker-of-the-year.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/awards/gptw.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/awards/investors.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/awards/most-trusted.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/back-end-bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/back-end-desc.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/back-end-review-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/back-end-review.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/business-excellence-bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/business-excellence-desc.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/business-excellence-review-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/business-excellence-review.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/business-intelligence-bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/business-intelligence-desc.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/business-intelligence-review-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/business-intelligence-review.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/compliance-bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/compliance-desc.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/compliance-review-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/compliance-review.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/cs-bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/cs-desc.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/cs-review-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/cs-review.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/fe-review-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/fe-review.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/finance-bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/finance-desc.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/finance-review-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/finance-review.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/front-end-bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/front-end-desc.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/human-resources-bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/human-resources-desc.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/human-resources-review-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/human-resources-review.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/internal-audit-bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/internal-audit-desc.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/internal-audit-review-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/internal-audit-review.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/marketing-bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/marketing-desc.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/marketing-review-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/marketing-review.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/payments-bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/payments-desc.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/payments-review-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/payments-review.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/pm-bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/pm-desc.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/pm-review-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/pm-review.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/product-bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/product-desc.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/product-review-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/product-review.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/security-bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/security-desc.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/security-review-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/security-review.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/software-testing-bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/software-testing-desc.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/software-testing-review-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/software-testing-review.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/trading-operations-bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/trading-operations-desc.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/trading-operations-review-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers-2/trading-operations-review.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/Back-end-Development.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/Business-Excellence.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/Business-Intelligence.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/Customer-Support.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/Cyber-Security-IT.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/Finance-Accounts.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/Front-end-Development.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/Human-Resources.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/Internal-Audit.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/Legal-Compliance.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/Marketing-Global-Partnerships.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/Payment-Solutions-Integration.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/Product-Design-UX.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/Project-Management.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/Software-Testing.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/Trading-Operations.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/aditya.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/ahmad.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/asuncion.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/asuncion_great_place_to_work_badge.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/asuncion_grid_1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/asuncion_grid_2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/asuncion_grid_3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/asuncion_grid_4.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/berlin.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/bvi_grid_3.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/career-landing-screen.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/ciudad.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/ciudad_great_place_to_work_badge.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/cyberjaya.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/cyberjaya_grid_1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/cyberjaya_grid_2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/cyberjaya_grid_3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/cyberjaya_grid_4.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/cyprus.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/cyprus_great_place_to_work_badge.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/cyprus_grid_1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/cyprus_grid_2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/cyprus_grid_3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/cyprus_grid_4.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/dubai.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/dubai_great_place_to_work_badge.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/dubai_grid_1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/dubai_grid_2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/dubai_grid_3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/dubai_grid_4.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/fitness-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/fitness.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/games-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/games.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/gary.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/georgetown.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/guernsey.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/guernsey_grid_1.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/guernsey_grid_2.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/guernsey_grid_3.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/guernsey_grid_4.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/gym-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/gym.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/hongkong.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/ipoh.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/ipoh_grid_1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/ipoh_grid_2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/ipoh_grid_3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/ipoh_grid_4.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/jordan.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/jordan_great_place_to_work_badge.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/jordan_grid_3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/labuan.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/labuan_grid_1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/labuan_grid_2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/labuan_grid_3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/labuan_grid_4.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_asuncion.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_berlin.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_ciudad.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_cyberjaya.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_cyprus.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_dubai.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_georgetown.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_guernsey.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_hongkong.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_ipoh.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_jordan.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_labuan.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_malta.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_melaka.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_minsk.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_paris.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_reading.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_roadtown.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_rwanda.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_singapore.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/living_in_vanuatu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/malaysia_great_place_to_work_badge.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/malta.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/malta_great_place_to_work_badge.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/malta_grid_1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/malta_grid_2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/malta_grid_3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/malta_grid_4.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/maps/map-cyberjaya.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/maps/map-cyprus.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/maps/map-dubai.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/maps/map-ipoh.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/maps/map-labuan.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/maps/map-malta.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/maps/map-melaka.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/maps/map-paraguay.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/mei_theng.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/melaka.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/melaka_grid_1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/melaka_grid_2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/melaka_grid_3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/melaka_grid_4.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/minsk.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/minsk_great_place_to_work_badge.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/paris.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/paris_great_place_to_work_badge.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/paris_grid_1.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/paris_grid_2.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/paris_grid_3.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/paris_grid_4.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/people-eating.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/presentation-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/presentation.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/reading.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/reading_great_place_to_work_badge.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/reading_grid_3.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/roadtown.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/rwanda.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/rwanda_great_place_to_work_badge.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/rwanda_grid_1.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/rwanda_grid_2.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/rwanda_grid_3.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/rwanda_grid_4.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/singapore.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/singapore_grid_3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/table-tennis-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/table-tennis.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/team-focus.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/teambuilding-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/teambuilding.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_asuncion.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_berlin.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_ciudad.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_cyberjaya.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_cyprus.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_dubai.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_georgetown.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_guernsey.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_hongkong.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_ipoh.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_jordan.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_labuan.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_malta.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_melaka.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_minsk.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_paris.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_reading.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_roadtown.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_rwanda.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_singapore.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/thumbnail_vanuatu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/vanuatu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/careers/vanuatu_grid_3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/check_icon.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/choose-us/africa_award.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/choose-us/award_bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/choose-us/award_bg_mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/choose-us/latam_award.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/community.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ctrader/add-account-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ctrader/add-account.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ctrader/add-more-accounts.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ctrader/ctrader-and-deriv-success.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ctrader/ctrader-desktop-app.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ctrader/ctrader-get.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ctrader/ctrader-success.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ctrader/ctrader-trade.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ctrader/ctrader-transfer-menu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ctrader/ctrader-withdrawal.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ctrader/derivCtraderQR.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ctrader/traders-hub-demo.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ctrader/traders-hub-real.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dbot-video/dbot-step1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dbot-video/dbot-step2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dbot-video/dbot-step3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dbot-video/dbot-step4.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dbot-video/dbot-step5.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dbot/dbot-banner.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dbot/dbot-build-strategy.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dbot/dbot-get-integrated-help.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dbot/dbot-maximise-profits.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dbot/dbot-save-your-strategies.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dbot/dbot-strategy.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dbot/dbot-track-your-performance.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dbot/step_image_1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dbot/step_image_2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dbot/step_image_3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dbot/step_image_4.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dbot/step_image_5.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-ez/hero-image.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-ez/hero-phone-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-ez/hero-phone.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-ez/indicator.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-ez/instant-platform.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-ez/on-go-trading.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-ez/step-1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-ez/step-2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-ez/step-3-demo.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-ez/step-3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-ez/step-4.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-ez/step-5.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-ez/step-6.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-go/app-store.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-go/banner.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-go/banner_image.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-go/banner_image_tablet.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-go/better-risk.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-go/create-account.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-go/deriv-go-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-go/forex.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-go/fund-account.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-go/get-trading.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-go/google-play.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-go/huawei-app.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-go/multiply-profit.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-go/synthetic-indices.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-go/web-browser.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-prime/forex_expo_dubai.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-prime/hero-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-prime/ifx_expo_dubai.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-prime/ifx_expo_latam.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-prime/index.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/banner_image_derivx.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/banner_image_derivx_mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/bespoke.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/demo-1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/demo-2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/demo-3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/deriv-x-qr.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/derivx-footer-qr.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/derivxQR.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/feature-rich.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/hero-laptop-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/hero-laptop.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/intuitive.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/margin.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/mobile-1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/mobile-demo-2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/mobile-real-1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/mobile-real-2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/mobile-real-3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/mobile-start-trading.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/real-2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/real-3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/deriv-x/real-4.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5-signals/dmt5-signals-patterns.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5-signals/dmt5_renew.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5-signals/dmt5_signals.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5-signals/dmt5_statistics.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5-signals/provider-step1-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5-signals/provider-step1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5-signals/provider-step2-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5-signals/provider-step2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5-signals/provider-step3-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5-signals/provider-step3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5-signals/subscriber-step1-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5-signals/subscriber-step1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5-signals/subscriber-step2-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5-signals/subscriber-step2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5-signals/subscriber-step3-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5-signals/subscriber-step3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5-video/dmt-5-step-1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5-video/dmt-5-step-2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5-video/dmt-5-step-3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/banner_image_eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/banner_image_row.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt-5-ipad-iphone.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt-5-mac.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-banner.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-demo-step1-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-demo-step1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-demo-step2-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-demo-step2-mobile-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-demo-step2-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-demo-step2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-demo-step3-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-demo-step3-mobile-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-demo-step3-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-demo-step3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-margin-calculator-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-margin-calculator.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-real-step1-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-real-step1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-real-step2-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-real-step2-mobile-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-real-step2-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-real-step2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-real-step3-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-real-step3-mobile-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-real-step3-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-real-step3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-real-step4-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-real-step4-mobile-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-real-step4-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-real-step4.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-step1-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-swap-calculator-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/dmt5-swap-calculator.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/eu-dmt5-margin-calculator-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/eu-dmt5-margin-calculator.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/eu-dmt5-swap-calculator-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dmt5/eu-dmt5-swap-calculator.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dp2p_platform.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dtrader/dtrader.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dtrader/getAppMobileBG.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dtrader/hero-image-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dtrader/hero-image.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dtrader/how-you-want.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dtrader/how-you-want_eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dtrader/make-smarter.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dtrader/step_image_1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dtrader/step_image_1_eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dtrader/step_image_2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dtrader/step_image_2_eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dtrader/step_image_3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dtrader/step_image_3_eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dtrader/trade-what-you-want-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/dtrader/trade-what-you-want.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ebooks/check-icon.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ebooks/crypto-hero-es.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ebooks/crypto-hero-fr.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ebooks/crypto-hero-pt.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ebooks/crypto-hero.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ebooks/crypto-inside-es.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ebooks/crypto-inside-fr.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ebooks/crypto-inside-pt.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ebooks/crypto-inside.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ebooks/forex-ebook-en.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ebooks/forex-ebook-es.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ebooks/forex-ebook-inside-en.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ebooks/forex-ebook-inside-es.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ebooks/introduction-forex-ebook.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ebooks/stocks-ebook-inside.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/ebooks/stocks-ebook.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/getAppMobileBG.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/gray-angle.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/dbot-are-you-sure.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/dbot-block-menu-search-bar.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/dbot-block-menu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/dbot-clear-stat.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/dbot-losses.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/dbot-variables.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/derivez-demo-account.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/derivez-get-button.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/derivez-real-account.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/derivez-trade-button.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/derivez-trade.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/derivez-transfer-button.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/fake-url.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/help-center-telegram-one.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/help-center-telegram-two.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/identify-phishing-email.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/p2p-advertise-page.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/p2p-counterparties.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/p2p-find-currency.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/p2p-get-account.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/p2p-login.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/p2p-myads-inactive.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/p2p-myads.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/p2p-new-ad.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/p2p-post-ad.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/p2p-real-account.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/p2p-use-floating.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/purchase-condition.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help-centre/restart-trading.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/help.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/dbot_trade_home.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/deriv-go-banner.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/deriv-go-qr.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/deriv_p2p.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/dmt5_trade_home.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/dtrader_trade_home.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/eu_hero_person_5.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/hero_1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/hero_2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/hero_3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/hero_4.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/hero_bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/hero_platform1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/hero_platform1_eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/hero_platform2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/hero_platform2_eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/hero_platform3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/hero_platform4.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/market_commodities.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/market_crypto.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/market_derived.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/market_derived_eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/market_forex.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/market_stocks_indices.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/rebranding/p2p_banner_qr_code.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/rebranding/p2p_home_banner.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/rebranding/p2p_home_banner_rtl.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/rebranding/p2p_mobile_banner.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/rebranding/platform_binary_bot.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/rebranding/platform_deriv_bot.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/rebranding/platform_deriv_ctrader.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/rebranding/platform_deriv_ez.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/rebranding/platform_deriv_go.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/rebranding/platform_deriv_trader.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/rebranding/platform_deriv_trader_eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/rebranding/platform_derivx.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/rebranding/platform_mt5.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/rebranding/platform_mt5_eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/home/rebranding/platform_smart_trader.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/landing/crypto1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/landing/crypto2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/landing/dmt5-acc.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/landing/dmt5-login.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/landing/login.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/landing/trade-fx-m.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/landing/trade-fx.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/landing/weekend-m.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/landing/weekend.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/logo.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/margin-calculator.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/markets/ETF.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/markets/commodities.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/markets/cryptocurrencies.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/markets/derived-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/markets/derived-row.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/markets/derivx.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/markets/etf-desktop-new.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/markets/hero-forex.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/markets/mt5.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/markets/stocks-and-indices.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/migration/footer/deriv-go-qr.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/migration/footer/download-appstore.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/migration/footer/explore-appgallery.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/migration/footer/get-googleplay.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/migration/footer/investors-in-people.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/multiplier/image-stake-amount@3x.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/multiplier/multipliers-no-multiplier-loss-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/multiplier/multipliers-no-multiplier-loss@2x.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/multiplier/multipliers-no-multiplier-win-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/multiplier/multipliers-no-multiplier-win@3x.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/multiplier/multipliers-with-multiplier-loss-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/multiplier/multipliers-with-multiplier-loss@3x.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/multiplier/multipliers-with-multiplier-win-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/multiplier/multipliers-with-multiplier-win@3x.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/og_deriv.jpg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/p2p/banner.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/p2p/gradient_bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/p2p/local_currency.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/p2p/p2p_all_appstores.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/p2p/p2p_banner.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/p2p/p2p_banner_mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/p2p/p2p_banner_rtl.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/p2p/p2p_buy_sell.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/p2p/p2p_footer_qr.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/p2p/p2p_hero_background.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/p2p/p2p_hero_background_mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/p2p/p2p_hero_background_rtl.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/p2p/p2p_hero_banner.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/p2p/p2p_hero_img.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/p2p/p2p_local_currency.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/p2p/p2p_logo.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/p2p/p2p_web_and_mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/p2p/save_time.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/p2p/web_and_mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/partner-deriv-platform-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/partner-deriv-platform.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/payment-agent.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/rebranding_logo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/regulatory/bvi.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/regulatory/deriv.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/regulatory/labuan-fintech.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/regulatory/labuan.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/regulatory/tfc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/regulatory/vanuatu-fma.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/regulatory/vanuatu.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/responsible-trading-bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/responsible-trading-eu-bg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/sign-up/banner-phone.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/sign-up/response-email.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/sign-up/view-email.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/stock-indices/mac-book-pro-with-iphone-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/stock-indices/mac-book-pro-with-iphone-mobile-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/stock-indices/mac-book-pro-with-iphone.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/stock-indices/mobile-mac-book-pro-with-iphone.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/stock-indices/stocks-blue-chip-m.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/stock-indices/stocks-blue-chip.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/stock-indices/stocks-zero-fees.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/stock-indices/stocksMainHeaderImg-m.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/stock-indices/stocksMainHeaderImg.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/swap-calculator.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-tools/landing/margin-calculator-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-tools/landing/margin-calculator.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-tools/landing/pip-calculator-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-tools/landing/pip-calculator.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-tools/landing/pnl-margin-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-tools/landing/pnl-margin.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-tools/landing/pnl-multipliers-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-tools/landing/pnl-multipliers.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-tools/landing/swap-calculator-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-tools/landing/swap-calculator.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/accumulators-duration.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/accumulators-market.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/accumulators-stake.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/accumulators-take-profit.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/accumulators-trade-type.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/accumulators-trade.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/cfd-example-crash-boom-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/cfd-example-crash-boom-mobile-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/cfd-example-crash-boom-mobile.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/cfd-example-crash-boom.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/cfd-pattern.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/margin-mobile-relationship-piechart.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/margin-relationship-piechart.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/mobile-cfd-pattern.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/multiplier-deal-cancellation.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/multiplier-market-eu-new.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/multiplier-purchase.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/multiplier-stake.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/multiplier-stop-loss.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/multiplier-take-profit.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/multiplier-trade-type-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/multiplier-trade-type.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/multiplier-value-eu.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/multiplier-value.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/options-duration.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/options-market.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/options-purchase.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/options-quote.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/options-stake.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/options-trade-type.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/pattern-section.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trade-types/trade-patterns.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trading-platforms/ctrader/assets.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trading-platforms/ctrader/copy-trading.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trading-platforms/ctrader/ctrader-hero-mobile-new-1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trading-platforms/ctrader/ctrader-hero-mobile-new-2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trading-platforms/ctrader/ctrader-hero-mobile-new.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trading-platforms/ctrader/ctrader-hero.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trading-platforms/ctrader/interface.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trading-platforms/ctrader/mobile-step-1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trading-platforms/ctrader/mobile-step-2-demo.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trading-platforms/ctrader/mobile-step-2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trading-platforms/ctrader/mobile-step-3-demo.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trading-platforms/ctrader/mobile-step-3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trading-platforms/ctrader/step-1.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trading-platforms/ctrader/step-2-demo.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trading-platforms/ctrader/step-2.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trading-platforms/ctrader/step-3-demo.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trading-platforms/ctrader/step-3.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/common/trading-platforms/ctrader/trade-margin.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/24.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/android-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/appGallery-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/apple-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/apple_logo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/arrow-next.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/arrow-previous.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/arrow_expandable.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/be-square/facebook.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/be-square/linkedin.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/binarybot-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/blog/close-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/blog/facebook.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/browser-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/bug-bounty-nav-logo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/career-nav-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/career-right-arrow.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/career-1.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/career-2.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/career-3.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/career-4.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/career-competence.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/career-customer.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/career-integrity.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/career-teamwork.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/career-tip.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/carousel-chevron.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/downwards-left.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/downwards-right.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/flag._channel_islands.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/flag_belarus.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/flag_bvi.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/flag_cayman.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/flag_cyprus.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/flag_france.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/flag_germany.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/flag_hongkong.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/flag_jordan.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/flag_malaysia.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/flag_malta.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/flag_paraguay.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/flag_rwanda.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/flag_singapore.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/flag_uae.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/flag_uk.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/flag_vanuatu.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/map.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/careers/quotemark.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/check-circle.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/check-email/email.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/check-email/firewalls.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/check-email/spam.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/check-email/typo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/check-email/work-email.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/chevron-left.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/chevron-right.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/choose/wd-client-money-protection.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/choose/wd-customer-first-trading.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/choose/wd-help.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/choose/wd-licensed-regulated.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/choose/wd-proven-track-record.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/choose/wd-risk.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/choose/wd-your-safety.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/close-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/ctrader/logo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/ctrader/watermark.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/apple-signup.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/apple.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/blog-nav.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/chevron-bottom.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/chevron-right.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/chevron-thick.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/close-2.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/commodities-nav.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/cryptocurrencies-nav.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/dbot-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/deriv-ez-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/deriv-ez.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/deriv-x.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/derived-fx.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/dmt5-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/dtrader-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/facebook-blue.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/facebook.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/fb-signup.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/forex-nav.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/google.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/margin-trading-nav.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/multipliers-nav.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/options-nav.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/rebranding/binarybot-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/rebranding/cfds-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/rebranding/commodities-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/rebranding/cryptocurrencies-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/rebranding/deriv-bot-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/rebranding/deriv-ctrader-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/rebranding/deriv-ez-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/rebranding/deriv-go-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/rebranding/deriv-x-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/rebranding/derived-fx-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/rebranding/dmt5-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/rebranding/dtrader-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/rebranding/etf-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/rebranding/forex-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/rebranding/multipliers-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/rebranding/options-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/rebranding/smarttrader-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/rebranding/stock-indices-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/smarttrader.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/stock-indices-nav.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/custom/trader-tool-nav.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dbot/bot-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dbot/dbot-bg-mobile.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dbot/dbot-bg.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dbot/dbot-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dbot/deriv-bot-banner-logo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dbot/ez-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dbot/index.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dbot/mt5.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-ez/db-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-ez/dmt5-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-ez/easy-to-start.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-ez/favourite-assets.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-ez/index.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-ez/twenty-four-seven.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-go-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-go/24-7.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-go/arrow.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-go/db-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-go/deriv-go-banner-logo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-go/deriv-go-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-go/derivGo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-go/derivGoQR.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-go/dt-icosn.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-go/dtrader-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-go/easy-access.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-go/ez-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-go/mt5.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-go/user-friendly.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-prime/asset_managers.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-prime/brokerage_firms.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-prime/corporate_clients.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-prime/deriv-prime-logo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-prime/dummy.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-prime/fast_stable.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-prime/financial_institutions.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-prime/fix_api.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-prime/index.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-prime/investment_funds.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-prime/professional_traders.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-x/24-7.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-x/db-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-x/deriv-x-banner-logo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-x/derivX.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-x/derivxQR.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-x/dt-icosn.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-x/dtrader-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-x/ez-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-x/index.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-x/mt5.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-x/multiple-marketing.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/deriv-x/new-promising.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/bg_banner_dmt5.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/bg_banner_dmt5_mobile.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/cfds.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/checkmark.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/db-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/demo-signup.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/derived.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/dmt5-banner-logo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/dmt5-bg.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/dmt5-bg2.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/dmt5-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/dmt5Logo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/dmt5QR.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/ez-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/financial.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/licensed-and-regulated.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/multiple-assets.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/swap-free-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/swap-free-platform.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/synthetic.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/twenty-four-seven.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dmt5/zero_percent.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dtrader/db-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dtrader/deriv-trader-banner-logo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dtrader/dt-icosn.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dtrader/dtrader-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dtrader/ez-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dtrader/macbook.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/dtrader/mt5.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/elements/card-arrow.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/elements/minus.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/elements/pink-right-diagonal.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/elements/plus.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/elements/status.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/facebook_logo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/flags/bn.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/flags/botswana.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/flags/es.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/flags/fr.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/flags/id.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/flags/india.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/flags/it.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/flags/nigeria.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/flags/pl.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/flags/pt.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/flags/ru.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/flags/sri-lanka.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/flags/tanzania.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/flags/th.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/flags/tr.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/flags/uk.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/flags/vi.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/flags/zh.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/flags/zimbabwe.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/footer/facebook_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/footer/instagram_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/footer/linkedin_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/footer/telegram_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/footer/twitter_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/footer/youtube_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/google_logo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/help-center/chat-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/help-center/compliance-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/help/cross.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/help/facebook-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/help/instagram-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/help/linkedin-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/help/livechat-red.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/help/search.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/help/twitter-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/help/whatsapp-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/help/whatsapp.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/help/youtube-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/home/cfd_icon_white.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/home/multipliers_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/home/options_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/home/selected_etfs.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/home/selected_ts_commodities_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/home/selected_ts_crypto_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/home/selected_ts_derived_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/home/selected_ts_fx_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/home/selected_ts_stocks_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/home/ts_commodities_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/home/ts_crypto_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/home/ts_derived_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/home/ts_etfs.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/home/ts_fx_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/home/ts_stocks_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/info-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/jump-indices/jump-indices-24-7-trading.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/jump-indices/jump-indices-grid.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/jump-indices/jump-indices-high-leverage.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/jump-indices/jump-indices-imagery.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/lamp.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/landing/arrow.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/landing/crypto-intro.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/landing/doller.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/landing/ebook-intro-bg.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/landing/graph.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/landing/percent.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/landing/zero.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/layout/chat-hover.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/layout/chat-normal.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/layout/deriv_footer_logo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/layout/hover.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/layout/left_arrow_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/layout/livechat-hover.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/layout/livechat.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/layout/mobile_toggle_close_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/layout/mobile_toggle_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/layout/normal.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/layout/right_arrow_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/layout/whatsapp-hover.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/layout/whatsapp.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/linux-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/mac-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/advanced-charting-widgets-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/aim-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/aim.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/commodities-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/commodities.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/commodities_markets.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/crypto-pairs-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/crypto_markets.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/cryptocurrencies-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/cryptocurrencies.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/deposit-and-withdrawal-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/derived-fx.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/derived_markets.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/etf_1.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/etf_2.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/etf_3.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/etf_4.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/etf_5.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/etfs.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/exclusive-trade-types-another.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/forex-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/forex.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/forex/charting.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/forex/deposit.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/forex/favourite.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/forex/go-long.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/forex/instant.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/forex/platforms.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/forex/responsive.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/forex/smart.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/forex/spread.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/forex/swap-free.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/forex/tight.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/friendly-support.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/market-and-risk-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/no-commission-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/precious-metals-and-oils-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/real-world.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/stock-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/stock.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/stocks_markets.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/synthetic.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/tight-spread-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/trade-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/trade.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/variable-spreads-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/withdraw.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/markets/zero-commission-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/menu/affiliate-ib.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/menu/bug-bounty.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/menu/careers.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/menu/choose.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/menu/community.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/menu/contact.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/menu/deriv-life.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/menu/developers.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/menu/help-center.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/menu/partner.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/menu/payment-agent.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/menu/payment-methods.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/menu/regulatory.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/menu/secure-trading.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/menu/signals.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/menu/story.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/menu/terms.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/no_page_found.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/asians.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/close-low.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/crash-boom.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/eb-eo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/even-odd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/high-close.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/high-low.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/higher-lower.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/hl-ticks.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/jump-indices.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/low_capital.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/matches-differs.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/ou-od.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/over-under.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/rc-rp.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/rise-fall.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/risk_management.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/sb-go.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/significant.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/straightforward.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/tnt.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/trade_smartly.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/options/volatility-indices.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/p2p/app_gallery_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/p2p/apple_store_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/p2p/complete-order-mobile.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/p2p/complete-order.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/p2p/deriv_p2p.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/p2p/gplay_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/p2p/p2p-desktop-for-mobile.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/p2p/p2p-desktop.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/p2p/p2p-mobile-for-mobile.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/p2p/p2p-mobile.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/p2p/p2p_qr.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/p2p/right-ad-mobile.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/p2p/right-ad.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/p2p/settle-payment-mobile.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/p2p/settle-payment.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/p2p/web_browser_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partner-nav-logo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/advertise.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/affiliates.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/apply.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/community-managers.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/currency_exchange.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/deriv-prime.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/developer-programme.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/dot-pattern.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/earn.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/global-affiliate-support.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/hand-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/hidden-fee-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/high-value-partnership.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/icon-loudspeaker.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/lamp-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/pa-close-account.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/pa-comission.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/pa-email.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/pa-listed.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/pa-reply.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/pa-withdraw-deposit.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/partner-affiliate.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/partner-payment-agent.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/software-developer.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/partners/trading-experts.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/index.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-10-coins.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-advcash.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-airtel.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-airtm.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-astropay.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-banxa.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-bitcoin-cash.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-bitcoin.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-bnb.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-cardano.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-chipper.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-diners.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-discover.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-dogecoin.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-dp2p.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-eps.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-ethereum.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-giropay.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-help-pay.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-ideals.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-jeton.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-litecoin.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-local-deposit.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-local-vouchers.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-maestro.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-major-banks.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-mastercard.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-mifinity.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-mpesa.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-mtn.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-neteller.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-one-voucher.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-orange.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-oxxo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-ozow.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-pago-efectivo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-paylivre.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-paysafecard.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-perfect-money.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-pix.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-przelewy24.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-pse.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-rapid-transfer.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-skrill-1tap.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-skrill.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-spei.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-sticpay.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-tether.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-tigo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-tron.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-usd-coin.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-verve.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-visa-electron.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-visa.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-vnpay.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-vodafone.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-xrp.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-zamtel.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/payment-methods/payment-zing-pay.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/principles/fare.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/principles/reliable.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/principles/responsible.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/principles/transparent.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/regulatory/europe-map.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/regulatory/pdf-icon-black.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/regulatory/svg.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/regulatory/view-license.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/relaxing.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/responsible/bad-judgement.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/responsible/diff-password.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/responsible/dont-borrow.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/responsible/free-demo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/responsible/info.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/responsible/install-latest-antivirus.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/responsible/payment-method.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/responsible/secure-browser.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/responsible/set-limit-chart.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/signup-affiliates/calendar.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/signup-affiliates/closed-eye.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/signup-affiliates/company.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/signup-affiliates/cpa.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/signup-affiliates/failed.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/signup-affiliates/individual.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/signup-affiliates/opened-eye.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/signup-affiliates/revenue.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/signup-affiliates/selected.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/signup-affiliates/success.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/signup-affiliates/turnover.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/signup_apple_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/signup_fb_icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/stock-indices/baskets.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/stock-indices/deposit-and-withdrawal-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/stock-indices/stocks-10-world-indices.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/stock-indices/stocks-11-world-indices.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/stock-indices/stocks-80-analytic-objects.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/stock-indices/stocks-extended-time.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/stock-indices/stocks-extented-time.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/stock-indices/stocks-footer-banner-overlay-shape.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/stock-indices/stocks-high-leverage.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/stock-indices/stocks-minimum-capital.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/stock-indices/stocks-no-commission.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/stock-indices/stocksHeaderBelowSection-m.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/stock-indices/stocksHeaderBelowSection.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/stock-indices/stocksHeaderOverlayBelowSectionBg.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/stock-indices/stocksHeaderOverlayBg.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/stock-indices/stocksHeaderOverlayBgMobile.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/aal.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/aapl.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/abnb.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/ada-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/ads.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/aig.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/algorand.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/aluminium-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/american-indices/us-500.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/american-indices/us-tech-100.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/american-indices/wall-street-30.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/american-stocks/stocks-adidas-salomon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/american-stocks/stocks-airbnb.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/american-stocks/stocks-airbus.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/american-stocks/stocks-airfrance.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/american-stocks/stocks-alibaba-group-holding-ltd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/american-stocks/stocks-alphabet-inc-class-c.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/american-stocks/stocks-amazon-com-inc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/american-stocks/stocks-amd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/amzn.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/aud-basket.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/aud-cad.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/aud-chf.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/aud-jpy.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/aud-nzd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/aud-sgd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/aud-usd-10.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/aud-usd-20.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/aud-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/aus-200.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/avalanche.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/ba.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/baba.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/bac.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/bat.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/bay.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/bch-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/bct-ltc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/bct-xag.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/bct-xau.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/biib.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/binance_coin_flag.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/bitcoin_flag.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/bmw.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/bnb-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/boom-eu-boom-300.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/boom-indices-1000-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/boom-indices-1000.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/boom-indices-500-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/boom-indices-500.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/boom-indices-600.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/boom-indices-900.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/btc-eth.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/btc-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/btc_cash_flag-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/btc_cash_flag.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/c.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/cad-chf.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/cad-jpy.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/cardano.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/chainlink.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/chf-jpy.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/copper-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/crash-eu-crash-300.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/crash-indices-1000-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/crash-indices-1000.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/crash-indices-500-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/crash-indices-500.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/crash-indices-600.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/crash-indices-900.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/crm.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/csco.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/dal.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/dash_flag.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/dax-30.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/dbk.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/dex-1500dn.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/dex-1500up.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/dex-600dn.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/dex-600up.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/dex-900dn.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/dex-900up.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/dis.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/dog-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/dogecoin.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/dot-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/dsh-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/dsh-usd1.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/dsi_10m.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/dsi_20m.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/dsi_30m.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/ebay.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eos-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eos-usd1.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eos_flag.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/esp-35.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/etc-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/etf-usd-500.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eth-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eth_flag.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/ethereum-classic.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-50.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-aud.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-basket.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-cad.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-chf.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-gbp.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-hkd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-ils.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-jpy.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-lpn.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-mxn.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-nok.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-nzd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-pln.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-sek.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-sgd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-try.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-usd-10.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-usd-20.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/eur-zar.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/euro50index.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/fb.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/fdx.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/fil-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/filecoin.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/fra-40.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/gbp-aud.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/gbp-basket.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/gbp-cad.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/gbp-chf.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/gbp-jpy.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/gbp-nok.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/gbp-nzd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/gbp-sek.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/gbp-sgd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/gbp-try.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/gbp-usd-10.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/gbp-usd-20.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/gbp-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/gm.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/gold-basket.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/gold-eur.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/gold-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/googl.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/gs.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/hkd-jpy.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/hpq.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/ibm.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index10-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index10.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index100-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index100.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index100s1-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index100s1.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index10s1-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index10s1.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index25-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index25.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index25s1-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index25s1.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index50-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index50.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index50s1-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index50s1.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index75-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index75.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index75s1-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/index75s1.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/intc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/iot-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/iota_flag.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/jnj.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/jp-225.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/jpm.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/jump-10-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/jump-10.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/jump-100-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/jump-100.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/jump-25-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/jump-25.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/jump-50-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/jump-50.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/jump-75-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/jump-75.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/ko.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/lead-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/lnk-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/ltc-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/ltc_flag.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/ma.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/maker.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/marketbear-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/marketbear.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/marketbull-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/marketbull.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-indices/us-500.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-indices/us-tech-100.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-indices/wall-street-30.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-adidas-salomon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-airbnb.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-airbus.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-airfrance.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-alibaba-group-holding-ltd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-alphabet-inc-class-c.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-amazon-com-inc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-amd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-american-airlines-group-inc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-american-international-group.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-apple.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-bank-of-america.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-bayer-ag.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-biogen-inc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-bmw.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-boeing.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-cisco-systems.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-citigroup.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-coca-cola.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-continental-ag.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-delta-air-lines.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-deutsche-bank-ag.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-deutsche-lufthansa-ag.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-e-bay-inc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-facebook-inc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-fedex.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-fox-corp-class-b.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-general-motors-company.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-goldman-sachs-group.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-home-depot.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-hp-inc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-hugo-boss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-ibm.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-intel.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-jonhson-johnson.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-jp-morgan-chase.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-mastercard-inc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-mc-donalds.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-microsoft-corporation.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-moderna-inc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-nestle.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-netflix.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-nike.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-novartis.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-nvidia-corp.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-paypal.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-pepsico.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-pfizer.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-porsche.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-procter-gamble.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-puma.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-salesforce-com-inc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-sony.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-tesla-inc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-teva-pharmaceutical-inds.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-uber-technologies-inc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-visa.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-wal-mart-stores-inc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-walt-disney-company.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-zoom-video-communications-inc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/asian-indices/hongkong-50.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/asian-indices/japan-225.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/european-indices/europe-50.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/european-indices/france-40.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/european-indices/germany-30.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/european-indices/germany-40.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/european-indices/netherlands-25.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/european-indices/spain-35.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/markets-stocks-and-indices/european-indices/swiss-20.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/mcd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/mkr-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/monero_flag.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/mrna.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/msft.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/mtc-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/natural-gas.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/ned-25.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/neo-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/neo_flag.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/nflx.png (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/nickel-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/nke.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/nvda.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/nzd-cad.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/nzd-chf.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/nzd-jpy.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/nzd-sgd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/nzd-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/omg-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/omise-go.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/otcaustralian.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/otcdutch.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/otcfrench.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/otcgerman.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/otchongkong.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/otcjapanese.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/otcswiss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/otcuk.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/otcus.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/otcustech.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/otcwallstreet.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/palladium-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/pfe.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/pg.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/platinum-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/polkadot.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/polygon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/pound-brent.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/pypl.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/rb-100-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/rb-100.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/rb-200-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/rb-200.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/ripple_flag.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/sgd-jpy.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/silver-eur.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/silver-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/sol-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/solana.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/stellar_flag.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/step-indices-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/step-indices.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/ter-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/terra.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/teva.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/tron_flag.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/trx-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/tsla.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/twtr.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/uber.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/uk-100.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/uni-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/uniswap.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/us-100.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/us-30.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/us-500.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-basket.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-brent.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-cad.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-chf-10.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-chf-20.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-chf.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-cnh.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-hkd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-ils.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-jpy-10.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-jpy-20.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-jpy.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-mxn.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-nok.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-pln.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-rub.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-sek.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-sgd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-thb.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-try.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/usd-zar.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/v.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/volatility-boom-300-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/volatility-crash-300-new.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/volatility-eu-200.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/volatility-eu-300.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/volatility-index-ic-300.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/volatility_150_1s.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/volatility_15_1s.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/volatility_200_1s.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/volatility_250_1s.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/volatility_300_1s.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/volatility_30_1s.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/volatility_90_1s.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/wmt.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/xlm-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/xmr-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/xrp-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/xrp-usd1.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/xtz-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/xtz.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/z_cash_flag.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/zec-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/zinc-usd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/symbols/zm.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/terms/api-users-row.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/terms/bfx-tc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/terms/bug-bounty-row.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/terms/bug-bounty.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/terms/business-api-tc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/terms/business-general-tc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/terms/business-partners-tc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/terms/funds-transfers-tc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/terms/general-tc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/terms/important-guidelines.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/terms/payment-agents.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/terms/risk-tc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/terms/security-privacy-tc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/terms/trading-tc.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/testimonials/arrow-left-fade.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/testimonials/arrow-left.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/testimonials/arrow-right-fade.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/testimonials/arrow-right.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/testimonials/quote.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/tools/black-right-arrow.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/arrow-right.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/cfds.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/checklist-red.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/commodities.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/crash-boom.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/crash.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/cryptocurrencies.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/define-your-position.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/derived.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/exposure.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/favourite.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/flexible.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/forex.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/friendly-support.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/get-quote.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/high-leverage.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/info.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/info2.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/instant-access.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/instant.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/maximize-potential-profit.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/accumulator/payout_knocked_out.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/accumulator/payout_win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/asian-down-loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/asian-down-win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/asian-up-loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/asian-up-win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/asians-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/close-low-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/close-low.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/digits-differs-loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/digits-differs-win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/digits-even-loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/digits-even-odd.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/digits-even-win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/digits-matches-differs.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/digits-matches-loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/digits-matches-win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/digits-odd-loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/digits-odd-win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/digits-over-loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/digits-over-under.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/digits-over-win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/digits-under-loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/digits-under-win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/ends-between-loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/ends-between-win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/ends-outside-loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/ends-outside-win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/fall_lose.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/fall_win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/goes-outside-loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/goes-outside-win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/high-and-low.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/high-close-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/high-close.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/high-loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/high-low-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/high-low.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/high-win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/higher_loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/higher_win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/in-out-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/in-out-stays-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/low-loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/low-win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/lower_loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/lower_win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/no-touch-loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/no-touch-win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/only-down-loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/only-downs-win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/only-ups-downs-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/only-ups-loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/only-ups-win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/reset-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/reset-put-loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/reset-put-loss_2.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/reset-put-win-2.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/reset-put-win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/reset_call_loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/reset_call_loss_2.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/reset_call_win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/reset_call_win_2.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/rise_lose.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/rise_win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/stays-between-loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/stays-between-win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/touch-no-touch-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/touch_loss.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/touch_win.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/up-down-higher-lower.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/digital/up-down-rise-fall.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/options-images/Active/accumulators_active.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/options-images/Active/digital_active.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/options-images/Active/turbo_active.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/options-images/Active/vanilla_active.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/options-images/Inactive/accumulators_inactive.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/options-images/Inactive/digital_inactive.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/options-images/Inactive/turbo_inactive.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/options-images/Inactive/vanilla_inactive.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/options-images/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/options-images/why_trade_options/Instant_access.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/options-images/why_trade_options/advanced_charting_widgets.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/options-images/why_trade_options/all_you_ favorite_markets.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/options-images/why_trade_options/flexiable_layout.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/options-images/why_trade_options/flexiable_trade_types.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/turbo/turbo_long_no_payout.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/turbo/turbo_long_payout.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/turbo/turbo_long_short.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/turbo/turbo_short_no_payout.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/turbo/turbo_short_payout.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/vanilla/call_no_payout.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/vanilla/call_payout.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/vanilla/put_no_payout.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/vanilla/put_payout.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/options/vanilla/vanilla_call_put.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/purchase-your-contract.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/responsive.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/risk.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/set-optional-parameters.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/stock-indices.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/synthetic-indices.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/trade-anytime.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trade-types/user-friendly.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/traders-hub-link.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/ctrader/call-the-shots.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/ctrader/ctrader-copy-trading.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/ctrader/ctrader-logo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/ctrader/ctrader-main-logo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/ctrader/ctrader-qr-code.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/ctrader/demo_ctrader.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/ctrader/multiple-assets.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/ctrader/risk-management.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/ctrader/sign-in.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/db-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/deriv-ez/deriv-ez-logo-red.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/deriv-ez/deriv-ez-logo.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/deriv-ez/derivez-qr.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/deriv-ez/easy-to-start.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/deriv-ez/favourite-assets.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/deriv-ez/twenty-four-seven.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/dmt5-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/dt-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/dx-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-platforms/go-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/close-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/commodities_five_lot.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/commodities_four_lot.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/commodities_one_lot.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/commodities_total_margin.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/crypto_one_lot.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/crypto_total_margin.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/crypto_two_lot.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/crypto_two_lot_hundred.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/deriv-x.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/dl.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/fx_five_lot.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/fx_four_lot.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/fx_one_lot.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/fx_total_margin.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/info-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/left-chevron.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/right-chevron.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/search-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/search-not-found.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/stocks_fifty_lot.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/stocks_five_lot.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/stocks_fourty_five_lot.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/stocks_total_margin.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/trading-specification/swf.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/who-we-are/linkedin.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/who-we-are/pin.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/images/svg/windows-icon.svg (100%) rename {src => themes/gatsby-theme-deriv/src}/lotties/JumpIndicesChart.json (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/404.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/_dept-layout-components/_career-container.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/_dept-layout-components/_department-page.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/_dept-layout-components/_dept-description.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/_dept-layout-components/_dept-layout.types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/_dept-layout-components/_hero.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/_dept-layout-components/_staff-review.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/_employee-testimonial-carousel.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/_hero.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/_join_your_team.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/_layout-components/_career_container.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/_layout-components/_team-card.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/_lazy-load.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/_life-at-deriv-carousel.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/_model/_locations/_contact-details.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/_model/_locations/_locations.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/_model/_locations/_locations.types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/_our-hiring-process.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/_our-values.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/_who-we-look-for.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/back-end/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/business-excellence/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/business-intelligence/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/customer-support/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/cyber-security-it/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/data/_career-data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/finance-accounts/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/front-end/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/human-resources/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/internal-audit/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/legal-compliance/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/_location-layout-new-offices.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/_location-layout.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/asuncion/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/berlin/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/ciudad/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/cyberjaya/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/cyprus/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/dubai/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/georgetown/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/guernsey/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/hongkong/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/ipoh/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/jordan/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/labuan/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/malta/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/melaka/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/paris/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/reading/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/roadtown/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/rwanda/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/singapore/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/locations/vanuatu/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/marketing/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/payment-solutions/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/product-design/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/project-management/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/software-testing/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/careers/trading-operations/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/check-email/_icon-grid.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/check-email/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/contact_us/_affiliates.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/contact_us/_contact-ways.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/contact_us/_offices.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/contact_us/_types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/contact_us/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/ctrader-check-email/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/ctrader-login/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/ctrader-login/login-success.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/ctrader-manage/add-account.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/ctrader-manage/add-more-accounts.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/ctrader-manage/cashier.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/ctrader-manage/change-password.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/ctrader-manage/close-account.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/ctrader-signup/credentials.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/ctrader-signup/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/ctrader-signup/signup-success.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dbot/_get-app-section.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dbot/_hero.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dbot/_our-platforms.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dbot/_steps_section.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dbot/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/deriv-ctrader/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/deriv-go/_banner.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/deriv-go/_deriv-go-content.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/deriv-go/_deriv-go-roadmap.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/deriv-go/_footer-banner.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/deriv-go/_lazy-load.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/deriv-go/_other-apps.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/deriv-go/_start-deriv-go.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/deriv-go/_what-is-deriv-go.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/deriv-go/_why-trade-deriv-go.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/deriv-go/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/derivx/_get-derivx.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/derivx/_hero.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/derivx/_other-apps.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/derivx/_selling-points.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/derivx/_start-derivx.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/derivx/_what-is-derivx.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/derivx/_why-trade-derivx.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/derivx/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dmt5-trading-signals/_how-to.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dmt5-trading-signals/_signal-steps.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dmt5-trading-signals/_signal.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dmt5-trading-signals/_style.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dmt5-trading-signals/_subscription.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dmt5-trading-signals/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dmt5/_dbanner.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dmt5/_dmt5-video.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dmt5/_download-app.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dmt5/_flexibility.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dmt5/_interest_free_trading.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dmt5/_lazy-load.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dmt5/_margin_calculator.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dmt5/_numbers.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dmt5/_other-platforms.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dmt5/_start-trader.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dmt5/_what-is-trader.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dmt5/_why-trade-dmt5.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dmt5/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dtrader/_get-app-section.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dtrader/_our-platforms.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dtrader/_steps_section.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/dtrader/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/endpoint/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/about-deriv.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/account.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/affiliate-programme.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/complaints-procedure.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_answer-card.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_community.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_constants.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_control-losses.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_derived.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_didnt-find-answer.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_faq-schema.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_image-card.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_lazy-load.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_list.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_questions-category.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_questions-section.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_questions-template.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_search-error.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_search-result.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_search-section.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_search-success.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_side-tab.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_talk-to-us.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_translation-components.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/components/_utility.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/data/_about-deriv.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/data/_account.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/data/_affiliate-programme.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/data/_complaints_procedure.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/data/_data-types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/data/_dbot.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/data/_deposits-and-withdrawals.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/data/_deriv-p2p.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/data/_deriv-trader.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/data/_deriv-x.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/data/_dmt5.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/data/_fraud-prevention.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/data/_hooks.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/data/_ib-programme.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/data/_payment-agent.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/data/_security.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/data/_trading.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/deposits-and-withdrawals.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/deriv-bot.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/deriv-p2p.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/deriv-trader.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/deriv-x.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/dmt5.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/fraud-prevention.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/ib-programme.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/payment-agent.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/security.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/help-centre/trading.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/home/_data.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/home/_hero.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/home/_lazy-load.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/home/_markets.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/home/_platform-slideshow.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/home/_testimonial-carousel.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/home/_trade-the-way-you-like.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/home/_trade.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/home/_types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/home/_vertical-carousel.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/home/_what-our-clients-say.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/_types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/dmt5/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/ebooks/components/_get-ebook.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/ebooks/components/_header-section.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/ebooks/components/_hero.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/ebooks/components/_image-text.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/ebooks/components/_introduction.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/ebooks/components/_topics.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/ebooks/components/_types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/ebooks/crypto.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/ebooks/forex.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/ebooks/stocks.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/forex-trading/components/_hero.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/forex-trading/components/_icon-text-row.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/forex-trading/components/_image-text-switching.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/forex-trading/components/_table-btn.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/forex-trading/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/jump-indices/_dBanner.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/jump-indices/_dHero.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/jump-indices/_jumpSection.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/jump-indices/_leverages.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/jump-indices/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/signup/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/stocks/_dtrading.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/stocks/_footerBanner.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/stocks/_headerSection.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/stocks/_lazy-load.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/stocks/_parallelogram.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/stocks/_whyTradeWIthUs.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/stocks/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/trade-forex/components/_hero.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/trade-forex/components/_icon-text-row.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/trade-forex/components/_image-text-switching.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/trade-forex/components/_table-btn.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/trade-forex/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/weekend-trading/components/_hero.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/weekend-trading/components/_icon-text-row.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/weekend-trading/components/_image-text-switching.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/weekend-trading/components/_title-btn.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/landing/weekend-trading/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/livechat/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/basket-indices/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/commodities/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/helper/_available-options.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/helper/_available-platforms.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/helper/_available-trades.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/helper/_available-trades_desktop.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/helper/_markets_accordion.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/helper/_symbol.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/markets/_basket-indices.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/markets/_commodities.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/markets/_cryptocurrencies.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/markets/_derived.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/markets/_forex.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/markets/_stock-indices.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/markets/_synthetic-indices.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/sections/_hero_derived_fx.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/sections/_market_instruments.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/sections/_nav-tab.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/sections/_options-nav-tab.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/sections/_other-markets.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/sections/_trade-details.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/sections/_why-trade.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/sub-markets/_accumulators.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/sub-markets/_cfds.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/sub-markets/_digital-options.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/components/sub-markets/_multipliers.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/cryptocurrencies/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/derived-fx/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/exchange-traded-funds/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/forex/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_accumulators-indices.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_american-indices.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_american-stocks.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_americas.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_asia-oceania.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_asian-indices.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_basket_indices_cfds.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_basket_indices_commodities.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_continuous-indices.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_continuous-indices_options.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_crash-boom-eu.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_crash-boom-multipliers.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_crash-boom.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_cryptocurrencies-cfds.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_cryptocurrencies-multipliers.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_cryptocurrencies-trade-type.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_daily-reset-indices.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_derived-cfds.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_dex-indices.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_drift_switch_indices.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_energy-options.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_energy.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_europe.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_european-indices.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_exotic-pairs.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_index.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_jump_indices.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_major-pairs.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_market-symbols.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_markets.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_metals-options.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_metals.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_micro-pairs.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_minor-options-pairs.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_minor-pairs.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_range-break.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_step-indices.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_submarkets.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_swap-free-pairs.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_symbols_mapper.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_volatility-indices-eu.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/instruments/_volatility-indices.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/static/content/_accumulators.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/static/content/_basket.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/static/content/_cfds.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/static/content/_commodities.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/static/content/_cryptocurrencies.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/static/content/_derived.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/static/content/_details.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/static/content/_digital-options.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/static/content/_forex.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/static/content/_market-symbols.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/static/content/_multipliers.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/static/content/_simple_step_content.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/static/content/_stock.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/static/content/_synthetic.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/static/content/_types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/static/style/_markets-style.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/static/video/globe.mp4 (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/static/video/globe.webm (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/stock/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/markets/synthetic/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/our-principles/_data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/our-principles/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/p2p.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/_about-deriv.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/_deriv-numbers.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/_hero.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/_partnership-opportunities.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/_premium_agent.module.scss (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/_why-choose-us.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/_calculated-formula.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/_deriv-affiliate-programme.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/_deriv-ib-programme.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/_dmt5-cards.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/_faq-data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/_faq-schema.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/_faq.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/_hero.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/_minimum-volume.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/_more-reason.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/_partner-card.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/_partner-cta.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/_style.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/_table.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/_who-can-apply.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/_why-us.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/cpa-eu-for-row/_calculated-card.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/cpa-eu-for-row/_default-card.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/cpa-eu-for-row/_index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/cpa-eu/_calculated-card.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/cpa-eu/_default-card.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/cpa-eu/_index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/master-affiliate/_calculated-card.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/master-affiliate/_default-card.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/master-affiliate/_index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/revenue-share/_calculated-card.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/revenue-share/_default-card.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/revenue-share/_index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/turnover/_calculated-card.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/turnover/_default-card.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/affiliate-ib/turnover/_index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/deriv-prime/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/partner-video.mp4 (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/payment-agent/_faq-data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/payment-agent/_faq-schema.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/payment-agent/_faq.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/payment-agent/_p2p_banner.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/payment-agent/_pa-hero.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/payment-agent/_premium_payment_agent.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/payment-agent/_tap-into.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/payment-agent/_who-can-apply.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/payment-agent/_your-control.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/partners/payment-agent/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/payment-methods/_dp2p.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/payment-methods/_expanded-list.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/payment-methods/_mobile-accordian-item.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/payment-methods/_mobile-expanded-list.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/payment-methods/_payment-data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/payment-methods/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/regulatory/_document_accordion.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/regulatory/_eu-grid.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/regulatory/_financial_commission.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/regulatory/data/_kid_data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/regulatory/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/reset-password/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/responsible/_banner.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/responsible/_securing-account.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/responsible/_trading-limits.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/responsible/_trading-responsibly.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/responsible/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/_lazy-loading.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/_types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/components/_account-address.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/components/_account-details.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/components/_account-plan.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/components/_account-terms.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/components/_account-type.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/components/_signup-form.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/components/_signup-status.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/components/_wizard.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/components/wizard-component/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/components/wizard-component/stepper.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/components/wizard-component/wizard-footer.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/components/wizard-component/wizard-header.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/utils/_account-card.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/utils/_affiliate-header.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/utils/_affiliate-input.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/utils/_birth-form.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/utils/_birth-picker.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/utils/_utils.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-affiliates/validations/_affilaite_validation.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup-success/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/signup/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/terms-and-conditions/_business-grid.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/terms-and-conditions/_clients-grid.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/terms-and-conditions/_terms-conditions-style.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/terms-and-conditions/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/accumulators/_accumulators-to-trade.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/accumulators/_how-accumulators-works.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/accumulators/_markets-available.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/accumulators/_start-trading.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/accumulators/_what-are-accumulators.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/accumulators/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/cfds/_available-markets.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/cfds/_mind-when-trading.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/cfds/_start-trading.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/cfds/_trading-cfd-increases.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/cfds/_what_is_cfd.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/cfds/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/components/_learn-more.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/components/_markets-carousel.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/components/_notes.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/components/_style.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/components/_tabs.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/components/_timeline.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/content/_multiplier.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/content/static/_accumulator.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/content/static/_cfd.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/content/static/_option.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/margin/_available-markets.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/margin/_why-trade-margin.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/multiplier/_how-options-works.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/multiplier/_markets-available.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/multiplier/_start-trading.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/multiplier/_things-in-mind.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/multiplier/_what-are-options.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/multiplier/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/options/_how-options-works.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/options/_markets-available.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/options/_options-to-trade.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/options/_start-trading.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/options/_what-are-options.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/options/accumulator-options/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/options/digital-options/asians/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/options/digital-options/digits/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/options/digital-options/high-low-ticks/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/options/digital-options/in-out/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/options/digital-options/lookbacks/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/options/digital-options/only-ups-only-downs/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/options/digital-options/reset-call-reset-put/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/options/digital-options/touch-no-touch/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/options/digital-options/up-and-down/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/options/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/options/turbo-options/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trade-types/options/vanilla-options/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/_trading-tools.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/common/_formik-types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/common/_style.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/common/_underlying-data.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/common/_utility.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/common/_validation.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/margin-calculator/_margin-calculator.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/margin-calculator/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/pip-calculator/_example-pip.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/pip-calculator/_pip-calculator.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/pip-calculator/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/pnl-for-margin/_example-pnl-margin.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/pnl-for-margin/_pnl-margin-calculator.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/pnl-for-margin/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/pnl-for-multipliers/_example-pnl-multipliers.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/pnl-for-multipliers/_pnl_multipliers_calculator.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/pnl-for-multipliers/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/swap-calculator/_example-calc.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/swap-calculator/_swap-calculator.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trader-tools/swap-calculator/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trading-specification/_types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trading-specification/_use-trading-spec-columns.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trading-specification/components/_available-platform.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trading-specification/components/_calculationCard.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trading-specification/components/_constants.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trading-specification/components/_elements.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trading-specification/components/_howItsCalculated.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trading-specification/components/_popup_menu.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trading-specification/components/_trading_spec_table.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trading-specification/data/_commodities_specification.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trading-specification/data/_crypto_specification.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trading-specification/data/_derived_specification.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trading-specification/data/_etfs_specification.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trading-specification/data/_forex_specification.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trading-specification/data/_stocks_specification.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/trading-specification/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/unsubscribe/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/who-we-are/_AboutUsBanner.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/who-we-are/_DerivNumbers.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/who-we-are/_MakeTrading.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/who-we-are/_OurLeadership.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/who-we-are/_OurOffices.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/who-we-are/_OurPrinciples.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/who-we-are/_OurValues.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/who-we-are/_lazy-load.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/who-we-are/_types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/who-we-are/carousel/_Carousel.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/who-we-are/carousel/_ImageMarquee.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/who-we-are/components/_hero.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/who-we-are/components/_map-pin.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/who-we-are/components/_modal.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/who-we-are/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/why-choose-us/_africa-forex-award.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/why-choose-us/_icon-grid.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/why-choose-us/_latam-forex-award.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/pages/why-choose-us/index.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/store/breakpoints-context.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/store/global-provider.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/store/popup-context.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/store/region-context.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/store/website-status-context.tsx (100%) rename {src => themes/gatsby-theme-deriv/src}/styled.d.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/themes/device.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/themes/function.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/themes/global-style.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/themes/media.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/themes/plugin/border-radius.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/themes/plugin/index.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/themes/plugin/margin.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/themes/plugin/padding.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/themes/reset.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/themes/theme.breakpoints.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/themes/theme.types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/themes/variables.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/ach.json (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/ar.json (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/bn.json (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/de.json (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/en.json (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/es.json (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/fr.json (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/id.json (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/it.json (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/ko.json (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/pl.json (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/pt.json (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/ru.json (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/si.json (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/sw.json (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/th.json (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/tr.json (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/vi.json (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/zh_cn.json (100%) rename {src => themes/gatsby-theme-deriv/src}/translations/zh_tw.json (100%) rename {src => themes/gatsby-theme-deriv/src}/types/generics.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/types/graphql.types.ts (100%) rename {src => themes/gatsby-theme-deriv/src}/types/utils.d.ts (100%) diff --git a/src/common/constants.ts b/themes/gatsby-theme-deriv/src/common/constants.ts similarity index 100% rename from src/common/constants.ts rename to themes/gatsby-theme-deriv/src/common/constants.ts diff --git a/src/common/cookies.ts b/themes/gatsby-theme-deriv/src/common/cookies.ts similarity index 100% rename from src/common/cookies.ts rename to themes/gatsby-theme-deriv/src/common/cookies.ts diff --git a/src/common/country-base.ts b/themes/gatsby-theme-deriv/src/common/country-base.ts similarity index 100% rename from src/common/country-base.ts rename to themes/gatsby-theme-deriv/src/common/country-base.ts diff --git a/src/common/live-chat-redirection-checking.ts b/themes/gatsby-theme-deriv/src/common/live-chat-redirection-checking.ts similarity index 100% rename from src/common/live-chat-redirection-checking.ts rename to themes/gatsby-theme-deriv/src/common/live-chat-redirection-checking.ts diff --git a/src/common/login.ts b/themes/gatsby-theme-deriv/src/common/login.ts similarity index 100% rename from src/common/login.ts rename to themes/gatsby-theme-deriv/src/common/login.ts diff --git a/src/common/os-detect.ts b/themes/gatsby-theme-deriv/src/common/os-detect.ts similarity index 100% rename from src/common/os-detect.ts rename to themes/gatsby-theme-deriv/src/common/os-detect.ts diff --git a/src/common/storage.ts b/themes/gatsby-theme-deriv/src/common/storage.ts similarity index 100% rename from src/common/storage.ts rename to themes/gatsby-theme-deriv/src/common/storage.ts diff --git a/src/common/url-base64-functions.ts b/themes/gatsby-theme-deriv/src/common/url-base64-functions.ts similarity index 100% rename from src/common/url-base64-functions.ts rename to themes/gatsby-theme-deriv/src/common/url-base64-functions.ts diff --git a/src/common/utility.ts b/themes/gatsby-theme-deriv/src/common/utility.ts similarity index 100% rename from src/common/utility.ts rename to themes/gatsby-theme-deriv/src/common/utility.ts diff --git a/src/common/validation.ts b/themes/gatsby-theme-deriv/src/common/validation.ts similarity index 100% rename from src/common/validation.ts rename to themes/gatsby-theme-deriv/src/common/validation.ts diff --git a/src/common/websocket/api.calls.types.ts b/themes/gatsby-theme-deriv/src/common/websocket/api.calls.types.ts similarity index 100% rename from src/common/websocket/api.calls.types.ts rename to themes/gatsby-theme-deriv/src/common/websocket/api.calls.types.ts diff --git a/src/common/websocket/config.ts b/themes/gatsby-theme-deriv/src/common/websocket/config.ts similarity index 100% rename from src/common/websocket/config.ts rename to themes/gatsby-theme-deriv/src/common/websocket/config.ts diff --git a/src/common/websocket/index.ts b/themes/gatsby-theme-deriv/src/common/websocket/index.ts similarity index 100% rename from src/common/websocket/index.ts rename to themes/gatsby-theme-deriv/src/common/websocket/index.ts diff --git a/src/common/websocket/types.ts b/themes/gatsby-theme-deriv/src/common/websocket/types.ts similarity index 100% rename from src/common/websocket/types.ts rename to themes/gatsby-theme-deriv/src/common/websocket/types.ts diff --git a/src/components/containers/box.tsx b/themes/gatsby-theme-deriv/src/components/containers/box.tsx similarity index 100% rename from src/components/containers/box.tsx rename to themes/gatsby-theme-deriv/src/components/containers/box.tsx diff --git a/src/components/containers/container.ts b/themes/gatsby-theme-deriv/src/components/containers/container.ts similarity index 100% rename from src/components/containers/container.ts rename to themes/gatsby-theme-deriv/src/components/containers/container.ts diff --git a/src/components/containers/css-grid.ts b/themes/gatsby-theme-deriv/src/components/containers/css-grid.ts similarity index 100% rename from src/components/containers/css-grid.ts rename to themes/gatsby-theme-deriv/src/components/containers/css-grid.ts diff --git a/src/components/containers/flex-grid-container.ts b/themes/gatsby-theme-deriv/src/components/containers/flex-grid-container.ts similarity index 100% rename from src/components/containers/flex-grid-container.ts rename to themes/gatsby-theme-deriv/src/components/containers/flex-grid-container.ts diff --git a/src/components/containers/flex.ts b/themes/gatsby-theme-deriv/src/components/containers/flex.ts similarity index 100% rename from src/components/containers/flex.ts rename to themes/gatsby-theme-deriv/src/components/containers/flex.ts diff --git a/src/components/containers/grid-container.ts b/themes/gatsby-theme-deriv/src/components/containers/grid-container.ts similarity index 100% rename from src/components/containers/grid-container.ts rename to themes/gatsby-theme-deriv/src/components/containers/grid-container.ts diff --git a/src/components/containers/index.ts b/themes/gatsby-theme-deriv/src/components/containers/index.ts similarity index 100% rename from src/components/containers/index.ts rename to themes/gatsby-theme-deriv/src/components/containers/index.ts diff --git a/src/components/containers/number-section.tsx b/themes/gatsby-theme-deriv/src/components/containers/number-section.tsx similarity index 100% rename from src/components/containers/number-section.tsx rename to themes/gatsby-theme-deriv/src/components/containers/number-section.tsx diff --git a/src/components/containers/section-container.ts b/themes/gatsby-theme-deriv/src/components/containers/section-container.ts similarity index 100% rename from src/components/containers/section-container.ts rename to themes/gatsby-theme-deriv/src/components/containers/section-container.ts diff --git a/src/components/containers/seo.tsx b/themes/gatsby-theme-deriv/src/components/containers/seo.tsx similarity index 100% rename from src/components/containers/seo.tsx rename to themes/gatsby-theme-deriv/src/components/containers/seo.tsx diff --git a/src/components/containers/show.js b/themes/gatsby-theme-deriv/src/components/containers/show.js similarity index 100% rename from src/components/containers/show.js rename to themes/gatsby-theme-deriv/src/components/containers/show.js diff --git a/src/components/containers/show.tsx b/themes/gatsby-theme-deriv/src/components/containers/show.tsx similarity index 100% rename from src/components/containers/show.tsx rename to themes/gatsby-theme-deriv/src/components/containers/show.tsx diff --git a/src/components/containers/small-container.ts b/themes/gatsby-theme-deriv/src/components/containers/small-container.ts similarity index 100% rename from src/components/containers/small-container.ts rename to themes/gatsby-theme-deriv/src/components/containers/small-container.ts diff --git a/src/components/containers/visibility.tsx b/themes/gatsby-theme-deriv/src/components/containers/visibility.tsx similarity index 100% rename from src/components/containers/visibility.tsx rename to themes/gatsby-theme-deriv/src/components/containers/visibility.tsx diff --git a/src/components/containers/wrapper.tsx b/themes/gatsby-theme-deriv/src/components/containers/wrapper.tsx similarity index 100% rename from src/components/containers/wrapper.tsx rename to themes/gatsby-theme-deriv/src/components/containers/wrapper.tsx diff --git a/src/components/custom/_agreement-label.tsx b/themes/gatsby-theme-deriv/src/components/custom/_agreement-label.tsx similarity index 100% rename from src/components/custom/_agreement-label.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_agreement-label.tsx diff --git a/src/components/custom/_banner-alert.tsx b/themes/gatsby-theme-deriv/src/components/custom/_banner-alert.tsx similarity index 100% rename from src/components/custom/_banner-alert.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_banner-alert.tsx diff --git a/src/components/custom/_box-styled-flex.tsx b/themes/gatsby-theme-deriv/src/components/custom/_box-styled-flex.tsx similarity index 100% rename from src/components/custom/_box-styled-flex.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_box-styled-flex.tsx diff --git a/src/components/custom/_box-styled-grid.tsx b/themes/gatsby-theme-deriv/src/components/custom/_box-styled-grid.tsx similarity index 100% rename from src/components/custom/_box-styled-grid.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_box-styled-grid.tsx diff --git a/src/components/custom/_button.tsx b/themes/gatsby-theme-deriv/src/components/custom/_button.tsx similarity index 100% rename from src/components/custom/_button.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_button.tsx diff --git a/src/components/custom/_dbanner.tsx b/themes/gatsby-theme-deriv/src/components/custom/_dbanner.tsx similarity index 100% rename from src/components/custom/_dbanner.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_dbanner.tsx diff --git a/src/components/custom/_dhero-2.tsx b/themes/gatsby-theme-deriv/src/components/custom/_dhero-2.tsx similarity index 100% rename from src/components/custom/_dhero-2.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_dhero-2.tsx diff --git a/src/components/custom/_dhero-dmt5.tsx b/themes/gatsby-theme-deriv/src/components/custom/_dhero-dmt5.tsx similarity index 100% rename from src/components/custom/_dhero-dmt5.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_dhero-dmt5.tsx diff --git a/src/components/custom/_dhero.tsx b/themes/gatsby-theme-deriv/src/components/custom/_dhero.tsx similarity index 100% rename from src/components/custom/_dhero.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_dhero.tsx diff --git a/src/components/custom/_dnumbers.tsx b/themes/gatsby-theme-deriv/src/components/custom/_dnumbers.tsx similarity index 100% rename from src/components/custom/_dnumbers.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_dnumbers.tsx diff --git a/src/components/custom/_dtrading.tsx b/themes/gatsby-theme-deriv/src/components/custom/_dtrading.tsx similarity index 100% rename from src/components/custom/_dtrading.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_dtrading.tsx diff --git a/src/components/custom/_eu-redirect-modal.tsx b/themes/gatsby-theme-deriv/src/components/custom/_eu-redirect-modal.tsx similarity index 100% rename from src/components/custom/_eu-redirect-modal.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_eu-redirect-modal.tsx diff --git a/src/components/custom/_hero-shape.tsx b/themes/gatsby-theme-deriv/src/components/custom/_hero-shape.tsx similarity index 100% rename from src/components/custom/_hero-shape.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_hero-shape.tsx diff --git a/src/components/custom/_multi-width-column-download.tsx b/themes/gatsby-theme-deriv/src/components/custom/_multi-width-column-download.tsx similarity index 100% rename from src/components/custom/_multi-width-column-download.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_multi-width-column-download.tsx diff --git a/src/components/custom/_signup-default.tsx b/themes/gatsby-theme-deriv/src/components/custom/_signup-default.tsx similarity index 100% rename from src/components/custom/_signup-default.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_signup-default.tsx diff --git a/src/components/custom/_signup-flat.tsx b/themes/gatsby-theme-deriv/src/components/custom/_signup-flat.tsx similarity index 100% rename from src/components/custom/_signup-flat.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_signup-flat.tsx diff --git a/src/components/custom/_signup-new.tsx b/themes/gatsby-theme-deriv/src/components/custom/_signup-new.tsx similarity index 100% rename from src/components/custom/_signup-new.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_signup-new.tsx diff --git a/src/components/custom/_signup-public.tsx b/themes/gatsby-theme-deriv/src/components/custom/_signup-public.tsx similarity index 100% rename from src/components/custom/_signup-public.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_signup-public.tsx diff --git a/src/components/custom/_simple-steps.tsx b/themes/gatsby-theme-deriv/src/components/custom/_simple-steps.tsx similarity index 100% rename from src/components/custom/_simple-steps.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_simple-steps.tsx diff --git a/src/components/custom/_stepper_view.tsx b/themes/gatsby-theme-deriv/src/components/custom/_stepper_view.tsx similarity index 100% rename from src/components/custom/_stepper_view.tsx rename to themes/gatsby-theme-deriv/src/components/custom/_stepper_view.tsx diff --git a/src/components/custom/carousel/_learn-more.tsx b/themes/gatsby-theme-deriv/src/components/custom/carousel/_learn-more.tsx similarity index 100% rename from src/components/custom/carousel/_learn-more.tsx rename to themes/gatsby-theme-deriv/src/components/custom/carousel/_learn-more.tsx diff --git a/src/components/custom/carousel/_markets-carousel.tsx b/themes/gatsby-theme-deriv/src/components/custom/carousel/_markets-carousel.tsx similarity index 100% rename from src/components/custom/carousel/_markets-carousel.tsx rename to themes/gatsby-theme-deriv/src/components/custom/carousel/_markets-carousel.tsx diff --git a/src/components/custom/carousel/_platforms-carousel.tsx b/themes/gatsby-theme-deriv/src/components/custom/carousel/_platforms-carousel.tsx similarity index 100% rename from src/components/custom/carousel/_platforms-carousel.tsx rename to themes/gatsby-theme-deriv/src/components/custom/carousel/_platforms-carousel.tsx diff --git a/src/components/custom/other-platforms.tsx b/themes/gatsby-theme-deriv/src/components/custom/other-platforms.tsx similarity index 100% rename from src/components/custom/other-platforms.tsx rename to themes/gatsby-theme-deriv/src/components/custom/other-platforms.tsx diff --git a/src/components/custom/signup.tsx b/themes/gatsby-theme-deriv/src/components/custom/signup.tsx similarity index 100% rename from src/components/custom/signup.tsx rename to themes/gatsby-theme-deriv/src/components/custom/signup.tsx diff --git a/src/components/custom/utils.tsx b/themes/gatsby-theme-deriv/src/components/custom/utils.tsx similarity index 100% rename from src/components/custom/utils.tsx rename to themes/gatsby-theme-deriv/src/components/custom/utils.tsx diff --git a/src/components/elements/accordion.tsx b/themes/gatsby-theme-deriv/src/components/elements/accordion.tsx similarity index 100% rename from src/components/elements/accordion.tsx rename to themes/gatsby-theme-deriv/src/components/elements/accordion.tsx diff --git a/src/components/elements/auto-carousel.tsx b/themes/gatsby-theme-deriv/src/components/elements/auto-carousel.tsx similarity index 100% rename from src/components/elements/auto-carousel.tsx rename to themes/gatsby-theme-deriv/src/components/elements/auto-carousel.tsx diff --git a/src/components/elements/background-image-wrapper.tsx b/themes/gatsby-theme-deriv/src/components/elements/background-image-wrapper.tsx similarity index 100% rename from src/components/elements/background-image-wrapper.tsx rename to themes/gatsby-theme-deriv/src/components/elements/background-image-wrapper.tsx diff --git a/src/components/elements/card.tsx b/themes/gatsby-theme-deriv/src/components/elements/card.tsx similarity index 100% rename from src/components/elements/card.tsx rename to themes/gatsby-theme-deriv/src/components/elements/card.tsx diff --git a/src/components/elements/carousel/carousel-style.ts b/themes/gatsby-theme-deriv/src/components/elements/carousel/carousel-style.ts similarity index 100% rename from src/components/elements/carousel/carousel-style.ts rename to themes/gatsby-theme-deriv/src/components/elements/carousel/carousel-style.ts diff --git a/src/components/elements/carousel/carousel.tsx b/themes/gatsby-theme-deriv/src/components/elements/carousel/carousel.tsx similarity index 100% rename from src/components/elements/carousel/carousel.tsx rename to themes/gatsby-theme-deriv/src/components/elements/carousel/carousel.tsx diff --git a/src/components/elements/carousel/index.ts b/themes/gatsby-theme-deriv/src/components/elements/carousel/index.ts similarity index 100% rename from src/components/elements/carousel/index.ts rename to themes/gatsby-theme-deriv/src/components/elements/carousel/index.ts diff --git a/src/components/elements/checkbox.tsx b/themes/gatsby-theme-deriv/src/components/elements/checkbox.tsx similarity index 100% rename from src/components/elements/checkbox.tsx rename to themes/gatsby-theme-deriv/src/components/elements/checkbox.tsx diff --git a/src/components/elements/common-header-section.tsx b/themes/gatsby-theme-deriv/src/components/elements/common-header-section.tsx similarity index 100% rename from src/components/elements/common-header-section.tsx rename to themes/gatsby-theme-deriv/src/components/elements/common-header-section.tsx diff --git a/src/components/elements/default-tab.tsx b/themes/gatsby-theme-deriv/src/components/elements/default-tab.tsx similarity index 100% rename from src/components/elements/default-tab.tsx rename to themes/gatsby-theme-deriv/src/components/elements/default-tab.tsx diff --git a/src/components/elements/divider.ts b/themes/gatsby-theme-deriv/src/components/elements/divider.ts similarity index 100% rename from src/components/elements/divider.ts rename to themes/gatsby-theme-deriv/src/components/elements/divider.ts diff --git a/src/components/elements/dot-loader.ts b/themes/gatsby-theme-deriv/src/components/elements/dot-loader.ts similarity index 100% rename from src/components/elements/dot-loader.ts rename to themes/gatsby-theme-deriv/src/components/elements/dot-loader.ts diff --git a/src/components/elements/dropdown-search.tsx b/themes/gatsby-theme-deriv/src/components/elements/dropdown-search.tsx similarity index 100% rename from src/components/elements/dropdown-search.tsx rename to themes/gatsby-theme-deriv/src/components/elements/dropdown-search.tsx diff --git a/src/components/elements/dropdown.tsx b/themes/gatsby-theme-deriv/src/components/elements/dropdown.tsx similarity index 100% rename from src/components/elements/dropdown.tsx rename to themes/gatsby-theme-deriv/src/components/elements/dropdown.tsx diff --git a/src/components/elements/full-width-multicolumn.tsx b/themes/gatsby-theme-deriv/src/components/elements/full-width-multicolumn.tsx similarity index 100% rename from src/components/elements/full-width-multicolumn.tsx rename to themes/gatsby-theme-deriv/src/components/elements/full-width-multicolumn.tsx diff --git a/src/components/elements/image-with-direction.tsx b/themes/gatsby-theme-deriv/src/components/elements/image-with-direction.tsx similarity index 100% rename from src/components/elements/image-with-direction.tsx rename to themes/gatsby-theme-deriv/src/components/elements/image-with-direction.tsx diff --git a/src/components/elements/index.ts b/themes/gatsby-theme-deriv/src/components/elements/index.ts similarity index 100% rename from src/components/elements/index.ts rename to themes/gatsby-theme-deriv/src/components/elements/index.ts diff --git a/src/components/elements/link.tsx b/themes/gatsby-theme-deriv/src/components/elements/link.tsx similarity index 100% rename from src/components/elements/link.tsx rename to themes/gatsby-theme-deriv/src/components/elements/link.tsx diff --git a/src/components/elements/lists.tsx b/themes/gatsby-theme-deriv/src/components/elements/lists.tsx similarity index 100% rename from src/components/elements/lists.tsx rename to themes/gatsby-theme-deriv/src/components/elements/lists.tsx diff --git a/src/components/elements/livechat-link-text.tsx b/themes/gatsby-theme-deriv/src/components/elements/livechat-link-text.tsx similarity index 100% rename from src/components/elements/livechat-link-text.tsx rename to themes/gatsby-theme-deriv/src/components/elements/livechat-link-text.tsx diff --git a/src/components/elements/localized-link-text.js b/themes/gatsby-theme-deriv/src/components/elements/localized-link-text.js similarity index 100% rename from src/components/elements/localized-link-text.js rename to themes/gatsby-theme-deriv/src/components/elements/localized-link-text.js diff --git a/src/components/elements/market-tab/_styles.tsx b/themes/gatsby-theme-deriv/src/components/elements/market-tab/_styles.tsx similarity index 100% rename from src/components/elements/market-tab/_styles.tsx rename to themes/gatsby-theme-deriv/src/components/elements/market-tab/_styles.tsx diff --git a/src/components/elements/market-tab/_types.ts b/themes/gatsby-theme-deriv/src/components/elements/market-tab/_types.ts similarity index 100% rename from src/components/elements/market-tab/_types.ts rename to themes/gatsby-theme-deriv/src/components/elements/market-tab/_types.ts diff --git a/src/components/elements/market-tab/_utils.ts b/themes/gatsby-theme-deriv/src/components/elements/market-tab/_utils.ts similarity index 100% rename from src/components/elements/market-tab/_utils.ts rename to themes/gatsby-theme-deriv/src/components/elements/market-tab/_utils.ts diff --git a/src/components/elements/market-tab/index.tsx b/themes/gatsby-theme-deriv/src/components/elements/market-tab/index.tsx similarity index 100% rename from src/components/elements/market-tab/index.tsx rename to themes/gatsby-theme-deriv/src/components/elements/market-tab/index.tsx diff --git a/src/components/elements/modal.tsx b/themes/gatsby-theme-deriv/src/components/elements/modal.tsx similarity index 100% rename from src/components/elements/modal.tsx rename to themes/gatsby-theme-deriv/src/components/elements/modal.tsx diff --git a/src/components/elements/multi-width-column.tsx b/themes/gatsby-theme-deriv/src/components/elements/multi-width-column.tsx similarity index 100% rename from src/components/elements/multi-width-column.tsx rename to themes/gatsby-theme-deriv/src/components/elements/multi-width-column.tsx diff --git a/src/components/elements/off-canvas-menu-career.tsx b/themes/gatsby-theme-deriv/src/components/elements/off-canvas-menu-career.tsx similarity index 100% rename from src/components/elements/off-canvas-menu-career.tsx rename to themes/gatsby-theme-deriv/src/components/elements/off-canvas-menu-career.tsx diff --git a/src/components/elements/off-canvas-menu.tsx b/themes/gatsby-theme-deriv/src/components/elements/off-canvas-menu.tsx similarity index 100% rename from src/components/elements/off-canvas-menu.tsx rename to themes/gatsby-theme-deriv/src/components/elements/off-canvas-menu.tsx diff --git a/src/components/elements/pagination.tsx b/themes/gatsby-theme-deriv/src/components/elements/pagination.tsx similarity index 100% rename from src/components/elements/pagination.tsx rename to themes/gatsby-theme-deriv/src/components/elements/pagination.tsx diff --git a/src/components/elements/query-image.tsx b/themes/gatsby-theme-deriv/src/components/elements/query-image.tsx similarity index 100% rename from src/components/elements/query-image.tsx rename to themes/gatsby-theme-deriv/src/components/elements/query-image.tsx diff --git a/src/components/elements/roadmap.tsx b/themes/gatsby-theme-deriv/src/components/elements/roadmap.tsx similarity index 100% rename from src/components/elements/roadmap.tsx rename to themes/gatsby-theme-deriv/src/components/elements/roadmap.tsx diff --git a/src/components/elements/stepper-view.tsx b/themes/gatsby-theme-deriv/src/components/elements/stepper-view.tsx similarity index 100% rename from src/components/elements/stepper-view.tsx rename to themes/gatsby-theme-deriv/src/components/elements/stepper-view.tsx diff --git a/src/components/elements/symbols-shortcode.ts b/themes/gatsby-theme-deriv/src/components/elements/symbols-shortcode.ts similarity index 100% rename from src/components/elements/symbols-shortcode.ts rename to themes/gatsby-theme-deriv/src/components/elements/symbols-shortcode.ts diff --git a/src/components/elements/symbols.ts b/themes/gatsby-theme-deriv/src/components/elements/symbols.ts similarity index 100% rename from src/components/elements/symbols.ts rename to themes/gatsby-theme-deriv/src/components/elements/symbols.ts diff --git a/src/components/elements/timeline.tsx b/themes/gatsby-theme-deriv/src/components/elements/timeline.tsx similarity index 100% rename from src/components/elements/timeline.tsx rename to themes/gatsby-theme-deriv/src/components/elements/timeline.tsx diff --git a/src/components/elements/typography.ts b/themes/gatsby-theme-deriv/src/components/elements/typography.ts similarity index 100% rename from src/components/elements/typography.ts rename to themes/gatsby-theme-deriv/src/components/elements/typography.ts diff --git a/src/components/form/button.ts b/themes/gatsby-theme-deriv/src/components/form/button.ts similarity index 100% rename from src/components/form/button.ts rename to themes/gatsby-theme-deriv/src/components/form/button.ts diff --git a/src/components/form/index.ts b/themes/gatsby-theme-deriv/src/components/form/index.ts similarity index 100% rename from src/components/form/index.ts rename to themes/gatsby-theme-deriv/src/components/form/index.ts diff --git a/src/components/form/input.tsx b/themes/gatsby-theme-deriv/src/components/form/input.tsx similarity index 100% rename from src/components/form/input.tsx rename to themes/gatsby-theme-deriv/src/components/form/input.tsx diff --git a/src/components/form/link-button.ts b/themes/gatsby-theme-deriv/src/components/form/link-button.ts similarity index 100% rename from src/components/form/link-button.ts rename to themes/gatsby-theme-deriv/src/components/form/link-button.ts diff --git a/src/components/graphql/image-fragments.ts b/themes/gatsby-theme-deriv/src/components/graphql/image-fragments.ts similarity index 100% rename from src/components/graphql/image-fragments.ts rename to themes/gatsby-theme-deriv/src/components/graphql/image-fragments.ts diff --git a/src/components/hooks/use-active-link-state.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-active-link-state.tsx similarity index 100% rename from src/components/hooks/use-active-link-state.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-active-link-state.tsx diff --git a/src/components/hooks/use-auth-check.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-auth-check.tsx similarity index 100% rename from src/components/hooks/use-auth-check.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-auth-check.tsx diff --git a/src/components/hooks/use-breakpoints.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-breakpoints.tsx similarity index 100% rename from src/components/hooks/use-breakpoints.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-breakpoints.tsx diff --git a/src/components/hooks/use-browser-resize.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-browser-resize.tsx similarity index 100% rename from src/components/hooks/use-browser-resize.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-browser-resize.tsx diff --git a/src/components/hooks/use-client-information.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-client-information.tsx similarity index 100% rename from src/components/hooks/use-client-information.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-client-information.tsx diff --git a/src/components/hooks/use-cookie-banner.ts b/themes/gatsby-theme-deriv/src/components/hooks/use-cookie-banner.ts similarity index 100% rename from src/components/hooks/use-cookie-banner.ts rename to themes/gatsby-theme-deriv/src/components/hooks/use-cookie-banner.ts diff --git a/src/components/hooks/use-cookie-state.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-cookie-state.tsx similarity index 100% rename from src/components/hooks/use-cookie-state.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-cookie-state.tsx diff --git a/src/components/hooks/use-debounced-effect.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-debounced-effect.tsx similarity index 100% rename from src/components/hooks/use-debounced-effect.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-debounced-effect.tsx diff --git a/src/components/hooks/use-dropdown.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-dropdown.tsx similarity index 100% rename from src/components/hooks/use-dropdown.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-dropdown.tsx diff --git a/src/components/hooks/use-dynamic-visible-content.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-dynamic-visible-content.tsx similarity index 100% rename from src/components/hooks/use-dynamic-visible-content.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-dynamic-visible-content.tsx diff --git a/src/components/hooks/use-gtm-data.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-gtm-data.tsx similarity index 100% rename from src/components/hooks/use-gtm-data.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-gtm-data.tsx diff --git a/src/components/hooks/use-handle-lazy-load.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-handle-lazy-load.tsx similarity index 100% rename from src/components/hooks/use-handle-lazy-load.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-handle-lazy-load.tsx diff --git a/src/components/hooks/use-handle-login.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-handle-login.tsx similarity index 100% rename from src/components/hooks/use-handle-login.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-handle-login.tsx diff --git a/src/components/hooks/use-handle-signup.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-handle-signup.tsx similarity index 100% rename from src/components/hooks/use-handle-signup.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-handle-signup.tsx diff --git a/src/components/hooks/use-isrtl.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-isrtl.tsx similarity index 100% rename from src/components/hooks/use-isrtl.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-isrtl.tsx diff --git a/src/components/hooks/use-lang-direction.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-lang-direction.tsx similarity index 100% rename from src/components/hooks/use-lang-direction.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-lang-direction.tsx diff --git a/src/components/hooks/use-lazy-video.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-lazy-video.tsx similarity index 100% rename from src/components/hooks/use-lazy-video.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-lazy-video.tsx diff --git a/src/components/hooks/use-livechat.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-livechat.tsx similarity index 100% rename from src/components/hooks/use-livechat.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-livechat.tsx diff --git a/src/components/hooks/use-localstorage-state.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-localstorage-state.tsx similarity index 100% rename from src/components/hooks/use-localstorage-state.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-localstorage-state.tsx diff --git a/src/components/hooks/use-media-query.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-media-query.tsx similarity index 100% rename from src/components/hooks/use-media-query.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-media-query.tsx diff --git a/src/components/hooks/use-open-live-chat-redirection.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-open-live-chat-redirection.tsx similarity index 100% rename from src/components/hooks/use-open-live-chat-redirection.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-open-live-chat-redirection.tsx diff --git a/src/components/hooks/use-outside-click.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-outside-click.tsx similarity index 100% rename from src/components/hooks/use-outside-click.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-outside-click.tsx diff --git a/src/components/hooks/use-page-loaded.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-page-loaded.tsx similarity index 100% rename from src/components/hooks/use-page-loaded.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-page-loaded.tsx diff --git a/src/components/hooks/use-platform-query-param.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-platform-query-param.tsx similarity index 100% rename from src/components/hooks/use-platform-query-param.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-platform-query-param.tsx diff --git a/src/components/hooks/use-popup.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-popup.tsx similarity index 100% rename from src/components/hooks/use-popup.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-popup.tsx diff --git a/src/components/hooks/use-pricing-feed.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-pricing-feed.tsx similarity index 100% rename from src/components/hooks/use-pricing-feed.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-pricing-feed.tsx diff --git a/src/components/hooks/use-recursive-timeout.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-recursive-timeout.tsx similarity index 100% rename from src/components/hooks/use-recursive-timeout.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-recursive-timeout.tsx diff --git a/src/components/hooks/use-region.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-region.tsx similarity index 100% rename from src/components/hooks/use-region.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-region.tsx diff --git a/src/components/hooks/use-screen-size.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-screen-size.tsx similarity index 100% rename from src/components/hooks/use-screen-size.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-screen-size.tsx diff --git a/src/components/hooks/use-scroll.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-scroll.tsx similarity index 100% rename from src/components/hooks/use-scroll.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-scroll.tsx diff --git a/src/components/hooks/use-social-media-url.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-social-media-url.tsx similarity index 100% rename from src/components/hooks/use-social-media-url.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-social-media-url.tsx diff --git a/src/components/hooks/use-tab-state-query.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-tab-state-query.tsx similarity index 100% rename from src/components/hooks/use-tab-state-query.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-tab-state-query.tsx diff --git a/src/components/hooks/use-tab-state.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-tab-state.tsx similarity index 100% rename from src/components/hooks/use-tab-state.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-tab-state.tsx diff --git a/src/components/hooks/use-user-browser.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-user-browser.tsx similarity index 100% rename from src/components/hooks/use-user-browser.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-user-browser.tsx diff --git a/src/components/hooks/use-visible-content.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-visible-content.tsx similarity index 100% rename from src/components/hooks/use-visible-content.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-visible-content.tsx diff --git a/src/components/hooks/use-website-status.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-website-status.tsx similarity index 100% rename from src/components/hooks/use-website-status.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-website-status.tsx diff --git a/src/components/hooks/use-window-size.tsx b/themes/gatsby-theme-deriv/src/components/hooks/use-window-size.tsx similarity index 100% rename from src/components/hooks/use-window-size.tsx rename to themes/gatsby-theme-deriv/src/components/hooks/use-window-size.tsx diff --git a/src/components/hooks/useSubscription.ts b/themes/gatsby-theme-deriv/src/components/hooks/useSubscription.ts similarity index 100% rename from src/components/hooks/useSubscription.ts rename to themes/gatsby-theme-deriv/src/components/hooks/useSubscription.ts diff --git a/src/components/hooks/useWS.ts b/themes/gatsby-theme-deriv/src/components/hooks/useWS.ts similarity index 100% rename from src/components/hooks/useWS.ts rename to themes/gatsby-theme-deriv/src/components/hooks/useWS.ts diff --git a/src/components/layout/floating-action-button.tsx b/themes/gatsby-theme-deriv/src/components/layout/floating-action-button.tsx similarity index 100% rename from src/components/layout/floating-action-button.tsx rename to themes/gatsby-theme-deriv/src/components/layout/floating-action-button.tsx diff --git a/src/components/layout/index.ts b/themes/gatsby-theme-deriv/src/components/layout/index.ts similarity index 100% rename from src/components/layout/index.ts rename to themes/gatsby-theme-deriv/src/components/layout/index.ts diff --git a/src/components/layout/layout-overlay.tsx b/themes/gatsby-theme-deriv/src/components/layout/layout-overlay.tsx similarity index 100% rename from src/components/layout/layout-overlay.tsx rename to themes/gatsby-theme-deriv/src/components/layout/layout-overlay.tsx diff --git a/src/components/layout/layout.tsx b/themes/gatsby-theme-deriv/src/components/layout/layout.tsx similarity index 100% rename from src/components/layout/layout.tsx rename to themes/gatsby-theme-deriv/src/components/layout/layout.tsx diff --git a/src/components/layout/livechat.tsx b/themes/gatsby-theme-deriv/src/components/layout/livechat.tsx similarity index 100% rename from src/components/layout/livechat.tsx rename to themes/gatsby-theme-deriv/src/components/layout/livechat.tsx diff --git a/src/components/layout/location-context.tsx b/themes/gatsby-theme-deriv/src/components/layout/location-context.tsx similarity index 100% rename from src/components/layout/location-context.tsx rename to themes/gatsby-theme-deriv/src/components/layout/location-context.tsx diff --git a/src/components/layout/whatsapp.tsx b/themes/gatsby-theme-deriv/src/components/layout/whatsapp.tsx similarity index 100% rename from src/components/layout/whatsapp.tsx rename to themes/gatsby-theme-deriv/src/components/layout/whatsapp.tsx diff --git a/src/components/localization/config.tsx b/themes/gatsby-theme-deriv/src/components/localization/config.tsx similarity index 100% rename from src/components/localization/config.tsx rename to themes/gatsby-theme-deriv/src/components/localization/config.tsx diff --git a/src/components/localization/flags.ts b/themes/gatsby-theme-deriv/src/components/localization/flags.ts similarity index 100% rename from src/components/localization/flags.ts rename to themes/gatsby-theme-deriv/src/components/localization/flags.ts diff --git a/src/components/localization/index.tsx b/themes/gatsby-theme-deriv/src/components/localization/index.tsx similarity index 100% rename from src/components/localization/index.tsx rename to themes/gatsby-theme-deriv/src/components/localization/index.tsx diff --git a/src/components/localization/language-dropdown.tsx b/themes/gatsby-theme-deriv/src/components/localization/language-dropdown.tsx similarity index 100% rename from src/components/localization/language-dropdown.tsx rename to themes/gatsby-theme-deriv/src/components/localization/language-dropdown.tsx diff --git a/src/components/localization/language-switcher.tsx b/themes/gatsby-theme-deriv/src/components/localization/language-switcher.tsx similarity index 100% rename from src/components/localization/language-switcher.tsx rename to themes/gatsby-theme-deriv/src/components/localization/language-switcher.tsx diff --git a/src/components/localization/locale-context.tsx b/themes/gatsby-theme-deriv/src/components/localization/locale-context.tsx similarity index 100% rename from src/components/localization/locale-context.tsx rename to themes/gatsby-theme-deriv/src/components/localization/locale-context.tsx diff --git a/src/components/localization/localize.tsx b/themes/gatsby-theme-deriv/src/components/localization/localize.tsx similarity index 100% rename from src/components/localization/localize.tsx rename to themes/gatsby-theme-deriv/src/components/localization/localize.tsx diff --git a/src/components/localization/localized-link.tsx b/themes/gatsby-theme-deriv/src/components/localization/localized-link.tsx similarity index 100% rename from src/components/localization/localized-link.tsx rename to themes/gatsby-theme-deriv/src/components/localization/localized-link.tsx diff --git a/src/components/localization/withIntl.tsx b/themes/gatsby-theme-deriv/src/components/localization/withIntl.tsx similarity index 100% rename from src/components/localization/withIntl.tsx rename to themes/gatsby-theme-deriv/src/components/localization/withIntl.tsx diff --git a/src/components/stories/button.stories.tsx b/themes/gatsby-theme-deriv/src/components/stories/button.stories.tsx similarity index 100% rename from src/components/stories/button.stories.tsx rename to themes/gatsby-theme-deriv/src/components/stories/button.stories.tsx diff --git a/src/components/stories/typography.stories.tsx b/themes/gatsby-theme-deriv/src/components/stories/typography.stories.tsx similarity index 100% rename from src/components/stories/typography.stories.tsx rename to themes/gatsby-theme-deriv/src/components/stories/typography.stories.tsx diff --git a/src/custom.d.ts b/themes/gatsby-theme-deriv/src/custom.d.ts similarity index 100% rename from src/custom.d.ts rename to themes/gatsby-theme-deriv/src/custom.d.ts diff --git a/src/features/components/atoms/accordion/accordion-item/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/accordion/accordion-item/index.tsx similarity index 100% rename from src/features/components/atoms/accordion/accordion-item/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/accordion/accordion-item/index.tsx diff --git a/src/features/components/atoms/accordion/accordion-root/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/accordion/accordion-root/index.tsx similarity index 100% rename from src/features/components/atoms/accordion/accordion-root/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/accordion/accordion-root/index.tsx diff --git a/src/features/components/atoms/accordion/accordion-shadow-item/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/accordion/accordion-shadow-item/index.tsx similarity index 100% rename from src/features/components/atoms/accordion/accordion-shadow-item/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/accordion/accordion-shadow-item/index.tsx diff --git a/src/features/components/atoms/accordion/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/accordion/index.tsx similarity index 100% rename from src/features/components/atoms/accordion/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/accordion/index.tsx diff --git a/src/features/components/atoms/alert/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/alert/index.tsx similarity index 100% rename from src/features/components/atoms/alert/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/alert/index.tsx diff --git a/src/features/components/atoms/box/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/box/index.tsx similarity index 100% rename from src/features/components/atoms/box/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/box/index.tsx diff --git a/src/features/components/atoms/button/base/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/button/base/index.tsx similarity index 100% rename from src/features/components/atoms/button/base/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/button/base/index.tsx diff --git a/src/features/components/atoms/button/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/button/index.tsx similarity index 100% rename from src/features/components/atoms/button/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/button/index.tsx diff --git a/src/features/components/atoms/button/primary/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/button/primary/index.tsx similarity index 100% rename from src/features/components/atoms/button/primary/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/button/primary/index.tsx diff --git a/src/features/components/atoms/button/secondary/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/button/secondary/index.tsx similarity index 100% rename from src/features/components/atoms/button/secondary/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/button/secondary/index.tsx diff --git a/src/features/components/atoms/button/tab/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/button/tab/index.tsx similarity index 100% rename from src/features/components/atoms/button/tab/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/button/tab/index.tsx diff --git a/src/features/components/atoms/card/card-basic/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/card/card-basic/index.tsx similarity index 100% rename from src/features/components/atoms/card/card-basic/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/card/card-basic/index.tsx diff --git a/src/features/components/atoms/card/card-primary/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/card/card-primary/index.tsx similarity index 100% rename from src/features/components/atoms/card/card-primary/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/card/card-primary/index.tsx diff --git a/src/features/components/atoms/card/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/card/index.tsx similarity index 100% rename from src/features/components/atoms/card/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/card/index.tsx diff --git a/src/features/components/atoms/card/type.ts b/themes/gatsby-theme-deriv/src/features/components/atoms/card/type.ts similarity index 100% rename from src/features/components/atoms/card/type.ts rename to themes/gatsby-theme-deriv/src/features/components/atoms/card/type.ts diff --git a/src/features/components/atoms/container/fixed/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/container/fixed/index.tsx similarity index 100% rename from src/features/components/atoms/container/fixed/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/container/fixed/index.tsx diff --git a/src/features/components/atoms/container/fluid/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/container/fluid/index.tsx similarity index 100% rename from src/features/components/atoms/container/fluid/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/container/fluid/index.tsx diff --git a/src/features/components/atoms/container/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/container/index.tsx similarity index 100% rename from src/features/components/atoms/container/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/container/index.tsx diff --git a/src/features/components/atoms/flex-box/box/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/flex-box/box/index.tsx similarity index 100% rename from src/features/components/atoms/flex-box/box/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/flex-box/box/index.tsx diff --git a/src/features/components/atoms/flex-box/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/flex-box/index.tsx similarity index 100% rename from src/features/components/atoms/flex-box/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/flex-box/index.tsx diff --git a/src/features/components/atoms/flex-box/item/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/flex-box/item/index.tsx similarity index 100% rename from src/features/components/atoms/flex-box/item/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/flex-box/item/index.tsx diff --git a/src/features/components/atoms/icon/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/icon/index.tsx similarity index 100% rename from src/features/components/atoms/icon/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/icon/index.tsx diff --git a/src/features/components/atoms/image/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/image/index.tsx similarity index 100% rename from src/features/components/atoms/image/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/image/index.tsx diff --git a/src/features/components/atoms/input/checkbox/__tests__/index.spec.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/input/checkbox/__tests__/index.spec.tsx similarity index 100% rename from src/features/components/atoms/input/checkbox/__tests__/index.spec.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/input/checkbox/__tests__/index.spec.tsx diff --git a/src/features/components/atoms/input/checkbox/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/input/checkbox/index.tsx similarity index 100% rename from src/features/components/atoms/input/checkbox/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/input/checkbox/index.tsx diff --git a/src/features/components/atoms/input/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/input/index.tsx similarity index 100% rename from src/features/components/atoms/input/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/input/index.tsx diff --git a/src/features/components/atoms/input/text/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/input/text/index.tsx similarity index 100% rename from src/features/components/atoms/input/text/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/input/text/index.tsx diff --git a/src/features/components/atoms/label/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/label/index.tsx similarity index 100% rename from src/features/components/atoms/label/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/label/index.tsx diff --git a/src/features/components/atoms/link-button/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/link-button/index.tsx similarity index 100% rename from src/features/components/atoms/link-button/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/link-button/index.tsx diff --git a/src/features/components/atoms/link-button/primary/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/link-button/primary/index.tsx similarity index 100% rename from src/features/components/atoms/link-button/primary/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/link-button/primary/index.tsx diff --git a/src/features/components/atoms/link-button/secondary/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/link-button/secondary/index.tsx similarity index 100% rename from src/features/components/atoms/link-button/secondary/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/link-button/secondary/index.tsx diff --git a/src/features/components/atoms/link/external.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/link/external.tsx similarity index 100% rename from src/features/components/atoms/link/external.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/link/external.tsx diff --git a/src/features/components/atoms/link/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/link/index.tsx similarity index 100% rename from src/features/components/atoms/link/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/link/index.tsx diff --git a/src/features/components/atoms/link/internal.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/link/internal.tsx similarity index 100% rename from src/features/components/atoms/link/internal.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/link/internal.tsx diff --git a/src/features/components/atoms/loading/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/loading/index.tsx similarity index 100% rename from src/features/components/atoms/loading/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/loading/index.tsx diff --git a/src/features/components/atoms/loading/loading.module.scss b/themes/gatsby-theme-deriv/src/features/components/atoms/loading/loading.module.scss similarity index 100% rename from src/features/components/atoms/loading/loading.module.scss rename to themes/gatsby-theme-deriv/src/features/components/atoms/loading/loading.module.scss diff --git a/src/features/components/atoms/tab/base/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/tab/base/index.tsx similarity index 100% rename from src/features/components/atoms/tab/base/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/tab/base/index.tsx diff --git a/src/features/components/atoms/tab/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/tab/index.tsx similarity index 100% rename from src/features/components/atoms/tab/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/tab/index.tsx diff --git a/src/features/components/atoms/tab/tab-content/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/tab/tab-content/index.tsx similarity index 100% rename from src/features/components/atoms/tab/tab-content/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/tab/tab-content/index.tsx diff --git a/src/features/components/atoms/tab/tab-content/tab-content.module.scss b/themes/gatsby-theme-deriv/src/features/components/atoms/tab/tab-content/tab-content.module.scss similarity index 100% rename from src/features/components/atoms/tab/tab-content/tab-content.module.scss rename to themes/gatsby-theme-deriv/src/features/components/atoms/tab/tab-content/tab-content.module.scss diff --git a/src/features/components/atoms/tab/tab-menu-item/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/tab/tab-menu-item/index.tsx similarity index 100% rename from src/features/components/atoms/tab/tab-menu-item/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/tab/tab-menu-item/index.tsx diff --git a/src/features/components/atoms/tab/tab-switcher/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/tab/tab-switcher/index.tsx similarity index 100% rename from src/features/components/atoms/tab/tab-switcher/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/tab/tab-switcher/index.tsx diff --git a/src/features/components/atoms/tab/tab-switcher/tab-switcher.module.scss b/themes/gatsby-theme-deriv/src/features/components/atoms/tab/tab-switcher/tab-switcher.module.scss similarity index 100% rename from src/features/components/atoms/tab/tab-switcher/tab-switcher.module.scss rename to themes/gatsby-theme-deriv/src/features/components/atoms/tab/tab-switcher/tab-switcher.module.scss diff --git a/src/features/components/atoms/tab/types.ts b/themes/gatsby-theme-deriv/src/features/components/atoms/tab/types.ts similarity index 100% rename from src/features/components/atoms/tab/types.ts rename to themes/gatsby-theme-deriv/src/features/components/atoms/tab/types.ts diff --git a/src/features/components/atoms/table/base/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/table/base/index.tsx similarity index 100% rename from src/features/components/atoms/table/base/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/table/base/index.tsx diff --git a/src/features/components/atoms/table/base/table-header.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/table/base/table-header.tsx similarity index 100% rename from src/features/components/atoms/table/base/table-header.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/table/base/table-header.tsx diff --git a/src/features/components/atoms/table/base/table-row.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/table/base/table-row.tsx similarity index 100% rename from src/features/components/atoms/table/base/table-row.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/table/base/table-row.tsx diff --git a/src/features/components/atoms/table/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/table/index.tsx similarity index 100% rename from src/features/components/atoms/table/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/table/index.tsx diff --git a/src/features/components/atoms/table/shadow-table/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/table/shadow-table/index.tsx similarity index 100% rename from src/features/components/atoms/table/shadow-table/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/table/shadow-table/index.tsx diff --git a/src/features/components/atoms/table/types.ts b/themes/gatsby-theme-deriv/src/features/components/atoms/table/types.ts similarity index 100% rename from src/features/components/atoms/table/types.ts rename to themes/gatsby-theme-deriv/src/features/components/atoms/table/types.ts diff --git a/src/features/components/atoms/typography/base/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/typography/base/index.tsx similarity index 100% rename from src/features/components/atoms/typography/base/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/typography/base/index.tsx diff --git a/src/features/components/atoms/typography/heading/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/typography/heading/index.tsx similarity index 100% rename from src/features/components/atoms/typography/heading/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/typography/heading/index.tsx diff --git a/src/features/components/atoms/typography/hero/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/typography/hero/index.tsx similarity index 100% rename from src/features/components/atoms/typography/hero/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/typography/hero/index.tsx diff --git a/src/features/components/atoms/typography/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/typography/index.tsx similarity index 100% rename from src/features/components/atoms/typography/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/typography/index.tsx diff --git a/src/features/components/atoms/typography/link/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/typography/link/index.tsx similarity index 100% rename from src/features/components/atoms/typography/link/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/typography/link/index.tsx diff --git a/src/features/components/atoms/typography/paragraph/index.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/typography/paragraph/index.tsx similarity index 100% rename from src/features/components/atoms/typography/paragraph/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/atoms/typography/paragraph/index.tsx diff --git a/src/features/components/molecules/browser-update-alert/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/browser-update-alert/index.tsx similarity index 100% rename from src/features/components/molecules/browser-update-alert/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/browser-update-alert/index.tsx diff --git a/src/features/components/molecules/instruments-table/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/instruments-table/index.tsx similarity index 100% rename from src/features/components/molecules/instruments-table/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/instruments-table/index.tsx diff --git a/src/features/components/molecules/instruments-table/instrumental-table.module.scss b/themes/gatsby-theme-deriv/src/features/components/molecules/instruments-table/instrumental-table.module.scss similarity index 100% rename from src/features/components/molecules/instruments-table/instrumental-table.module.scss rename to themes/gatsby-theme-deriv/src/features/components/molecules/instruments-table/instrumental-table.module.scss diff --git a/src/features/components/molecules/instruments-table/single-item-instruments/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/instruments-table/single-item-instruments/index.tsx similarity index 100% rename from src/features/components/molecules/instruments-table/single-item-instruments/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/instruments-table/single-item-instruments/index.tsx diff --git a/src/features/components/molecules/instruments-table/single-item-instruments/symbol-text/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/instruments-table/single-item-instruments/symbol-text/index.tsx similarity index 100% rename from src/features/components/molecules/instruments-table/single-item-instruments/symbol-text/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/instruments-table/single-item-instruments/symbol-text/index.tsx diff --git a/src/features/components/molecules/instruments-table/types.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/instruments-table/types.tsx similarity index 100% rename from src/features/components/molecules/instruments-table/types.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/instruments-table/types.tsx diff --git a/src/features/components/molecules/language-switcher/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/language-switcher/index.tsx similarity index 100% rename from src/features/components/molecules/language-switcher/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/language-switcher/index.tsx diff --git a/src/features/components/molecules/language-switcher/language-switcher.module.scss b/themes/gatsby-theme-deriv/src/features/components/molecules/language-switcher/language-switcher.module.scss similarity index 100% rename from src/features/components/molecules/language-switcher/language-switcher.module.scss rename to themes/gatsby-theme-deriv/src/features/components/molecules/language-switcher/language-switcher.module.scss diff --git a/src/features/components/molecules/language-switcher/useLangSwitcher.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/language-switcher/useLangSwitcher.tsx similarity index 100% rename from src/features/components/molecules/language-switcher/useLangSwitcher.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/language-switcher/useLangSwitcher.tsx diff --git a/src/features/components/molecules/layout-overlay/cfd-warning-banner/cfd-warning-banner.module.scss b/themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/cfd-warning-banner/cfd-warning-banner.module.scss similarity index 100% rename from src/features/components/molecules/layout-overlay/cfd-warning-banner/cfd-warning-banner.module.scss rename to themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/cfd-warning-banner/cfd-warning-banner.module.scss diff --git a/src/features/components/molecules/layout-overlay/cfd-warning-banner/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/cfd-warning-banner/index.tsx similarity index 100% rename from src/features/components/molecules/layout-overlay/cfd-warning-banner/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/cfd-warning-banner/index.tsx diff --git a/src/features/components/molecules/layout-overlay/cookie-banner/cookie-banner.module.scss b/themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/cookie-banner/cookie-banner.module.scss similarity index 100% rename from src/features/components/molecules/layout-overlay/cookie-banner/cookie-banner.module.scss rename to themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/cookie-banner/cookie-banner.module.scss diff --git a/src/features/components/molecules/layout-overlay/cookie-banner/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/cookie-banner/index.tsx similarity index 100% rename from src/features/components/molecules/layout-overlay/cookie-banner/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/cookie-banner/index.tsx diff --git a/src/features/components/molecules/layout-overlay/floating-button/floating-button.scss b/themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/floating-button/floating-button.scss similarity index 100% rename from src/features/components/molecules/layout-overlay/floating-button/floating-button.scss rename to themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/floating-button/floating-button.scss diff --git a/src/features/components/molecules/layout-overlay/floating-button/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/floating-button/index.tsx similarity index 100% rename from src/features/components/molecules/layout-overlay/floating-button/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/floating-button/index.tsx diff --git a/src/features/components/molecules/layout-overlay/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/index.tsx similarity index 100% rename from src/features/components/molecules/layout-overlay/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/index.tsx diff --git a/src/features/components/molecules/layout-overlay/layout-overlay.module.scss b/themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/layout-overlay.module.scss similarity index 100% rename from src/features/components/molecules/layout-overlay/layout-overlay.module.scss rename to themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/layout-overlay.module.scss diff --git a/src/features/components/molecules/layout-overlay/live-chat-button/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/live-chat-button/index.tsx similarity index 100% rename from src/features/components/molecules/layout-overlay/live-chat-button/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/live-chat-button/index.tsx diff --git a/src/features/components/molecules/layout-overlay/whats-app-button/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/whats-app-button/index.tsx similarity index 100% rename from src/features/components/molecules/layout-overlay/whats-app-button/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/layout-overlay/whats-app-button/index.tsx diff --git a/src/features/components/molecules/mobile-menu-toggle/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/mobile-menu-toggle/index.tsx similarity index 100% rename from src/features/components/molecules/mobile-menu-toggle/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/mobile-menu-toggle/index.tsx diff --git a/src/features/components/molecules/mobile-menu-toggle/menu-toggle.module.scss b/themes/gatsby-theme-deriv/src/features/components/molecules/mobile-menu-toggle/menu-toggle.module.scss similarity index 100% rename from src/features/components/molecules/mobile-menu-toggle/menu-toggle.module.scss rename to themes/gatsby-theme-deriv/src/features/components/molecules/mobile-menu-toggle/menu-toggle.module.scss diff --git a/src/features/components/molecules/nav-card/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/nav-card/index.tsx similarity index 100% rename from src/features/components/molecules/nav-card/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/nav-card/index.tsx diff --git a/src/features/components/molecules/nav-card/nav-card.module.scss b/themes/gatsby-theme-deriv/src/features/components/molecules/nav-card/nav-card.module.scss similarity index 100% rename from src/features/components/molecules/nav-card/nav-card.module.scss rename to themes/gatsby-theme-deriv/src/features/components/molecules/nav-card/nav-card.module.scss diff --git a/src/features/components/molecules/number-box/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/number-box/index.tsx similarity index 100% rename from src/features/components/molecules/number-box/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/number-box/index.tsx diff --git a/src/features/components/molecules/other-markets-slider/data.ts b/themes/gatsby-theme-deriv/src/features/components/molecules/other-markets-slider/data.ts similarity index 100% rename from src/features/components/molecules/other-markets-slider/data.ts rename to themes/gatsby-theme-deriv/src/features/components/molecules/other-markets-slider/data.ts diff --git a/src/features/components/molecules/other-markets-slider/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/other-markets-slider/index.tsx similarity index 100% rename from src/features/components/molecules/other-markets-slider/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/other-markets-slider/index.tsx diff --git a/src/features/components/molecules/other-markets-slider/other-markets-slider.scss b/themes/gatsby-theme-deriv/src/features/components/molecules/other-markets-slider/other-markets-slider.scss similarity index 100% rename from src/features/components/molecules/other-markets-slider/other-markets-slider.scss rename to themes/gatsby-theme-deriv/src/features/components/molecules/other-markets-slider/other-markets-slider.scss diff --git a/src/features/components/molecules/protected-route/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/protected-route/index.tsx similarity index 100% rename from src/features/components/molecules/protected-route/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/protected-route/index.tsx diff --git a/src/features/components/molecules/shadow-box/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/shadow-box/index.tsx similarity index 100% rename from src/features/components/molecules/shadow-box/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/shadow-box/index.tsx diff --git a/src/features/components/molecules/shadow-box/style.module.scss b/themes/gatsby-theme-deriv/src/features/components/molecules/shadow-box/style.module.scss similarity index 100% rename from src/features/components/molecules/shadow-box/style.module.scss rename to themes/gatsby-theme-deriv/src/features/components/molecules/shadow-box/style.module.scss diff --git a/src/features/components/molecules/slide-show/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/slide-show/index.tsx similarity index 100% rename from src/features/components/molecules/slide-show/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/slide-show/index.tsx diff --git a/src/features/components/molecules/slide-show/slide-show.module.scss b/themes/gatsby-theme-deriv/src/features/components/molecules/slide-show/slide-show.module.scss similarity index 100% rename from src/features/components/molecules/slide-show/slide-show.module.scss rename to themes/gatsby-theme-deriv/src/features/components/molecules/slide-show/slide-show.module.scss diff --git a/src/features/components/molecules/tab-stepper/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/tab-stepper/index.tsx similarity index 100% rename from src/features/components/molecules/tab-stepper/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/tab-stepper/index.tsx diff --git a/src/features/components/molecules/timeline-item/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/timeline-item/index.tsx similarity index 100% rename from src/features/components/molecules/timeline-item/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/timeline-item/index.tsx diff --git a/src/features/components/molecules/timeline-item/style.module.scss b/themes/gatsby-theme-deriv/src/features/components/molecules/timeline-item/style.module.scss similarity index 100% rename from src/features/components/molecules/timeline-item/style.module.scss rename to themes/gatsby-theme-deriv/src/features/components/molecules/timeline-item/style.module.scss diff --git a/src/features/components/molecules/trade-item/index.tsx b/themes/gatsby-theme-deriv/src/features/components/molecules/trade-item/index.tsx similarity index 100% rename from src/features/components/molecules/trade-item/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/molecules/trade-item/index.tsx diff --git a/src/features/components/molecules/trade-item/style.module.scss b/themes/gatsby-theme-deriv/src/features/components/molecules/trade-item/style.module.scss similarity index 100% rename from src/features/components/molecules/trade-item/style.module.scss rename to themes/gatsby-theme-deriv/src/features/components/molecules/trade-item/style.module.scss diff --git a/src/features/components/organisms/available-markets-platforms/available-list.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/available-markets-platforms/available-list.tsx similarity index 100% rename from src/features/components/organisms/available-markets-platforms/available-list.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/available-markets-platforms/available-list.tsx diff --git a/src/features/components/organisms/available-markets-platforms/data.ts b/themes/gatsby-theme-deriv/src/features/components/organisms/available-markets-platforms/data.ts similarity index 100% rename from src/features/components/organisms/available-markets-platforms/data.ts rename to themes/gatsby-theme-deriv/src/features/components/organisms/available-markets-platforms/data.ts diff --git a/src/features/components/organisms/available-markets-platforms/index.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/available-markets-platforms/index.tsx similarity index 100% rename from src/features/components/organisms/available-markets-platforms/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/available-markets-platforms/index.tsx diff --git a/src/features/components/organisms/available-markets-platforms/styles.module.scss b/themes/gatsby-theme-deriv/src/features/components/organisms/available-markets-platforms/styles.module.scss similarity index 100% rename from src/features/components/organisms/available-markets-platforms/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/components/organisms/available-markets-platforms/styles.module.scss diff --git a/src/features/components/organisms/available-options/index.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/available-options/index.tsx similarity index 100% rename from src/features/components/organisms/available-options/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/available-options/index.tsx diff --git a/src/features/components/organisms/available-options/styles.module.scss b/themes/gatsby-theme-deriv/src/features/components/organisms/available-options/styles.module.scss similarity index 100% rename from src/features/components/organisms/available-options/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/components/organisms/available-options/styles.module.scss diff --git a/src/features/components/organisms/available-options/tab-items.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/available-options/tab-items.tsx similarity index 100% rename from src/features/components/organisms/available-options/tab-items.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/available-options/tab-items.tsx diff --git a/src/features/components/organisms/markets/greyed-container/styles.module.scss b/themes/gatsby-theme-deriv/src/features/components/organisms/markets/greyed-container/styles.module.scss similarity index 100% rename from src/features/components/organisms/markets/greyed-container/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/components/organisms/markets/greyed-container/styles.module.scss diff --git a/src/features/components/organisms/markets/greyed-container/trade-benefit-wrapper.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/markets/greyed-container/trade-benefit-wrapper.tsx similarity index 100% rename from src/features/components/organisms/markets/greyed-container/trade-benefit-wrapper.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/markets/greyed-container/trade-benefit-wrapper.tsx diff --git a/src/features/components/organisms/markets/greyed-container/trade-benefits.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/markets/greyed-container/trade-benefits.tsx similarity index 100% rename from src/features/components/organisms/markets/greyed-container/trade-benefits.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/markets/greyed-container/trade-benefits.tsx diff --git a/src/features/components/organisms/markets/greyed-container/types.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/markets/greyed-container/types.tsx similarity index 100% rename from src/features/components/organisms/markets/greyed-container/types.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/markets/greyed-container/types.tsx diff --git a/src/features/components/organisms/markets/market-banner/banner-text.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/markets/market-banner/banner-text.tsx similarity index 100% rename from src/features/components/organisms/markets/market-banner/banner-text.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/markets/market-banner/banner-text.tsx diff --git a/src/features/components/organisms/markets/market-banner/market-wrapper.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/markets/market-banner/market-wrapper.tsx similarity index 100% rename from src/features/components/organisms/markets/market-banner/market-wrapper.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/markets/market-banner/market-wrapper.tsx diff --git a/src/features/components/organisms/markets/market-banner/styles.module.scss b/themes/gatsby-theme-deriv/src/features/components/organisms/markets/market-banner/styles.module.scss similarity index 100% rename from src/features/components/organisms/markets/market-banner/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/components/organisms/markets/market-banner/styles.module.scss diff --git a/src/features/components/organisms/markets/market-banner/types.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/markets/market-banner/types.tsx similarity index 100% rename from src/features/components/organisms/markets/market-banner/types.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/markets/market-banner/types.tsx diff --git a/src/features/components/organisms/markets/markets-trade-steps/trade-steps-wrapper.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/markets/markets-trade-steps/trade-steps-wrapper.tsx similarity index 100% rename from src/features/components/organisms/markets/markets-trade-steps/trade-steps-wrapper.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/markets/markets-trade-steps/trade-steps-wrapper.tsx diff --git a/src/features/components/organisms/markets/markets-trade-steps/trade-steps.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/markets/markets-trade-steps/trade-steps.tsx similarity index 100% rename from src/features/components/organisms/markets/markets-trade-steps/trade-steps.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/markets/markets-trade-steps/trade-steps.tsx diff --git a/src/features/components/organisms/markets/markets-trade-steps/types.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/markets/markets-trade-steps/types.tsx similarity index 100% rename from src/features/components/organisms/markets/markets-trade-steps/types.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/markets/markets-trade-steps/types.tsx diff --git a/src/features/components/organisms/markets/trade-tab/trades-available-wrapper.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/markets/trade-tab/trades-available-wrapper.tsx similarity index 100% rename from src/features/components/organisms/markets/trade-tab/trades-available-wrapper.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/markets/trade-tab/trades-available-wrapper.tsx diff --git a/src/features/components/organisms/markets/trade-tab/types.ts b/themes/gatsby-theme-deriv/src/features/components/organisms/markets/trade-tab/types.ts similarity index 100% rename from src/features/components/organisms/markets/trade-tab/types.ts rename to themes/gatsby-theme-deriv/src/features/components/organisms/markets/trade-tab/types.ts diff --git a/src/features/components/organisms/navigation/nav-card-items/index.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/navigation/nav-card-items/index.tsx similarity index 100% rename from src/features/components/organisms/navigation/nav-card-items/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/navigation/nav-card-items/index.tsx diff --git a/src/features/components/organisms/navigation/nav-sections-container/index.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/navigation/nav-sections-container/index.tsx similarity index 100% rename from src/features/components/organisms/navigation/nav-sections-container/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/navigation/nav-sections-container/index.tsx diff --git a/src/features/components/organisms/navigation/nav-sections-container/render-section-items.module.scss b/themes/gatsby-theme-deriv/src/features/components/organisms/navigation/nav-sections-container/render-section-items.module.scss similarity index 100% rename from src/features/components/organisms/navigation/nav-sections-container/render-section-items.module.scss rename to themes/gatsby-theme-deriv/src/features/components/organisms/navigation/nav-sections-container/render-section-items.module.scss diff --git a/src/features/components/organisms/navigation/nav-sections-container/section-column.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/navigation/nav-sections-container/section-column.tsx similarity index 100% rename from src/features/components/organisms/navigation/nav-sections-container/section-column.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/navigation/nav-sections-container/section-column.tsx diff --git a/src/features/components/organisms/options-top-tab/data.ts b/themes/gatsby-theme-deriv/src/features/components/organisms/options-top-tab/data.ts similarity index 100% rename from src/features/components/organisms/options-top-tab/data.ts rename to themes/gatsby-theme-deriv/src/features/components/organisms/options-top-tab/data.ts diff --git a/src/features/components/organisms/options-top-tab/index.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/options-top-tab/index.tsx similarity index 100% rename from src/features/components/organisms/options-top-tab/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/options-top-tab/index.tsx diff --git a/src/features/components/organisms/roadmap/index.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/roadmap/index.tsx similarity index 100% rename from src/features/components/organisms/roadmap/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/roadmap/index.tsx diff --git a/src/features/components/organisms/roadmap/styles.module.scss b/themes/gatsby-theme-deriv/src/features/components/organisms/roadmap/styles.module.scss similarity index 100% rename from src/features/components/organisms/roadmap/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/components/organisms/roadmap/styles.module.scss diff --git a/src/features/components/organisms/what-are-digital-options/index.tsx b/themes/gatsby-theme-deriv/src/features/components/organisms/what-are-digital-options/index.tsx similarity index 100% rename from src/features/components/organisms/what-are-digital-options/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/organisms/what-are-digital-options/index.tsx diff --git a/src/features/components/organisms/what-are-digital-options/styles.module.scss b/themes/gatsby-theme-deriv/src/features/components/organisms/what-are-digital-options/styles.module.scss similarity index 100% rename from src/features/components/organisms/what-are-digital-options/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/components/organisms/what-are-digital-options/styles.module.scss diff --git a/src/features/components/quill/alert/index.tsx b/themes/gatsby-theme-deriv/src/features/components/quill/alert/index.tsx similarity index 100% rename from src/features/components/quill/alert/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/quill/alert/index.tsx diff --git a/src/features/components/quill/shared-link/external.tsx b/themes/gatsby-theme-deriv/src/features/components/quill/shared-link/external.tsx similarity index 100% rename from src/features/components/quill/shared-link/external.tsx rename to themes/gatsby-theme-deriv/src/features/components/quill/shared-link/external.tsx diff --git a/src/features/components/quill/shared-link/index.tsx b/themes/gatsby-theme-deriv/src/features/components/quill/shared-link/index.tsx similarity index 100% rename from src/features/components/quill/shared-link/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/quill/shared-link/index.tsx diff --git a/src/features/components/templates/banners/award-banners/award-banner-eu/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/banners/award-banners/award-banner-eu/index.tsx similarity index 100% rename from src/features/components/templates/banners/award-banners/award-banner-eu/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/banners/award-banners/award-banner-eu/index.tsx diff --git a/src/features/components/templates/banners/award-banners/award-banner.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/banners/award-banners/award-banner.module.scss similarity index 100% rename from src/features/components/templates/banners/award-banners/award-banner.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/banners/award-banners/award-banner.module.scss diff --git a/src/features/components/templates/banners/award-banners/awardProps.ts b/themes/gatsby-theme-deriv/src/features/components/templates/banners/award-banners/awardProps.ts similarity index 100% rename from src/features/components/templates/banners/award-banners/awardProps.ts rename to themes/gatsby-theme-deriv/src/features/components/templates/banners/award-banners/awardProps.ts diff --git a/src/features/components/templates/banners/award-banners/data.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/banners/award-banners/data.tsx similarity index 100% rename from src/features/components/templates/banners/award-banners/data.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/banners/award-banners/data.tsx diff --git a/src/features/components/templates/banners/award-banners/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/banners/award-banners/index.tsx similarity index 100% rename from src/features/components/templates/banners/award-banners/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/banners/award-banners/index.tsx diff --git a/src/features/components/templates/banners/blade-shape-banner/blade-shape-banner.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/banners/blade-shape-banner/blade-shape-banner.module.scss similarity index 100% rename from src/features/components/templates/banners/blade-shape-banner/blade-shape-banner.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/banners/blade-shape-banner/blade-shape-banner.module.scss diff --git a/src/features/components/templates/banners/blade-shape-banner/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/banners/blade-shape-banner/index.tsx similarity index 100% rename from src/features/components/templates/banners/blade-shape-banner/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/banners/blade-shape-banner/index.tsx diff --git a/src/features/components/templates/banners/blade-shape-banner/types.ts b/themes/gatsby-theme-deriv/src/features/components/templates/banners/blade-shape-banner/types.ts similarity index 100% rename from src/features/components/templates/banners/blade-shape-banner/types.ts rename to themes/gatsby-theme-deriv/src/features/components/templates/banners/blade-shape-banner/types.ts diff --git a/src/features/components/templates/banners/deriv-products-hero/deriv-products-hero.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/banners/deriv-products-hero/deriv-products-hero.module.scss similarity index 100% rename from src/features/components/templates/banners/deriv-products-hero/deriv-products-hero.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/banners/deriv-products-hero/deriv-products-hero.module.scss diff --git a/src/features/components/templates/banners/deriv-products-hero/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/banners/deriv-products-hero/index.tsx similarity index 100% rename from src/features/components/templates/banners/deriv-products-hero/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/banners/deriv-products-hero/index.tsx diff --git a/src/features/components/templates/banners/deriv-products-hero/products-banner-image.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/banners/deriv-products-hero/products-banner-image.tsx similarity index 100% rename from src/features/components/templates/banners/deriv-products-hero/products-banner-image.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/banners/deriv-products-hero/products-banner-image.tsx diff --git a/src/features/components/templates/banners/deriv-products-hero/products-heading.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/banners/deriv-products-hero/products-heading.tsx similarity index 100% rename from src/features/components/templates/banners/deriv-products-hero/products-heading.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/banners/deriv-products-hero/products-heading.tsx diff --git a/src/features/components/templates/banners/deriv-products-hero/products-logo-and-text.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/banners/deriv-products-hero/products-logo-and-text.tsx similarity index 100% rename from src/features/components/templates/banners/deriv-products-hero/products-logo-and-text.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/banners/deriv-products-hero/products-logo-and-text.tsx diff --git a/src/features/components/templates/banners/deriv-products-hero/products-signup.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/banners/deriv-products-hero/products-signup.tsx similarity index 100% rename from src/features/components/templates/banners/deriv-products-hero/products-signup.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/banners/deriv-products-hero/products-signup.tsx diff --git a/src/features/components/templates/banners/deriv-products-hero/products-start-buttons.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/banners/deriv-products-hero/products-start-buttons.tsx similarity index 100% rename from src/features/components/templates/banners/deriv-products-hero/products-start-buttons.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/banners/deriv-products-hero/products-start-buttons.tsx diff --git a/src/features/components/templates/banners/deriv-products-hero/types.ts b/themes/gatsby-theme-deriv/src/features/components/templates/banners/deriv-products-hero/types.ts similarity index 100% rename from src/features/components/templates/banners/deriv-products-hero/types.ts rename to themes/gatsby-theme-deriv/src/features/components/templates/banners/deriv-products-hero/types.ts diff --git a/src/features/components/templates/ctrader/ctrader-wrapper.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/ctrader/ctrader-wrapper.module.scss similarity index 100% rename from src/features/components/templates/ctrader/ctrader-wrapper.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/ctrader/ctrader-wrapper.module.scss diff --git a/src/features/components/templates/ctrader/ctrader-wrapper.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/ctrader/ctrader-wrapper.tsx similarity index 100% rename from src/features/components/templates/ctrader/ctrader-wrapper.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/ctrader/ctrader-wrapper.tsx diff --git a/src/features/components/templates/digital-options-layout/data.ts b/themes/gatsby-theme-deriv/src/features/components/templates/digital-options-layout/data.ts similarity index 100% rename from src/features/components/templates/digital-options-layout/data.ts rename to themes/gatsby-theme-deriv/src/features/components/templates/digital-options-layout/data.ts diff --git a/src/features/components/templates/digital-options-layout/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/digital-options-layout/index.tsx similarity index 100% rename from src/features/components/templates/digital-options-layout/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/digital-options-layout/index.tsx diff --git a/src/features/components/templates/footer/data.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/footer/data.tsx similarity index 100% rename from src/features/components/templates/footer/data.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/footer/data.tsx diff --git a/src/features/components/templates/footer/deriv-go-banner.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/footer/deriv-go-banner.tsx similarity index 100% rename from src/features/components/templates/footer/deriv-go-banner.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/footer/deriv-go-banner.tsx diff --git a/src/features/components/templates/footer/description.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/footer/description.tsx similarity index 100% rename from src/features/components/templates/footer/description.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/footer/description.tsx diff --git a/src/features/components/templates/footer/download.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/footer/download.tsx similarity index 100% rename from src/features/components/templates/footer/download.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/footer/download.tsx diff --git a/src/features/components/templates/footer/iip-award.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/footer/iip-award.tsx similarity index 100% rename from src/features/components/templates/footer/iip-award.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/footer/iip-award.tsx diff --git a/src/features/components/templates/footer/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/footer/index.tsx similarity index 100% rename from src/features/components/templates/footer/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/footer/index.tsx diff --git a/src/features/components/templates/help-centre/data.ts b/themes/gatsby-theme-deriv/src/features/components/templates/help-centre/data.ts similarity index 100% rename from src/features/components/templates/help-centre/data.ts rename to themes/gatsby-theme-deriv/src/features/components/templates/help-centre/data.ts diff --git a/src/features/components/templates/help-centre/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/help-centre/index.tsx similarity index 100% rename from src/features/components/templates/help-centre/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/help-centre/index.tsx diff --git a/src/features/components/templates/hero-banners/p2p/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/hero-banners/p2p/index.tsx similarity index 100% rename from src/features/components/templates/hero-banners/p2p/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/hero-banners/p2p/index.tsx diff --git a/src/features/components/templates/hero-banners/p2p/p2p-hero.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/hero-banners/p2p/p2p-hero.module.scss similarity index 100% rename from src/features/components/templates/hero-banners/p2p/p2p-hero.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/hero-banners/p2p/p2p-hero.module.scss diff --git a/src/features/components/templates/hero-banners/product/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/hero-banners/product/index.tsx similarity index 100% rename from src/features/components/templates/hero-banners/product/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/hero-banners/product/index.tsx diff --git a/src/features/components/templates/hero-banners/product/product-hero.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/hero-banners/product/product-hero.module.scss similarity index 100% rename from src/features/components/templates/hero-banners/product/product-hero.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/hero-banners/product/product-hero.module.scss diff --git a/src/features/components/templates/hero-banners/trade/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/hero-banners/trade/index.tsx similarity index 100% rename from src/features/components/templates/hero-banners/trade/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/hero-banners/trade/index.tsx diff --git a/src/features/components/templates/hero-banners/trade/trade-hero.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/hero-banners/trade/trade-hero.module.scss similarity index 100% rename from src/features/components/templates/hero-banners/trade/trade-hero.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/hero-banners/trade/trade-hero.module.scss diff --git a/src/features/components/templates/layout/data.ts b/themes/gatsby-theme-deriv/src/features/components/templates/layout/data.ts similarity index 100% rename from src/features/components/templates/layout/data.ts rename to themes/gatsby-theme-deriv/src/features/components/templates/layout/data.ts diff --git a/src/features/components/templates/layout/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/layout/index.tsx similarity index 100% rename from src/features/components/templates/layout/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/layout/index.tsx diff --git a/src/features/components/templates/layout/style.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/layout/style.module.scss similarity index 100% rename from src/features/components/templates/layout/style.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/layout/style.module.scss diff --git a/src/features/components/templates/navigation/affiliates-nav/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/affiliates-nav/index.tsx similarity index 100% rename from src/features/components/templates/navigation/affiliates-nav/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/affiliates-nav/index.tsx diff --git a/src/features/components/templates/navigation/affiliates-nav/nav.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/affiliates-nav/nav.module.scss similarity index 100% rename from src/features/components/templates/navigation/affiliates-nav/nav.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/affiliates-nav/nav.module.scss diff --git a/src/features/components/templates/navigation/bug-bounty-nav/bug-bounty-nav.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/bug-bounty-nav/bug-bounty-nav.module.scss similarity index 100% rename from src/features/components/templates/navigation/bug-bounty-nav/bug-bounty-nav.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/bug-bounty-nav/bug-bounty-nav.module.scss diff --git a/src/features/components/templates/navigation/bug-bounty-nav/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/bug-bounty-nav/index.tsx similarity index 100% rename from src/features/components/templates/navigation/bug-bounty-nav/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/bug-bounty-nav/index.tsx diff --git a/src/features/components/templates/navigation/career-nav/data.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/career-nav/data.tsx similarity index 100% rename from src/features/components/templates/navigation/career-nav/data.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/career-nav/data.tsx diff --git a/src/features/components/templates/navigation/career-nav/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/career-nav/index.tsx similarity index 100% rename from src/features/components/templates/navigation/career-nav/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/career-nav/index.tsx diff --git a/src/features/components/templates/navigation/main-nav/data.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/main-nav/data.tsx similarity index 100% rename from src/features/components/templates/navigation/main-nav/data.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/main-nav/data.tsx diff --git a/src/features/components/templates/navigation/main-nav/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/main-nav/index.tsx similarity index 100% rename from src/features/components/templates/navigation/main-nav/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/main-nav/index.tsx diff --git a/src/features/components/templates/navigation/main-nav/nav.buttons.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/main-nav/nav.buttons.tsx similarity index 100% rename from src/features/components/templates/navigation/main-nav/nav.buttons.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/main-nav/nav.buttons.tsx diff --git a/src/features/components/templates/navigation/main-nav/nav.logo.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/main-nav/nav.logo.tsx similarity index 100% rename from src/features/components/templates/navigation/main-nav/nav.logo.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/main-nav/nav.logo.tsx diff --git a/src/features/components/templates/navigation/partners-nav/data.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/partners-nav/data.tsx similarity index 100% rename from src/features/components/templates/navigation/partners-nav/data.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/partners-nav/data.tsx diff --git a/src/features/components/templates/navigation/partners-nav/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/partners-nav/index.tsx similarity index 100% rename from src/features/components/templates/navigation/partners-nav/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/partners-nav/index.tsx diff --git a/src/features/components/templates/navigation/partners-nav/nav.buttons.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/partners-nav/nav.buttons.tsx similarity index 100% rename from src/features/components/templates/navigation/partners-nav/nav.buttons.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/partners-nav/nav.buttons.tsx diff --git a/src/features/components/templates/navigation/partners-nav/prime-nav.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/partners-nav/prime-nav.tsx similarity index 100% rename from src/features/components/templates/navigation/partners-nav/prime-nav.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/partners-nav/prime-nav.tsx diff --git a/src/features/components/templates/navigation/partners-nav/top-navigation.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/partners-nav/top-navigation.tsx similarity index 100% rename from src/features/components/templates/navigation/partners-nav/top-navigation.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/partners-nav/top-navigation.tsx diff --git a/src/features/components/templates/navigation/static-nav/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/static-nav/index.tsx similarity index 100% rename from src/features/components/templates/navigation/static-nav/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/static-nav/index.tsx diff --git a/src/features/components/templates/navigation/static-nav/static-nav.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/static-nav/static-nav.module.scss similarity index 100% rename from src/features/components/templates/navigation/static-nav/static-nav.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/static-nav/static-nav.module.scss diff --git a/src/features/components/templates/navigation/tab-nav-without-border/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/tab-nav-without-border/index.tsx similarity index 100% rename from src/features/components/templates/navigation/tab-nav-without-border/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/tab-nav-without-border/index.tsx diff --git a/src/features/components/templates/navigation/tab-nav-without-border/styles.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/tab-nav-without-border/styles.module.scss similarity index 100% rename from src/features/components/templates/navigation/tab-nav-without-border/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/tab-nav-without-border/styles.module.scss diff --git a/src/features/components/templates/navigation/tab-nav-without-border/types.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/tab-nav-without-border/types.tsx similarity index 100% rename from src/features/components/templates/navigation/tab-nav-without-border/types.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/tab-nav-without-border/types.tsx diff --git a/src/features/components/templates/navigation/template/desktop-menu/desktop.items.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/desktop-menu/desktop.items.tsx similarity index 100% rename from src/features/components/templates/navigation/template/desktop-menu/desktop.items.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/desktop-menu/desktop.items.tsx diff --git a/src/features/components/templates/navigation/template/desktop-menu/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/desktop-menu/index.tsx similarity index 100% rename from src/features/components/templates/navigation/template/desktop-menu/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/desktop-menu/index.tsx diff --git a/src/features/components/templates/navigation/template/desktop-menu/styles.scss b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/desktop-menu/styles.scss similarity index 100% rename from src/features/components/templates/navigation/template/desktop-menu/styles.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/desktop-menu/styles.scss diff --git a/src/features/components/templates/navigation/template/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/index.tsx similarity index 100% rename from src/features/components/templates/navigation/template/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/index.tsx diff --git a/src/features/components/templates/navigation/template/market-bottom-nav/bottom-nav.item.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/market-bottom-nav/bottom-nav.item.tsx similarity index 100% rename from src/features/components/templates/navigation/template/market-bottom-nav/bottom-nav.item.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/market-bottom-nav/bottom-nav.item.tsx diff --git a/src/features/components/templates/navigation/template/market-bottom-nav/data.ts b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/market-bottom-nav/data.ts similarity index 100% rename from src/features/components/templates/navigation/template/market-bottom-nav/data.ts rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/market-bottom-nav/data.ts diff --git a/src/features/components/templates/navigation/template/market-bottom-nav/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/market-bottom-nav/index.tsx similarity index 100% rename from src/features/components/templates/navigation/template/market-bottom-nav/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/market-bottom-nav/index.tsx diff --git a/src/features/components/templates/navigation/template/market-bottom-nav/styles.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/market-bottom-nav/styles.module.scss similarity index 100% rename from src/features/components/templates/navigation/template/market-bottom-nav/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/market-bottom-nav/styles.module.scss diff --git a/src/features/components/templates/navigation/template/market-bottom-nav/types.ts b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/market-bottom-nav/types.ts similarity index 100% rename from src/features/components/templates/navigation/template/market-bottom-nav/types.ts rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/market-bottom-nav/types.ts diff --git a/src/features/components/templates/navigation/template/mobile-menu/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/mobile-menu/index.tsx similarity index 100% rename from src/features/components/templates/navigation/template/mobile-menu/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/mobile-menu/index.tsx diff --git a/src/features/components/templates/navigation/template/mobile-menu/mobile-menu.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/mobile-menu/mobile-menu.module.scss similarity index 100% rename from src/features/components/templates/navigation/template/mobile-menu/mobile-menu.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/mobile-menu/mobile-menu.module.scss diff --git a/src/features/components/templates/navigation/template/mobile-menu/mobile.items.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/mobile-menu/mobile.items.tsx similarity index 100% rename from src/features/components/templates/navigation/template/mobile-menu/mobile.items.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/mobile-menu/mobile.items.tsx diff --git a/src/features/components/templates/navigation/template/nav-context/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/nav-context/index.tsx similarity index 100% rename from src/features/components/templates/navigation/template/nav-context/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/nav-context/index.tsx diff --git a/src/features/components/templates/navigation/template/nav-drop-items/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/nav-drop-items/index.tsx similarity index 100% rename from src/features/components/templates/navigation/template/nav-drop-items/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/nav-drop-items/index.tsx diff --git a/src/features/components/templates/navigation/template/nav-single-item/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/nav-single-item/index.tsx similarity index 100% rename from src/features/components/templates/navigation/template/nav-single-item/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/nav-single-item/index.tsx diff --git a/src/features/components/templates/navigation/template/nav.template.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/nav.template.module.scss similarity index 100% rename from src/features/components/templates/navigation/template/nav.template.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/nav.template.module.scss diff --git a/src/features/components/templates/navigation/template/top-nav/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/top-nav/index.tsx similarity index 100% rename from src/features/components/templates/navigation/template/top-nav/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/template/top-nav/index.tsx diff --git a/src/features/components/templates/navigation/types.ts b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/types.ts similarity index 100% rename from src/features/components/templates/navigation/types.ts rename to themes/gatsby-theme-deriv/src/features/components/templates/navigation/types.ts diff --git a/src/features/components/templates/options-content/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/options-content/index.tsx similarity index 100% rename from src/features/components/templates/options-content/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/options-content/index.tsx diff --git a/src/features/components/templates/options-content/option-content.item.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/options-content/option-content.item.tsx similarity index 100% rename from src/features/components/templates/options-content/option-content.item.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/options-content/option-content.item.tsx diff --git a/src/features/components/templates/options-content/section-content-option.item.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/options-content/section-content-option.item.tsx similarity index 100% rename from src/features/components/templates/options-content/section-content-option.item.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/options-content/section-content-option.item.tsx diff --git a/src/features/components/templates/options-content/single-content-option.item.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/options-content/single-content-option.item.tsx similarity index 100% rename from src/features/components/templates/options-content/single-content-option.item.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/options-content/single-content-option.item.tsx diff --git a/src/features/components/templates/options-content/styles.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/options-content/styles.module.scss similarity index 100% rename from src/features/components/templates/options-content/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/options-content/styles.module.scss diff --git a/src/features/components/templates/options-content/type.ts b/themes/gatsby-theme-deriv/src/features/components/templates/options-content/type.ts similarity index 100% rename from src/features/components/templates/options-content/type.ts rename to themes/gatsby-theme-deriv/src/features/components/templates/options-content/type.ts diff --git a/src/features/components/templates/options-faq/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/options-faq/index.tsx similarity index 100% rename from src/features/components/templates/options-faq/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/options-faq/index.tsx diff --git a/src/features/components/templates/options-faq/styles.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/options-faq/styles.module.scss similarity index 100% rename from src/features/components/templates/options-faq/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/options-faq/styles.module.scss diff --git a/src/features/components/templates/options-layout/data.ts b/themes/gatsby-theme-deriv/src/features/components/templates/options-layout/data.ts similarity index 100% rename from src/features/components/templates/options-layout/data.ts rename to themes/gatsby-theme-deriv/src/features/components/templates/options-layout/data.ts diff --git a/src/features/components/templates/options-layout/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/options-layout/index.tsx similarity index 100% rename from src/features/components/templates/options-layout/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/options-layout/index.tsx diff --git a/src/features/components/templates/signup/with-banner/banner/banner.styles.scss b/themes/gatsby-theme-deriv/src/features/components/templates/signup/with-banner/banner/banner.styles.scss similarity index 100% rename from src/features/components/templates/signup/with-banner/banner/banner.styles.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/signup/with-banner/banner/banner.styles.scss diff --git a/src/features/components/templates/signup/with-banner/banner/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/signup/with-banner/banner/index.tsx similarity index 100% rename from src/features/components/templates/signup/with-banner/banner/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/signup/with-banner/banner/index.tsx diff --git a/src/features/components/templates/signup/with-banner/form/form.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/signup/with-banner/form/form.module.scss similarity index 100% rename from src/features/components/templates/signup/with-banner/form/form.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/signup/with-banner/form/form.module.scss diff --git a/src/features/components/templates/signup/with-banner/form/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/signup/with-banner/form/index.tsx similarity index 100% rename from src/features/components/templates/signup/with-banner/form/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/signup/with-banner/form/index.tsx diff --git a/src/features/components/templates/signup/with-banner/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/signup/with-banner/index.tsx similarity index 100% rename from src/features/components/templates/signup/with-banner/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/signup/with-banner/index.tsx diff --git a/src/features/components/templates/signup/with-banner/social/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/signup/with-banner/social/index.tsx similarity index 100% rename from src/features/components/templates/signup/with-banner/social/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/signup/with-banner/social/index.tsx diff --git a/src/features/components/templates/signup/with-banner/social/social.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/signup/with-banner/social/social.module.scss similarity index 100% rename from src/features/components/templates/signup/with-banner/social/social.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/signup/with-banner/social/social.module.scss diff --git a/src/features/components/templates/signup/with-banner/with_banner.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/signup/with-banner/with_banner.module.scss similarity index 100% rename from src/features/components/templates/signup/with-banner/with_banner.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/signup/with-banner/with_banner.module.scss diff --git a/src/features/components/templates/start-trading/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/start-trading/index.tsx similarity index 100% rename from src/features/components/templates/start-trading/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/start-trading/index.tsx diff --git a/src/features/components/templates/start-trading/style.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/start-trading/style.module.scss similarity index 100% rename from src/features/components/templates/start-trading/style.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/start-trading/style.module.scss diff --git a/src/features/components/templates/tabs/menu/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/tabs/menu/index.tsx similarity index 100% rename from src/features/components/templates/tabs/menu/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/tabs/menu/index.tsx diff --git a/src/features/components/templates/tabs/navigation-menu/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/tabs/navigation-menu/index.tsx similarity index 100% rename from src/features/components/templates/tabs/navigation-menu/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/tabs/navigation-menu/index.tsx diff --git a/src/features/components/templates/tabs/navigation-menu/styles.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/tabs/navigation-menu/styles.module.scss similarity index 100% rename from src/features/components/templates/tabs/navigation-menu/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/tabs/navigation-menu/styles.module.scss diff --git a/src/features/components/templates/tabs/stepper/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/tabs/stepper/index.tsx similarity index 100% rename from src/features/components/templates/tabs/stepper/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/tabs/stepper/index.tsx diff --git a/src/features/components/templates/trade-platform/app-banner/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/app-banner/index.tsx similarity index 100% rename from src/features/components/templates/trade-platform/app-banner/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/app-banner/index.tsx diff --git a/src/features/components/templates/trade-platform/how-to-start/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/how-to-start/index.tsx similarity index 100% rename from src/features/components/templates/trade-platform/how-to-start/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/how-to-start/index.tsx diff --git a/src/features/components/templates/trade-platform/numbers/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/numbers/index.tsx similarity index 100% rename from src/features/components/templates/trade-platform/numbers/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/numbers/index.tsx diff --git a/src/features/components/templates/trade-platform/other-platforms/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/other-platforms/index.tsx similarity index 100% rename from src/features/components/templates/trade-platform/other-platforms/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/other-platforms/index.tsx diff --git a/src/features/components/templates/trade-platform/other-platforms/platform-card/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/other-platforms/platform-card/index.tsx similarity index 100% rename from src/features/components/templates/trade-platform/other-platforms/platform-card/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/other-platforms/platform-card/index.tsx diff --git a/src/features/components/templates/trade-platform/other-platforms/platform-card/styles.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/other-platforms/platform-card/styles.module.scss similarity index 100% rename from src/features/components/templates/trade-platform/other-platforms/platform-card/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/other-platforms/platform-card/styles.module.scss diff --git a/src/features/components/templates/trade-platform/other-platforms/styles.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/other-platforms/styles.module.scss similarity index 100% rename from src/features/components/templates/trade-platform/other-platforms/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/other-platforms/styles.module.scss diff --git a/src/features/components/templates/trade-platform/other-platforms/types.ts b/themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/other-platforms/types.ts similarity index 100% rename from src/features/components/templates/trade-platform/other-platforms/types.ts rename to themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/other-platforms/types.ts diff --git a/src/features/components/templates/trade-platform/trade-description/description.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/trade-description/description.module.scss similarity index 100% rename from src/features/components/templates/trade-platform/trade-description/description.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/trade-description/description.module.scss diff --git a/src/features/components/templates/trade-platform/trade-description/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/trade-description/index.tsx similarity index 100% rename from src/features/components/templates/trade-platform/trade-description/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/trade-description/index.tsx diff --git a/src/features/components/templates/trade-platform/types.ts b/themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/types.ts similarity index 100% rename from src/features/components/templates/trade-platform/types.ts rename to themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/types.ts diff --git a/src/features/components/templates/trade-platform/what-have/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/what-have/index.tsx similarity index 100% rename from src/features/components/templates/trade-platform/what-have/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/what-have/index.tsx diff --git a/src/features/components/templates/trade-platform/what-have/what-have.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/what-have/what-have.module.scss similarity index 100% rename from src/features/components/templates/trade-platform/what-have/what-have.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/what-have/what-have.module.scss diff --git a/src/features/components/templates/trade-platform/why-trade/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/why-trade/index.tsx similarity index 100% rename from src/features/components/templates/trade-platform/why-trade/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/why-trade/index.tsx diff --git a/src/features/components/templates/trade-platform/why-trade/why-trade.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/why-trade/why-trade.module.scss similarity index 100% rename from src/features/components/templates/trade-platform/why-trade/why-trade.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/trade-platform/why-trade/why-trade.module.scss diff --git a/src/features/components/templates/why-trade-options/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/why-trade-options/index.tsx similarity index 100% rename from src/features/components/templates/why-trade-options/index.tsx rename to themes/gatsby-theme-deriv/src/features/components/templates/why-trade-options/index.tsx diff --git a/src/features/components/templates/why-trade-options/styles.module.scss b/themes/gatsby-theme-deriv/src/features/components/templates/why-trade-options/styles.module.scss similarity index 100% rename from src/features/components/templates/why-trade-options/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/components/templates/why-trade-options/styles.module.scss diff --git a/src/features/contexts/ppc-campaign/ppc.context.tsx b/themes/gatsby-theme-deriv/src/features/contexts/ppc-campaign/ppc.context.tsx similarity index 100% rename from src/features/contexts/ppc-campaign/ppc.context.tsx rename to themes/gatsby-theme-deriv/src/features/contexts/ppc-campaign/ppc.context.tsx diff --git a/src/features/contexts/ppc-campaign/ppc.provider.tsx b/themes/gatsby-theme-deriv/src/features/contexts/ppc-campaign/ppc.provider.tsx similarity index 100% rename from src/features/contexts/ppc-campaign/ppc.provider.tsx rename to themes/gatsby-theme-deriv/src/features/contexts/ppc-campaign/ppc.provider.tsx diff --git a/src/features/hooks/ab-testing/use-partners-signup-link/index.ts b/themes/gatsby-theme-deriv/src/features/hooks/ab-testing/use-partners-signup-link/index.ts similarity index 100% rename from src/features/hooks/ab-testing/use-partners-signup-link/index.ts rename to themes/gatsby-theme-deriv/src/features/hooks/ab-testing/use-partners-signup-link/index.ts diff --git a/src/features/hooks/use-contact-form/index.tsx b/themes/gatsby-theme-deriv/src/features/hooks/use-contact-form/index.tsx similarity index 100% rename from src/features/hooks/use-contact-form/index.tsx rename to themes/gatsby-theme-deriv/src/features/hooks/use-contact-form/index.tsx diff --git a/src/features/hooks/use-ctrader-credentials-form/index.tsx b/themes/gatsby-theme-deriv/src/features/hooks/use-ctrader-credentials-form/index.tsx similarity index 100% rename from src/features/hooks/use-ctrader-credentials-form/index.tsx rename to themes/gatsby-theme-deriv/src/features/hooks/use-ctrader-credentials-form/index.tsx diff --git a/src/features/hooks/use-ctrader-email-form/index.tsx b/themes/gatsby-theme-deriv/src/features/hooks/use-ctrader-email-form/index.tsx similarity index 100% rename from src/features/hooks/use-ctrader-email-form/index.tsx rename to themes/gatsby-theme-deriv/src/features/hooks/use-ctrader-email-form/index.tsx diff --git a/src/features/hooks/use-deriv-auth/index.tsx b/themes/gatsby-theme-deriv/src/features/hooks/use-deriv-auth/index.tsx similarity index 100% rename from src/features/hooks/use-deriv-auth/index.tsx rename to themes/gatsby-theme-deriv/src/features/hooks/use-deriv-auth/index.tsx diff --git a/src/features/hooks/use-external-link/index.tsx b/themes/gatsby-theme-deriv/src/features/hooks/use-external-link/index.tsx similarity index 100% rename from src/features/hooks/use-external-link/index.tsx rename to themes/gatsby-theme-deriv/src/features/hooks/use-external-link/index.tsx diff --git a/src/features/hooks/use-internal-link/index.tsx b/themes/gatsby-theme-deriv/src/features/hooks/use-internal-link/index.tsx similarity index 100% rename from src/features/hooks/use-internal-link/index.tsx rename to themes/gatsby-theme-deriv/src/features/hooks/use-internal-link/index.tsx diff --git a/src/features/hooks/use-link-url/index.tsx b/themes/gatsby-theme-deriv/src/features/hooks/use-link-url/index.tsx similarity index 100% rename from src/features/hooks/use-link-url/index.tsx rename to themes/gatsby-theme-deriv/src/features/hooks/use-link-url/index.tsx diff --git a/src/features/hooks/use-ppc/index.tsx b/themes/gatsby-theme-deriv/src/features/hooks/use-ppc/index.tsx similarity index 100% rename from src/features/hooks/use-ppc/index.tsx rename to themes/gatsby-theme-deriv/src/features/hooks/use-ppc/index.tsx diff --git a/src/features/hooks/use-residence-list/index.tsx b/themes/gatsby-theme-deriv/src/features/hooks/use-residence-list/index.tsx similarity index 100% rename from src/features/hooks/use-residence-list/index.tsx rename to themes/gatsby-theme-deriv/src/features/hooks/use-residence-list/index.tsx diff --git a/src/features/hooks/use-scroll-to-active-tab/index.tsx b/themes/gatsby-theme-deriv/src/features/hooks/use-scroll-to-active-tab/index.tsx similarity index 100% rename from src/features/hooks/use-scroll-to-active-tab/index.tsx rename to themes/gatsby-theme-deriv/src/features/hooks/use-scroll-to-active-tab/index.tsx diff --git a/src/features/hooks/use-scroll-to-element/index.ts b/themes/gatsby-theme-deriv/src/features/hooks/use-scroll-to-element/index.ts similarity index 100% rename from src/features/hooks/use-scroll-to-element/index.ts rename to themes/gatsby-theme-deriv/src/features/hooks/use-scroll-to-element/index.ts diff --git a/src/features/hooks/use-signup-form/index.tsx b/themes/gatsby-theme-deriv/src/features/hooks/use-signup-form/index.tsx similarity index 100% rename from src/features/hooks/use-signup-form/index.tsx rename to themes/gatsby-theme-deriv/src/features/hooks/use-signup-form/index.tsx diff --git a/src/features/hooks/use-states-list/index.tsx b/themes/gatsby-theme-deriv/src/features/hooks/use-states-list/index.tsx similarity index 100% rename from src/features/hooks/use-states-list/index.tsx rename to themes/gatsby-theme-deriv/src/features/hooks/use-states-list/index.tsx diff --git a/src/features/pages/404/content/data.ts b/themes/gatsby-theme-deriv/src/features/pages/404/content/data.ts similarity index 100% rename from src/features/pages/404/content/data.ts rename to themes/gatsby-theme-deriv/src/features/pages/404/content/data.ts diff --git a/src/features/pages/404/content/not-found.container.tsx b/themes/gatsby-theme-deriv/src/features/pages/404/content/not-found.container.tsx similarity index 100% rename from src/features/pages/404/content/not-found.container.tsx rename to themes/gatsby-theme-deriv/src/features/pages/404/content/not-found.container.tsx diff --git a/src/features/pages/404/content/not-found.module.scss b/themes/gatsby-theme-deriv/src/features/pages/404/content/not-found.module.scss similarity index 100% rename from src/features/pages/404/content/not-found.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/404/content/not-found.module.scss diff --git a/src/features/pages/404/content/types.ts b/themes/gatsby-theme-deriv/src/features/pages/404/content/types.ts similarity index 100% rename from src/features/pages/404/content/types.ts rename to themes/gatsby-theme-deriv/src/features/pages/404/content/types.ts diff --git a/src/features/pages/404/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/404/index.tsx similarity index 100% rename from src/features/pages/404/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/404/index.tsx diff --git a/src/features/pages/check-email/check-email.module.scss b/themes/gatsby-theme-deriv/src/features/pages/check-email/check-email.module.scss similarity index 100% rename from src/features/pages/check-email/check-email.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/check-email/check-email.module.scss diff --git a/src/features/pages/check-email/check-email.steps.tsx b/themes/gatsby-theme-deriv/src/features/pages/check-email/check-email.steps.tsx similarity index 100% rename from src/features/pages/check-email/check-email.steps.tsx rename to themes/gatsby-theme-deriv/src/features/pages/check-email/check-email.steps.tsx diff --git a/src/features/pages/check-email/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/check-email/index.tsx similarity index 100% rename from src/features/pages/check-email/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/check-email/index.tsx diff --git a/src/features/pages/ctrader-check-email/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/ctrader-check-email/index.tsx similarity index 100% rename from src/features/pages/ctrader-check-email/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/ctrader-check-email/index.tsx diff --git a/src/features/pages/ctrader-login/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/ctrader-login/index.tsx similarity index 100% rename from src/features/pages/ctrader-login/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/ctrader-login/index.tsx diff --git a/src/features/pages/ctrader-login/login-success.tsx b/themes/gatsby-theme-deriv/src/features/pages/ctrader-login/login-success.tsx similarity index 100% rename from src/features/pages/ctrader-login/login-success.tsx rename to themes/gatsby-theme-deriv/src/features/pages/ctrader-login/login-success.tsx diff --git a/src/features/pages/ctrader-manage/add-account.tsx b/themes/gatsby-theme-deriv/src/features/pages/ctrader-manage/add-account.tsx similarity index 100% rename from src/features/pages/ctrader-manage/add-account.tsx rename to themes/gatsby-theme-deriv/src/features/pages/ctrader-manage/add-account.tsx diff --git a/src/features/pages/ctrader-manage/add-more-accounts.tsx b/themes/gatsby-theme-deriv/src/features/pages/ctrader-manage/add-more-accounts.tsx similarity index 100% rename from src/features/pages/ctrader-manage/add-more-accounts.tsx rename to themes/gatsby-theme-deriv/src/features/pages/ctrader-manage/add-more-accounts.tsx diff --git a/src/features/pages/ctrader-manage/cashier.tsx b/themes/gatsby-theme-deriv/src/features/pages/ctrader-manage/cashier.tsx similarity index 100% rename from src/features/pages/ctrader-manage/cashier.tsx rename to themes/gatsby-theme-deriv/src/features/pages/ctrader-manage/cashier.tsx diff --git a/src/features/pages/ctrader-manage/change-password.tsx b/themes/gatsby-theme-deriv/src/features/pages/ctrader-manage/change-password.tsx similarity index 100% rename from src/features/pages/ctrader-manage/change-password.tsx rename to themes/gatsby-theme-deriv/src/features/pages/ctrader-manage/change-password.tsx diff --git a/src/features/pages/ctrader-manage/close-account.tsx b/themes/gatsby-theme-deriv/src/features/pages/ctrader-manage/close-account.tsx similarity index 100% rename from src/features/pages/ctrader-manage/close-account.tsx rename to themes/gatsby-theme-deriv/src/features/pages/ctrader-manage/close-account.tsx diff --git a/src/features/pages/ctrader-manage/ctrader-manage-data.tsx b/themes/gatsby-theme-deriv/src/features/pages/ctrader-manage/ctrader-manage-data.tsx similarity index 100% rename from src/features/pages/ctrader-manage/ctrader-manage-data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/ctrader-manage/ctrader-manage-data.tsx diff --git a/src/features/pages/ctrader-manage/ctrader-manage.tsx b/themes/gatsby-theme-deriv/src/features/pages/ctrader-manage/ctrader-manage.tsx similarity index 100% rename from src/features/pages/ctrader-manage/ctrader-manage.tsx rename to themes/gatsby-theme-deriv/src/features/pages/ctrader-manage/ctrader-manage.tsx diff --git a/src/features/pages/ctrader-signup/ctrader-credentials-form.tsx b/themes/gatsby-theme-deriv/src/features/pages/ctrader-signup/ctrader-credentials-form.tsx similarity index 100% rename from src/features/pages/ctrader-signup/ctrader-credentials-form.tsx rename to themes/gatsby-theme-deriv/src/features/pages/ctrader-signup/ctrader-credentials-form.tsx diff --git a/src/features/pages/ctrader-signup/ctrader-email-form.tsx b/themes/gatsby-theme-deriv/src/features/pages/ctrader-signup/ctrader-email-form.tsx similarity index 100% rename from src/features/pages/ctrader-signup/ctrader-email-form.tsx rename to themes/gatsby-theme-deriv/src/features/pages/ctrader-signup/ctrader-email-form.tsx diff --git a/src/features/pages/ctrader-signup/ctrader-form.module.scss b/themes/gatsby-theme-deriv/src/features/pages/ctrader-signup/ctrader-form.module.scss similarity index 100% rename from src/features/pages/ctrader-signup/ctrader-form.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/ctrader-signup/ctrader-form.module.scss diff --git a/src/features/pages/ctrader-signup/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/ctrader-signup/index.tsx similarity index 100% rename from src/features/pages/ctrader-signup/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/ctrader-signup/index.tsx diff --git a/src/features/pages/ctrader-signup/signup-credentials.tsx b/themes/gatsby-theme-deriv/src/features/pages/ctrader-signup/signup-credentials.tsx similarity index 100% rename from src/features/pages/ctrader-signup/signup-credentials.tsx rename to themes/gatsby-theme-deriv/src/features/pages/ctrader-signup/signup-credentials.tsx diff --git a/src/features/pages/ctrader-signup/signup-success.tsx b/themes/gatsby-theme-deriv/src/features/pages/ctrader-signup/signup-success.tsx similarity index 100% rename from src/features/pages/ctrader-signup/signup-success.tsx rename to themes/gatsby-theme-deriv/src/features/pages/ctrader-signup/signup-success.tsx diff --git a/src/features/pages/deriv-ctrader/browse-our-faq/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/browse-our-faq/data.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/browse-our-faq/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/browse-our-faq/data.tsx diff --git a/src/features/pages/deriv-ctrader/browse-our-faq/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/browse-our-faq/index.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/browse-our-faq/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/browse-our-faq/index.tsx diff --git a/src/features/pages/deriv-ctrader/copy-trading/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/copy-trading/data.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/copy-trading/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/copy-trading/data.tsx diff --git a/src/features/pages/deriv-ctrader/copy-trading/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/copy-trading/index.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/copy-trading/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/copy-trading/index.tsx diff --git a/src/features/pages/deriv-ctrader/copy-trading/styles.module.scss b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/copy-trading/styles.module.scss similarity index 100% rename from src/features/pages/deriv-ctrader/copy-trading/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/copy-trading/styles.module.scss diff --git a/src/features/pages/deriv-ctrader/get-trading/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/get-trading/index.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/get-trading/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/get-trading/index.tsx diff --git a/src/features/pages/deriv-ctrader/hero-banner/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/hero-banner/data.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/hero-banner/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/hero-banner/data.tsx diff --git a/src/features/pages/deriv-ctrader/hero-banner/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/hero-banner/index.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/hero-banner/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/hero-banner/index.tsx diff --git a/src/features/pages/deriv-ctrader/how-to-start/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/how-to-start/data.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/how-to-start/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/how-to-start/data.tsx diff --git a/src/features/pages/deriv-ctrader/how-to-start/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/how-to-start/index.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/how-to-start/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/how-to-start/index.tsx diff --git a/src/features/pages/deriv-ctrader/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/index.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/index.tsx diff --git a/src/features/pages/deriv-ctrader/other-platforms/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/other-platforms/data.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/other-platforms/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/other-platforms/data.tsx diff --git a/src/features/pages/deriv-ctrader/other-platforms/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/other-platforms/index.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/other-platforms/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/other-platforms/index.tsx diff --git a/src/features/pages/deriv-ctrader/platform-banner/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/platform-banner/data.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/platform-banner/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/platform-banner/data.tsx diff --git a/src/features/pages/deriv-ctrader/platform-banner/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/platform-banner/index.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/platform-banner/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/platform-banner/index.tsx diff --git a/src/features/pages/deriv-ctrader/platform-features/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/platform-features/data.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/platform-features/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/platform-features/data.tsx diff --git a/src/features/pages/deriv-ctrader/platform-features/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/platform-features/index.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/platform-features/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/platform-features/index.tsx diff --git a/src/features/pages/deriv-ctrader/trade-description/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/trade-description/data.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/trade-description/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/trade-description/data.tsx diff --git a/src/features/pages/deriv-ctrader/trade-description/description.module.scss b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/trade-description/description.module.scss similarity index 100% rename from src/features/pages/deriv-ctrader/trade-description/description.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/trade-description/description.module.scss diff --git a/src/features/pages/deriv-ctrader/trade-description/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/trade-description/index.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/trade-description/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/trade-description/index.tsx diff --git a/src/features/pages/deriv-ctrader/trade-numbers/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/trade-numbers/data.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/trade-numbers/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/trade-numbers/data.tsx diff --git a/src/features/pages/deriv-ctrader/trade-numbers/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/trade-numbers/index.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/trade-numbers/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/trade-numbers/index.tsx diff --git a/src/features/pages/deriv-ctrader/why-trade/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/why-trade/data.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/why-trade/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/why-trade/data.tsx diff --git a/src/features/pages/deriv-ctrader/why-trade/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/why-trade/index.tsx similarity index 100% rename from src/features/pages/deriv-ctrader/why-trade/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/deriv-ctrader/why-trade/index.tsx diff --git a/src/features/pages/home/client-testimonial/data.ts b/themes/gatsby-theme-deriv/src/features/pages/home/client-testimonial/data.ts similarity index 100% rename from src/features/pages/home/client-testimonial/data.ts rename to themes/gatsby-theme-deriv/src/features/pages/home/client-testimonial/data.ts diff --git a/src/features/pages/home/client-testimonial/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/client-testimonial/index.tsx similarity index 100% rename from src/features/pages/home/client-testimonial/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/client-testimonial/index.tsx diff --git a/src/features/pages/home/client-testimonial/slider/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/client-testimonial/slider/index.tsx similarity index 100% rename from src/features/pages/home/client-testimonial/slider/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/client-testimonial/slider/index.tsx diff --git a/src/features/pages/home/client-testimonial/slider/styles.scss b/themes/gatsby-theme-deriv/src/features/pages/home/client-testimonial/slider/styles.scss similarity index 100% rename from src/features/pages/home/client-testimonial/slider/styles.scss rename to themes/gatsby-theme-deriv/src/features/pages/home/client-testimonial/slider/styles.scss diff --git a/src/features/pages/home/client-testimonial/trustpiolot-container/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/client-testimonial/trustpiolot-container/index.tsx similarity index 100% rename from src/features/pages/home/client-testimonial/trustpiolot-container/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/client-testimonial/trustpiolot-container/index.tsx diff --git a/src/features/pages/home/client-testimonial/types.ts b/themes/gatsby-theme-deriv/src/features/pages/home/client-testimonial/types.ts similarity index 100% rename from src/features/pages/home/client-testimonial/types.ts rename to themes/gatsby-theme-deriv/src/features/pages/home/client-testimonial/types.ts diff --git a/src/features/pages/home/go-banner/go-text-box.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/go-banner/go-text-box.tsx similarity index 100% rename from src/features/pages/home/go-banner/go-text-box.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/go-banner/go-text-box.tsx diff --git a/src/features/pages/home/go-banner/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/go-banner/index.tsx similarity index 100% rename from src/features/pages/home/go-banner/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/go-banner/index.tsx diff --git a/src/features/pages/home/go-banner/qr-code.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/go-banner/qr-code.tsx similarity index 100% rename from src/features/pages/home/go-banner/qr-code.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/go-banner/qr-code.tsx diff --git a/src/features/pages/home/go-banner/styles.module.scss b/themes/gatsby-theme-deriv/src/features/pages/home/go-banner/styles.module.scss similarity index 100% rename from src/features/pages/home/go-banner/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/home/go-banner/styles.module.scss diff --git a/src/features/pages/home/hero/content/data.ts b/themes/gatsby-theme-deriv/src/features/pages/home/hero/content/data.ts similarity index 100% rename from src/features/pages/home/hero/content/data.ts rename to themes/gatsby-theme-deriv/src/features/pages/home/hero/content/data.ts diff --git a/src/features/pages/home/hero/content/hero-content.module.scss b/themes/gatsby-theme-deriv/src/features/pages/home/hero/content/hero-content.module.scss similarity index 100% rename from src/features/pages/home/hero/content/hero-content.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/home/hero/content/hero-content.module.scss diff --git a/src/features/pages/home/hero/content/hero-cta.button.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/hero/content/hero-cta.button.tsx similarity index 100% rename from src/features/pages/home/hero/content/hero-cta.button.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/hero/content/hero-cta.button.tsx diff --git a/src/features/pages/home/hero/content/hero-features.carousel.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/hero/content/hero-features.carousel.tsx similarity index 100% rename from src/features/pages/home/hero/content/hero-features.carousel.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/hero/content/hero-features.carousel.tsx diff --git a/src/features/pages/home/hero/content/hero-header.items.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/hero/content/hero-header.items.tsx similarity index 100% rename from src/features/pages/home/hero/content/hero-header.items.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/hero/content/hero-header.items.tsx diff --git a/src/features/pages/home/hero/content/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/hero/content/index.tsx similarity index 100% rename from src/features/pages/home/hero/content/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/hero/content/index.tsx diff --git a/src/features/pages/home/hero/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/hero/index.tsx similarity index 100% rename from src/features/pages/home/hero/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/hero/index.tsx diff --git a/src/features/pages/home/hero/slider/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/hero/slider/index.tsx similarity index 100% rename from src/features/pages/home/hero/slider/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/hero/slider/index.tsx diff --git a/src/features/pages/home/hero/slider/slider-wrapper.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/hero/slider/slider-wrapper.tsx similarity index 100% rename from src/features/pages/home/hero/slider/slider-wrapper.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/hero/slider/slider-wrapper.tsx diff --git a/src/features/pages/home/hero/slider/slider.module.scss b/themes/gatsby-theme-deriv/src/features/pages/home/hero/slider/slider.module.scss similarity index 100% rename from src/features/pages/home/hero/slider/slider.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/home/hero/slider/slider.module.scss diff --git a/src/features/pages/home/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/index.tsx similarity index 100% rename from src/features/pages/home/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/index.tsx diff --git a/src/features/pages/home/live-pricing/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/index.tsx similarity index 100% rename from src/features/pages/home/live-pricing/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/index.tsx diff --git a/src/features/pages/home/live-pricing/live-pricing-section.module.scss b/themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/live-pricing-section.module.scss similarity index 100% rename from src/features/pages/home/live-pricing/live-pricing-section.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/live-pricing-section.module.scss diff --git a/src/features/pages/home/live-pricing/market-tabs/market-tab.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/market-tabs/market-tab.tsx similarity index 100% rename from src/features/pages/home/live-pricing/market-tabs/market-tab.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/market-tabs/market-tab.tsx diff --git a/src/features/pages/home/live-pricing/market-tabs/tab-style.module.scss b/themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/market-tabs/tab-style.module.scss similarity index 100% rename from src/features/pages/home/live-pricing/market-tabs/tab-style.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/market-tabs/tab-style.module.scss diff --git a/src/features/pages/home/live-pricing/market-tabs/utils.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/market-tabs/utils.tsx similarity index 100% rename from src/features/pages/home/live-pricing/market-tabs/utils.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/market-tabs/utils.tsx diff --git a/src/features/pages/home/live-pricing/table-component/live-market-table.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/table-component/live-market-table.tsx similarity index 100% rename from src/features/pages/home/live-pricing/table-component/live-market-table.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/table-component/live-market-table.tsx diff --git a/src/features/pages/home/live-pricing/table-component/live-pricing.module.scss b/themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/table-component/live-pricing.module.scss similarity index 100% rename from src/features/pages/home/live-pricing/table-component/live-pricing.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/table-component/live-pricing.module.scss diff --git a/src/features/pages/home/live-pricing/table-component/symbol-icon.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/table-component/symbol-icon.tsx similarity index 100% rename from src/features/pages/home/live-pricing/table-component/symbol-icon.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/table-component/symbol-icon.tsx diff --git a/src/features/pages/home/live-pricing/types.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/types.tsx similarity index 100% rename from src/features/pages/home/live-pricing/types.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/types.tsx diff --git a/src/features/pages/home/live-pricing/use-live-columns.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/use-live-columns.tsx similarity index 100% rename from src/features/pages/home/live-pricing/use-live-columns.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/use-live-columns.tsx diff --git a/src/features/pages/home/markets/bottom-text/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/markets/bottom-text/index.tsx similarity index 100% rename from src/features/pages/home/markets/bottom-text/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/markets/bottom-text/index.tsx diff --git a/src/features/pages/home/markets/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/markets/data.tsx similarity index 100% rename from src/features/pages/home/markets/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/markets/data.tsx diff --git a/src/features/pages/home/markets/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/markets/index.tsx similarity index 100% rename from src/features/pages/home/markets/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/markets/index.tsx diff --git a/src/features/pages/home/markets/market-item/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/markets/market-item/index.tsx similarity index 100% rename from src/features/pages/home/markets/market-item/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/markets/market-item/index.tsx diff --git a/src/features/pages/home/markets/market-item/market-item.scss b/themes/gatsby-theme-deriv/src/features/pages/home/markets/market-item/market-item.scss similarity index 100% rename from src/features/pages/home/markets/market-item/market-item.scss rename to themes/gatsby-theme-deriv/src/features/pages/home/markets/market-item/market-item.scss diff --git a/src/features/pages/home/markets/market-slider/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/markets/market-slider/index.tsx similarity index 100% rename from src/features/pages/home/markets/market-slider/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/markets/market-slider/index.tsx diff --git a/src/features/pages/home/markets/market-slider/market-slide.scss b/themes/gatsby-theme-deriv/src/features/pages/home/markets/market-slider/market-slide.scss similarity index 100% rename from src/features/pages/home/markets/market-slider/market-slide.scss rename to themes/gatsby-theme-deriv/src/features/pages/home/markets/market-slider/market-slide.scss diff --git a/src/features/pages/home/markets/types.ts b/themes/gatsby-theme-deriv/src/features/pages/home/markets/types.ts similarity index 100% rename from src/features/pages/home/markets/types.ts rename to themes/gatsby-theme-deriv/src/features/pages/home/markets/types.ts diff --git a/src/features/pages/home/our-platforms/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/data.tsx similarity index 100% rename from src/features/pages/home/our-platforms/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/data.tsx diff --git a/src/features/pages/home/our-platforms/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/index.tsx similarity index 100% rename from src/features/pages/home/our-platforms/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/index.tsx diff --git a/src/features/pages/home/our-platforms/sliders/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/sliders/index.tsx similarity index 100% rename from src/features/pages/home/our-platforms/sliders/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/sliders/index.tsx diff --git a/src/features/pages/home/our-platforms/sliders/platform-images/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/sliders/platform-images/index.tsx similarity index 100% rename from src/features/pages/home/our-platforms/sliders/platform-images/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/sliders/platform-images/index.tsx diff --git a/src/features/pages/home/our-platforms/sliders/platform-images/platform-image.item.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/sliders/platform-images/platform-image.item.tsx similarity index 100% rename from src/features/pages/home/our-platforms/sliders/platform-images/platform-image.item.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/sliders/platform-images/platform-image.item.tsx diff --git a/src/features/pages/home/our-platforms/sliders/platform-images/platform-images.module.scss b/themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/sliders/platform-images/platform-images.module.scss similarity index 100% rename from src/features/pages/home/our-platforms/sliders/platform-images/platform-images.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/sliders/platform-images/platform-images.module.scss diff --git a/src/features/pages/home/our-platforms/sliders/platform-main/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/sliders/platform-main/index.tsx similarity index 100% rename from src/features/pages/home/our-platforms/sliders/platform-main/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/sliders/platform-main/index.tsx diff --git a/src/features/pages/home/our-platforms/sliders/platform-main/main-slider.item.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/sliders/platform-main/main-slider.item.tsx similarity index 100% rename from src/features/pages/home/our-platforms/sliders/platform-main/main-slider.item.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/sliders/platform-main/main-slider.item.tsx diff --git a/src/features/pages/home/our-platforms/sliders/platform-main/platforms-main.module.scss b/themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/sliders/platform-main/platforms-main.module.scss similarity index 100% rename from src/features/pages/home/our-platforms/sliders/platform-main/platforms-main.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/sliders/platform-main/platforms-main.module.scss diff --git a/src/features/pages/home/our-platforms/types.ts b/themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/types.ts similarity index 100% rename from src/features/pages/home/our-platforms/types.ts rename to themes/gatsby-theme-deriv/src/features/pages/home/our-platforms/types.ts diff --git a/src/features/pages/home/p2p-banner/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/p2p-banner/index.tsx similarity index 100% rename from src/features/pages/home/p2p-banner/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/p2p-banner/index.tsx diff --git a/src/features/pages/home/p2p-banner/p2p-description/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/p2p-banner/p2p-description/index.tsx similarity index 100% rename from src/features/pages/home/p2p-banner/p2p-description/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/p2p-banner/p2p-description/index.tsx diff --git a/src/features/pages/home/p2p-banner/p2p-description/qr-code.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/p2p-banner/p2p-description/qr-code.tsx similarity index 100% rename from src/features/pages/home/p2p-banner/p2p-description/qr-code.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/p2p-banner/p2p-description/qr-code.tsx diff --git a/src/features/pages/home/p2p-banner/p2p-description/text-box.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/p2p-banner/p2p-description/text-box.tsx similarity index 100% rename from src/features/pages/home/p2p-banner/p2p-description/text-box.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/p2p-banner/p2p-description/text-box.tsx diff --git a/src/features/pages/home/p2p-banner/p2p-image/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/p2p-banner/p2p-image/index.tsx similarity index 100% rename from src/features/pages/home/p2p-banner/p2p-image/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/p2p-banner/p2p-image/index.tsx diff --git a/src/features/pages/home/p2p-banner/styles.module.scss b/themes/gatsby-theme-deriv/src/features/pages/home/p2p-banner/styles.module.scss similarity index 100% rename from src/features/pages/home/p2p-banner/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/home/p2p-banner/styles.module.scss diff --git a/src/features/pages/home/trade-types/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/trade-types/data.tsx similarity index 100% rename from src/features/pages/home/trade-types/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/trade-types/data.tsx diff --git a/src/features/pages/home/trade-types/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/trade-types/index.tsx similarity index 100% rename from src/features/pages/home/trade-types/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/trade-types/index.tsx diff --git a/src/features/pages/home/trade-types/styles.module.scss b/themes/gatsby-theme-deriv/src/features/pages/home/trade-types/styles.module.scss similarity index 100% rename from src/features/pages/home/trade-types/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/home/trade-types/styles.module.scss diff --git a/src/features/pages/home/trade-types/trade-type.item.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/trade-types/trade-type.item.tsx similarity index 100% rename from src/features/pages/home/trade-types/trade-type.item.tsx rename to themes/gatsby-theme-deriv/src/features/pages/home/trade-types/trade-type.item.tsx diff --git a/src/features/pages/home/trade-types/types.ts b/themes/gatsby-theme-deriv/src/features/pages/home/trade-types/types.ts similarity index 100% rename from src/features/pages/home/trade-types/types.ts rename to themes/gatsby-theme-deriv/src/features/pages/home/trade-types/types.ts diff --git a/src/features/pages/markets/etf/banner/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/markets/etf/banner/data.tsx similarity index 100% rename from src/features/pages/markets/etf/banner/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/markets/etf/banner/data.tsx diff --git a/src/features/pages/markets/etf/banner/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/markets/etf/banner/index.tsx similarity index 100% rename from src/features/pages/markets/etf/banner/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/markets/etf/banner/index.tsx diff --git a/src/features/pages/markets/etf/check-trading/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/markets/etf/check-trading/index.tsx similarity index 100% rename from src/features/pages/markets/etf/check-trading/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/markets/etf/check-trading/index.tsx diff --git a/src/features/pages/markets/etf/check-trading/styles.module.scss b/themes/gatsby-theme-deriv/src/features/pages/markets/etf/check-trading/styles.module.scss similarity index 100% rename from src/features/pages/markets/etf/check-trading/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/markets/etf/check-trading/styles.module.scss diff --git a/src/features/pages/markets/etf/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/markets/etf/index.tsx similarity index 100% rename from src/features/pages/markets/etf/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/markets/etf/index.tsx diff --git a/src/features/pages/markets/etf/instrumental-content/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/markets/etf/instrumental-content/data.tsx similarity index 100% rename from src/features/pages/markets/etf/instrumental-content/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/markets/etf/instrumental-content/data.tsx diff --git a/src/features/pages/markets/etf/instrumental-content/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/markets/etf/instrumental-content/index.tsx similarity index 100% rename from src/features/pages/markets/etf/instrumental-content/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/markets/etf/instrumental-content/index.tsx diff --git a/src/features/pages/markets/etf/instrumental-content/styles.module.scss b/themes/gatsby-theme-deriv/src/features/pages/markets/etf/instrumental-content/styles.module.scss similarity index 100% rename from src/features/pages/markets/etf/instrumental-content/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/markets/etf/instrumental-content/styles.module.scss diff --git a/src/features/pages/markets/etf/instrumental-content/types.tsx b/themes/gatsby-theme-deriv/src/features/pages/markets/etf/instrumental-content/types.tsx similarity index 100% rename from src/features/pages/markets/etf/instrumental-content/types.tsx rename to themes/gatsby-theme-deriv/src/features/pages/markets/etf/instrumental-content/types.tsx diff --git a/src/features/pages/markets/etf/instruments/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/markets/etf/instruments/data.tsx similarity index 100% rename from src/features/pages/markets/etf/instruments/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/markets/etf/instruments/data.tsx diff --git a/src/features/pages/markets/etf/instruments/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/markets/etf/instruments/index.tsx similarity index 100% rename from src/features/pages/markets/etf/instruments/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/markets/etf/instruments/index.tsx diff --git a/src/features/pages/markets/etf/instruments/styles.module.scss b/themes/gatsby-theme-deriv/src/features/pages/markets/etf/instruments/styles.module.scss similarity index 100% rename from src/features/pages/markets/etf/instruments/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/markets/etf/instruments/styles.module.scss diff --git a/src/features/pages/markets/etf/steps/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/markets/etf/steps/data.tsx similarity index 100% rename from src/features/pages/markets/etf/steps/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/markets/etf/steps/data.tsx diff --git a/src/features/pages/markets/etf/steps/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/markets/etf/steps/index.tsx similarity index 100% rename from src/features/pages/markets/etf/steps/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/markets/etf/steps/index.tsx diff --git a/src/features/pages/markets/etf/trades-available/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/markets/etf/trades-available/data.tsx similarity index 100% rename from src/features/pages/markets/etf/trades-available/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/markets/etf/trades-available/data.tsx diff --git a/src/features/pages/markets/etf/trades-available/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/markets/etf/trades-available/index.tsx similarity index 100% rename from src/features/pages/markets/etf/trades-available/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/markets/etf/trades-available/index.tsx diff --git a/src/features/pages/markets/etf/why-trade/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/markets/etf/why-trade/data.tsx similarity index 100% rename from src/features/pages/markets/etf/why-trade/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/markets/etf/why-trade/data.tsx diff --git a/src/features/pages/markets/etf/why-trade/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/markets/etf/why-trade/index.tsx similarity index 100% rename from src/features/pages/markets/etf/why-trade/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/markets/etf/why-trade/index.tsx diff --git a/src/features/pages/options/accumulator/_faq-schema.ts b/themes/gatsby-theme-deriv/src/features/pages/options/accumulator/_faq-schema.ts similarity index 100% rename from src/features/pages/options/accumulator/_faq-schema.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/accumulator/_faq-schema.ts diff --git a/src/features/pages/options/accumulator/data.ts b/themes/gatsby-theme-deriv/src/features/pages/options/accumulator/data.ts similarity index 100% rename from src/features/pages/options/accumulator/data.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/accumulator/data.ts diff --git a/src/features/pages/options/accumulator/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/options/accumulator/index.tsx similarity index 100% rename from src/features/pages/options/accumulator/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/options/accumulator/index.tsx diff --git a/src/features/pages/options/digital/asians/_faq-schema.ts b/themes/gatsby-theme-deriv/src/features/pages/options/digital/asians/_faq-schema.ts similarity index 100% rename from src/features/pages/options/digital/asians/_faq-schema.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/asians/_faq-schema.ts diff --git a/src/features/pages/options/digital/asians/data.ts b/themes/gatsby-theme-deriv/src/features/pages/options/digital/asians/data.ts similarity index 100% rename from src/features/pages/options/digital/asians/data.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/asians/data.ts diff --git a/src/features/pages/options/digital/asians/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/options/digital/asians/index.tsx similarity index 100% rename from src/features/pages/options/digital/asians/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/asians/index.tsx diff --git a/src/features/pages/options/digital/digits/_faq-schema.ts b/themes/gatsby-theme-deriv/src/features/pages/options/digital/digits/_faq-schema.ts similarity index 100% rename from src/features/pages/options/digital/digits/_faq-schema.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/digits/_faq-schema.ts diff --git a/src/features/pages/options/digital/digits/constant.ts b/themes/gatsby-theme-deriv/src/features/pages/options/digital/digits/constant.ts similarity index 100% rename from src/features/pages/options/digital/digits/constant.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/digits/constant.ts diff --git a/src/features/pages/options/digital/digits/data.ts b/themes/gatsby-theme-deriv/src/features/pages/options/digital/digits/data.ts similarity index 100% rename from src/features/pages/options/digital/digits/data.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/digits/data.ts diff --git a/src/features/pages/options/digital/digits/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/options/digital/digits/index.tsx similarity index 100% rename from src/features/pages/options/digital/digits/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/digits/index.tsx diff --git a/src/features/pages/options/digital/high-low/_faq-schema.ts b/themes/gatsby-theme-deriv/src/features/pages/options/digital/high-low/_faq-schema.ts similarity index 100% rename from src/features/pages/options/digital/high-low/_faq-schema.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/high-low/_faq-schema.ts diff --git a/src/features/pages/options/digital/high-low/data.ts b/themes/gatsby-theme-deriv/src/features/pages/options/digital/high-low/data.ts similarity index 100% rename from src/features/pages/options/digital/high-low/data.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/high-low/data.ts diff --git a/src/features/pages/options/digital/high-low/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/options/digital/high-low/index.tsx similarity index 100% rename from src/features/pages/options/digital/high-low/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/high-low/index.tsx diff --git a/src/features/pages/options/digital/in-out/_faq-schema.ts b/themes/gatsby-theme-deriv/src/features/pages/options/digital/in-out/_faq-schema.ts similarity index 100% rename from src/features/pages/options/digital/in-out/_faq-schema.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/in-out/_faq-schema.ts diff --git a/src/features/pages/options/digital/in-out/data.ts b/themes/gatsby-theme-deriv/src/features/pages/options/digital/in-out/data.ts similarity index 100% rename from src/features/pages/options/digital/in-out/data.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/in-out/data.ts diff --git a/src/features/pages/options/digital/in-out/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/options/digital/in-out/index.tsx similarity index 100% rename from src/features/pages/options/digital/in-out/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/in-out/index.tsx diff --git a/src/features/pages/options/digital/lookbacks/_faq-schema.ts b/themes/gatsby-theme-deriv/src/features/pages/options/digital/lookbacks/_faq-schema.ts similarity index 100% rename from src/features/pages/options/digital/lookbacks/_faq-schema.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/lookbacks/_faq-schema.ts diff --git a/src/features/pages/options/digital/lookbacks/data.ts b/themes/gatsby-theme-deriv/src/features/pages/options/digital/lookbacks/data.ts similarity index 100% rename from src/features/pages/options/digital/lookbacks/data.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/lookbacks/data.ts diff --git a/src/features/pages/options/digital/lookbacks/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/options/digital/lookbacks/index.tsx similarity index 100% rename from src/features/pages/options/digital/lookbacks/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/lookbacks/index.tsx diff --git a/src/features/pages/options/digital/only-ups-only-downs/_faq-schema.ts b/themes/gatsby-theme-deriv/src/features/pages/options/digital/only-ups-only-downs/_faq-schema.ts similarity index 100% rename from src/features/pages/options/digital/only-ups-only-downs/_faq-schema.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/only-ups-only-downs/_faq-schema.ts diff --git a/src/features/pages/options/digital/only-ups-only-downs/data.ts b/themes/gatsby-theme-deriv/src/features/pages/options/digital/only-ups-only-downs/data.ts similarity index 100% rename from src/features/pages/options/digital/only-ups-only-downs/data.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/only-ups-only-downs/data.ts diff --git a/src/features/pages/options/digital/only-ups-only-downs/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/options/digital/only-ups-only-downs/index.tsx similarity index 100% rename from src/features/pages/options/digital/only-ups-only-downs/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/only-ups-only-downs/index.tsx diff --git a/src/features/pages/options/digital/reset-call/_faq-schema.ts b/themes/gatsby-theme-deriv/src/features/pages/options/digital/reset-call/_faq-schema.ts similarity index 100% rename from src/features/pages/options/digital/reset-call/_faq-schema.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/reset-call/_faq-schema.ts diff --git a/src/features/pages/options/digital/reset-call/data.ts b/themes/gatsby-theme-deriv/src/features/pages/options/digital/reset-call/data.ts similarity index 100% rename from src/features/pages/options/digital/reset-call/data.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/reset-call/data.ts diff --git a/src/features/pages/options/digital/reset-call/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/options/digital/reset-call/index.tsx similarity index 100% rename from src/features/pages/options/digital/reset-call/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/reset-call/index.tsx diff --git a/src/features/pages/options/digital/touch-no-touch/_faq-schema.ts b/themes/gatsby-theme-deriv/src/features/pages/options/digital/touch-no-touch/_faq-schema.ts similarity index 100% rename from src/features/pages/options/digital/touch-no-touch/_faq-schema.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/touch-no-touch/_faq-schema.ts diff --git a/src/features/pages/options/digital/touch-no-touch/data.ts b/themes/gatsby-theme-deriv/src/features/pages/options/digital/touch-no-touch/data.ts similarity index 100% rename from src/features/pages/options/digital/touch-no-touch/data.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/touch-no-touch/data.ts diff --git a/src/features/pages/options/digital/touch-no-touch/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/options/digital/touch-no-touch/index.tsx similarity index 100% rename from src/features/pages/options/digital/touch-no-touch/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/touch-no-touch/index.tsx diff --git a/src/features/pages/options/digital/up-down/_faq-schema.ts b/themes/gatsby-theme-deriv/src/features/pages/options/digital/up-down/_faq-schema.ts similarity index 100% rename from src/features/pages/options/digital/up-down/_faq-schema.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/up-down/_faq-schema.ts diff --git a/src/features/pages/options/digital/up-down/data.ts b/themes/gatsby-theme-deriv/src/features/pages/options/digital/up-down/data.ts similarity index 100% rename from src/features/pages/options/digital/up-down/data.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/up-down/data.ts diff --git a/src/features/pages/options/digital/up-down/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/options/digital/up-down/index.tsx similarity index 100% rename from src/features/pages/options/digital/up-down/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/options/digital/up-down/index.tsx diff --git a/src/features/pages/options/turbo/_faq-schema.ts b/themes/gatsby-theme-deriv/src/features/pages/options/turbo/_faq-schema.ts similarity index 100% rename from src/features/pages/options/turbo/_faq-schema.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/turbo/_faq-schema.ts diff --git a/src/features/pages/options/turbo/data.ts b/themes/gatsby-theme-deriv/src/features/pages/options/turbo/data.ts similarity index 100% rename from src/features/pages/options/turbo/data.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/turbo/data.ts diff --git a/src/features/pages/options/turbo/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/options/turbo/index.tsx similarity index 100% rename from src/features/pages/options/turbo/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/options/turbo/index.tsx diff --git a/src/features/pages/options/turbo/styles.module.scss b/themes/gatsby-theme-deriv/src/features/pages/options/turbo/styles.module.scss similarity index 100% rename from src/features/pages/options/turbo/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/options/turbo/styles.module.scss diff --git a/src/features/pages/options/vanilla/_faq-schema.ts b/themes/gatsby-theme-deriv/src/features/pages/options/vanilla/_faq-schema.ts similarity index 100% rename from src/features/pages/options/vanilla/_faq-schema.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/vanilla/_faq-schema.ts diff --git a/src/features/pages/options/vanilla/data.ts b/themes/gatsby-theme-deriv/src/features/pages/options/vanilla/data.ts similarity index 100% rename from src/features/pages/options/vanilla/data.ts rename to themes/gatsby-theme-deriv/src/features/pages/options/vanilla/data.ts diff --git a/src/features/pages/options/vanilla/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/options/vanilla/index.tsx similarity index 100% rename from src/features/pages/options/vanilla/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/options/vanilla/index.tsx diff --git a/src/features/pages/options/vanilla/styles.module.scss b/themes/gatsby-theme-deriv/src/features/pages/options/vanilla/styles.module.scss similarity index 100% rename from src/features/pages/options/vanilla/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/options/vanilla/styles.module.scss diff --git a/src/features/pages/p2p/_data.ts b/themes/gatsby-theme-deriv/src/features/pages/p2p/_data.ts similarity index 100% rename from src/features/pages/p2p/_data.ts rename to themes/gatsby-theme-deriv/src/features/pages/p2p/_data.ts diff --git a/src/features/pages/p2p/availability/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/p2p/availability/data.tsx similarity index 100% rename from src/features/pages/p2p/availability/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/p2p/availability/data.tsx diff --git a/src/features/pages/p2p/availability/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/p2p/availability/index.tsx similarity index 100% rename from src/features/pages/p2p/availability/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/p2p/availability/index.tsx diff --git a/src/features/pages/p2p/availability/platform.tsx b/themes/gatsby-theme-deriv/src/features/pages/p2p/availability/platform.tsx similarity index 100% rename from src/features/pages/p2p/availability/platform.tsx rename to themes/gatsby-theme-deriv/src/features/pages/p2p/availability/platform.tsx diff --git a/src/features/pages/p2p/availability/styles.module.scss b/themes/gatsby-theme-deriv/src/features/pages/p2p/availability/styles.module.scss similarity index 100% rename from src/features/pages/p2p/availability/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/p2p/availability/styles.module.scss diff --git a/src/features/pages/p2p/availability/types.ts b/themes/gatsby-theme-deriv/src/features/pages/p2p/availability/types.ts similarity index 100% rename from src/features/pages/p2p/availability/types.ts rename to themes/gatsby-theme-deriv/src/features/pages/p2p/availability/types.ts diff --git a/src/features/pages/p2p/dp2p/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/p2p/dp2p/data.tsx similarity index 100% rename from src/features/pages/p2p/dp2p/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/p2p/dp2p/data.tsx diff --git a/src/features/pages/p2p/dp2p/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/p2p/dp2p/index.tsx similarity index 100% rename from src/features/pages/p2p/dp2p/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/p2p/dp2p/index.tsx diff --git a/src/features/pages/p2p/dp2p/item.tsx b/themes/gatsby-theme-deriv/src/features/pages/p2p/dp2p/item.tsx similarity index 100% rename from src/features/pages/p2p/dp2p/item.tsx rename to themes/gatsby-theme-deriv/src/features/pages/p2p/dp2p/item.tsx diff --git a/src/features/pages/p2p/dp2p/styles.module.scss b/themes/gatsby-theme-deriv/src/features/pages/p2p/dp2p/styles.module.scss similarity index 100% rename from src/features/pages/p2p/dp2p/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/p2p/dp2p/styles.module.scss diff --git a/src/features/pages/p2p/dp2p/types.ts b/themes/gatsby-theme-deriv/src/features/pages/p2p/dp2p/types.ts similarity index 100% rename from src/features/pages/p2p/dp2p/types.ts rename to themes/gatsby-theme-deriv/src/features/pages/p2p/dp2p/types.ts diff --git a/src/features/pages/p2p/dp2p/video.tsx b/themes/gatsby-theme-deriv/src/features/pages/p2p/dp2p/video.tsx similarity index 100% rename from src/features/pages/p2p/dp2p/video.tsx rename to themes/gatsby-theme-deriv/src/features/pages/p2p/dp2p/video.tsx diff --git a/src/features/pages/p2p/hero/banner.tsx b/themes/gatsby-theme-deriv/src/features/pages/p2p/hero/banner.tsx similarity index 100% rename from src/features/pages/p2p/hero/banner.tsx rename to themes/gatsby-theme-deriv/src/features/pages/p2p/hero/banner.tsx diff --git a/src/features/pages/p2p/hero/content.tsx b/themes/gatsby-theme-deriv/src/features/pages/p2p/hero/content.tsx similarity index 100% rename from src/features/pages/p2p/hero/content.tsx rename to themes/gatsby-theme-deriv/src/features/pages/p2p/hero/content.tsx diff --git a/src/features/pages/p2p/hero/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/p2p/hero/data.tsx similarity index 100% rename from src/features/pages/p2p/hero/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/p2p/hero/data.tsx diff --git a/src/features/pages/p2p/hero/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/p2p/hero/index.tsx similarity index 100% rename from src/features/pages/p2p/hero/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/p2p/hero/index.tsx diff --git a/src/features/pages/p2p/hero/styles.module.scss b/themes/gatsby-theme-deriv/src/features/pages/p2p/hero/styles.module.scss similarity index 100% rename from src/features/pages/p2p/hero/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/p2p/hero/styles.module.scss diff --git a/src/features/pages/p2p/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/p2p/index.tsx similarity index 100% rename from src/features/pages/p2p/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/p2p/index.tsx diff --git a/src/features/pages/p2p/numbers/data.ts b/themes/gatsby-theme-deriv/src/features/pages/p2p/numbers/data.ts similarity index 100% rename from src/features/pages/p2p/numbers/data.ts rename to themes/gatsby-theme-deriv/src/features/pages/p2p/numbers/data.ts diff --git a/src/features/pages/p2p/numbers/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/p2p/numbers/index.tsx similarity index 100% rename from src/features/pages/p2p/numbers/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/p2p/numbers/index.tsx diff --git a/src/features/pages/p2p/steps/data.ts b/themes/gatsby-theme-deriv/src/features/pages/p2p/steps/data.ts similarity index 100% rename from src/features/pages/p2p/steps/data.ts rename to themes/gatsby-theme-deriv/src/features/pages/p2p/steps/data.ts diff --git a/src/features/pages/p2p/steps/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/p2p/steps/index.tsx similarity index 100% rename from src/features/pages/p2p/steps/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/p2p/steps/index.tsx diff --git a/src/features/pages/p2p/steps/item.tsx b/themes/gatsby-theme-deriv/src/features/pages/p2p/steps/item.tsx similarity index 100% rename from src/features/pages/p2p/steps/item.tsx rename to themes/gatsby-theme-deriv/src/features/pages/p2p/steps/item.tsx diff --git a/src/features/pages/p2p/steps/styles.module.scss b/themes/gatsby-theme-deriv/src/features/pages/p2p/steps/styles.module.scss similarity index 100% rename from src/features/pages/p2p/steps/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/p2p/steps/styles.module.scss diff --git a/src/features/pages/p2p/steps/types.ts b/themes/gatsby-theme-deriv/src/features/pages/p2p/steps/types.ts similarity index 100% rename from src/features/pages/p2p/steps/types.ts rename to themes/gatsby-theme-deriv/src/features/pages/p2p/steps/types.ts diff --git a/src/features/pages/partners/deriv-prime/available-instruments/_data.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/available-instruments/_data.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/available-instruments/_data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/available-instruments/_data.tsx diff --git a/src/features/pages/partners/deriv-prime/available-instruments/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/available-instruments/index.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/available-instruments/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/available-instruments/index.tsx diff --git a/src/features/pages/partners/deriv-prime/browse-our-faq/_faq-schema.ts b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/browse-our-faq/_faq-schema.ts similarity index 100% rename from src/features/pages/partners/deriv-prime/browse-our-faq/_faq-schema.ts rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/browse-our-faq/_faq-schema.ts diff --git a/src/features/pages/partners/deriv-prime/browse-our-faq/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/browse-our-faq/data.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/browse-our-faq/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/browse-our-faq/data.tsx diff --git a/src/features/pages/partners/deriv-prime/browse-our-faq/deriv-prime-faq.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/browse-our-faq/deriv-prime-faq.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/browse-our-faq/deriv-prime-faq.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/browse-our-faq/deriv-prime-faq.tsx diff --git a/src/features/pages/partners/deriv-prime/browse-our-faq/faq-commercial-plan.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/browse-our-faq/faq-commercial-plan.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/browse-our-faq/faq-commercial-plan.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/browse-our-faq/faq-commercial-plan.tsx diff --git a/src/features/pages/partners/deriv-prime/browse-our-faq/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/browse-our-faq/index.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/browse-our-faq/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/browse-our-faq/index.tsx diff --git a/src/features/pages/partners/deriv-prime/browse-our-faq/styles.module.scss b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/browse-our-faq/styles.module.scss similarity index 100% rename from src/features/pages/partners/deriv-prime/browse-our-faq/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/browse-our-faq/styles.module.scss diff --git a/src/features/pages/partners/deriv-prime/browse-our-faq/types.ts b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/browse-our-faq/types.ts similarity index 100% rename from src/features/pages/partners/deriv-prime/browse-our-faq/types.ts rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/browse-our-faq/types.ts diff --git a/src/features/pages/partners/deriv-prime/commercial-plan/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/commercial-plan/data.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/commercial-plan/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/commercial-plan/data.tsx diff --git a/src/features/pages/partners/deriv-prime/commercial-plan/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/commercial-plan/index.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/commercial-plan/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/commercial-plan/index.tsx diff --git a/src/features/pages/partners/deriv-prime/commercial-plan/styles.module.scss b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/commercial-plan/styles.module.scss similarity index 100% rename from src/features/pages/partners/deriv-prime/commercial-plan/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/commercial-plan/styles.module.scss diff --git a/src/features/pages/partners/deriv-prime/connectivity-reliability/connectivity-reliability-item.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/connectivity-reliability/connectivity-reliability-item.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/connectivity-reliability/connectivity-reliability-item.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/connectivity-reliability/connectivity-reliability-item.tsx diff --git a/src/features/pages/partners/deriv-prime/connectivity-reliability/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/connectivity-reliability/data.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/connectivity-reliability/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/connectivity-reliability/data.tsx diff --git a/src/features/pages/partners/deriv-prime/connectivity-reliability/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/connectivity-reliability/index.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/connectivity-reliability/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/connectivity-reliability/index.tsx diff --git a/src/features/pages/partners/deriv-prime/connectivity-reliability/styles.module.scss b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/connectivity-reliability/styles.module.scss similarity index 100% rename from src/features/pages/partners/deriv-prime/connectivity-reliability/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/connectivity-reliability/styles.module.scss diff --git a/src/features/pages/partners/deriv-prime/connectivity-reliability/types.ts b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/connectivity-reliability/types.ts similarity index 100% rename from src/features/pages/partners/deriv-prime/connectivity-reliability/types.ts rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/connectivity-reliability/types.ts diff --git a/src/features/pages/partners/deriv-prime/get-in-touch/contact-form.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/get-in-touch/contact-form.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/get-in-touch/contact-form.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/get-in-touch/contact-form.tsx diff --git a/src/features/pages/partners/deriv-prime/get-in-touch/get-in-touch.module.scss b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/get-in-touch/get-in-touch.module.scss similarity index 100% rename from src/features/pages/partners/deriv-prime/get-in-touch/get-in-touch.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/get-in-touch/get-in-touch.module.scss diff --git a/src/features/pages/partners/deriv-prime/get-in-touch/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/get-in-touch/index.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/get-in-touch/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/get-in-touch/index.tsx diff --git a/src/features/pages/partners/deriv-prime/get-in-touch/text-banner.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/get-in-touch/text-banner.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/get-in-touch/text-banner.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/get-in-touch/text-banner.tsx diff --git a/src/features/pages/partners/deriv-prime/hero/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/hero/index.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/hero/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/hero/index.tsx diff --git a/src/features/pages/partners/deriv-prime/hero/styles.module.scss b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/hero/styles.module.scss similarity index 100% rename from src/features/pages/partners/deriv-prime/hero/styles.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/hero/styles.module.scss diff --git a/src/features/pages/partners/deriv-prime/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/index.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/index.tsx diff --git a/src/features/pages/partners/deriv-prime/meet-us-there/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/meet-us-there/data.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/meet-us-there/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/meet-us-there/data.tsx diff --git a/src/features/pages/partners/deriv-prime/meet-us-there/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/meet-us-there/index.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/meet-us-there/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/meet-us-there/index.tsx diff --git a/src/features/pages/partners/deriv-prime/meet-us-there/meet-us-there.module.scss b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/meet-us-there/meet-us-there.module.scss similarity index 100% rename from src/features/pages/partners/deriv-prime/meet-us-there/meet-us-there.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/meet-us-there/meet-us-there.module.scss diff --git a/src/features/pages/partners/deriv-prime/meet-us-there/types.ts b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/meet-us-there/types.ts similarity index 100% rename from src/features/pages/partners/deriv-prime/meet-us-there/types.ts rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/meet-us-there/types.ts diff --git a/src/features/pages/partners/deriv-prime/numbers/data.ts b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/numbers/data.ts similarity index 100% rename from src/features/pages/partners/deriv-prime/numbers/data.ts rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/numbers/data.ts diff --git a/src/features/pages/partners/deriv-prime/numbers/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/numbers/index.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/numbers/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/numbers/index.tsx diff --git a/src/features/pages/partners/deriv-prime/potential/data.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/potential/data.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/potential/data.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/potential/data.tsx diff --git a/src/features/pages/partners/deriv-prime/potential/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/potential/index.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/potential/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/potential/index.tsx diff --git a/src/features/pages/partners/deriv-prime/potential/potential.module.scss b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/potential/potential.module.scss similarity index 100% rename from src/features/pages/partners/deriv-prime/potential/potential.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/potential/potential.module.scss diff --git a/src/features/pages/partners/deriv-prime/why-deriv-prime/data.ts b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/why-deriv-prime/data.ts similarity index 100% rename from src/features/pages/partners/deriv-prime/why-deriv-prime/data.ts rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/why-deriv-prime/data.ts diff --git a/src/features/pages/partners/deriv-prime/why-deriv-prime/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/why-deriv-prime/index.tsx similarity index 100% rename from src/features/pages/partners/deriv-prime/why-deriv-prime/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/why-deriv-prime/index.tsx diff --git a/src/features/pages/partners/deriv-prime/why-deriv-prime/types.ts b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/why-deriv-prime/types.ts similarity index 100% rename from src/features/pages/partners/deriv-prime/why-deriv-prime/types.ts rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/why-deriv-prime/types.ts diff --git a/src/features/pages/partners/deriv-prime/why-deriv-prime/why-deriv-prime.module.scss b/themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/why-deriv-prime/why-deriv-prime.module.scss similarity index 100% rename from src/features/pages/partners/deriv-prime/why-deriv-prime/why-deriv-prime.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/partners/deriv-prime/why-deriv-prime/why-deriv-prime.module.scss diff --git a/src/features/pages/signup-success/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/signup-success/index.tsx similarity index 100% rename from src/features/pages/signup-success/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/signup-success/index.tsx diff --git a/src/features/pages/signup-success/signup-success.module.scss b/themes/gatsby-theme-deriv/src/features/pages/signup-success/signup-success.module.scss similarity index 100% rename from src/features/pages/signup-success/signup-success.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/signup-success/signup-success.module.scss diff --git a/src/features/pages/signup/form-container/form-social-buttons.tsx b/themes/gatsby-theme-deriv/src/features/pages/signup/form-container/form-social-buttons.tsx similarity index 100% rename from src/features/pages/signup/form-container/form-social-buttons.tsx rename to themes/gatsby-theme-deriv/src/features/pages/signup/form-container/form-social-buttons.tsx diff --git a/src/features/pages/signup/form-container/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/signup/form-container/index.tsx similarity index 100% rename from src/features/pages/signup/form-container/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/signup/form-container/index.tsx diff --git a/src/features/pages/signup/form-container/signup-page-form.tsx b/themes/gatsby-theme-deriv/src/features/pages/signup/form-container/signup-page-form.tsx similarity index 100% rename from src/features/pages/signup/form-container/signup-page-form.tsx rename to themes/gatsby-theme-deriv/src/features/pages/signup/form-container/signup-page-form.tsx diff --git a/src/features/pages/signup/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/signup/index.tsx similarity index 100% rename from src/features/pages/signup/index.tsx rename to themes/gatsby-theme-deriv/src/features/pages/signup/index.tsx diff --git a/src/features/pages/signup/signup.content.tsx b/themes/gatsby-theme-deriv/src/features/pages/signup/signup.content.tsx similarity index 100% rename from src/features/pages/signup/signup.content.tsx rename to themes/gatsby-theme-deriv/src/features/pages/signup/signup.content.tsx diff --git a/src/features/pages/signup/signup.module.scss b/themes/gatsby-theme-deriv/src/features/pages/signup/signup.module.scss similarity index 100% rename from src/features/pages/signup/signup.module.scss rename to themes/gatsby-theme-deriv/src/features/pages/signup/signup.module.scss diff --git a/src/features/styles/app.scss b/themes/gatsby-theme-deriv/src/features/styles/app.scss similarity index 100% rename from src/features/styles/app.scss rename to themes/gatsby-theme-deriv/src/features/styles/app.scss diff --git a/src/features/styles/postcss-plugin/class-name-collector.js b/themes/gatsby-theme-deriv/src/features/styles/postcss-plugin/class-name-collector.js similarity index 100% rename from src/features/styles/postcss-plugin/class-name-collector.js rename to themes/gatsby-theme-deriv/src/features/styles/postcss-plugin/class-name-collector.js diff --git a/src/features/styles/postcss-plugin/plugin.js b/themes/gatsby-theme-deriv/src/features/styles/postcss-plugin/plugin.js similarity index 100% rename from src/features/styles/postcss-plugin/plugin.js rename to themes/gatsby-theme-deriv/src/features/styles/postcss-plugin/plugin.js diff --git a/src/features/styles/reset.scss b/themes/gatsby-theme-deriv/src/features/styles/reset.scss similarity index 100% rename from src/features/styles/reset.scss rename to themes/gatsby-theme-deriv/src/features/styles/reset.scss diff --git a/src/features/styles/theme/accordion/styles.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/accordion/styles.scss similarity index 100% rename from src/features/styles/theme/accordion/styles.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/accordion/styles.scss diff --git a/src/features/styles/theme/alert.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/alert.scss similarity index 100% rename from src/features/styles/theme/alert.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/alert.scss diff --git a/src/features/styles/theme/breakpoints.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/breakpoints.scss similarity index 100% rename from src/features/styles/theme/breakpoints.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/breakpoints.scss diff --git a/src/features/styles/theme/buttons.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/buttons.scss similarity index 100% rename from src/features/styles/theme/buttons.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/buttons.scss diff --git a/src/features/styles/theme/card.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/card.scss similarity index 100% rename from src/features/styles/theme/card.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/card.scss diff --git a/src/features/styles/theme/colors.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/colors.scss similarity index 100% rename from src/features/styles/theme/colors.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/colors.scss diff --git a/src/features/styles/theme/containers.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/containers.scss similarity index 100% rename from src/features/styles/theme/containers.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/containers.scss diff --git a/src/features/styles/theme/flex.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/flex.scss similarity index 100% rename from src/features/styles/theme/flex.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/flex.scss diff --git a/src/features/styles/theme/icon.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/icon.scss similarity index 100% rename from src/features/styles/theme/icon.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/icon.scss diff --git a/src/features/styles/theme/image.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/image.scss similarity index 100% rename from src/features/styles/theme/image.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/image.scss diff --git a/src/features/styles/theme/inputs/checkbox.styles.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/inputs/checkbox.styles.scss similarity index 100% rename from src/features/styles/theme/inputs/checkbox.styles.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/inputs/checkbox.styles.scss diff --git a/src/features/styles/theme/inputs/text.styles.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/inputs/text.styles.scss similarity index 100% rename from src/features/styles/theme/inputs/text.styles.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/inputs/text.styles.scss diff --git a/src/features/styles/theme/radius.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/radius.scss similarity index 100% rename from src/features/styles/theme/radius.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/radius.scss diff --git a/src/features/styles/theme/spacing.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/spacing.scss similarity index 100% rename from src/features/styles/theme/spacing.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/spacing.scss diff --git a/src/features/styles/theme/table.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/table.scss similarity index 100% rename from src/features/styles/theme/table.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/table.scss diff --git a/src/features/styles/theme/tabs.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/tabs.scss similarity index 100% rename from src/features/styles/theme/tabs.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/tabs.scss diff --git a/src/features/styles/theme/theme-mixins.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/theme-mixins.scss similarity index 100% rename from src/features/styles/theme/theme-mixins.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/theme-mixins.scss diff --git a/src/features/styles/theme/typography.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/typography.scss similarity index 100% rename from src/features/styles/theme/typography.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/typography.scss diff --git a/src/features/styles/theme/utility.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/utility.scss similarity index 100% rename from src/features/styles/theme/utility.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/utility.scss diff --git a/src/features/styles/theme/variables.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/variables.scss similarity index 100% rename from src/features/styles/theme/variables.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/variables.scss diff --git a/src/features/styles/theme/visibility.scss b/themes/gatsby-theme-deriv/src/features/styles/theme/visibility.scss similarity index 100% rename from src/features/styles/theme/visibility.scss rename to themes/gatsby-theme-deriv/src/features/styles/theme/visibility.scss diff --git a/src/features/styles/utils/index.ts b/themes/gatsby-theme-deriv/src/features/styles/utils/index.ts similarity index 100% rename from src/features/styles/utils/index.ts rename to themes/gatsby-theme-deriv/src/features/styles/utils/index.ts diff --git a/src/features/types/faq-schema.ts b/themes/gatsby-theme-deriv/src/features/types/faq-schema.ts similarity index 100% rename from src/features/types/faq-schema.ts rename to themes/gatsby-theme-deriv/src/features/types/faq-schema.ts diff --git a/src/features/types/index.ts b/themes/gatsby-theme-deriv/src/features/types/index.ts similarity index 100% rename from src/features/types/index.ts rename to themes/gatsby-theme-deriv/src/features/types/index.ts diff --git a/src/features/utils/dclsx.ts b/themes/gatsby-theme-deriv/src/features/utils/dclsx.ts similarity index 100% rename from src/features/utils/dclsx.ts rename to themes/gatsby-theme-deriv/src/features/utils/dclsx.ts diff --git a/src/global.d.ts b/themes/gatsby-theme-deriv/src/global.d.ts similarity index 100% rename from src/global.d.ts rename to themes/gatsby-theme-deriv/src/global.d.ts diff --git a/src/images/common/affiliate-and-ib/deriv_x_commodities.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_commodities.png similarity index 100% rename from src/images/common/affiliate-and-ib/deriv_x_commodities.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_commodities.png diff --git a/src/images/common/affiliate-and-ib/deriv_x_crypto.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_crypto.png similarity index 100% rename from src/images/common/affiliate-and-ib/deriv_x_crypto.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_crypto.png diff --git a/src/images/common/affiliate-and-ib/deriv_x_five.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_five.png similarity index 100% rename from src/images/common/affiliate-and-ib/deriv_x_five.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_five.png diff --git a/src/images/common/affiliate-and-ib/deriv_x_forex.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_forex.png similarity index 100% rename from src/images/common/affiliate-and-ib/deriv_x_forex.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_forex.png diff --git a/src/images/common/affiliate-and-ib/deriv_x_four.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_four.png similarity index 100% rename from src/images/common/affiliate-and-ib/deriv_x_four.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_four.png diff --git a/src/images/common/affiliate-and-ib/deriv_x_indices.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_indices.png similarity index 100% rename from src/images/common/affiliate-and-ib/deriv_x_indices.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_indices.png diff --git a/src/images/common/affiliate-and-ib/deriv_x_one.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_one.png similarity index 100% rename from src/images/common/affiliate-and-ib/deriv_x_one.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_one.png diff --git a/src/images/common/affiliate-and-ib/deriv_x_step.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_step.png similarity index 100% rename from src/images/common/affiliate-and-ib/deriv_x_step.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_step.png diff --git a/src/images/common/affiliate-and-ib/deriv_x_stocks.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_stocks.png similarity index 100% rename from src/images/common/affiliate-and-ib/deriv_x_stocks.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_stocks.png diff --git a/src/images/common/affiliate-and-ib/deriv_x_three.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_three.png similarity index 100% rename from src/images/common/affiliate-and-ib/deriv_x_three.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_three.png diff --git a/src/images/common/affiliate-and-ib/deriv_x_two.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_two.png similarity index 100% rename from src/images/common/affiliate-and-ib/deriv_x_two.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_two.png diff --git a/src/images/common/affiliate-and-ib/deriv_x_vol.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_vol.png similarity index 100% rename from src/images/common/affiliate-and-ib/deriv_x_vol.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/deriv_x_vol.png diff --git a/src/images/common/affiliate-and-ib/derived_crash.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/derived_crash.png similarity index 100% rename from src/images/common/affiliate-and-ib/derived_crash.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/derived_crash.png diff --git a/src/images/common/affiliate-and-ib/derived_jump.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/derived_jump.png similarity index 100% rename from src/images/common/affiliate-and-ib/derived_jump.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/derived_jump.png diff --git a/src/images/common/affiliate-and-ib/derived_step.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/derived_step.png similarity index 100% rename from src/images/common/affiliate-and-ib/derived_step.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/derived_step.png diff --git a/src/images/common/affiliate-and-ib/derived_volatility.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/derived_volatility.png similarity index 100% rename from src/images/common/affiliate-and-ib/derived_volatility.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/derived_volatility.png diff --git a/src/images/common/affiliate-and-ib/dmt5-financial-calculator-one.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/dmt5-financial-calculator-one.png similarity index 100% rename from src/images/common/affiliate-and-ib/dmt5-financial-calculator-one.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/dmt5-financial-calculator-one.png diff --git a/src/images/common/affiliate-and-ib/dmt5-financial-calculator-three.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/dmt5-financial-calculator-three.png similarity index 100% rename from src/images/common/affiliate-and-ib/dmt5-financial-calculator-three.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/dmt5-financial-calculator-three.png diff --git a/src/images/common/affiliate-and-ib/dmt5-financial-calculator-two.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/dmt5-financial-calculator-two.png similarity index 100% rename from src/images/common/affiliate-and-ib/dmt5-financial-calculator-two.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/dmt5-financial-calculator-two.png diff --git a/src/images/common/affiliate-and-ib/dmt5-financial-stp-calculator-one.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/dmt5-financial-stp-calculator-one.png similarity index 100% rename from src/images/common/affiliate-and-ib/dmt5-financial-stp-calculator-one.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/dmt5-financial-stp-calculator-one.png diff --git a/src/images/common/affiliate-and-ib/dmt5-synthetic-calculator.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/dmt5-synthetic-calculator.png similarity index 100% rename from src/images/common/affiliate-and-ib/dmt5-synthetic-calculator.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/dmt5-synthetic-calculator.png diff --git a/src/images/common/affiliate-and-ib/dx_dex_indices.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/dx_dex_indices.png similarity index 100% rename from src/images/common/affiliate-and-ib/dx_dex_indices.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/dx_dex_indices.png diff --git a/src/images/common/affiliate-and-ib/fin_crypto.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/fin_crypto.png similarity index 100% rename from src/images/common/affiliate-and-ib/fin_crypto.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/fin_crypto.png diff --git a/src/images/common/affiliate-and-ib/fin_forex.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/fin_forex.png similarity index 100% rename from src/images/common/affiliate-and-ib/fin_forex.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/fin_forex.png diff --git a/src/images/common/affiliate-and-ib/fin_metal.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/fin_metal.png similarity index 100% rename from src/images/common/affiliate-and-ib/fin_metal.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/fin_metal.png diff --git a/src/images/common/affiliate-and-ib/fin_oil.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/fin_oil.png similarity index 100% rename from src/images/common/affiliate-and-ib/fin_oil.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/fin_oil.png diff --git a/src/images/common/affiliate-and-ib/fin_stock.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/fin_stock.png similarity index 100% rename from src/images/common/affiliate-and-ib/fin_stock.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/fin_stock.png diff --git a/src/images/common/affiliate-and-ib/mt5_crypto.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/mt5_crypto.png similarity index 100% rename from src/images/common/affiliate-and-ib/mt5_crypto.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/mt5_crypto.png diff --git a/src/images/common/affiliate-and-ib/mt5_forex.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/mt5_forex.png similarity index 100% rename from src/images/common/affiliate-and-ib/mt5_forex.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/mt5_forex.png diff --git a/src/images/common/affiliate-and-ib/mt5_metal.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/mt5_metal.png similarity index 100% rename from src/images/common/affiliate-and-ib/mt5_metal.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/mt5_metal.png diff --git a/src/images/common/affiliate-and-ib/mt5_oil.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/mt5_oil.png similarity index 100% rename from src/images/common/affiliate-and-ib/mt5_oil.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/mt5_oil.png diff --git a/src/images/common/affiliate-and-ib/mt5_step.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/mt5_step.png similarity index 100% rename from src/images/common/affiliate-and-ib/mt5_step.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/mt5_step.png diff --git a/src/images/common/affiliate-and-ib/mt5_stock_indices.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/mt5_stock_indices.png similarity index 100% rename from src/images/common/affiliate-and-ib/mt5_stock_indices.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/mt5_stock_indices.png diff --git a/src/images/common/affiliate-and-ib/mt5_stocks.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/mt5_stocks.png similarity index 100% rename from src/images/common/affiliate-and-ib/mt5_stocks.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/mt5_stocks.png diff --git a/src/images/common/affiliate-and-ib/mt5_volatility.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/mt5_volatility.png similarity index 100% rename from src/images/common/affiliate-and-ib/mt5_volatility.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/mt5_volatility.png diff --git a/src/images/common/affiliate-and-ib/stp_crypto.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/stp_crypto.png similarity index 100% rename from src/images/common/affiliate-and-ib/stp_crypto.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/stp_crypto.png diff --git a/src/images/common/affiliate-and-ib/stp_forex.png b/themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/stp_forex.png similarity index 100% rename from src/images/common/affiliate-and-ib/stp_forex.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate-and-ib/stp_forex.png diff --git a/src/images/common/affiliate/daily-ib-commission-eu.png b/themes/gatsby-theme-deriv/src/images/common/affiliate/daily-ib-commission-eu.png similarity index 100% rename from src/images/common/affiliate/daily-ib-commission-eu.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate/daily-ib-commission-eu.png diff --git a/src/images/common/affiliate/daily-ib-commission.png b/themes/gatsby-theme-deriv/src/images/common/affiliate/daily-ib-commission.png similarity index 100% rename from src/images/common/affiliate/daily-ib-commission.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate/daily-ib-commission.png diff --git a/src/images/common/affiliate/map.png b/themes/gatsby-theme-deriv/src/images/common/affiliate/map.png similarity index 100% rename from src/images/common/affiliate/map.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate/map.png diff --git a/src/images/common/affiliate/marketing-material.png b/themes/gatsby-theme-deriv/src/images/common/affiliate/marketing-material.png similarity index 100% rename from src/images/common/affiliate/marketing-material.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate/marketing-material.png diff --git a/src/images/common/affiliate/multiple-income-opportunities.png b/themes/gatsby-theme-deriv/src/images/common/affiliate/multiple-income-opportunities.png similarity index 100% rename from src/images/common/affiliate/multiple-income-opportunities.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate/multiple-income-opportunities.png diff --git a/src/images/common/affiliate/partners-banner.png b/themes/gatsby-theme-deriv/src/images/common/affiliate/partners-banner.png similarity index 100% rename from src/images/common/affiliate/partners-banner.png rename to themes/gatsby-theme-deriv/src/images/common/affiliate/partners-banner.png diff --git a/src/images/common/awards/best-forex-spreads.png b/themes/gatsby-theme-deriv/src/images/common/awards/best-forex-spreads.png similarity index 100% rename from src/images/common/awards/best-forex-spreads.png rename to themes/gatsby-theme-deriv/src/images/common/awards/best-forex-spreads.png diff --git a/src/images/common/awards/broker-of-the-year.png b/themes/gatsby-theme-deriv/src/images/common/awards/broker-of-the-year.png similarity index 100% rename from src/images/common/awards/broker-of-the-year.png rename to themes/gatsby-theme-deriv/src/images/common/awards/broker-of-the-year.png diff --git a/src/images/common/awards/gptw.png b/themes/gatsby-theme-deriv/src/images/common/awards/gptw.png similarity index 100% rename from src/images/common/awards/gptw.png rename to themes/gatsby-theme-deriv/src/images/common/awards/gptw.png diff --git a/src/images/common/awards/investors.png b/themes/gatsby-theme-deriv/src/images/common/awards/investors.png similarity index 100% rename from src/images/common/awards/investors.png rename to themes/gatsby-theme-deriv/src/images/common/awards/investors.png diff --git a/src/images/common/awards/most-trusted.png b/themes/gatsby-theme-deriv/src/images/common/awards/most-trusted.png similarity index 100% rename from src/images/common/awards/most-trusted.png rename to themes/gatsby-theme-deriv/src/images/common/awards/most-trusted.png diff --git a/src/images/common/careers-2/back-end-bg.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/back-end-bg.png similarity index 100% rename from src/images/common/careers-2/back-end-bg.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/back-end-bg.png diff --git a/src/images/common/careers-2/back-end-desc.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/back-end-desc.png similarity index 100% rename from src/images/common/careers-2/back-end-desc.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/back-end-desc.png diff --git a/src/images/common/careers-2/back-end-review-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/back-end-review-mobile.png similarity index 100% rename from src/images/common/careers-2/back-end-review-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/back-end-review-mobile.png diff --git a/src/images/common/careers-2/back-end-review.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/back-end-review.png similarity index 100% rename from src/images/common/careers-2/back-end-review.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/back-end-review.png diff --git a/src/images/common/careers-2/business-excellence-bg.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/business-excellence-bg.png similarity index 100% rename from src/images/common/careers-2/business-excellence-bg.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/business-excellence-bg.png diff --git a/src/images/common/careers-2/business-excellence-desc.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/business-excellence-desc.png similarity index 100% rename from src/images/common/careers-2/business-excellence-desc.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/business-excellence-desc.png diff --git a/src/images/common/careers-2/business-excellence-review-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/business-excellence-review-mobile.png similarity index 100% rename from src/images/common/careers-2/business-excellence-review-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/business-excellence-review-mobile.png diff --git a/src/images/common/careers-2/business-excellence-review.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/business-excellence-review.png similarity index 100% rename from src/images/common/careers-2/business-excellence-review.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/business-excellence-review.png diff --git a/src/images/common/careers-2/business-intelligence-bg.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/business-intelligence-bg.png similarity index 100% rename from src/images/common/careers-2/business-intelligence-bg.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/business-intelligence-bg.png diff --git a/src/images/common/careers-2/business-intelligence-desc.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/business-intelligence-desc.png similarity index 100% rename from src/images/common/careers-2/business-intelligence-desc.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/business-intelligence-desc.png diff --git a/src/images/common/careers-2/business-intelligence-review-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/business-intelligence-review-mobile.png similarity index 100% rename from src/images/common/careers-2/business-intelligence-review-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/business-intelligence-review-mobile.png diff --git a/src/images/common/careers-2/business-intelligence-review.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/business-intelligence-review.png similarity index 100% rename from src/images/common/careers-2/business-intelligence-review.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/business-intelligence-review.png diff --git a/src/images/common/careers-2/compliance-bg.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/compliance-bg.png similarity index 100% rename from src/images/common/careers-2/compliance-bg.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/compliance-bg.png diff --git a/src/images/common/careers-2/compliance-desc.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/compliance-desc.png similarity index 100% rename from src/images/common/careers-2/compliance-desc.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/compliance-desc.png diff --git a/src/images/common/careers-2/compliance-review-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/compliance-review-mobile.png similarity index 100% rename from src/images/common/careers-2/compliance-review-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/compliance-review-mobile.png diff --git a/src/images/common/careers-2/compliance-review.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/compliance-review.png similarity index 100% rename from src/images/common/careers-2/compliance-review.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/compliance-review.png diff --git a/src/images/common/careers-2/cs-bg.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/cs-bg.png similarity index 100% rename from src/images/common/careers-2/cs-bg.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/cs-bg.png diff --git a/src/images/common/careers-2/cs-desc.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/cs-desc.png similarity index 100% rename from src/images/common/careers-2/cs-desc.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/cs-desc.png diff --git a/src/images/common/careers-2/cs-review-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/cs-review-mobile.png similarity index 100% rename from src/images/common/careers-2/cs-review-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/cs-review-mobile.png diff --git a/src/images/common/careers-2/cs-review.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/cs-review.png similarity index 100% rename from src/images/common/careers-2/cs-review.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/cs-review.png diff --git a/src/images/common/careers-2/fe-review-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/fe-review-mobile.png similarity index 100% rename from src/images/common/careers-2/fe-review-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/fe-review-mobile.png diff --git a/src/images/common/careers-2/fe-review.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/fe-review.png similarity index 100% rename from src/images/common/careers-2/fe-review.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/fe-review.png diff --git a/src/images/common/careers-2/finance-bg.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/finance-bg.png similarity index 100% rename from src/images/common/careers-2/finance-bg.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/finance-bg.png diff --git a/src/images/common/careers-2/finance-desc.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/finance-desc.png similarity index 100% rename from src/images/common/careers-2/finance-desc.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/finance-desc.png diff --git a/src/images/common/careers-2/finance-review-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/finance-review-mobile.png similarity index 100% rename from src/images/common/careers-2/finance-review-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/finance-review-mobile.png diff --git a/src/images/common/careers-2/finance-review.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/finance-review.png similarity index 100% rename from src/images/common/careers-2/finance-review.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/finance-review.png diff --git a/src/images/common/careers-2/front-end-bg.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/front-end-bg.png similarity index 100% rename from src/images/common/careers-2/front-end-bg.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/front-end-bg.png diff --git a/src/images/common/careers-2/front-end-desc.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/front-end-desc.png similarity index 100% rename from src/images/common/careers-2/front-end-desc.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/front-end-desc.png diff --git a/src/images/common/careers-2/human-resources-bg.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/human-resources-bg.png similarity index 100% rename from src/images/common/careers-2/human-resources-bg.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/human-resources-bg.png diff --git a/src/images/common/careers-2/human-resources-desc.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/human-resources-desc.png similarity index 100% rename from src/images/common/careers-2/human-resources-desc.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/human-resources-desc.png diff --git a/src/images/common/careers-2/human-resources-review-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/human-resources-review-mobile.png similarity index 100% rename from src/images/common/careers-2/human-resources-review-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/human-resources-review-mobile.png diff --git a/src/images/common/careers-2/human-resources-review.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/human-resources-review.png similarity index 100% rename from src/images/common/careers-2/human-resources-review.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/human-resources-review.png diff --git a/src/images/common/careers-2/internal-audit-bg.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/internal-audit-bg.png similarity index 100% rename from src/images/common/careers-2/internal-audit-bg.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/internal-audit-bg.png diff --git a/src/images/common/careers-2/internal-audit-desc.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/internal-audit-desc.png similarity index 100% rename from src/images/common/careers-2/internal-audit-desc.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/internal-audit-desc.png diff --git a/src/images/common/careers-2/internal-audit-review-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/internal-audit-review-mobile.png similarity index 100% rename from src/images/common/careers-2/internal-audit-review-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/internal-audit-review-mobile.png diff --git a/src/images/common/careers-2/internal-audit-review.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/internal-audit-review.png similarity index 100% rename from src/images/common/careers-2/internal-audit-review.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/internal-audit-review.png diff --git a/src/images/common/careers-2/marketing-bg.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/marketing-bg.png similarity index 100% rename from src/images/common/careers-2/marketing-bg.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/marketing-bg.png diff --git a/src/images/common/careers-2/marketing-desc.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/marketing-desc.png similarity index 100% rename from src/images/common/careers-2/marketing-desc.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/marketing-desc.png diff --git a/src/images/common/careers-2/marketing-review-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/marketing-review-mobile.png similarity index 100% rename from src/images/common/careers-2/marketing-review-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/marketing-review-mobile.png diff --git a/src/images/common/careers-2/marketing-review.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/marketing-review.png similarity index 100% rename from src/images/common/careers-2/marketing-review.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/marketing-review.png diff --git a/src/images/common/careers-2/payments-bg.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/payments-bg.png similarity index 100% rename from src/images/common/careers-2/payments-bg.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/payments-bg.png diff --git a/src/images/common/careers-2/payments-desc.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/payments-desc.png similarity index 100% rename from src/images/common/careers-2/payments-desc.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/payments-desc.png diff --git a/src/images/common/careers-2/payments-review-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/payments-review-mobile.png similarity index 100% rename from src/images/common/careers-2/payments-review-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/payments-review-mobile.png diff --git a/src/images/common/careers-2/payments-review.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/payments-review.png similarity index 100% rename from src/images/common/careers-2/payments-review.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/payments-review.png diff --git a/src/images/common/careers-2/pm-bg.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/pm-bg.png similarity index 100% rename from src/images/common/careers-2/pm-bg.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/pm-bg.png diff --git a/src/images/common/careers-2/pm-desc.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/pm-desc.png similarity index 100% rename from src/images/common/careers-2/pm-desc.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/pm-desc.png diff --git a/src/images/common/careers-2/pm-review-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/pm-review-mobile.png similarity index 100% rename from src/images/common/careers-2/pm-review-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/pm-review-mobile.png diff --git a/src/images/common/careers-2/pm-review.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/pm-review.png similarity index 100% rename from src/images/common/careers-2/pm-review.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/pm-review.png diff --git a/src/images/common/careers-2/product-bg.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/product-bg.png similarity index 100% rename from src/images/common/careers-2/product-bg.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/product-bg.png diff --git a/src/images/common/careers-2/product-desc.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/product-desc.png similarity index 100% rename from src/images/common/careers-2/product-desc.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/product-desc.png diff --git a/src/images/common/careers-2/product-review-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/product-review-mobile.png similarity index 100% rename from src/images/common/careers-2/product-review-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/product-review-mobile.png diff --git a/src/images/common/careers-2/product-review.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/product-review.png similarity index 100% rename from src/images/common/careers-2/product-review.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/product-review.png diff --git a/src/images/common/careers-2/security-bg.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/security-bg.png similarity index 100% rename from src/images/common/careers-2/security-bg.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/security-bg.png diff --git a/src/images/common/careers-2/security-desc.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/security-desc.png similarity index 100% rename from src/images/common/careers-2/security-desc.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/security-desc.png diff --git a/src/images/common/careers-2/security-review-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/security-review-mobile.png similarity index 100% rename from src/images/common/careers-2/security-review-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/security-review-mobile.png diff --git a/src/images/common/careers-2/security-review.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/security-review.png similarity index 100% rename from src/images/common/careers-2/security-review.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/security-review.png diff --git a/src/images/common/careers-2/software-testing-bg.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/software-testing-bg.png similarity index 100% rename from src/images/common/careers-2/software-testing-bg.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/software-testing-bg.png diff --git a/src/images/common/careers-2/software-testing-desc.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/software-testing-desc.png similarity index 100% rename from src/images/common/careers-2/software-testing-desc.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/software-testing-desc.png diff --git a/src/images/common/careers-2/software-testing-review-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/software-testing-review-mobile.png similarity index 100% rename from src/images/common/careers-2/software-testing-review-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/software-testing-review-mobile.png diff --git a/src/images/common/careers-2/software-testing-review.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/software-testing-review.png similarity index 100% rename from src/images/common/careers-2/software-testing-review.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/software-testing-review.png diff --git a/src/images/common/careers-2/trading-operations-bg.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/trading-operations-bg.png similarity index 100% rename from src/images/common/careers-2/trading-operations-bg.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/trading-operations-bg.png diff --git a/src/images/common/careers-2/trading-operations-desc.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/trading-operations-desc.png similarity index 100% rename from src/images/common/careers-2/trading-operations-desc.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/trading-operations-desc.png diff --git a/src/images/common/careers-2/trading-operations-review-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/trading-operations-review-mobile.png similarity index 100% rename from src/images/common/careers-2/trading-operations-review-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/trading-operations-review-mobile.png diff --git a/src/images/common/careers-2/trading-operations-review.png b/themes/gatsby-theme-deriv/src/images/common/careers-2/trading-operations-review.png similarity index 100% rename from src/images/common/careers-2/trading-operations-review.png rename to themes/gatsby-theme-deriv/src/images/common/careers-2/trading-operations-review.png diff --git a/src/images/common/careers/Back-end-Development.png b/themes/gatsby-theme-deriv/src/images/common/careers/Back-end-Development.png similarity index 100% rename from src/images/common/careers/Back-end-Development.png rename to themes/gatsby-theme-deriv/src/images/common/careers/Back-end-Development.png diff --git a/src/images/common/careers/Business-Excellence.png b/themes/gatsby-theme-deriv/src/images/common/careers/Business-Excellence.png similarity index 100% rename from src/images/common/careers/Business-Excellence.png rename to themes/gatsby-theme-deriv/src/images/common/careers/Business-Excellence.png diff --git a/src/images/common/careers/Business-Intelligence.png b/themes/gatsby-theme-deriv/src/images/common/careers/Business-Intelligence.png similarity index 100% rename from src/images/common/careers/Business-Intelligence.png rename to themes/gatsby-theme-deriv/src/images/common/careers/Business-Intelligence.png diff --git a/src/images/common/careers/Customer-Support.png b/themes/gatsby-theme-deriv/src/images/common/careers/Customer-Support.png similarity index 100% rename from src/images/common/careers/Customer-Support.png rename to themes/gatsby-theme-deriv/src/images/common/careers/Customer-Support.png diff --git a/src/images/common/careers/Cyber-Security-IT.png b/themes/gatsby-theme-deriv/src/images/common/careers/Cyber-Security-IT.png similarity index 100% rename from src/images/common/careers/Cyber-Security-IT.png rename to themes/gatsby-theme-deriv/src/images/common/careers/Cyber-Security-IT.png diff --git a/src/images/common/careers/Finance-Accounts.png b/themes/gatsby-theme-deriv/src/images/common/careers/Finance-Accounts.png similarity index 100% rename from src/images/common/careers/Finance-Accounts.png rename to themes/gatsby-theme-deriv/src/images/common/careers/Finance-Accounts.png diff --git a/src/images/common/careers/Front-end-Development.png b/themes/gatsby-theme-deriv/src/images/common/careers/Front-end-Development.png similarity index 100% rename from src/images/common/careers/Front-end-Development.png rename to themes/gatsby-theme-deriv/src/images/common/careers/Front-end-Development.png diff --git a/src/images/common/careers/Human-Resources.png b/themes/gatsby-theme-deriv/src/images/common/careers/Human-Resources.png similarity index 100% rename from src/images/common/careers/Human-Resources.png rename to themes/gatsby-theme-deriv/src/images/common/careers/Human-Resources.png diff --git a/src/images/common/careers/Internal-Audit.png b/themes/gatsby-theme-deriv/src/images/common/careers/Internal-Audit.png similarity index 100% rename from src/images/common/careers/Internal-Audit.png rename to themes/gatsby-theme-deriv/src/images/common/careers/Internal-Audit.png diff --git a/src/images/common/careers/Legal-Compliance.png b/themes/gatsby-theme-deriv/src/images/common/careers/Legal-Compliance.png similarity index 100% rename from src/images/common/careers/Legal-Compliance.png rename to themes/gatsby-theme-deriv/src/images/common/careers/Legal-Compliance.png diff --git a/src/images/common/careers/Marketing-Global-Partnerships.png b/themes/gatsby-theme-deriv/src/images/common/careers/Marketing-Global-Partnerships.png similarity index 100% rename from src/images/common/careers/Marketing-Global-Partnerships.png rename to themes/gatsby-theme-deriv/src/images/common/careers/Marketing-Global-Partnerships.png diff --git a/src/images/common/careers/Payment-Solutions-Integration.png b/themes/gatsby-theme-deriv/src/images/common/careers/Payment-Solutions-Integration.png similarity index 100% rename from src/images/common/careers/Payment-Solutions-Integration.png rename to themes/gatsby-theme-deriv/src/images/common/careers/Payment-Solutions-Integration.png diff --git a/src/images/common/careers/Product-Design-UX.png b/themes/gatsby-theme-deriv/src/images/common/careers/Product-Design-UX.png similarity index 100% rename from src/images/common/careers/Product-Design-UX.png rename to themes/gatsby-theme-deriv/src/images/common/careers/Product-Design-UX.png diff --git a/src/images/common/careers/Project-Management.png b/themes/gatsby-theme-deriv/src/images/common/careers/Project-Management.png similarity index 100% rename from src/images/common/careers/Project-Management.png rename to themes/gatsby-theme-deriv/src/images/common/careers/Project-Management.png diff --git a/src/images/common/careers/Software-Testing.png b/themes/gatsby-theme-deriv/src/images/common/careers/Software-Testing.png similarity index 100% rename from src/images/common/careers/Software-Testing.png rename to themes/gatsby-theme-deriv/src/images/common/careers/Software-Testing.png diff --git a/src/images/common/careers/Trading-Operations.png b/themes/gatsby-theme-deriv/src/images/common/careers/Trading-Operations.png similarity index 100% rename from src/images/common/careers/Trading-Operations.png rename to themes/gatsby-theme-deriv/src/images/common/careers/Trading-Operations.png diff --git a/src/images/common/careers/aditya.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/aditya.jpg similarity index 100% rename from src/images/common/careers/aditya.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/aditya.jpg diff --git a/src/images/common/careers/ahmad.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/ahmad.jpg similarity index 100% rename from src/images/common/careers/ahmad.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/ahmad.jpg diff --git a/src/images/common/careers/asuncion.png b/themes/gatsby-theme-deriv/src/images/common/careers/asuncion.png similarity index 100% rename from src/images/common/careers/asuncion.png rename to themes/gatsby-theme-deriv/src/images/common/careers/asuncion.png diff --git a/src/images/common/careers/asuncion_great_place_to_work_badge.png b/themes/gatsby-theme-deriv/src/images/common/careers/asuncion_great_place_to_work_badge.png similarity index 100% rename from src/images/common/careers/asuncion_great_place_to_work_badge.png rename to themes/gatsby-theme-deriv/src/images/common/careers/asuncion_great_place_to_work_badge.png diff --git a/src/images/common/careers/asuncion_grid_1.png b/themes/gatsby-theme-deriv/src/images/common/careers/asuncion_grid_1.png similarity index 100% rename from src/images/common/careers/asuncion_grid_1.png rename to themes/gatsby-theme-deriv/src/images/common/careers/asuncion_grid_1.png diff --git a/src/images/common/careers/asuncion_grid_2.png b/themes/gatsby-theme-deriv/src/images/common/careers/asuncion_grid_2.png similarity index 100% rename from src/images/common/careers/asuncion_grid_2.png rename to themes/gatsby-theme-deriv/src/images/common/careers/asuncion_grid_2.png diff --git a/src/images/common/careers/asuncion_grid_3.png b/themes/gatsby-theme-deriv/src/images/common/careers/asuncion_grid_3.png similarity index 100% rename from src/images/common/careers/asuncion_grid_3.png rename to themes/gatsby-theme-deriv/src/images/common/careers/asuncion_grid_3.png diff --git a/src/images/common/careers/asuncion_grid_4.png b/themes/gatsby-theme-deriv/src/images/common/careers/asuncion_grid_4.png similarity index 100% rename from src/images/common/careers/asuncion_grid_4.png rename to themes/gatsby-theme-deriv/src/images/common/careers/asuncion_grid_4.png diff --git a/src/images/common/careers/berlin.png b/themes/gatsby-theme-deriv/src/images/common/careers/berlin.png similarity index 100% rename from src/images/common/careers/berlin.png rename to themes/gatsby-theme-deriv/src/images/common/careers/berlin.png diff --git a/src/images/common/careers/bvi_grid_3.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/bvi_grid_3.jpg similarity index 100% rename from src/images/common/careers/bvi_grid_3.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/bvi_grid_3.jpg diff --git a/src/images/common/careers/career-landing-screen.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/career-landing-screen.jpg similarity index 100% rename from src/images/common/careers/career-landing-screen.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/career-landing-screen.jpg diff --git a/src/images/common/careers/ciudad.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/ciudad.jpg similarity index 100% rename from src/images/common/careers/ciudad.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/ciudad.jpg diff --git a/src/images/common/careers/ciudad_great_place_to_work_badge.png b/themes/gatsby-theme-deriv/src/images/common/careers/ciudad_great_place_to_work_badge.png similarity index 100% rename from src/images/common/careers/ciudad_great_place_to_work_badge.png rename to themes/gatsby-theme-deriv/src/images/common/careers/ciudad_great_place_to_work_badge.png diff --git a/src/images/common/careers/cyberjaya.png b/themes/gatsby-theme-deriv/src/images/common/careers/cyberjaya.png similarity index 100% rename from src/images/common/careers/cyberjaya.png rename to themes/gatsby-theme-deriv/src/images/common/careers/cyberjaya.png diff --git a/src/images/common/careers/cyberjaya_grid_1.png b/themes/gatsby-theme-deriv/src/images/common/careers/cyberjaya_grid_1.png similarity index 100% rename from src/images/common/careers/cyberjaya_grid_1.png rename to themes/gatsby-theme-deriv/src/images/common/careers/cyberjaya_grid_1.png diff --git a/src/images/common/careers/cyberjaya_grid_2.png b/themes/gatsby-theme-deriv/src/images/common/careers/cyberjaya_grid_2.png similarity index 100% rename from src/images/common/careers/cyberjaya_grid_2.png rename to themes/gatsby-theme-deriv/src/images/common/careers/cyberjaya_grid_2.png diff --git a/src/images/common/careers/cyberjaya_grid_3.png b/themes/gatsby-theme-deriv/src/images/common/careers/cyberjaya_grid_3.png similarity index 100% rename from src/images/common/careers/cyberjaya_grid_3.png rename to themes/gatsby-theme-deriv/src/images/common/careers/cyberjaya_grid_3.png diff --git a/src/images/common/careers/cyberjaya_grid_4.png b/themes/gatsby-theme-deriv/src/images/common/careers/cyberjaya_grid_4.png similarity index 100% rename from src/images/common/careers/cyberjaya_grid_4.png rename to themes/gatsby-theme-deriv/src/images/common/careers/cyberjaya_grid_4.png diff --git a/src/images/common/careers/cyprus.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/cyprus.jpg similarity index 100% rename from src/images/common/careers/cyprus.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/cyprus.jpg diff --git a/src/images/common/careers/cyprus_great_place_to_work_badge.png b/themes/gatsby-theme-deriv/src/images/common/careers/cyprus_great_place_to_work_badge.png similarity index 100% rename from src/images/common/careers/cyprus_great_place_to_work_badge.png rename to themes/gatsby-theme-deriv/src/images/common/careers/cyprus_great_place_to_work_badge.png diff --git a/src/images/common/careers/cyprus_grid_1.png b/themes/gatsby-theme-deriv/src/images/common/careers/cyprus_grid_1.png similarity index 100% rename from src/images/common/careers/cyprus_grid_1.png rename to themes/gatsby-theme-deriv/src/images/common/careers/cyprus_grid_1.png diff --git a/src/images/common/careers/cyprus_grid_2.png b/themes/gatsby-theme-deriv/src/images/common/careers/cyprus_grid_2.png similarity index 100% rename from src/images/common/careers/cyprus_grid_2.png rename to themes/gatsby-theme-deriv/src/images/common/careers/cyprus_grid_2.png diff --git a/src/images/common/careers/cyprus_grid_3.png b/themes/gatsby-theme-deriv/src/images/common/careers/cyprus_grid_3.png similarity index 100% rename from src/images/common/careers/cyprus_grid_3.png rename to themes/gatsby-theme-deriv/src/images/common/careers/cyprus_grid_3.png diff --git a/src/images/common/careers/cyprus_grid_4.png b/themes/gatsby-theme-deriv/src/images/common/careers/cyprus_grid_4.png similarity index 100% rename from src/images/common/careers/cyprus_grid_4.png rename to themes/gatsby-theme-deriv/src/images/common/careers/cyprus_grid_4.png diff --git a/src/images/common/careers/dubai.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/dubai.jpg similarity index 100% rename from src/images/common/careers/dubai.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/dubai.jpg diff --git a/src/images/common/careers/dubai_great_place_to_work_badge.png b/themes/gatsby-theme-deriv/src/images/common/careers/dubai_great_place_to_work_badge.png similarity index 100% rename from src/images/common/careers/dubai_great_place_to_work_badge.png rename to themes/gatsby-theme-deriv/src/images/common/careers/dubai_great_place_to_work_badge.png diff --git a/src/images/common/careers/dubai_grid_1.png b/themes/gatsby-theme-deriv/src/images/common/careers/dubai_grid_1.png similarity index 100% rename from src/images/common/careers/dubai_grid_1.png rename to themes/gatsby-theme-deriv/src/images/common/careers/dubai_grid_1.png diff --git a/src/images/common/careers/dubai_grid_2.png b/themes/gatsby-theme-deriv/src/images/common/careers/dubai_grid_2.png similarity index 100% rename from src/images/common/careers/dubai_grid_2.png rename to themes/gatsby-theme-deriv/src/images/common/careers/dubai_grid_2.png diff --git a/src/images/common/careers/dubai_grid_3.png b/themes/gatsby-theme-deriv/src/images/common/careers/dubai_grid_3.png similarity index 100% rename from src/images/common/careers/dubai_grid_3.png rename to themes/gatsby-theme-deriv/src/images/common/careers/dubai_grid_3.png diff --git a/src/images/common/careers/dubai_grid_4.png b/themes/gatsby-theme-deriv/src/images/common/careers/dubai_grid_4.png similarity index 100% rename from src/images/common/careers/dubai_grid_4.png rename to themes/gatsby-theme-deriv/src/images/common/careers/dubai_grid_4.png diff --git a/src/images/common/careers/fitness-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers/fitness-mobile.png similarity index 100% rename from src/images/common/careers/fitness-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers/fitness-mobile.png diff --git a/src/images/common/careers/fitness.png b/themes/gatsby-theme-deriv/src/images/common/careers/fitness.png similarity index 100% rename from src/images/common/careers/fitness.png rename to themes/gatsby-theme-deriv/src/images/common/careers/fitness.png diff --git a/src/images/common/careers/games-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers/games-mobile.png similarity index 100% rename from src/images/common/careers/games-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers/games-mobile.png diff --git a/src/images/common/careers/games.png b/themes/gatsby-theme-deriv/src/images/common/careers/games.png similarity index 100% rename from src/images/common/careers/games.png rename to themes/gatsby-theme-deriv/src/images/common/careers/games.png diff --git a/src/images/common/careers/gary.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/gary.jpg similarity index 100% rename from src/images/common/careers/gary.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/gary.jpg diff --git a/src/images/common/careers/georgetown.png b/themes/gatsby-theme-deriv/src/images/common/careers/georgetown.png similarity index 100% rename from src/images/common/careers/georgetown.png rename to themes/gatsby-theme-deriv/src/images/common/careers/georgetown.png diff --git a/src/images/common/careers/guernsey.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/guernsey.jpg similarity index 100% rename from src/images/common/careers/guernsey.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/guernsey.jpg diff --git a/src/images/common/careers/guernsey_grid_1.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/guernsey_grid_1.jpg similarity index 100% rename from src/images/common/careers/guernsey_grid_1.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/guernsey_grid_1.jpg diff --git a/src/images/common/careers/guernsey_grid_2.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/guernsey_grid_2.jpg similarity index 100% rename from src/images/common/careers/guernsey_grid_2.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/guernsey_grid_2.jpg diff --git a/src/images/common/careers/guernsey_grid_3.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/guernsey_grid_3.jpg similarity index 100% rename from src/images/common/careers/guernsey_grid_3.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/guernsey_grid_3.jpg diff --git a/src/images/common/careers/guernsey_grid_4.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/guernsey_grid_4.jpg similarity index 100% rename from src/images/common/careers/guernsey_grid_4.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/guernsey_grid_4.jpg diff --git a/src/images/common/careers/gym-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers/gym-mobile.png similarity index 100% rename from src/images/common/careers/gym-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers/gym-mobile.png diff --git a/src/images/common/careers/gym.png b/themes/gatsby-theme-deriv/src/images/common/careers/gym.png similarity index 100% rename from src/images/common/careers/gym.png rename to themes/gatsby-theme-deriv/src/images/common/careers/gym.png diff --git a/src/images/common/careers/hongkong.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/hongkong.jpg similarity index 100% rename from src/images/common/careers/hongkong.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/hongkong.jpg diff --git a/src/images/common/careers/ipoh.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/ipoh.jpg similarity index 100% rename from src/images/common/careers/ipoh.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/ipoh.jpg diff --git a/src/images/common/careers/ipoh_grid_1.png b/themes/gatsby-theme-deriv/src/images/common/careers/ipoh_grid_1.png similarity index 100% rename from src/images/common/careers/ipoh_grid_1.png rename to themes/gatsby-theme-deriv/src/images/common/careers/ipoh_grid_1.png diff --git a/src/images/common/careers/ipoh_grid_2.png b/themes/gatsby-theme-deriv/src/images/common/careers/ipoh_grid_2.png similarity index 100% rename from src/images/common/careers/ipoh_grid_2.png rename to themes/gatsby-theme-deriv/src/images/common/careers/ipoh_grid_2.png diff --git a/src/images/common/careers/ipoh_grid_3.png b/themes/gatsby-theme-deriv/src/images/common/careers/ipoh_grid_3.png similarity index 100% rename from src/images/common/careers/ipoh_grid_3.png rename to themes/gatsby-theme-deriv/src/images/common/careers/ipoh_grid_3.png diff --git a/src/images/common/careers/ipoh_grid_4.png b/themes/gatsby-theme-deriv/src/images/common/careers/ipoh_grid_4.png similarity index 100% rename from src/images/common/careers/ipoh_grid_4.png rename to themes/gatsby-theme-deriv/src/images/common/careers/ipoh_grid_4.png diff --git a/src/images/common/careers/jordan.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/jordan.jpg similarity index 100% rename from src/images/common/careers/jordan.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/jordan.jpg diff --git a/src/images/common/careers/jordan_great_place_to_work_badge.png b/themes/gatsby-theme-deriv/src/images/common/careers/jordan_great_place_to_work_badge.png similarity index 100% rename from src/images/common/careers/jordan_great_place_to_work_badge.png rename to themes/gatsby-theme-deriv/src/images/common/careers/jordan_great_place_to_work_badge.png diff --git a/src/images/common/careers/jordan_grid_3.png b/themes/gatsby-theme-deriv/src/images/common/careers/jordan_grid_3.png similarity index 100% rename from src/images/common/careers/jordan_grid_3.png rename to themes/gatsby-theme-deriv/src/images/common/careers/jordan_grid_3.png diff --git a/src/images/common/careers/labuan.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/labuan.jpg similarity index 100% rename from src/images/common/careers/labuan.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/labuan.jpg diff --git a/src/images/common/careers/labuan_grid_1.png b/themes/gatsby-theme-deriv/src/images/common/careers/labuan_grid_1.png similarity index 100% rename from src/images/common/careers/labuan_grid_1.png rename to themes/gatsby-theme-deriv/src/images/common/careers/labuan_grid_1.png diff --git a/src/images/common/careers/labuan_grid_2.png b/themes/gatsby-theme-deriv/src/images/common/careers/labuan_grid_2.png similarity index 100% rename from src/images/common/careers/labuan_grid_2.png rename to themes/gatsby-theme-deriv/src/images/common/careers/labuan_grid_2.png diff --git a/src/images/common/careers/labuan_grid_3.png b/themes/gatsby-theme-deriv/src/images/common/careers/labuan_grid_3.png similarity index 100% rename from src/images/common/careers/labuan_grid_3.png rename to themes/gatsby-theme-deriv/src/images/common/careers/labuan_grid_3.png diff --git a/src/images/common/careers/labuan_grid_4.png b/themes/gatsby-theme-deriv/src/images/common/careers/labuan_grid_4.png similarity index 100% rename from src/images/common/careers/labuan_grid_4.png rename to themes/gatsby-theme-deriv/src/images/common/careers/labuan_grid_4.png diff --git a/src/images/common/careers/living_in_asuncion.png b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_asuncion.png similarity index 100% rename from src/images/common/careers/living_in_asuncion.png rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_asuncion.png diff --git a/src/images/common/careers/living_in_berlin.png b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_berlin.png similarity index 100% rename from src/images/common/careers/living_in_berlin.png rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_berlin.png diff --git a/src/images/common/careers/living_in_ciudad.png b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_ciudad.png similarity index 100% rename from src/images/common/careers/living_in_ciudad.png rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_ciudad.png diff --git a/src/images/common/careers/living_in_cyberjaya.png b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_cyberjaya.png similarity index 100% rename from src/images/common/careers/living_in_cyberjaya.png rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_cyberjaya.png diff --git a/src/images/common/careers/living_in_cyprus.png b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_cyprus.png similarity index 100% rename from src/images/common/careers/living_in_cyprus.png rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_cyprus.png diff --git a/src/images/common/careers/living_in_dubai.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_dubai.jpg similarity index 100% rename from src/images/common/careers/living_in_dubai.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_dubai.jpg diff --git a/src/images/common/careers/living_in_georgetown.png b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_georgetown.png similarity index 100% rename from src/images/common/careers/living_in_georgetown.png rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_georgetown.png diff --git a/src/images/common/careers/living_in_guernsey.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_guernsey.jpg similarity index 100% rename from src/images/common/careers/living_in_guernsey.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_guernsey.jpg diff --git a/src/images/common/careers/living_in_hongkong.png b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_hongkong.png similarity index 100% rename from src/images/common/careers/living_in_hongkong.png rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_hongkong.png diff --git a/src/images/common/careers/living_in_ipoh.png b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_ipoh.png similarity index 100% rename from src/images/common/careers/living_in_ipoh.png rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_ipoh.png diff --git a/src/images/common/careers/living_in_jordan.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_jordan.jpg similarity index 100% rename from src/images/common/careers/living_in_jordan.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_jordan.jpg diff --git a/src/images/common/careers/living_in_labuan.png b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_labuan.png similarity index 100% rename from src/images/common/careers/living_in_labuan.png rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_labuan.png diff --git a/src/images/common/careers/living_in_malta.png b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_malta.png similarity index 100% rename from src/images/common/careers/living_in_malta.png rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_malta.png diff --git a/src/images/common/careers/living_in_melaka.png b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_melaka.png similarity index 100% rename from src/images/common/careers/living_in_melaka.png rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_melaka.png diff --git a/src/images/common/careers/living_in_minsk.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_minsk.jpg similarity index 100% rename from src/images/common/careers/living_in_minsk.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_minsk.jpg diff --git a/src/images/common/careers/living_in_paris.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_paris.jpg similarity index 100% rename from src/images/common/careers/living_in_paris.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_paris.jpg diff --git a/src/images/common/careers/living_in_reading.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_reading.jpg similarity index 100% rename from src/images/common/careers/living_in_reading.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_reading.jpg diff --git a/src/images/common/careers/living_in_roadtown.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_roadtown.jpg similarity index 100% rename from src/images/common/careers/living_in_roadtown.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_roadtown.jpg diff --git a/src/images/common/careers/living_in_rwanda.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_rwanda.jpg similarity index 100% rename from src/images/common/careers/living_in_rwanda.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_rwanda.jpg diff --git a/src/images/common/careers/living_in_singapore.png b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_singapore.png similarity index 100% rename from src/images/common/careers/living_in_singapore.png rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_singapore.png diff --git a/src/images/common/careers/living_in_vanuatu.png b/themes/gatsby-theme-deriv/src/images/common/careers/living_in_vanuatu.png similarity index 100% rename from src/images/common/careers/living_in_vanuatu.png rename to themes/gatsby-theme-deriv/src/images/common/careers/living_in_vanuatu.png diff --git a/src/images/common/careers/malaysia_great_place_to_work_badge.png b/themes/gatsby-theme-deriv/src/images/common/careers/malaysia_great_place_to_work_badge.png similarity index 100% rename from src/images/common/careers/malaysia_great_place_to_work_badge.png rename to themes/gatsby-theme-deriv/src/images/common/careers/malaysia_great_place_to_work_badge.png diff --git a/src/images/common/careers/malta.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/malta.jpg similarity index 100% rename from src/images/common/careers/malta.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/malta.jpg diff --git a/src/images/common/careers/malta_great_place_to_work_badge.png b/themes/gatsby-theme-deriv/src/images/common/careers/malta_great_place_to_work_badge.png similarity index 100% rename from src/images/common/careers/malta_great_place_to_work_badge.png rename to themes/gatsby-theme-deriv/src/images/common/careers/malta_great_place_to_work_badge.png diff --git a/src/images/common/careers/malta_grid_1.png b/themes/gatsby-theme-deriv/src/images/common/careers/malta_grid_1.png similarity index 100% rename from src/images/common/careers/malta_grid_1.png rename to themes/gatsby-theme-deriv/src/images/common/careers/malta_grid_1.png diff --git a/src/images/common/careers/malta_grid_2.png b/themes/gatsby-theme-deriv/src/images/common/careers/malta_grid_2.png similarity index 100% rename from src/images/common/careers/malta_grid_2.png rename to themes/gatsby-theme-deriv/src/images/common/careers/malta_grid_2.png diff --git a/src/images/common/careers/malta_grid_3.png b/themes/gatsby-theme-deriv/src/images/common/careers/malta_grid_3.png similarity index 100% rename from src/images/common/careers/malta_grid_3.png rename to themes/gatsby-theme-deriv/src/images/common/careers/malta_grid_3.png diff --git a/src/images/common/careers/malta_grid_4.png b/themes/gatsby-theme-deriv/src/images/common/careers/malta_grid_4.png similarity index 100% rename from src/images/common/careers/malta_grid_4.png rename to themes/gatsby-theme-deriv/src/images/common/careers/malta_grid_4.png diff --git a/src/images/common/careers/maps/map-cyberjaya.png b/themes/gatsby-theme-deriv/src/images/common/careers/maps/map-cyberjaya.png similarity index 100% rename from src/images/common/careers/maps/map-cyberjaya.png rename to themes/gatsby-theme-deriv/src/images/common/careers/maps/map-cyberjaya.png diff --git a/src/images/common/careers/maps/map-cyprus.png b/themes/gatsby-theme-deriv/src/images/common/careers/maps/map-cyprus.png similarity index 100% rename from src/images/common/careers/maps/map-cyprus.png rename to themes/gatsby-theme-deriv/src/images/common/careers/maps/map-cyprus.png diff --git a/src/images/common/careers/maps/map-dubai.png b/themes/gatsby-theme-deriv/src/images/common/careers/maps/map-dubai.png similarity index 100% rename from src/images/common/careers/maps/map-dubai.png rename to themes/gatsby-theme-deriv/src/images/common/careers/maps/map-dubai.png diff --git a/src/images/common/careers/maps/map-ipoh.png b/themes/gatsby-theme-deriv/src/images/common/careers/maps/map-ipoh.png similarity index 100% rename from src/images/common/careers/maps/map-ipoh.png rename to themes/gatsby-theme-deriv/src/images/common/careers/maps/map-ipoh.png diff --git a/src/images/common/careers/maps/map-labuan.png b/themes/gatsby-theme-deriv/src/images/common/careers/maps/map-labuan.png similarity index 100% rename from src/images/common/careers/maps/map-labuan.png rename to themes/gatsby-theme-deriv/src/images/common/careers/maps/map-labuan.png diff --git a/src/images/common/careers/maps/map-malta.png b/themes/gatsby-theme-deriv/src/images/common/careers/maps/map-malta.png similarity index 100% rename from src/images/common/careers/maps/map-malta.png rename to themes/gatsby-theme-deriv/src/images/common/careers/maps/map-malta.png diff --git a/src/images/common/careers/maps/map-melaka.png b/themes/gatsby-theme-deriv/src/images/common/careers/maps/map-melaka.png similarity index 100% rename from src/images/common/careers/maps/map-melaka.png rename to themes/gatsby-theme-deriv/src/images/common/careers/maps/map-melaka.png diff --git a/src/images/common/careers/maps/map-paraguay.png b/themes/gatsby-theme-deriv/src/images/common/careers/maps/map-paraguay.png similarity index 100% rename from src/images/common/careers/maps/map-paraguay.png rename to themes/gatsby-theme-deriv/src/images/common/careers/maps/map-paraguay.png diff --git a/src/images/common/careers/mei_theng.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/mei_theng.jpg similarity index 100% rename from src/images/common/careers/mei_theng.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/mei_theng.jpg diff --git a/src/images/common/careers/melaka.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/melaka.jpg similarity index 100% rename from src/images/common/careers/melaka.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/melaka.jpg diff --git a/src/images/common/careers/melaka_grid_1.png b/themes/gatsby-theme-deriv/src/images/common/careers/melaka_grid_1.png similarity index 100% rename from src/images/common/careers/melaka_grid_1.png rename to themes/gatsby-theme-deriv/src/images/common/careers/melaka_grid_1.png diff --git a/src/images/common/careers/melaka_grid_2.png b/themes/gatsby-theme-deriv/src/images/common/careers/melaka_grid_2.png similarity index 100% rename from src/images/common/careers/melaka_grid_2.png rename to themes/gatsby-theme-deriv/src/images/common/careers/melaka_grid_2.png diff --git a/src/images/common/careers/melaka_grid_3.png b/themes/gatsby-theme-deriv/src/images/common/careers/melaka_grid_3.png similarity index 100% rename from src/images/common/careers/melaka_grid_3.png rename to themes/gatsby-theme-deriv/src/images/common/careers/melaka_grid_3.png diff --git a/src/images/common/careers/melaka_grid_4.png b/themes/gatsby-theme-deriv/src/images/common/careers/melaka_grid_4.png similarity index 100% rename from src/images/common/careers/melaka_grid_4.png rename to themes/gatsby-theme-deriv/src/images/common/careers/melaka_grid_4.png diff --git a/src/images/common/careers/minsk.png b/themes/gatsby-theme-deriv/src/images/common/careers/minsk.png similarity index 100% rename from src/images/common/careers/minsk.png rename to themes/gatsby-theme-deriv/src/images/common/careers/minsk.png diff --git a/src/images/common/careers/minsk_great_place_to_work_badge.png b/themes/gatsby-theme-deriv/src/images/common/careers/minsk_great_place_to_work_badge.png similarity index 100% rename from src/images/common/careers/minsk_great_place_to_work_badge.png rename to themes/gatsby-theme-deriv/src/images/common/careers/minsk_great_place_to_work_badge.png diff --git a/src/images/common/careers/paris.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/paris.jpg similarity index 100% rename from src/images/common/careers/paris.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/paris.jpg diff --git a/src/images/common/careers/paris_great_place_to_work_badge.png b/themes/gatsby-theme-deriv/src/images/common/careers/paris_great_place_to_work_badge.png similarity index 100% rename from src/images/common/careers/paris_great_place_to_work_badge.png rename to themes/gatsby-theme-deriv/src/images/common/careers/paris_great_place_to_work_badge.png diff --git a/src/images/common/careers/paris_grid_1.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/paris_grid_1.jpg similarity index 100% rename from src/images/common/careers/paris_grid_1.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/paris_grid_1.jpg diff --git a/src/images/common/careers/paris_grid_2.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/paris_grid_2.jpg similarity index 100% rename from src/images/common/careers/paris_grid_2.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/paris_grid_2.jpg diff --git a/src/images/common/careers/paris_grid_3.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/paris_grid_3.jpg similarity index 100% rename from src/images/common/careers/paris_grid_3.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/paris_grid_3.jpg diff --git a/src/images/common/careers/paris_grid_4.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/paris_grid_4.jpg similarity index 100% rename from src/images/common/careers/paris_grid_4.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/paris_grid_4.jpg diff --git a/src/images/common/careers/people-eating.png b/themes/gatsby-theme-deriv/src/images/common/careers/people-eating.png similarity index 100% rename from src/images/common/careers/people-eating.png rename to themes/gatsby-theme-deriv/src/images/common/careers/people-eating.png diff --git a/src/images/common/careers/presentation-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers/presentation-mobile.png similarity index 100% rename from src/images/common/careers/presentation-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers/presentation-mobile.png diff --git a/src/images/common/careers/presentation.png b/themes/gatsby-theme-deriv/src/images/common/careers/presentation.png similarity index 100% rename from src/images/common/careers/presentation.png rename to themes/gatsby-theme-deriv/src/images/common/careers/presentation.png diff --git a/src/images/common/careers/reading.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/reading.jpg similarity index 100% rename from src/images/common/careers/reading.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/reading.jpg diff --git a/src/images/common/careers/reading_great_place_to_work_badge.png b/themes/gatsby-theme-deriv/src/images/common/careers/reading_great_place_to_work_badge.png similarity index 100% rename from src/images/common/careers/reading_great_place_to_work_badge.png rename to themes/gatsby-theme-deriv/src/images/common/careers/reading_great_place_to_work_badge.png diff --git a/src/images/common/careers/reading_grid_3.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/reading_grid_3.jpg similarity index 100% rename from src/images/common/careers/reading_grid_3.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/reading_grid_3.jpg diff --git a/src/images/common/careers/roadtown.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/roadtown.jpg similarity index 100% rename from src/images/common/careers/roadtown.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/roadtown.jpg diff --git a/src/images/common/careers/rwanda.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/rwanda.jpg similarity index 100% rename from src/images/common/careers/rwanda.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/rwanda.jpg diff --git a/src/images/common/careers/rwanda_great_place_to_work_badge.png b/themes/gatsby-theme-deriv/src/images/common/careers/rwanda_great_place_to_work_badge.png similarity index 100% rename from src/images/common/careers/rwanda_great_place_to_work_badge.png rename to themes/gatsby-theme-deriv/src/images/common/careers/rwanda_great_place_to_work_badge.png diff --git a/src/images/common/careers/rwanda_grid_1.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/rwanda_grid_1.jpg similarity index 100% rename from src/images/common/careers/rwanda_grid_1.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/rwanda_grid_1.jpg diff --git a/src/images/common/careers/rwanda_grid_2.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/rwanda_grid_2.jpg similarity index 100% rename from src/images/common/careers/rwanda_grid_2.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/rwanda_grid_2.jpg diff --git a/src/images/common/careers/rwanda_grid_3.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/rwanda_grid_3.jpg similarity index 100% rename from src/images/common/careers/rwanda_grid_3.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/rwanda_grid_3.jpg diff --git a/src/images/common/careers/rwanda_grid_4.png b/themes/gatsby-theme-deriv/src/images/common/careers/rwanda_grid_4.png similarity index 100% rename from src/images/common/careers/rwanda_grid_4.png rename to themes/gatsby-theme-deriv/src/images/common/careers/rwanda_grid_4.png diff --git a/src/images/common/careers/singapore.png b/themes/gatsby-theme-deriv/src/images/common/careers/singapore.png similarity index 100% rename from src/images/common/careers/singapore.png rename to themes/gatsby-theme-deriv/src/images/common/careers/singapore.png diff --git a/src/images/common/careers/singapore_grid_3.png b/themes/gatsby-theme-deriv/src/images/common/careers/singapore_grid_3.png similarity index 100% rename from src/images/common/careers/singapore_grid_3.png rename to themes/gatsby-theme-deriv/src/images/common/careers/singapore_grid_3.png diff --git a/src/images/common/careers/table-tennis-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers/table-tennis-mobile.png similarity index 100% rename from src/images/common/careers/table-tennis-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers/table-tennis-mobile.png diff --git a/src/images/common/careers/table-tennis.png b/themes/gatsby-theme-deriv/src/images/common/careers/table-tennis.png similarity index 100% rename from src/images/common/careers/table-tennis.png rename to themes/gatsby-theme-deriv/src/images/common/careers/table-tennis.png diff --git a/src/images/common/careers/team-focus.png b/themes/gatsby-theme-deriv/src/images/common/careers/team-focus.png similarity index 100% rename from src/images/common/careers/team-focus.png rename to themes/gatsby-theme-deriv/src/images/common/careers/team-focus.png diff --git a/src/images/common/careers/teambuilding-mobile.png b/themes/gatsby-theme-deriv/src/images/common/careers/teambuilding-mobile.png similarity index 100% rename from src/images/common/careers/teambuilding-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/careers/teambuilding-mobile.png diff --git a/src/images/common/careers/teambuilding.png b/themes/gatsby-theme-deriv/src/images/common/careers/teambuilding.png similarity index 100% rename from src/images/common/careers/teambuilding.png rename to themes/gatsby-theme-deriv/src/images/common/careers/teambuilding.png diff --git a/src/images/common/careers/thumbnail_asuncion.png b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_asuncion.png similarity index 100% rename from src/images/common/careers/thumbnail_asuncion.png rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_asuncion.png diff --git a/src/images/common/careers/thumbnail_berlin.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_berlin.jpg similarity index 100% rename from src/images/common/careers/thumbnail_berlin.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_berlin.jpg diff --git a/src/images/common/careers/thumbnail_ciudad.png b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_ciudad.png similarity index 100% rename from src/images/common/careers/thumbnail_ciudad.png rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_ciudad.png diff --git a/src/images/common/careers/thumbnail_cyberjaya.png b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_cyberjaya.png similarity index 100% rename from src/images/common/careers/thumbnail_cyberjaya.png rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_cyberjaya.png diff --git a/src/images/common/careers/thumbnail_cyprus.png b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_cyprus.png similarity index 100% rename from src/images/common/careers/thumbnail_cyprus.png rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_cyprus.png diff --git a/src/images/common/careers/thumbnail_dubai.png b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_dubai.png similarity index 100% rename from src/images/common/careers/thumbnail_dubai.png rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_dubai.png diff --git a/src/images/common/careers/thumbnail_georgetown.png b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_georgetown.png similarity index 100% rename from src/images/common/careers/thumbnail_georgetown.png rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_georgetown.png diff --git a/src/images/common/careers/thumbnail_guernsey.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_guernsey.jpg similarity index 100% rename from src/images/common/careers/thumbnail_guernsey.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_guernsey.jpg diff --git a/src/images/common/careers/thumbnail_hongkong.png b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_hongkong.png similarity index 100% rename from src/images/common/careers/thumbnail_hongkong.png rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_hongkong.png diff --git a/src/images/common/careers/thumbnail_ipoh.png b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_ipoh.png similarity index 100% rename from src/images/common/careers/thumbnail_ipoh.png rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_ipoh.png diff --git a/src/images/common/careers/thumbnail_jordan.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_jordan.jpg similarity index 100% rename from src/images/common/careers/thumbnail_jordan.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_jordan.jpg diff --git a/src/images/common/careers/thumbnail_labuan.png b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_labuan.png similarity index 100% rename from src/images/common/careers/thumbnail_labuan.png rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_labuan.png diff --git a/src/images/common/careers/thumbnail_malta.png b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_malta.png similarity index 100% rename from src/images/common/careers/thumbnail_malta.png rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_malta.png diff --git a/src/images/common/careers/thumbnail_melaka.png b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_melaka.png similarity index 100% rename from src/images/common/careers/thumbnail_melaka.png rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_melaka.png diff --git a/src/images/common/careers/thumbnail_minsk.png b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_minsk.png similarity index 100% rename from src/images/common/careers/thumbnail_minsk.png rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_minsk.png diff --git a/src/images/common/careers/thumbnail_paris.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_paris.jpg similarity index 100% rename from src/images/common/careers/thumbnail_paris.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_paris.jpg diff --git a/src/images/common/careers/thumbnail_reading.png b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_reading.png similarity index 100% rename from src/images/common/careers/thumbnail_reading.png rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_reading.png diff --git a/src/images/common/careers/thumbnail_roadtown.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_roadtown.jpg similarity index 100% rename from src/images/common/careers/thumbnail_roadtown.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_roadtown.jpg diff --git a/src/images/common/careers/thumbnail_rwanda.jpg b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_rwanda.jpg similarity index 100% rename from src/images/common/careers/thumbnail_rwanda.jpg rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_rwanda.jpg diff --git a/src/images/common/careers/thumbnail_singapore.png b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_singapore.png similarity index 100% rename from src/images/common/careers/thumbnail_singapore.png rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_singapore.png diff --git a/src/images/common/careers/thumbnail_vanuatu.png b/themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_vanuatu.png similarity index 100% rename from src/images/common/careers/thumbnail_vanuatu.png rename to themes/gatsby-theme-deriv/src/images/common/careers/thumbnail_vanuatu.png diff --git a/src/images/common/careers/vanuatu.png b/themes/gatsby-theme-deriv/src/images/common/careers/vanuatu.png similarity index 100% rename from src/images/common/careers/vanuatu.png rename to themes/gatsby-theme-deriv/src/images/common/careers/vanuatu.png diff --git a/src/images/common/careers/vanuatu_grid_3.png b/themes/gatsby-theme-deriv/src/images/common/careers/vanuatu_grid_3.png similarity index 100% rename from src/images/common/careers/vanuatu_grid_3.png rename to themes/gatsby-theme-deriv/src/images/common/careers/vanuatu_grid_3.png diff --git a/src/images/common/check_icon.png b/themes/gatsby-theme-deriv/src/images/common/check_icon.png similarity index 100% rename from src/images/common/check_icon.png rename to themes/gatsby-theme-deriv/src/images/common/check_icon.png diff --git a/src/images/common/choose-us/africa_award.png b/themes/gatsby-theme-deriv/src/images/common/choose-us/africa_award.png similarity index 100% rename from src/images/common/choose-us/africa_award.png rename to themes/gatsby-theme-deriv/src/images/common/choose-us/africa_award.png diff --git a/src/images/common/choose-us/award_bg.png b/themes/gatsby-theme-deriv/src/images/common/choose-us/award_bg.png similarity index 100% rename from src/images/common/choose-us/award_bg.png rename to themes/gatsby-theme-deriv/src/images/common/choose-us/award_bg.png diff --git a/src/images/common/choose-us/award_bg_mobile.png b/themes/gatsby-theme-deriv/src/images/common/choose-us/award_bg_mobile.png similarity index 100% rename from src/images/common/choose-us/award_bg_mobile.png rename to themes/gatsby-theme-deriv/src/images/common/choose-us/award_bg_mobile.png diff --git a/src/images/common/choose-us/latam_award.png b/themes/gatsby-theme-deriv/src/images/common/choose-us/latam_award.png similarity index 100% rename from src/images/common/choose-us/latam_award.png rename to themes/gatsby-theme-deriv/src/images/common/choose-us/latam_award.png diff --git a/src/images/common/community.png b/themes/gatsby-theme-deriv/src/images/common/community.png similarity index 100% rename from src/images/common/community.png rename to themes/gatsby-theme-deriv/src/images/common/community.png diff --git a/src/images/common/ctrader/add-account-mobile.png b/themes/gatsby-theme-deriv/src/images/common/ctrader/add-account-mobile.png similarity index 100% rename from src/images/common/ctrader/add-account-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/ctrader/add-account-mobile.png diff --git a/src/images/common/ctrader/add-account.png b/themes/gatsby-theme-deriv/src/images/common/ctrader/add-account.png similarity index 100% rename from src/images/common/ctrader/add-account.png rename to themes/gatsby-theme-deriv/src/images/common/ctrader/add-account.png diff --git a/src/images/common/ctrader/add-more-accounts.png b/themes/gatsby-theme-deriv/src/images/common/ctrader/add-more-accounts.png similarity index 100% rename from src/images/common/ctrader/add-more-accounts.png rename to themes/gatsby-theme-deriv/src/images/common/ctrader/add-more-accounts.png diff --git a/src/images/common/ctrader/ctrader-and-deriv-success.png b/themes/gatsby-theme-deriv/src/images/common/ctrader/ctrader-and-deriv-success.png similarity index 100% rename from src/images/common/ctrader/ctrader-and-deriv-success.png rename to themes/gatsby-theme-deriv/src/images/common/ctrader/ctrader-and-deriv-success.png diff --git a/src/images/common/ctrader/ctrader-desktop-app.png b/themes/gatsby-theme-deriv/src/images/common/ctrader/ctrader-desktop-app.png similarity index 100% rename from src/images/common/ctrader/ctrader-desktop-app.png rename to themes/gatsby-theme-deriv/src/images/common/ctrader/ctrader-desktop-app.png diff --git a/src/images/common/ctrader/ctrader-get.png b/themes/gatsby-theme-deriv/src/images/common/ctrader/ctrader-get.png similarity index 100% rename from src/images/common/ctrader/ctrader-get.png rename to themes/gatsby-theme-deriv/src/images/common/ctrader/ctrader-get.png diff --git a/src/images/common/ctrader/ctrader-success.png b/themes/gatsby-theme-deriv/src/images/common/ctrader/ctrader-success.png similarity index 100% rename from src/images/common/ctrader/ctrader-success.png rename to themes/gatsby-theme-deriv/src/images/common/ctrader/ctrader-success.png diff --git a/src/images/common/ctrader/ctrader-trade.png b/themes/gatsby-theme-deriv/src/images/common/ctrader/ctrader-trade.png similarity index 100% rename from src/images/common/ctrader/ctrader-trade.png rename to themes/gatsby-theme-deriv/src/images/common/ctrader/ctrader-trade.png diff --git a/src/images/common/ctrader/ctrader-transfer-menu.png b/themes/gatsby-theme-deriv/src/images/common/ctrader/ctrader-transfer-menu.png similarity index 100% rename from src/images/common/ctrader/ctrader-transfer-menu.png rename to themes/gatsby-theme-deriv/src/images/common/ctrader/ctrader-transfer-menu.png diff --git a/src/images/common/ctrader/ctrader-withdrawal.png b/themes/gatsby-theme-deriv/src/images/common/ctrader/ctrader-withdrawal.png similarity index 100% rename from src/images/common/ctrader/ctrader-withdrawal.png rename to themes/gatsby-theme-deriv/src/images/common/ctrader/ctrader-withdrawal.png diff --git a/src/images/common/ctrader/derivCtraderQR.png b/themes/gatsby-theme-deriv/src/images/common/ctrader/derivCtraderQR.png similarity index 100% rename from src/images/common/ctrader/derivCtraderQR.png rename to themes/gatsby-theme-deriv/src/images/common/ctrader/derivCtraderQR.png diff --git a/src/images/common/ctrader/traders-hub-demo.png b/themes/gatsby-theme-deriv/src/images/common/ctrader/traders-hub-demo.png similarity index 100% rename from src/images/common/ctrader/traders-hub-demo.png rename to themes/gatsby-theme-deriv/src/images/common/ctrader/traders-hub-demo.png diff --git a/src/images/common/ctrader/traders-hub-real.png b/themes/gatsby-theme-deriv/src/images/common/ctrader/traders-hub-real.png similarity index 100% rename from src/images/common/ctrader/traders-hub-real.png rename to themes/gatsby-theme-deriv/src/images/common/ctrader/traders-hub-real.png diff --git a/src/images/common/dbot-video/dbot-step1.png b/themes/gatsby-theme-deriv/src/images/common/dbot-video/dbot-step1.png similarity index 100% rename from src/images/common/dbot-video/dbot-step1.png rename to themes/gatsby-theme-deriv/src/images/common/dbot-video/dbot-step1.png diff --git a/src/images/common/dbot-video/dbot-step2.png b/themes/gatsby-theme-deriv/src/images/common/dbot-video/dbot-step2.png similarity index 100% rename from src/images/common/dbot-video/dbot-step2.png rename to themes/gatsby-theme-deriv/src/images/common/dbot-video/dbot-step2.png diff --git a/src/images/common/dbot-video/dbot-step3.png b/themes/gatsby-theme-deriv/src/images/common/dbot-video/dbot-step3.png similarity index 100% rename from src/images/common/dbot-video/dbot-step3.png rename to themes/gatsby-theme-deriv/src/images/common/dbot-video/dbot-step3.png diff --git a/src/images/common/dbot-video/dbot-step4.png b/themes/gatsby-theme-deriv/src/images/common/dbot-video/dbot-step4.png similarity index 100% rename from src/images/common/dbot-video/dbot-step4.png rename to themes/gatsby-theme-deriv/src/images/common/dbot-video/dbot-step4.png diff --git a/src/images/common/dbot-video/dbot-step5.png b/themes/gatsby-theme-deriv/src/images/common/dbot-video/dbot-step5.png similarity index 100% rename from src/images/common/dbot-video/dbot-step5.png rename to themes/gatsby-theme-deriv/src/images/common/dbot-video/dbot-step5.png diff --git a/src/images/common/dbot/dbot-banner.png b/themes/gatsby-theme-deriv/src/images/common/dbot/dbot-banner.png similarity index 100% rename from src/images/common/dbot/dbot-banner.png rename to themes/gatsby-theme-deriv/src/images/common/dbot/dbot-banner.png diff --git a/src/images/common/dbot/dbot-build-strategy.png b/themes/gatsby-theme-deriv/src/images/common/dbot/dbot-build-strategy.png similarity index 100% rename from src/images/common/dbot/dbot-build-strategy.png rename to themes/gatsby-theme-deriv/src/images/common/dbot/dbot-build-strategy.png diff --git a/src/images/common/dbot/dbot-get-integrated-help.png b/themes/gatsby-theme-deriv/src/images/common/dbot/dbot-get-integrated-help.png similarity index 100% rename from src/images/common/dbot/dbot-get-integrated-help.png rename to themes/gatsby-theme-deriv/src/images/common/dbot/dbot-get-integrated-help.png diff --git a/src/images/common/dbot/dbot-maximise-profits.png b/themes/gatsby-theme-deriv/src/images/common/dbot/dbot-maximise-profits.png similarity index 100% rename from src/images/common/dbot/dbot-maximise-profits.png rename to themes/gatsby-theme-deriv/src/images/common/dbot/dbot-maximise-profits.png diff --git a/src/images/common/dbot/dbot-save-your-strategies.png b/themes/gatsby-theme-deriv/src/images/common/dbot/dbot-save-your-strategies.png similarity index 100% rename from src/images/common/dbot/dbot-save-your-strategies.png rename to themes/gatsby-theme-deriv/src/images/common/dbot/dbot-save-your-strategies.png diff --git a/src/images/common/dbot/dbot-strategy.png b/themes/gatsby-theme-deriv/src/images/common/dbot/dbot-strategy.png similarity index 100% rename from src/images/common/dbot/dbot-strategy.png rename to themes/gatsby-theme-deriv/src/images/common/dbot/dbot-strategy.png diff --git a/src/images/common/dbot/dbot-track-your-performance.png b/themes/gatsby-theme-deriv/src/images/common/dbot/dbot-track-your-performance.png similarity index 100% rename from src/images/common/dbot/dbot-track-your-performance.png rename to themes/gatsby-theme-deriv/src/images/common/dbot/dbot-track-your-performance.png diff --git a/src/images/common/dbot/step_image_1.png b/themes/gatsby-theme-deriv/src/images/common/dbot/step_image_1.png similarity index 100% rename from src/images/common/dbot/step_image_1.png rename to themes/gatsby-theme-deriv/src/images/common/dbot/step_image_1.png diff --git a/src/images/common/dbot/step_image_2.png b/themes/gatsby-theme-deriv/src/images/common/dbot/step_image_2.png similarity index 100% rename from src/images/common/dbot/step_image_2.png rename to themes/gatsby-theme-deriv/src/images/common/dbot/step_image_2.png diff --git a/src/images/common/dbot/step_image_3.png b/themes/gatsby-theme-deriv/src/images/common/dbot/step_image_3.png similarity index 100% rename from src/images/common/dbot/step_image_3.png rename to themes/gatsby-theme-deriv/src/images/common/dbot/step_image_3.png diff --git a/src/images/common/dbot/step_image_4.png b/themes/gatsby-theme-deriv/src/images/common/dbot/step_image_4.png similarity index 100% rename from src/images/common/dbot/step_image_4.png rename to themes/gatsby-theme-deriv/src/images/common/dbot/step_image_4.png diff --git a/src/images/common/dbot/step_image_5.png b/themes/gatsby-theme-deriv/src/images/common/dbot/step_image_5.png similarity index 100% rename from src/images/common/dbot/step_image_5.png rename to themes/gatsby-theme-deriv/src/images/common/dbot/step_image_5.png diff --git a/src/images/common/deriv-ez/hero-image.png b/themes/gatsby-theme-deriv/src/images/common/deriv-ez/hero-image.png similarity index 100% rename from src/images/common/deriv-ez/hero-image.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-ez/hero-image.png diff --git a/src/images/common/deriv-ez/hero-phone-mobile.png b/themes/gatsby-theme-deriv/src/images/common/deriv-ez/hero-phone-mobile.png similarity index 100% rename from src/images/common/deriv-ez/hero-phone-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-ez/hero-phone-mobile.png diff --git a/src/images/common/deriv-ez/hero-phone.png b/themes/gatsby-theme-deriv/src/images/common/deriv-ez/hero-phone.png similarity index 100% rename from src/images/common/deriv-ez/hero-phone.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-ez/hero-phone.png diff --git a/src/images/common/deriv-ez/indicator.png b/themes/gatsby-theme-deriv/src/images/common/deriv-ez/indicator.png similarity index 100% rename from src/images/common/deriv-ez/indicator.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-ez/indicator.png diff --git a/src/images/common/deriv-ez/instant-platform.png b/themes/gatsby-theme-deriv/src/images/common/deriv-ez/instant-platform.png similarity index 100% rename from src/images/common/deriv-ez/instant-platform.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-ez/instant-platform.png diff --git a/src/images/common/deriv-ez/on-go-trading.png b/themes/gatsby-theme-deriv/src/images/common/deriv-ez/on-go-trading.png similarity index 100% rename from src/images/common/deriv-ez/on-go-trading.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-ez/on-go-trading.png diff --git a/src/images/common/deriv-ez/step-1.png b/themes/gatsby-theme-deriv/src/images/common/deriv-ez/step-1.png similarity index 100% rename from src/images/common/deriv-ez/step-1.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-ez/step-1.png diff --git a/src/images/common/deriv-ez/step-2.png b/themes/gatsby-theme-deriv/src/images/common/deriv-ez/step-2.png similarity index 100% rename from src/images/common/deriv-ez/step-2.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-ez/step-2.png diff --git a/src/images/common/deriv-ez/step-3-demo.png b/themes/gatsby-theme-deriv/src/images/common/deriv-ez/step-3-demo.png similarity index 100% rename from src/images/common/deriv-ez/step-3-demo.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-ez/step-3-demo.png diff --git a/src/images/common/deriv-ez/step-3.png b/themes/gatsby-theme-deriv/src/images/common/deriv-ez/step-3.png similarity index 100% rename from src/images/common/deriv-ez/step-3.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-ez/step-3.png diff --git a/src/images/common/deriv-ez/step-4.png b/themes/gatsby-theme-deriv/src/images/common/deriv-ez/step-4.png similarity index 100% rename from src/images/common/deriv-ez/step-4.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-ez/step-4.png diff --git a/src/images/common/deriv-ez/step-5.png b/themes/gatsby-theme-deriv/src/images/common/deriv-ez/step-5.png similarity index 100% rename from src/images/common/deriv-ez/step-5.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-ez/step-5.png diff --git a/src/images/common/deriv-ez/step-6.png b/themes/gatsby-theme-deriv/src/images/common/deriv-ez/step-6.png similarity index 100% rename from src/images/common/deriv-ez/step-6.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-ez/step-6.png diff --git a/src/images/common/deriv-go/app-store.png b/themes/gatsby-theme-deriv/src/images/common/deriv-go/app-store.png similarity index 100% rename from src/images/common/deriv-go/app-store.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-go/app-store.png diff --git a/src/images/common/deriv-go/banner.png b/themes/gatsby-theme-deriv/src/images/common/deriv-go/banner.png similarity index 100% rename from src/images/common/deriv-go/banner.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-go/banner.png diff --git a/src/images/common/deriv-go/banner_image.png b/themes/gatsby-theme-deriv/src/images/common/deriv-go/banner_image.png similarity index 100% rename from src/images/common/deriv-go/banner_image.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-go/banner_image.png diff --git a/src/images/common/deriv-go/banner_image_tablet.png b/themes/gatsby-theme-deriv/src/images/common/deriv-go/banner_image_tablet.png similarity index 100% rename from src/images/common/deriv-go/banner_image_tablet.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-go/banner_image_tablet.png diff --git a/src/images/common/deriv-go/better-risk.png b/themes/gatsby-theme-deriv/src/images/common/deriv-go/better-risk.png similarity index 100% rename from src/images/common/deriv-go/better-risk.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-go/better-risk.png diff --git a/src/images/common/deriv-go/create-account.png b/themes/gatsby-theme-deriv/src/images/common/deriv-go/create-account.png similarity index 100% rename from src/images/common/deriv-go/create-account.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-go/create-account.png diff --git a/src/images/common/deriv-go/deriv-go-mobile.png b/themes/gatsby-theme-deriv/src/images/common/deriv-go/deriv-go-mobile.png similarity index 100% rename from src/images/common/deriv-go/deriv-go-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-go/deriv-go-mobile.png diff --git a/src/images/common/deriv-go/forex.png b/themes/gatsby-theme-deriv/src/images/common/deriv-go/forex.png similarity index 100% rename from src/images/common/deriv-go/forex.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-go/forex.png diff --git a/src/images/common/deriv-go/fund-account.png b/themes/gatsby-theme-deriv/src/images/common/deriv-go/fund-account.png similarity index 100% rename from src/images/common/deriv-go/fund-account.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-go/fund-account.png diff --git a/src/images/common/deriv-go/get-trading.png b/themes/gatsby-theme-deriv/src/images/common/deriv-go/get-trading.png similarity index 100% rename from src/images/common/deriv-go/get-trading.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-go/get-trading.png diff --git a/src/images/common/deriv-go/google-play.png b/themes/gatsby-theme-deriv/src/images/common/deriv-go/google-play.png similarity index 100% rename from src/images/common/deriv-go/google-play.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-go/google-play.png diff --git a/src/images/common/deriv-go/huawei-app.png b/themes/gatsby-theme-deriv/src/images/common/deriv-go/huawei-app.png similarity index 100% rename from src/images/common/deriv-go/huawei-app.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-go/huawei-app.png diff --git a/src/images/common/deriv-go/multiply-profit.png b/themes/gatsby-theme-deriv/src/images/common/deriv-go/multiply-profit.png similarity index 100% rename from src/images/common/deriv-go/multiply-profit.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-go/multiply-profit.png diff --git a/src/images/common/deriv-go/synthetic-indices.png b/themes/gatsby-theme-deriv/src/images/common/deriv-go/synthetic-indices.png similarity index 100% rename from src/images/common/deriv-go/synthetic-indices.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-go/synthetic-indices.png diff --git a/src/images/common/deriv-go/web-browser.png b/themes/gatsby-theme-deriv/src/images/common/deriv-go/web-browser.png similarity index 100% rename from src/images/common/deriv-go/web-browser.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-go/web-browser.png diff --git a/src/images/common/deriv-prime/forex_expo_dubai.png b/themes/gatsby-theme-deriv/src/images/common/deriv-prime/forex_expo_dubai.png similarity index 100% rename from src/images/common/deriv-prime/forex_expo_dubai.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-prime/forex_expo_dubai.png diff --git a/src/images/common/deriv-prime/hero-mobile.png b/themes/gatsby-theme-deriv/src/images/common/deriv-prime/hero-mobile.png similarity index 100% rename from src/images/common/deriv-prime/hero-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-prime/hero-mobile.png diff --git a/src/images/common/deriv-prime/ifx_expo_dubai.png b/themes/gatsby-theme-deriv/src/images/common/deriv-prime/ifx_expo_dubai.png similarity index 100% rename from src/images/common/deriv-prime/ifx_expo_dubai.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-prime/ifx_expo_dubai.png diff --git a/src/images/common/deriv-prime/ifx_expo_latam.png b/themes/gatsby-theme-deriv/src/images/common/deriv-prime/ifx_expo_latam.png similarity index 100% rename from src/images/common/deriv-prime/ifx_expo_latam.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-prime/ifx_expo_latam.png diff --git a/src/images/common/deriv-prime/index.ts b/themes/gatsby-theme-deriv/src/images/common/deriv-prime/index.ts similarity index 100% rename from src/images/common/deriv-prime/index.ts rename to themes/gatsby-theme-deriv/src/images/common/deriv-prime/index.ts diff --git a/src/images/common/deriv-x/banner_image_derivx.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/banner_image_derivx.png similarity index 100% rename from src/images/common/deriv-x/banner_image_derivx.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/banner_image_derivx.png diff --git a/src/images/common/deriv-x/banner_image_derivx_mobile.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/banner_image_derivx_mobile.png similarity index 100% rename from src/images/common/deriv-x/banner_image_derivx_mobile.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/banner_image_derivx_mobile.png diff --git a/src/images/common/deriv-x/bespoke.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/bespoke.png similarity index 100% rename from src/images/common/deriv-x/bespoke.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/bespoke.png diff --git a/src/images/common/deriv-x/demo-1.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/demo-1.png similarity index 100% rename from src/images/common/deriv-x/demo-1.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/demo-1.png diff --git a/src/images/common/deriv-x/demo-2.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/demo-2.png similarity index 100% rename from src/images/common/deriv-x/demo-2.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/demo-2.png diff --git a/src/images/common/deriv-x/demo-3.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/demo-3.png similarity index 100% rename from src/images/common/deriv-x/demo-3.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/demo-3.png diff --git a/src/images/common/deriv-x/deriv-x-qr.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/deriv-x-qr.png similarity index 100% rename from src/images/common/deriv-x/deriv-x-qr.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/deriv-x-qr.png diff --git a/src/images/common/deriv-x/derivx-footer-qr.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/derivx-footer-qr.png similarity index 100% rename from src/images/common/deriv-x/derivx-footer-qr.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/derivx-footer-qr.png diff --git a/src/images/common/deriv-x/derivxQR.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/derivxQR.png similarity index 100% rename from src/images/common/deriv-x/derivxQR.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/derivxQR.png diff --git a/src/images/common/deriv-x/feature-rich.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/feature-rich.png similarity index 100% rename from src/images/common/deriv-x/feature-rich.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/feature-rich.png diff --git a/src/images/common/deriv-x/hero-laptop-mobile.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/hero-laptop-mobile.png similarity index 100% rename from src/images/common/deriv-x/hero-laptop-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/hero-laptop-mobile.png diff --git a/src/images/common/deriv-x/hero-laptop.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/hero-laptop.png similarity index 100% rename from src/images/common/deriv-x/hero-laptop.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/hero-laptop.png diff --git a/src/images/common/deriv-x/intuitive.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/intuitive.png similarity index 100% rename from src/images/common/deriv-x/intuitive.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/intuitive.png diff --git a/src/images/common/deriv-x/margin.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/margin.png similarity index 100% rename from src/images/common/deriv-x/margin.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/margin.png diff --git a/src/images/common/deriv-x/mobile-1.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/mobile-1.png similarity index 100% rename from src/images/common/deriv-x/mobile-1.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/mobile-1.png diff --git a/src/images/common/deriv-x/mobile-demo-2.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/mobile-demo-2.png similarity index 100% rename from src/images/common/deriv-x/mobile-demo-2.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/mobile-demo-2.png diff --git a/src/images/common/deriv-x/mobile-real-1.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/mobile-real-1.png similarity index 100% rename from src/images/common/deriv-x/mobile-real-1.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/mobile-real-1.png diff --git a/src/images/common/deriv-x/mobile-real-2.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/mobile-real-2.png similarity index 100% rename from src/images/common/deriv-x/mobile-real-2.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/mobile-real-2.png diff --git a/src/images/common/deriv-x/mobile-real-3.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/mobile-real-3.png similarity index 100% rename from src/images/common/deriv-x/mobile-real-3.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/mobile-real-3.png diff --git a/src/images/common/deriv-x/mobile-start-trading.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/mobile-start-trading.png similarity index 100% rename from src/images/common/deriv-x/mobile-start-trading.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/mobile-start-trading.png diff --git a/src/images/common/deriv-x/real-2.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/real-2.png similarity index 100% rename from src/images/common/deriv-x/real-2.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/real-2.png diff --git a/src/images/common/deriv-x/real-3.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/real-3.png similarity index 100% rename from src/images/common/deriv-x/real-3.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/real-3.png diff --git a/src/images/common/deriv-x/real-4.png b/themes/gatsby-theme-deriv/src/images/common/deriv-x/real-4.png similarity index 100% rename from src/images/common/deriv-x/real-4.png rename to themes/gatsby-theme-deriv/src/images/common/deriv-x/real-4.png diff --git a/src/images/common/dmt5-signals/dmt5-signals-patterns.png b/themes/gatsby-theme-deriv/src/images/common/dmt5-signals/dmt5-signals-patterns.png similarity index 100% rename from src/images/common/dmt5-signals/dmt5-signals-patterns.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5-signals/dmt5-signals-patterns.png diff --git a/src/images/common/dmt5-signals/dmt5_renew.png b/themes/gatsby-theme-deriv/src/images/common/dmt5-signals/dmt5_renew.png similarity index 100% rename from src/images/common/dmt5-signals/dmt5_renew.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5-signals/dmt5_renew.png diff --git a/src/images/common/dmt5-signals/dmt5_signals.png b/themes/gatsby-theme-deriv/src/images/common/dmt5-signals/dmt5_signals.png similarity index 100% rename from src/images/common/dmt5-signals/dmt5_signals.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5-signals/dmt5_signals.png diff --git a/src/images/common/dmt5-signals/dmt5_statistics.png b/themes/gatsby-theme-deriv/src/images/common/dmt5-signals/dmt5_statistics.png similarity index 100% rename from src/images/common/dmt5-signals/dmt5_statistics.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5-signals/dmt5_statistics.png diff --git a/src/images/common/dmt5-signals/provider-step1-mobile.png b/themes/gatsby-theme-deriv/src/images/common/dmt5-signals/provider-step1-mobile.png similarity index 100% rename from src/images/common/dmt5-signals/provider-step1-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5-signals/provider-step1-mobile.png diff --git a/src/images/common/dmt5-signals/provider-step1.png b/themes/gatsby-theme-deriv/src/images/common/dmt5-signals/provider-step1.png similarity index 100% rename from src/images/common/dmt5-signals/provider-step1.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5-signals/provider-step1.png diff --git a/src/images/common/dmt5-signals/provider-step2-mobile.png b/themes/gatsby-theme-deriv/src/images/common/dmt5-signals/provider-step2-mobile.png similarity index 100% rename from src/images/common/dmt5-signals/provider-step2-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5-signals/provider-step2-mobile.png diff --git a/src/images/common/dmt5-signals/provider-step2.png b/themes/gatsby-theme-deriv/src/images/common/dmt5-signals/provider-step2.png similarity index 100% rename from src/images/common/dmt5-signals/provider-step2.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5-signals/provider-step2.png diff --git a/src/images/common/dmt5-signals/provider-step3-mobile.png b/themes/gatsby-theme-deriv/src/images/common/dmt5-signals/provider-step3-mobile.png similarity index 100% rename from src/images/common/dmt5-signals/provider-step3-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5-signals/provider-step3-mobile.png diff --git a/src/images/common/dmt5-signals/provider-step3.png b/themes/gatsby-theme-deriv/src/images/common/dmt5-signals/provider-step3.png similarity index 100% rename from src/images/common/dmt5-signals/provider-step3.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5-signals/provider-step3.png diff --git a/src/images/common/dmt5-signals/subscriber-step1-mobile.png b/themes/gatsby-theme-deriv/src/images/common/dmt5-signals/subscriber-step1-mobile.png similarity index 100% rename from src/images/common/dmt5-signals/subscriber-step1-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5-signals/subscriber-step1-mobile.png diff --git a/src/images/common/dmt5-signals/subscriber-step1.png b/themes/gatsby-theme-deriv/src/images/common/dmt5-signals/subscriber-step1.png similarity index 100% rename from src/images/common/dmt5-signals/subscriber-step1.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5-signals/subscriber-step1.png diff --git a/src/images/common/dmt5-signals/subscriber-step2-mobile.png b/themes/gatsby-theme-deriv/src/images/common/dmt5-signals/subscriber-step2-mobile.png similarity index 100% rename from src/images/common/dmt5-signals/subscriber-step2-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5-signals/subscriber-step2-mobile.png diff --git a/src/images/common/dmt5-signals/subscriber-step2.png b/themes/gatsby-theme-deriv/src/images/common/dmt5-signals/subscriber-step2.png similarity index 100% rename from src/images/common/dmt5-signals/subscriber-step2.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5-signals/subscriber-step2.png diff --git a/src/images/common/dmt5-signals/subscriber-step3-mobile.png b/themes/gatsby-theme-deriv/src/images/common/dmt5-signals/subscriber-step3-mobile.png similarity index 100% rename from src/images/common/dmt5-signals/subscriber-step3-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5-signals/subscriber-step3-mobile.png diff --git a/src/images/common/dmt5-signals/subscriber-step3.png b/themes/gatsby-theme-deriv/src/images/common/dmt5-signals/subscriber-step3.png similarity index 100% rename from src/images/common/dmt5-signals/subscriber-step3.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5-signals/subscriber-step3.png diff --git a/src/images/common/dmt5-video/dmt-5-step-1.png b/themes/gatsby-theme-deriv/src/images/common/dmt5-video/dmt-5-step-1.png similarity index 100% rename from src/images/common/dmt5-video/dmt-5-step-1.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5-video/dmt-5-step-1.png diff --git a/src/images/common/dmt5-video/dmt-5-step-2.png b/themes/gatsby-theme-deriv/src/images/common/dmt5-video/dmt-5-step-2.png similarity index 100% rename from src/images/common/dmt5-video/dmt-5-step-2.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5-video/dmt-5-step-2.png diff --git a/src/images/common/dmt5-video/dmt-5-step-3.png b/themes/gatsby-theme-deriv/src/images/common/dmt5-video/dmt-5-step-3.png similarity index 100% rename from src/images/common/dmt5-video/dmt-5-step-3.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5-video/dmt-5-step-3.png diff --git a/src/images/common/dmt5/banner_image_eu.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/banner_image_eu.png similarity index 100% rename from src/images/common/dmt5/banner_image_eu.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/banner_image_eu.png diff --git a/src/images/common/dmt5/banner_image_row.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/banner_image_row.png similarity index 100% rename from src/images/common/dmt5/banner_image_row.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/banner_image_row.png diff --git a/src/images/common/dmt5/dmt-5-ipad-iphone.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt-5-ipad-iphone.png similarity index 100% rename from src/images/common/dmt5/dmt-5-ipad-iphone.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt-5-ipad-iphone.png diff --git a/src/images/common/dmt5/dmt-5-mac.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt-5-mac.png similarity index 100% rename from src/images/common/dmt5/dmt-5-mac.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt-5-mac.png diff --git a/src/images/common/dmt5/dmt5-banner.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-banner.png similarity index 100% rename from src/images/common/dmt5/dmt5-banner.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-banner.png diff --git a/src/images/common/dmt5/dmt5-demo-step1-eu.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step1-eu.png similarity index 100% rename from src/images/common/dmt5/dmt5-demo-step1-eu.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step1-eu.png diff --git a/src/images/common/dmt5/dmt5-demo-step1.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step1.png similarity index 100% rename from src/images/common/dmt5/dmt5-demo-step1.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step1.png diff --git a/src/images/common/dmt5/dmt5-demo-step2-eu.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step2-eu.png similarity index 100% rename from src/images/common/dmt5/dmt5-demo-step2-eu.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step2-eu.png diff --git a/src/images/common/dmt5/dmt5-demo-step2-mobile-eu.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step2-mobile-eu.png similarity index 100% rename from src/images/common/dmt5/dmt5-demo-step2-mobile-eu.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step2-mobile-eu.png diff --git a/src/images/common/dmt5/dmt5-demo-step2-mobile.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step2-mobile.png similarity index 100% rename from src/images/common/dmt5/dmt5-demo-step2-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step2-mobile.png diff --git a/src/images/common/dmt5/dmt5-demo-step2.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step2.png similarity index 100% rename from src/images/common/dmt5/dmt5-demo-step2.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step2.png diff --git a/src/images/common/dmt5/dmt5-demo-step3-eu.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step3-eu.png similarity index 100% rename from src/images/common/dmt5/dmt5-demo-step3-eu.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step3-eu.png diff --git a/src/images/common/dmt5/dmt5-demo-step3-mobile-eu.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step3-mobile-eu.png similarity index 100% rename from src/images/common/dmt5/dmt5-demo-step3-mobile-eu.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step3-mobile-eu.png diff --git a/src/images/common/dmt5/dmt5-demo-step3-mobile.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step3-mobile.png similarity index 100% rename from src/images/common/dmt5/dmt5-demo-step3-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step3-mobile.png diff --git a/src/images/common/dmt5/dmt5-demo-step3.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step3.png similarity index 100% rename from src/images/common/dmt5/dmt5-demo-step3.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-demo-step3.png diff --git a/src/images/common/dmt5/dmt5-margin-calculator-mobile.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-margin-calculator-mobile.png similarity index 100% rename from src/images/common/dmt5/dmt5-margin-calculator-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-margin-calculator-mobile.png diff --git a/src/images/common/dmt5/dmt5-margin-calculator.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-margin-calculator.png similarity index 100% rename from src/images/common/dmt5/dmt5-margin-calculator.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-margin-calculator.png diff --git a/src/images/common/dmt5/dmt5-real-step1-eu.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step1-eu.png similarity index 100% rename from src/images/common/dmt5/dmt5-real-step1-eu.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step1-eu.png diff --git a/src/images/common/dmt5/dmt5-real-step1.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step1.png similarity index 100% rename from src/images/common/dmt5/dmt5-real-step1.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step1.png diff --git a/src/images/common/dmt5/dmt5-real-step2-eu.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step2-eu.png similarity index 100% rename from src/images/common/dmt5/dmt5-real-step2-eu.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step2-eu.png diff --git a/src/images/common/dmt5/dmt5-real-step2-mobile-eu.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step2-mobile-eu.png similarity index 100% rename from src/images/common/dmt5/dmt5-real-step2-mobile-eu.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step2-mobile-eu.png diff --git a/src/images/common/dmt5/dmt5-real-step2-mobile.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step2-mobile.png similarity index 100% rename from src/images/common/dmt5/dmt5-real-step2-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step2-mobile.png diff --git a/src/images/common/dmt5/dmt5-real-step2.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step2.png similarity index 100% rename from src/images/common/dmt5/dmt5-real-step2.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step2.png diff --git a/src/images/common/dmt5/dmt5-real-step3-eu.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step3-eu.png similarity index 100% rename from src/images/common/dmt5/dmt5-real-step3-eu.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step3-eu.png diff --git a/src/images/common/dmt5/dmt5-real-step3-mobile-eu.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step3-mobile-eu.png similarity index 100% rename from src/images/common/dmt5/dmt5-real-step3-mobile-eu.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step3-mobile-eu.png diff --git a/src/images/common/dmt5/dmt5-real-step3-mobile.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step3-mobile.png similarity index 100% rename from src/images/common/dmt5/dmt5-real-step3-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step3-mobile.png diff --git a/src/images/common/dmt5/dmt5-real-step3.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step3.png similarity index 100% rename from src/images/common/dmt5/dmt5-real-step3.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step3.png diff --git a/src/images/common/dmt5/dmt5-real-step4-eu.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step4-eu.png similarity index 100% rename from src/images/common/dmt5/dmt5-real-step4-eu.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step4-eu.png diff --git a/src/images/common/dmt5/dmt5-real-step4-mobile-eu.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step4-mobile-eu.png similarity index 100% rename from src/images/common/dmt5/dmt5-real-step4-mobile-eu.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step4-mobile-eu.png diff --git a/src/images/common/dmt5/dmt5-real-step4-mobile.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step4-mobile.png similarity index 100% rename from src/images/common/dmt5/dmt5-real-step4-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step4-mobile.png diff --git a/src/images/common/dmt5/dmt5-real-step4.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step4.png similarity index 100% rename from src/images/common/dmt5/dmt5-real-step4.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-real-step4.png diff --git a/src/images/common/dmt5/dmt5-step1-mobile.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-step1-mobile.png similarity index 100% rename from src/images/common/dmt5/dmt5-step1-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-step1-mobile.png diff --git a/src/images/common/dmt5/dmt5-swap-calculator-mobile.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-swap-calculator-mobile.png similarity index 100% rename from src/images/common/dmt5/dmt5-swap-calculator-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-swap-calculator-mobile.png diff --git a/src/images/common/dmt5/dmt5-swap-calculator.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-swap-calculator.png similarity index 100% rename from src/images/common/dmt5/dmt5-swap-calculator.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/dmt5-swap-calculator.png diff --git a/src/images/common/dmt5/eu-dmt5-margin-calculator-mobile.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/eu-dmt5-margin-calculator-mobile.png similarity index 100% rename from src/images/common/dmt5/eu-dmt5-margin-calculator-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/eu-dmt5-margin-calculator-mobile.png diff --git a/src/images/common/dmt5/eu-dmt5-margin-calculator.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/eu-dmt5-margin-calculator.png similarity index 100% rename from src/images/common/dmt5/eu-dmt5-margin-calculator.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/eu-dmt5-margin-calculator.png diff --git a/src/images/common/dmt5/eu-dmt5-swap-calculator-mobile.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/eu-dmt5-swap-calculator-mobile.png similarity index 100% rename from src/images/common/dmt5/eu-dmt5-swap-calculator-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/eu-dmt5-swap-calculator-mobile.png diff --git a/src/images/common/dmt5/eu-dmt5-swap-calculator.png b/themes/gatsby-theme-deriv/src/images/common/dmt5/eu-dmt5-swap-calculator.png similarity index 100% rename from src/images/common/dmt5/eu-dmt5-swap-calculator.png rename to themes/gatsby-theme-deriv/src/images/common/dmt5/eu-dmt5-swap-calculator.png diff --git a/src/images/common/dp2p_platform.png b/themes/gatsby-theme-deriv/src/images/common/dp2p_platform.png similarity index 100% rename from src/images/common/dp2p_platform.png rename to themes/gatsby-theme-deriv/src/images/common/dp2p_platform.png diff --git a/src/images/common/dtrader/dtrader.svg b/themes/gatsby-theme-deriv/src/images/common/dtrader/dtrader.svg similarity index 100% rename from src/images/common/dtrader/dtrader.svg rename to themes/gatsby-theme-deriv/src/images/common/dtrader/dtrader.svg diff --git a/src/images/common/dtrader/getAppMobileBG.jpg b/themes/gatsby-theme-deriv/src/images/common/dtrader/getAppMobileBG.jpg similarity index 100% rename from src/images/common/dtrader/getAppMobileBG.jpg rename to themes/gatsby-theme-deriv/src/images/common/dtrader/getAppMobileBG.jpg diff --git a/src/images/common/dtrader/hero-image-eu.png b/themes/gatsby-theme-deriv/src/images/common/dtrader/hero-image-eu.png similarity index 100% rename from src/images/common/dtrader/hero-image-eu.png rename to themes/gatsby-theme-deriv/src/images/common/dtrader/hero-image-eu.png diff --git a/src/images/common/dtrader/hero-image.png b/themes/gatsby-theme-deriv/src/images/common/dtrader/hero-image.png similarity index 100% rename from src/images/common/dtrader/hero-image.png rename to themes/gatsby-theme-deriv/src/images/common/dtrader/hero-image.png diff --git a/src/images/common/dtrader/how-you-want.png b/themes/gatsby-theme-deriv/src/images/common/dtrader/how-you-want.png similarity index 100% rename from src/images/common/dtrader/how-you-want.png rename to themes/gatsby-theme-deriv/src/images/common/dtrader/how-you-want.png diff --git a/src/images/common/dtrader/how-you-want_eu.png b/themes/gatsby-theme-deriv/src/images/common/dtrader/how-you-want_eu.png similarity index 100% rename from src/images/common/dtrader/how-you-want_eu.png rename to themes/gatsby-theme-deriv/src/images/common/dtrader/how-you-want_eu.png diff --git a/src/images/common/dtrader/make-smarter.png b/themes/gatsby-theme-deriv/src/images/common/dtrader/make-smarter.png similarity index 100% rename from src/images/common/dtrader/make-smarter.png rename to themes/gatsby-theme-deriv/src/images/common/dtrader/make-smarter.png diff --git a/src/images/common/dtrader/step_image_1.png b/themes/gatsby-theme-deriv/src/images/common/dtrader/step_image_1.png similarity index 100% rename from src/images/common/dtrader/step_image_1.png rename to themes/gatsby-theme-deriv/src/images/common/dtrader/step_image_1.png diff --git a/src/images/common/dtrader/step_image_1_eu.png b/themes/gatsby-theme-deriv/src/images/common/dtrader/step_image_1_eu.png similarity index 100% rename from src/images/common/dtrader/step_image_1_eu.png rename to themes/gatsby-theme-deriv/src/images/common/dtrader/step_image_1_eu.png diff --git a/src/images/common/dtrader/step_image_2.png b/themes/gatsby-theme-deriv/src/images/common/dtrader/step_image_2.png similarity index 100% rename from src/images/common/dtrader/step_image_2.png rename to themes/gatsby-theme-deriv/src/images/common/dtrader/step_image_2.png diff --git a/src/images/common/dtrader/step_image_2_eu.png b/themes/gatsby-theme-deriv/src/images/common/dtrader/step_image_2_eu.png similarity index 100% rename from src/images/common/dtrader/step_image_2_eu.png rename to themes/gatsby-theme-deriv/src/images/common/dtrader/step_image_2_eu.png diff --git a/src/images/common/dtrader/step_image_3.png b/themes/gatsby-theme-deriv/src/images/common/dtrader/step_image_3.png similarity index 100% rename from src/images/common/dtrader/step_image_3.png rename to themes/gatsby-theme-deriv/src/images/common/dtrader/step_image_3.png diff --git a/src/images/common/dtrader/step_image_3_eu.png b/themes/gatsby-theme-deriv/src/images/common/dtrader/step_image_3_eu.png similarity index 100% rename from src/images/common/dtrader/step_image_3_eu.png rename to themes/gatsby-theme-deriv/src/images/common/dtrader/step_image_3_eu.png diff --git a/src/images/common/dtrader/trade-what-you-want-eu.png b/themes/gatsby-theme-deriv/src/images/common/dtrader/trade-what-you-want-eu.png similarity index 100% rename from src/images/common/dtrader/trade-what-you-want-eu.png rename to themes/gatsby-theme-deriv/src/images/common/dtrader/trade-what-you-want-eu.png diff --git a/src/images/common/dtrader/trade-what-you-want.png b/themes/gatsby-theme-deriv/src/images/common/dtrader/trade-what-you-want.png similarity index 100% rename from src/images/common/dtrader/trade-what-you-want.png rename to themes/gatsby-theme-deriv/src/images/common/dtrader/trade-what-you-want.png diff --git a/src/images/common/ebooks/check-icon.png b/themes/gatsby-theme-deriv/src/images/common/ebooks/check-icon.png similarity index 100% rename from src/images/common/ebooks/check-icon.png rename to themes/gatsby-theme-deriv/src/images/common/ebooks/check-icon.png diff --git a/src/images/common/ebooks/crypto-hero-es.png b/themes/gatsby-theme-deriv/src/images/common/ebooks/crypto-hero-es.png similarity index 100% rename from src/images/common/ebooks/crypto-hero-es.png rename to themes/gatsby-theme-deriv/src/images/common/ebooks/crypto-hero-es.png diff --git a/src/images/common/ebooks/crypto-hero-fr.png b/themes/gatsby-theme-deriv/src/images/common/ebooks/crypto-hero-fr.png similarity index 100% rename from src/images/common/ebooks/crypto-hero-fr.png rename to themes/gatsby-theme-deriv/src/images/common/ebooks/crypto-hero-fr.png diff --git a/src/images/common/ebooks/crypto-hero-pt.png b/themes/gatsby-theme-deriv/src/images/common/ebooks/crypto-hero-pt.png similarity index 100% rename from src/images/common/ebooks/crypto-hero-pt.png rename to themes/gatsby-theme-deriv/src/images/common/ebooks/crypto-hero-pt.png diff --git a/src/images/common/ebooks/crypto-hero.png b/themes/gatsby-theme-deriv/src/images/common/ebooks/crypto-hero.png similarity index 100% rename from src/images/common/ebooks/crypto-hero.png rename to themes/gatsby-theme-deriv/src/images/common/ebooks/crypto-hero.png diff --git a/src/images/common/ebooks/crypto-inside-es.png b/themes/gatsby-theme-deriv/src/images/common/ebooks/crypto-inside-es.png similarity index 100% rename from src/images/common/ebooks/crypto-inside-es.png rename to themes/gatsby-theme-deriv/src/images/common/ebooks/crypto-inside-es.png diff --git a/src/images/common/ebooks/crypto-inside-fr.png b/themes/gatsby-theme-deriv/src/images/common/ebooks/crypto-inside-fr.png similarity index 100% rename from src/images/common/ebooks/crypto-inside-fr.png rename to themes/gatsby-theme-deriv/src/images/common/ebooks/crypto-inside-fr.png diff --git a/src/images/common/ebooks/crypto-inside-pt.png b/themes/gatsby-theme-deriv/src/images/common/ebooks/crypto-inside-pt.png similarity index 100% rename from src/images/common/ebooks/crypto-inside-pt.png rename to themes/gatsby-theme-deriv/src/images/common/ebooks/crypto-inside-pt.png diff --git a/src/images/common/ebooks/crypto-inside.png b/themes/gatsby-theme-deriv/src/images/common/ebooks/crypto-inside.png similarity index 100% rename from src/images/common/ebooks/crypto-inside.png rename to themes/gatsby-theme-deriv/src/images/common/ebooks/crypto-inside.png diff --git a/src/images/common/ebooks/forex-ebook-en.png b/themes/gatsby-theme-deriv/src/images/common/ebooks/forex-ebook-en.png similarity index 100% rename from src/images/common/ebooks/forex-ebook-en.png rename to themes/gatsby-theme-deriv/src/images/common/ebooks/forex-ebook-en.png diff --git a/src/images/common/ebooks/forex-ebook-es.png b/themes/gatsby-theme-deriv/src/images/common/ebooks/forex-ebook-es.png similarity index 100% rename from src/images/common/ebooks/forex-ebook-es.png rename to themes/gatsby-theme-deriv/src/images/common/ebooks/forex-ebook-es.png diff --git a/src/images/common/ebooks/forex-ebook-inside-en.png b/themes/gatsby-theme-deriv/src/images/common/ebooks/forex-ebook-inside-en.png similarity index 100% rename from src/images/common/ebooks/forex-ebook-inside-en.png rename to themes/gatsby-theme-deriv/src/images/common/ebooks/forex-ebook-inside-en.png diff --git a/src/images/common/ebooks/forex-ebook-inside-es.png b/themes/gatsby-theme-deriv/src/images/common/ebooks/forex-ebook-inside-es.png similarity index 100% rename from src/images/common/ebooks/forex-ebook-inside-es.png rename to themes/gatsby-theme-deriv/src/images/common/ebooks/forex-ebook-inside-es.png diff --git a/src/images/common/ebooks/introduction-forex-ebook.png b/themes/gatsby-theme-deriv/src/images/common/ebooks/introduction-forex-ebook.png similarity index 100% rename from src/images/common/ebooks/introduction-forex-ebook.png rename to themes/gatsby-theme-deriv/src/images/common/ebooks/introduction-forex-ebook.png diff --git a/src/images/common/ebooks/stocks-ebook-inside.png b/themes/gatsby-theme-deriv/src/images/common/ebooks/stocks-ebook-inside.png similarity index 100% rename from src/images/common/ebooks/stocks-ebook-inside.png rename to themes/gatsby-theme-deriv/src/images/common/ebooks/stocks-ebook-inside.png diff --git a/src/images/common/ebooks/stocks-ebook.png b/themes/gatsby-theme-deriv/src/images/common/ebooks/stocks-ebook.png similarity index 100% rename from src/images/common/ebooks/stocks-ebook.png rename to themes/gatsby-theme-deriv/src/images/common/ebooks/stocks-ebook.png diff --git a/src/images/common/getAppMobileBG.png b/themes/gatsby-theme-deriv/src/images/common/getAppMobileBG.png similarity index 100% rename from src/images/common/getAppMobileBG.png rename to themes/gatsby-theme-deriv/src/images/common/getAppMobileBG.png diff --git a/src/images/common/gray-angle.png b/themes/gatsby-theme-deriv/src/images/common/gray-angle.png similarity index 100% rename from src/images/common/gray-angle.png rename to themes/gatsby-theme-deriv/src/images/common/gray-angle.png diff --git a/src/images/common/help-centre/dbot-are-you-sure.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/dbot-are-you-sure.png similarity index 100% rename from src/images/common/help-centre/dbot-are-you-sure.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/dbot-are-you-sure.png diff --git a/src/images/common/help-centre/dbot-block-menu-search-bar.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/dbot-block-menu-search-bar.png similarity index 100% rename from src/images/common/help-centre/dbot-block-menu-search-bar.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/dbot-block-menu-search-bar.png diff --git a/src/images/common/help-centre/dbot-block-menu.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/dbot-block-menu.png similarity index 100% rename from src/images/common/help-centre/dbot-block-menu.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/dbot-block-menu.png diff --git a/src/images/common/help-centre/dbot-clear-stat.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/dbot-clear-stat.png similarity index 100% rename from src/images/common/help-centre/dbot-clear-stat.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/dbot-clear-stat.png diff --git a/src/images/common/help-centre/dbot-losses.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/dbot-losses.png similarity index 100% rename from src/images/common/help-centre/dbot-losses.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/dbot-losses.png diff --git a/src/images/common/help-centre/dbot-variables.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/dbot-variables.png similarity index 100% rename from src/images/common/help-centre/dbot-variables.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/dbot-variables.png diff --git a/src/images/common/help-centre/derivez-demo-account.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/derivez-demo-account.png similarity index 100% rename from src/images/common/help-centre/derivez-demo-account.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/derivez-demo-account.png diff --git a/src/images/common/help-centre/derivez-get-button.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/derivez-get-button.png similarity index 100% rename from src/images/common/help-centre/derivez-get-button.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/derivez-get-button.png diff --git a/src/images/common/help-centre/derivez-real-account.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/derivez-real-account.png similarity index 100% rename from src/images/common/help-centre/derivez-real-account.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/derivez-real-account.png diff --git a/src/images/common/help-centre/derivez-trade-button.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/derivez-trade-button.png similarity index 100% rename from src/images/common/help-centre/derivez-trade-button.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/derivez-trade-button.png diff --git a/src/images/common/help-centre/derivez-trade.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/derivez-trade.png similarity index 100% rename from src/images/common/help-centre/derivez-trade.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/derivez-trade.png diff --git a/src/images/common/help-centre/derivez-transfer-button.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/derivez-transfer-button.png similarity index 100% rename from src/images/common/help-centre/derivez-transfer-button.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/derivez-transfer-button.png diff --git a/src/images/common/help-centre/fake-url.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/fake-url.png similarity index 100% rename from src/images/common/help-centre/fake-url.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/fake-url.png diff --git a/src/images/common/help-centre/help-center-telegram-one.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/help-center-telegram-one.png similarity index 100% rename from src/images/common/help-centre/help-center-telegram-one.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/help-center-telegram-one.png diff --git a/src/images/common/help-centre/help-center-telegram-two.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/help-center-telegram-two.png similarity index 100% rename from src/images/common/help-centre/help-center-telegram-two.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/help-center-telegram-two.png diff --git a/src/images/common/help-centre/identify-phishing-email.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/identify-phishing-email.png similarity index 100% rename from src/images/common/help-centre/identify-phishing-email.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/identify-phishing-email.png diff --git a/src/images/common/help-centre/p2p-advertise-page.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-advertise-page.png similarity index 100% rename from src/images/common/help-centre/p2p-advertise-page.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-advertise-page.png diff --git a/src/images/common/help-centre/p2p-counterparties.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-counterparties.png similarity index 100% rename from src/images/common/help-centre/p2p-counterparties.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-counterparties.png diff --git a/src/images/common/help-centre/p2p-find-currency.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-find-currency.png similarity index 100% rename from src/images/common/help-centre/p2p-find-currency.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-find-currency.png diff --git a/src/images/common/help-centre/p2p-get-account.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-get-account.png similarity index 100% rename from src/images/common/help-centre/p2p-get-account.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-get-account.png diff --git a/src/images/common/help-centre/p2p-login.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-login.png similarity index 100% rename from src/images/common/help-centre/p2p-login.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-login.png diff --git a/src/images/common/help-centre/p2p-myads-inactive.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-myads-inactive.png similarity index 100% rename from src/images/common/help-centre/p2p-myads-inactive.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-myads-inactive.png diff --git a/src/images/common/help-centre/p2p-myads.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-myads.png similarity index 100% rename from src/images/common/help-centre/p2p-myads.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-myads.png diff --git a/src/images/common/help-centre/p2p-new-ad.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-new-ad.png similarity index 100% rename from src/images/common/help-centre/p2p-new-ad.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-new-ad.png diff --git a/src/images/common/help-centre/p2p-post-ad.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-post-ad.png similarity index 100% rename from src/images/common/help-centre/p2p-post-ad.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-post-ad.png diff --git a/src/images/common/help-centre/p2p-real-account.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-real-account.png similarity index 100% rename from src/images/common/help-centre/p2p-real-account.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-real-account.png diff --git a/src/images/common/help-centre/p2p-use-floating.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-use-floating.png similarity index 100% rename from src/images/common/help-centre/p2p-use-floating.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/p2p-use-floating.png diff --git a/src/images/common/help-centre/purchase-condition.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/purchase-condition.png similarity index 100% rename from src/images/common/help-centre/purchase-condition.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/purchase-condition.png diff --git a/src/images/common/help-centre/restart-trading.png b/themes/gatsby-theme-deriv/src/images/common/help-centre/restart-trading.png similarity index 100% rename from src/images/common/help-centre/restart-trading.png rename to themes/gatsby-theme-deriv/src/images/common/help-centre/restart-trading.png diff --git a/src/images/common/help.png b/themes/gatsby-theme-deriv/src/images/common/help.png similarity index 100% rename from src/images/common/help.png rename to themes/gatsby-theme-deriv/src/images/common/help.png diff --git a/src/images/common/home/dbot_trade_home.png b/themes/gatsby-theme-deriv/src/images/common/home/dbot_trade_home.png similarity index 100% rename from src/images/common/home/dbot_trade_home.png rename to themes/gatsby-theme-deriv/src/images/common/home/dbot_trade_home.png diff --git a/src/images/common/home/deriv-go-banner.png b/themes/gatsby-theme-deriv/src/images/common/home/deriv-go-banner.png similarity index 100% rename from src/images/common/home/deriv-go-banner.png rename to themes/gatsby-theme-deriv/src/images/common/home/deriv-go-banner.png diff --git a/src/images/common/home/deriv-go-qr.png b/themes/gatsby-theme-deriv/src/images/common/home/deriv-go-qr.png similarity index 100% rename from src/images/common/home/deriv-go-qr.png rename to themes/gatsby-theme-deriv/src/images/common/home/deriv-go-qr.png diff --git a/src/images/common/home/deriv_p2p.svg b/themes/gatsby-theme-deriv/src/images/common/home/deriv_p2p.svg similarity index 100% rename from src/images/common/home/deriv_p2p.svg rename to themes/gatsby-theme-deriv/src/images/common/home/deriv_p2p.svg diff --git a/src/images/common/home/dmt5_trade_home.png b/themes/gatsby-theme-deriv/src/images/common/home/dmt5_trade_home.png similarity index 100% rename from src/images/common/home/dmt5_trade_home.png rename to themes/gatsby-theme-deriv/src/images/common/home/dmt5_trade_home.png diff --git a/src/images/common/home/dtrader_trade_home.png b/themes/gatsby-theme-deriv/src/images/common/home/dtrader_trade_home.png similarity index 100% rename from src/images/common/home/dtrader_trade_home.png rename to themes/gatsby-theme-deriv/src/images/common/home/dtrader_trade_home.png diff --git a/src/images/common/home/eu_hero_person_5.png b/themes/gatsby-theme-deriv/src/images/common/home/eu_hero_person_5.png similarity index 100% rename from src/images/common/home/eu_hero_person_5.png rename to themes/gatsby-theme-deriv/src/images/common/home/eu_hero_person_5.png diff --git a/src/images/common/home/hero_1.png b/themes/gatsby-theme-deriv/src/images/common/home/hero_1.png similarity index 100% rename from src/images/common/home/hero_1.png rename to themes/gatsby-theme-deriv/src/images/common/home/hero_1.png diff --git a/src/images/common/home/hero_2.png b/themes/gatsby-theme-deriv/src/images/common/home/hero_2.png similarity index 100% rename from src/images/common/home/hero_2.png rename to themes/gatsby-theme-deriv/src/images/common/home/hero_2.png diff --git a/src/images/common/home/hero_3.png b/themes/gatsby-theme-deriv/src/images/common/home/hero_3.png similarity index 100% rename from src/images/common/home/hero_3.png rename to themes/gatsby-theme-deriv/src/images/common/home/hero_3.png diff --git a/src/images/common/home/hero_4.png b/themes/gatsby-theme-deriv/src/images/common/home/hero_4.png similarity index 100% rename from src/images/common/home/hero_4.png rename to themes/gatsby-theme-deriv/src/images/common/home/hero_4.png diff --git a/src/images/common/home/hero_bg.png b/themes/gatsby-theme-deriv/src/images/common/home/hero_bg.png similarity index 100% rename from src/images/common/home/hero_bg.png rename to themes/gatsby-theme-deriv/src/images/common/home/hero_bg.png diff --git a/src/images/common/home/hero_platform1.png b/themes/gatsby-theme-deriv/src/images/common/home/hero_platform1.png similarity index 100% rename from src/images/common/home/hero_platform1.png rename to themes/gatsby-theme-deriv/src/images/common/home/hero_platform1.png diff --git a/src/images/common/home/hero_platform1_eu.png b/themes/gatsby-theme-deriv/src/images/common/home/hero_platform1_eu.png similarity index 100% rename from src/images/common/home/hero_platform1_eu.png rename to themes/gatsby-theme-deriv/src/images/common/home/hero_platform1_eu.png diff --git a/src/images/common/home/hero_platform2.png b/themes/gatsby-theme-deriv/src/images/common/home/hero_platform2.png similarity index 100% rename from src/images/common/home/hero_platform2.png rename to themes/gatsby-theme-deriv/src/images/common/home/hero_platform2.png diff --git a/src/images/common/home/hero_platform2_eu.png b/themes/gatsby-theme-deriv/src/images/common/home/hero_platform2_eu.png similarity index 100% rename from src/images/common/home/hero_platform2_eu.png rename to themes/gatsby-theme-deriv/src/images/common/home/hero_platform2_eu.png diff --git a/src/images/common/home/hero_platform3.png b/themes/gatsby-theme-deriv/src/images/common/home/hero_platform3.png similarity index 100% rename from src/images/common/home/hero_platform3.png rename to themes/gatsby-theme-deriv/src/images/common/home/hero_platform3.png diff --git a/src/images/common/home/hero_platform4.png b/themes/gatsby-theme-deriv/src/images/common/home/hero_platform4.png similarity index 100% rename from src/images/common/home/hero_platform4.png rename to themes/gatsby-theme-deriv/src/images/common/home/hero_platform4.png diff --git a/src/images/common/home/market_commodities.png b/themes/gatsby-theme-deriv/src/images/common/home/market_commodities.png similarity index 100% rename from src/images/common/home/market_commodities.png rename to themes/gatsby-theme-deriv/src/images/common/home/market_commodities.png diff --git a/src/images/common/home/market_crypto.png b/themes/gatsby-theme-deriv/src/images/common/home/market_crypto.png similarity index 100% rename from src/images/common/home/market_crypto.png rename to themes/gatsby-theme-deriv/src/images/common/home/market_crypto.png diff --git a/src/images/common/home/market_derived.png b/themes/gatsby-theme-deriv/src/images/common/home/market_derived.png similarity index 100% rename from src/images/common/home/market_derived.png rename to themes/gatsby-theme-deriv/src/images/common/home/market_derived.png diff --git a/src/images/common/home/market_derived_eu.png b/themes/gatsby-theme-deriv/src/images/common/home/market_derived_eu.png similarity index 100% rename from src/images/common/home/market_derived_eu.png rename to themes/gatsby-theme-deriv/src/images/common/home/market_derived_eu.png diff --git a/src/images/common/home/market_forex.png b/themes/gatsby-theme-deriv/src/images/common/home/market_forex.png similarity index 100% rename from src/images/common/home/market_forex.png rename to themes/gatsby-theme-deriv/src/images/common/home/market_forex.png diff --git a/src/images/common/home/market_stocks_indices.png b/themes/gatsby-theme-deriv/src/images/common/home/market_stocks_indices.png similarity index 100% rename from src/images/common/home/market_stocks_indices.png rename to themes/gatsby-theme-deriv/src/images/common/home/market_stocks_indices.png diff --git a/src/images/common/home/rebranding/p2p_banner_qr_code.png b/themes/gatsby-theme-deriv/src/images/common/home/rebranding/p2p_banner_qr_code.png similarity index 100% rename from src/images/common/home/rebranding/p2p_banner_qr_code.png rename to themes/gatsby-theme-deriv/src/images/common/home/rebranding/p2p_banner_qr_code.png diff --git a/src/images/common/home/rebranding/p2p_home_banner.png b/themes/gatsby-theme-deriv/src/images/common/home/rebranding/p2p_home_banner.png similarity index 100% rename from src/images/common/home/rebranding/p2p_home_banner.png rename to themes/gatsby-theme-deriv/src/images/common/home/rebranding/p2p_home_banner.png diff --git a/src/images/common/home/rebranding/p2p_home_banner_rtl.png b/themes/gatsby-theme-deriv/src/images/common/home/rebranding/p2p_home_banner_rtl.png similarity index 100% rename from src/images/common/home/rebranding/p2p_home_banner_rtl.png rename to themes/gatsby-theme-deriv/src/images/common/home/rebranding/p2p_home_banner_rtl.png diff --git a/src/images/common/home/rebranding/p2p_mobile_banner.png b/themes/gatsby-theme-deriv/src/images/common/home/rebranding/p2p_mobile_banner.png similarity index 100% rename from src/images/common/home/rebranding/p2p_mobile_banner.png rename to themes/gatsby-theme-deriv/src/images/common/home/rebranding/p2p_mobile_banner.png diff --git a/src/images/common/home/rebranding/platform_binary_bot.png b/themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_binary_bot.png similarity index 100% rename from src/images/common/home/rebranding/platform_binary_bot.png rename to themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_binary_bot.png diff --git a/src/images/common/home/rebranding/platform_deriv_bot.png b/themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_deriv_bot.png similarity index 100% rename from src/images/common/home/rebranding/platform_deriv_bot.png rename to themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_deriv_bot.png diff --git a/src/images/common/home/rebranding/platform_deriv_ctrader.png b/themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_deriv_ctrader.png similarity index 100% rename from src/images/common/home/rebranding/platform_deriv_ctrader.png rename to themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_deriv_ctrader.png diff --git a/src/images/common/home/rebranding/platform_deriv_ez.png b/themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_deriv_ez.png similarity index 100% rename from src/images/common/home/rebranding/platform_deriv_ez.png rename to themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_deriv_ez.png diff --git a/src/images/common/home/rebranding/platform_deriv_go.png b/themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_deriv_go.png similarity index 100% rename from src/images/common/home/rebranding/platform_deriv_go.png rename to themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_deriv_go.png diff --git a/src/images/common/home/rebranding/platform_deriv_trader.png b/themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_deriv_trader.png similarity index 100% rename from src/images/common/home/rebranding/platform_deriv_trader.png rename to themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_deriv_trader.png diff --git a/src/images/common/home/rebranding/platform_deriv_trader_eu.png b/themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_deriv_trader_eu.png similarity index 100% rename from src/images/common/home/rebranding/platform_deriv_trader_eu.png rename to themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_deriv_trader_eu.png diff --git a/src/images/common/home/rebranding/platform_derivx.png b/themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_derivx.png similarity index 100% rename from src/images/common/home/rebranding/platform_derivx.png rename to themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_derivx.png diff --git a/src/images/common/home/rebranding/platform_mt5.png b/themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_mt5.png similarity index 100% rename from src/images/common/home/rebranding/platform_mt5.png rename to themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_mt5.png diff --git a/src/images/common/home/rebranding/platform_mt5_eu.png b/themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_mt5_eu.png similarity index 100% rename from src/images/common/home/rebranding/platform_mt5_eu.png rename to themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_mt5_eu.png diff --git a/src/images/common/home/rebranding/platform_smart_trader.png b/themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_smart_trader.png similarity index 100% rename from src/images/common/home/rebranding/platform_smart_trader.png rename to themes/gatsby-theme-deriv/src/images/common/home/rebranding/platform_smart_trader.png diff --git a/src/images/common/landing/crypto1.png b/themes/gatsby-theme-deriv/src/images/common/landing/crypto1.png similarity index 100% rename from src/images/common/landing/crypto1.png rename to themes/gatsby-theme-deriv/src/images/common/landing/crypto1.png diff --git a/src/images/common/landing/crypto2.png b/themes/gatsby-theme-deriv/src/images/common/landing/crypto2.png similarity index 100% rename from src/images/common/landing/crypto2.png rename to themes/gatsby-theme-deriv/src/images/common/landing/crypto2.png diff --git a/src/images/common/landing/dmt5-acc.png b/themes/gatsby-theme-deriv/src/images/common/landing/dmt5-acc.png similarity index 100% rename from src/images/common/landing/dmt5-acc.png rename to themes/gatsby-theme-deriv/src/images/common/landing/dmt5-acc.png diff --git a/src/images/common/landing/dmt5-login.png b/themes/gatsby-theme-deriv/src/images/common/landing/dmt5-login.png similarity index 100% rename from src/images/common/landing/dmt5-login.png rename to themes/gatsby-theme-deriv/src/images/common/landing/dmt5-login.png diff --git a/src/images/common/landing/login.png b/themes/gatsby-theme-deriv/src/images/common/landing/login.png similarity index 100% rename from src/images/common/landing/login.png rename to themes/gatsby-theme-deriv/src/images/common/landing/login.png diff --git a/src/images/common/landing/trade-fx-m.jpg b/themes/gatsby-theme-deriv/src/images/common/landing/trade-fx-m.jpg similarity index 100% rename from src/images/common/landing/trade-fx-m.jpg rename to themes/gatsby-theme-deriv/src/images/common/landing/trade-fx-m.jpg diff --git a/src/images/common/landing/trade-fx.jpg b/themes/gatsby-theme-deriv/src/images/common/landing/trade-fx.jpg similarity index 100% rename from src/images/common/landing/trade-fx.jpg rename to themes/gatsby-theme-deriv/src/images/common/landing/trade-fx.jpg diff --git a/src/images/common/landing/weekend-m.png b/themes/gatsby-theme-deriv/src/images/common/landing/weekend-m.png similarity index 100% rename from src/images/common/landing/weekend-m.png rename to themes/gatsby-theme-deriv/src/images/common/landing/weekend-m.png diff --git a/src/images/common/landing/weekend.png b/themes/gatsby-theme-deriv/src/images/common/landing/weekend.png similarity index 100% rename from src/images/common/landing/weekend.png rename to themes/gatsby-theme-deriv/src/images/common/landing/weekend.png diff --git a/src/images/common/logo.png b/themes/gatsby-theme-deriv/src/images/common/logo.png similarity index 100% rename from src/images/common/logo.png rename to themes/gatsby-theme-deriv/src/images/common/logo.png diff --git a/src/images/common/margin-calculator.png b/themes/gatsby-theme-deriv/src/images/common/margin-calculator.png similarity index 100% rename from src/images/common/margin-calculator.png rename to themes/gatsby-theme-deriv/src/images/common/margin-calculator.png diff --git a/src/images/common/markets/ETF.jpg b/themes/gatsby-theme-deriv/src/images/common/markets/ETF.jpg similarity index 100% rename from src/images/common/markets/ETF.jpg rename to themes/gatsby-theme-deriv/src/images/common/markets/ETF.jpg diff --git a/src/images/common/markets/commodities.png b/themes/gatsby-theme-deriv/src/images/common/markets/commodities.png similarity index 100% rename from src/images/common/markets/commodities.png rename to themes/gatsby-theme-deriv/src/images/common/markets/commodities.png diff --git a/src/images/common/markets/cryptocurrencies.png b/themes/gatsby-theme-deriv/src/images/common/markets/cryptocurrencies.png similarity index 100% rename from src/images/common/markets/cryptocurrencies.png rename to themes/gatsby-theme-deriv/src/images/common/markets/cryptocurrencies.png diff --git a/src/images/common/markets/derived-eu.png b/themes/gatsby-theme-deriv/src/images/common/markets/derived-eu.png similarity index 100% rename from src/images/common/markets/derived-eu.png rename to themes/gatsby-theme-deriv/src/images/common/markets/derived-eu.png diff --git a/src/images/common/markets/derived-row.png b/themes/gatsby-theme-deriv/src/images/common/markets/derived-row.png similarity index 100% rename from src/images/common/markets/derived-row.png rename to themes/gatsby-theme-deriv/src/images/common/markets/derived-row.png diff --git a/src/images/common/markets/derivx.svg b/themes/gatsby-theme-deriv/src/images/common/markets/derivx.svg similarity index 100% rename from src/images/common/markets/derivx.svg rename to themes/gatsby-theme-deriv/src/images/common/markets/derivx.svg diff --git a/src/images/common/markets/etf-desktop-new.jpg b/themes/gatsby-theme-deriv/src/images/common/markets/etf-desktop-new.jpg similarity index 100% rename from src/images/common/markets/etf-desktop-new.jpg rename to themes/gatsby-theme-deriv/src/images/common/markets/etf-desktop-new.jpg diff --git a/src/images/common/markets/hero-forex.png b/themes/gatsby-theme-deriv/src/images/common/markets/hero-forex.png similarity index 100% rename from src/images/common/markets/hero-forex.png rename to themes/gatsby-theme-deriv/src/images/common/markets/hero-forex.png diff --git a/src/images/common/markets/mt5.svg b/themes/gatsby-theme-deriv/src/images/common/markets/mt5.svg similarity index 100% rename from src/images/common/markets/mt5.svg rename to themes/gatsby-theme-deriv/src/images/common/markets/mt5.svg diff --git a/src/images/common/markets/stocks-and-indices.png b/themes/gatsby-theme-deriv/src/images/common/markets/stocks-and-indices.png similarity index 100% rename from src/images/common/markets/stocks-and-indices.png rename to themes/gatsby-theme-deriv/src/images/common/markets/stocks-and-indices.png diff --git a/src/images/common/migration/footer/deriv-go-qr.png b/themes/gatsby-theme-deriv/src/images/common/migration/footer/deriv-go-qr.png similarity index 100% rename from src/images/common/migration/footer/deriv-go-qr.png rename to themes/gatsby-theme-deriv/src/images/common/migration/footer/deriv-go-qr.png diff --git a/src/images/common/migration/footer/download-appstore.png b/themes/gatsby-theme-deriv/src/images/common/migration/footer/download-appstore.png similarity index 100% rename from src/images/common/migration/footer/download-appstore.png rename to themes/gatsby-theme-deriv/src/images/common/migration/footer/download-appstore.png diff --git a/src/images/common/migration/footer/explore-appgallery.png b/themes/gatsby-theme-deriv/src/images/common/migration/footer/explore-appgallery.png similarity index 100% rename from src/images/common/migration/footer/explore-appgallery.png rename to themes/gatsby-theme-deriv/src/images/common/migration/footer/explore-appgallery.png diff --git a/src/images/common/migration/footer/get-googleplay.png b/themes/gatsby-theme-deriv/src/images/common/migration/footer/get-googleplay.png similarity index 100% rename from src/images/common/migration/footer/get-googleplay.png rename to themes/gatsby-theme-deriv/src/images/common/migration/footer/get-googleplay.png diff --git a/src/images/common/migration/footer/investors-in-people.png b/themes/gatsby-theme-deriv/src/images/common/migration/footer/investors-in-people.png similarity index 100% rename from src/images/common/migration/footer/investors-in-people.png rename to themes/gatsby-theme-deriv/src/images/common/migration/footer/investors-in-people.png diff --git a/src/images/common/multiplier/image-stake-amount@3x.png b/themes/gatsby-theme-deriv/src/images/common/multiplier/image-stake-amount@3x.png similarity index 100% rename from src/images/common/multiplier/image-stake-amount@3x.png rename to themes/gatsby-theme-deriv/src/images/common/multiplier/image-stake-amount@3x.png diff --git a/src/images/common/multiplier/multipliers-no-multiplier-loss-eu.png b/themes/gatsby-theme-deriv/src/images/common/multiplier/multipliers-no-multiplier-loss-eu.png similarity index 100% rename from src/images/common/multiplier/multipliers-no-multiplier-loss-eu.png rename to themes/gatsby-theme-deriv/src/images/common/multiplier/multipliers-no-multiplier-loss-eu.png diff --git a/src/images/common/multiplier/multipliers-no-multiplier-loss@2x.png b/themes/gatsby-theme-deriv/src/images/common/multiplier/multipliers-no-multiplier-loss@2x.png similarity index 100% rename from src/images/common/multiplier/multipliers-no-multiplier-loss@2x.png rename to themes/gatsby-theme-deriv/src/images/common/multiplier/multipliers-no-multiplier-loss@2x.png diff --git a/src/images/common/multiplier/multipliers-no-multiplier-win-eu.png b/themes/gatsby-theme-deriv/src/images/common/multiplier/multipliers-no-multiplier-win-eu.png similarity index 100% rename from src/images/common/multiplier/multipliers-no-multiplier-win-eu.png rename to themes/gatsby-theme-deriv/src/images/common/multiplier/multipliers-no-multiplier-win-eu.png diff --git a/src/images/common/multiplier/multipliers-no-multiplier-win@3x.png b/themes/gatsby-theme-deriv/src/images/common/multiplier/multipliers-no-multiplier-win@3x.png similarity index 100% rename from src/images/common/multiplier/multipliers-no-multiplier-win@3x.png rename to themes/gatsby-theme-deriv/src/images/common/multiplier/multipliers-no-multiplier-win@3x.png diff --git a/src/images/common/multiplier/multipliers-with-multiplier-loss-eu.png b/themes/gatsby-theme-deriv/src/images/common/multiplier/multipliers-with-multiplier-loss-eu.png similarity index 100% rename from src/images/common/multiplier/multipliers-with-multiplier-loss-eu.png rename to themes/gatsby-theme-deriv/src/images/common/multiplier/multipliers-with-multiplier-loss-eu.png diff --git a/src/images/common/multiplier/multipliers-with-multiplier-loss@3x.png b/themes/gatsby-theme-deriv/src/images/common/multiplier/multipliers-with-multiplier-loss@3x.png similarity index 100% rename from src/images/common/multiplier/multipliers-with-multiplier-loss@3x.png rename to themes/gatsby-theme-deriv/src/images/common/multiplier/multipliers-with-multiplier-loss@3x.png diff --git a/src/images/common/multiplier/multipliers-with-multiplier-win-eu.png b/themes/gatsby-theme-deriv/src/images/common/multiplier/multipliers-with-multiplier-win-eu.png similarity index 100% rename from src/images/common/multiplier/multipliers-with-multiplier-win-eu.png rename to themes/gatsby-theme-deriv/src/images/common/multiplier/multipliers-with-multiplier-win-eu.png diff --git a/src/images/common/multiplier/multipliers-with-multiplier-win@3x.png b/themes/gatsby-theme-deriv/src/images/common/multiplier/multipliers-with-multiplier-win@3x.png similarity index 100% rename from src/images/common/multiplier/multipliers-with-multiplier-win@3x.png rename to themes/gatsby-theme-deriv/src/images/common/multiplier/multipliers-with-multiplier-win@3x.png diff --git a/src/images/common/og_deriv.jpg b/themes/gatsby-theme-deriv/src/images/common/og_deriv.jpg similarity index 100% rename from src/images/common/og_deriv.jpg rename to themes/gatsby-theme-deriv/src/images/common/og_deriv.jpg diff --git a/src/images/common/p2p/banner.png b/themes/gatsby-theme-deriv/src/images/common/p2p/banner.png similarity index 100% rename from src/images/common/p2p/banner.png rename to themes/gatsby-theme-deriv/src/images/common/p2p/banner.png diff --git a/src/images/common/p2p/gradient_bg.png b/themes/gatsby-theme-deriv/src/images/common/p2p/gradient_bg.png similarity index 100% rename from src/images/common/p2p/gradient_bg.png rename to themes/gatsby-theme-deriv/src/images/common/p2p/gradient_bg.png diff --git a/src/images/common/p2p/local_currency.png b/themes/gatsby-theme-deriv/src/images/common/p2p/local_currency.png similarity index 100% rename from src/images/common/p2p/local_currency.png rename to themes/gatsby-theme-deriv/src/images/common/p2p/local_currency.png diff --git a/src/images/common/p2p/p2p_all_appstores.png b/themes/gatsby-theme-deriv/src/images/common/p2p/p2p_all_appstores.png similarity index 100% rename from src/images/common/p2p/p2p_all_appstores.png rename to themes/gatsby-theme-deriv/src/images/common/p2p/p2p_all_appstores.png diff --git a/src/images/common/p2p/p2p_banner.png b/themes/gatsby-theme-deriv/src/images/common/p2p/p2p_banner.png similarity index 100% rename from src/images/common/p2p/p2p_banner.png rename to themes/gatsby-theme-deriv/src/images/common/p2p/p2p_banner.png diff --git a/src/images/common/p2p/p2p_banner_mobile.png b/themes/gatsby-theme-deriv/src/images/common/p2p/p2p_banner_mobile.png similarity index 100% rename from src/images/common/p2p/p2p_banner_mobile.png rename to themes/gatsby-theme-deriv/src/images/common/p2p/p2p_banner_mobile.png diff --git a/src/images/common/p2p/p2p_banner_rtl.png b/themes/gatsby-theme-deriv/src/images/common/p2p/p2p_banner_rtl.png similarity index 100% rename from src/images/common/p2p/p2p_banner_rtl.png rename to themes/gatsby-theme-deriv/src/images/common/p2p/p2p_banner_rtl.png diff --git a/src/images/common/p2p/p2p_buy_sell.png b/themes/gatsby-theme-deriv/src/images/common/p2p/p2p_buy_sell.png similarity index 100% rename from src/images/common/p2p/p2p_buy_sell.png rename to themes/gatsby-theme-deriv/src/images/common/p2p/p2p_buy_sell.png diff --git a/src/images/common/p2p/p2p_footer_qr.png b/themes/gatsby-theme-deriv/src/images/common/p2p/p2p_footer_qr.png similarity index 100% rename from src/images/common/p2p/p2p_footer_qr.png rename to themes/gatsby-theme-deriv/src/images/common/p2p/p2p_footer_qr.png diff --git a/src/images/common/p2p/p2p_hero_background.png b/themes/gatsby-theme-deriv/src/images/common/p2p/p2p_hero_background.png similarity index 100% rename from src/images/common/p2p/p2p_hero_background.png rename to themes/gatsby-theme-deriv/src/images/common/p2p/p2p_hero_background.png diff --git a/src/images/common/p2p/p2p_hero_background_mobile.png b/themes/gatsby-theme-deriv/src/images/common/p2p/p2p_hero_background_mobile.png similarity index 100% rename from src/images/common/p2p/p2p_hero_background_mobile.png rename to themes/gatsby-theme-deriv/src/images/common/p2p/p2p_hero_background_mobile.png diff --git a/src/images/common/p2p/p2p_hero_background_rtl.png b/themes/gatsby-theme-deriv/src/images/common/p2p/p2p_hero_background_rtl.png similarity index 100% rename from src/images/common/p2p/p2p_hero_background_rtl.png rename to themes/gatsby-theme-deriv/src/images/common/p2p/p2p_hero_background_rtl.png diff --git a/src/images/common/p2p/p2p_hero_banner.png b/themes/gatsby-theme-deriv/src/images/common/p2p/p2p_hero_banner.png similarity index 100% rename from src/images/common/p2p/p2p_hero_banner.png rename to themes/gatsby-theme-deriv/src/images/common/p2p/p2p_hero_banner.png diff --git a/src/images/common/p2p/p2p_hero_img.png b/themes/gatsby-theme-deriv/src/images/common/p2p/p2p_hero_img.png similarity index 100% rename from src/images/common/p2p/p2p_hero_img.png rename to themes/gatsby-theme-deriv/src/images/common/p2p/p2p_hero_img.png diff --git a/src/images/common/p2p/p2p_local_currency.png b/themes/gatsby-theme-deriv/src/images/common/p2p/p2p_local_currency.png similarity index 100% rename from src/images/common/p2p/p2p_local_currency.png rename to themes/gatsby-theme-deriv/src/images/common/p2p/p2p_local_currency.png diff --git a/src/images/common/p2p/p2p_logo.png b/themes/gatsby-theme-deriv/src/images/common/p2p/p2p_logo.png similarity index 100% rename from src/images/common/p2p/p2p_logo.png rename to themes/gatsby-theme-deriv/src/images/common/p2p/p2p_logo.png diff --git a/src/images/common/p2p/p2p_web_and_mobile.png b/themes/gatsby-theme-deriv/src/images/common/p2p/p2p_web_and_mobile.png similarity index 100% rename from src/images/common/p2p/p2p_web_and_mobile.png rename to themes/gatsby-theme-deriv/src/images/common/p2p/p2p_web_and_mobile.png diff --git a/src/images/common/p2p/save_time.png b/themes/gatsby-theme-deriv/src/images/common/p2p/save_time.png similarity index 100% rename from src/images/common/p2p/save_time.png rename to themes/gatsby-theme-deriv/src/images/common/p2p/save_time.png diff --git a/src/images/common/p2p/web_and_mobile.png b/themes/gatsby-theme-deriv/src/images/common/p2p/web_and_mobile.png similarity index 100% rename from src/images/common/p2p/web_and_mobile.png rename to themes/gatsby-theme-deriv/src/images/common/p2p/web_and_mobile.png diff --git a/src/images/common/partner-deriv-platform-eu.png b/themes/gatsby-theme-deriv/src/images/common/partner-deriv-platform-eu.png similarity index 100% rename from src/images/common/partner-deriv-platform-eu.png rename to themes/gatsby-theme-deriv/src/images/common/partner-deriv-platform-eu.png diff --git a/src/images/common/partner-deriv-platform.png b/themes/gatsby-theme-deriv/src/images/common/partner-deriv-platform.png similarity index 100% rename from src/images/common/partner-deriv-platform.png rename to themes/gatsby-theme-deriv/src/images/common/partner-deriv-platform.png diff --git a/src/images/common/payment-agent.png b/themes/gatsby-theme-deriv/src/images/common/payment-agent.png similarity index 100% rename from src/images/common/payment-agent.png rename to themes/gatsby-theme-deriv/src/images/common/payment-agent.png diff --git a/src/images/common/rebranding_logo.svg b/themes/gatsby-theme-deriv/src/images/common/rebranding_logo.svg similarity index 100% rename from src/images/common/rebranding_logo.svg rename to themes/gatsby-theme-deriv/src/images/common/rebranding_logo.svg diff --git a/src/images/common/regulatory/bvi.svg b/themes/gatsby-theme-deriv/src/images/common/regulatory/bvi.svg similarity index 100% rename from src/images/common/regulatory/bvi.svg rename to themes/gatsby-theme-deriv/src/images/common/regulatory/bvi.svg diff --git a/src/images/common/regulatory/deriv.svg b/themes/gatsby-theme-deriv/src/images/common/regulatory/deriv.svg similarity index 100% rename from src/images/common/regulatory/deriv.svg rename to themes/gatsby-theme-deriv/src/images/common/regulatory/deriv.svg diff --git a/src/images/common/regulatory/labuan-fintech.svg b/themes/gatsby-theme-deriv/src/images/common/regulatory/labuan-fintech.svg similarity index 100% rename from src/images/common/regulatory/labuan-fintech.svg rename to themes/gatsby-theme-deriv/src/images/common/regulatory/labuan-fintech.svg diff --git a/src/images/common/regulatory/labuan.svg b/themes/gatsby-theme-deriv/src/images/common/regulatory/labuan.svg similarity index 100% rename from src/images/common/regulatory/labuan.svg rename to themes/gatsby-theme-deriv/src/images/common/regulatory/labuan.svg diff --git a/src/images/common/regulatory/tfc.svg b/themes/gatsby-theme-deriv/src/images/common/regulatory/tfc.svg similarity index 100% rename from src/images/common/regulatory/tfc.svg rename to themes/gatsby-theme-deriv/src/images/common/regulatory/tfc.svg diff --git a/src/images/common/regulatory/vanuatu-fma.svg b/themes/gatsby-theme-deriv/src/images/common/regulatory/vanuatu-fma.svg similarity index 100% rename from src/images/common/regulatory/vanuatu-fma.svg rename to themes/gatsby-theme-deriv/src/images/common/regulatory/vanuatu-fma.svg diff --git a/src/images/common/regulatory/vanuatu.svg b/themes/gatsby-theme-deriv/src/images/common/regulatory/vanuatu.svg similarity index 100% rename from src/images/common/regulatory/vanuatu.svg rename to themes/gatsby-theme-deriv/src/images/common/regulatory/vanuatu.svg diff --git a/src/images/common/responsible-trading-bg.png b/themes/gatsby-theme-deriv/src/images/common/responsible-trading-bg.png similarity index 100% rename from src/images/common/responsible-trading-bg.png rename to themes/gatsby-theme-deriv/src/images/common/responsible-trading-bg.png diff --git a/src/images/common/responsible-trading-eu-bg.png b/themes/gatsby-theme-deriv/src/images/common/responsible-trading-eu-bg.png similarity index 100% rename from src/images/common/responsible-trading-eu-bg.png rename to themes/gatsby-theme-deriv/src/images/common/responsible-trading-eu-bg.png diff --git a/src/images/common/sign-up/banner-phone.png b/themes/gatsby-theme-deriv/src/images/common/sign-up/banner-phone.png similarity index 100% rename from src/images/common/sign-up/banner-phone.png rename to themes/gatsby-theme-deriv/src/images/common/sign-up/banner-phone.png diff --git a/src/images/common/sign-up/response-email.png b/themes/gatsby-theme-deriv/src/images/common/sign-up/response-email.png similarity index 100% rename from src/images/common/sign-up/response-email.png rename to themes/gatsby-theme-deriv/src/images/common/sign-up/response-email.png diff --git a/src/images/common/sign-up/view-email.png b/themes/gatsby-theme-deriv/src/images/common/sign-up/view-email.png similarity index 100% rename from src/images/common/sign-up/view-email.png rename to themes/gatsby-theme-deriv/src/images/common/sign-up/view-email.png diff --git a/src/images/common/stock-indices/mac-book-pro-with-iphone-eu.png b/themes/gatsby-theme-deriv/src/images/common/stock-indices/mac-book-pro-with-iphone-eu.png similarity index 100% rename from src/images/common/stock-indices/mac-book-pro-with-iphone-eu.png rename to themes/gatsby-theme-deriv/src/images/common/stock-indices/mac-book-pro-with-iphone-eu.png diff --git a/src/images/common/stock-indices/mac-book-pro-with-iphone-mobile-eu.png b/themes/gatsby-theme-deriv/src/images/common/stock-indices/mac-book-pro-with-iphone-mobile-eu.png similarity index 100% rename from src/images/common/stock-indices/mac-book-pro-with-iphone-mobile-eu.png rename to themes/gatsby-theme-deriv/src/images/common/stock-indices/mac-book-pro-with-iphone-mobile-eu.png diff --git a/src/images/common/stock-indices/mac-book-pro-with-iphone.png b/themes/gatsby-theme-deriv/src/images/common/stock-indices/mac-book-pro-with-iphone.png similarity index 100% rename from src/images/common/stock-indices/mac-book-pro-with-iphone.png rename to themes/gatsby-theme-deriv/src/images/common/stock-indices/mac-book-pro-with-iphone.png diff --git a/src/images/common/stock-indices/mobile-mac-book-pro-with-iphone.png b/themes/gatsby-theme-deriv/src/images/common/stock-indices/mobile-mac-book-pro-with-iphone.png similarity index 100% rename from src/images/common/stock-indices/mobile-mac-book-pro-with-iphone.png rename to themes/gatsby-theme-deriv/src/images/common/stock-indices/mobile-mac-book-pro-with-iphone.png diff --git a/src/images/common/stock-indices/stocks-blue-chip-m.png b/themes/gatsby-theme-deriv/src/images/common/stock-indices/stocks-blue-chip-m.png similarity index 100% rename from src/images/common/stock-indices/stocks-blue-chip-m.png rename to themes/gatsby-theme-deriv/src/images/common/stock-indices/stocks-blue-chip-m.png diff --git a/src/images/common/stock-indices/stocks-blue-chip.png b/themes/gatsby-theme-deriv/src/images/common/stock-indices/stocks-blue-chip.png similarity index 100% rename from src/images/common/stock-indices/stocks-blue-chip.png rename to themes/gatsby-theme-deriv/src/images/common/stock-indices/stocks-blue-chip.png diff --git a/src/images/common/stock-indices/stocks-zero-fees.png b/themes/gatsby-theme-deriv/src/images/common/stock-indices/stocks-zero-fees.png similarity index 100% rename from src/images/common/stock-indices/stocks-zero-fees.png rename to themes/gatsby-theme-deriv/src/images/common/stock-indices/stocks-zero-fees.png diff --git a/src/images/common/stock-indices/stocksMainHeaderImg-m.png b/themes/gatsby-theme-deriv/src/images/common/stock-indices/stocksMainHeaderImg-m.png similarity index 100% rename from src/images/common/stock-indices/stocksMainHeaderImg-m.png rename to themes/gatsby-theme-deriv/src/images/common/stock-indices/stocksMainHeaderImg-m.png diff --git a/src/images/common/stock-indices/stocksMainHeaderImg.png b/themes/gatsby-theme-deriv/src/images/common/stock-indices/stocksMainHeaderImg.png similarity index 100% rename from src/images/common/stock-indices/stocksMainHeaderImg.png rename to themes/gatsby-theme-deriv/src/images/common/stock-indices/stocksMainHeaderImg.png diff --git a/src/images/common/swap-calculator.png b/themes/gatsby-theme-deriv/src/images/common/swap-calculator.png similarity index 100% rename from src/images/common/swap-calculator.png rename to themes/gatsby-theme-deriv/src/images/common/swap-calculator.png diff --git a/src/images/common/trade-tools/landing/margin-calculator-mobile.png b/themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/margin-calculator-mobile.png similarity index 100% rename from src/images/common/trade-tools/landing/margin-calculator-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/margin-calculator-mobile.png diff --git a/src/images/common/trade-tools/landing/margin-calculator.png b/themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/margin-calculator.png similarity index 100% rename from src/images/common/trade-tools/landing/margin-calculator.png rename to themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/margin-calculator.png diff --git a/src/images/common/trade-tools/landing/pip-calculator-mobile.png b/themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/pip-calculator-mobile.png similarity index 100% rename from src/images/common/trade-tools/landing/pip-calculator-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/pip-calculator-mobile.png diff --git a/src/images/common/trade-tools/landing/pip-calculator.png b/themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/pip-calculator.png similarity index 100% rename from src/images/common/trade-tools/landing/pip-calculator.png rename to themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/pip-calculator.png diff --git a/src/images/common/trade-tools/landing/pnl-margin-mobile.png b/themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/pnl-margin-mobile.png similarity index 100% rename from src/images/common/trade-tools/landing/pnl-margin-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/pnl-margin-mobile.png diff --git a/src/images/common/trade-tools/landing/pnl-margin.png b/themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/pnl-margin.png similarity index 100% rename from src/images/common/trade-tools/landing/pnl-margin.png rename to themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/pnl-margin.png diff --git a/src/images/common/trade-tools/landing/pnl-multipliers-mobile.png b/themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/pnl-multipliers-mobile.png similarity index 100% rename from src/images/common/trade-tools/landing/pnl-multipliers-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/pnl-multipliers-mobile.png diff --git a/src/images/common/trade-tools/landing/pnl-multipliers.png b/themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/pnl-multipliers.png similarity index 100% rename from src/images/common/trade-tools/landing/pnl-multipliers.png rename to themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/pnl-multipliers.png diff --git a/src/images/common/trade-tools/landing/swap-calculator-mobile.png b/themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/swap-calculator-mobile.png similarity index 100% rename from src/images/common/trade-tools/landing/swap-calculator-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/swap-calculator-mobile.png diff --git a/src/images/common/trade-tools/landing/swap-calculator.png b/themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/swap-calculator.png similarity index 100% rename from src/images/common/trade-tools/landing/swap-calculator.png rename to themes/gatsby-theme-deriv/src/images/common/trade-tools/landing/swap-calculator.png diff --git a/src/images/common/trade-types/accumulators-duration.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/accumulators-duration.png similarity index 100% rename from src/images/common/trade-types/accumulators-duration.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/accumulators-duration.png diff --git a/src/images/common/trade-types/accumulators-market.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/accumulators-market.png similarity index 100% rename from src/images/common/trade-types/accumulators-market.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/accumulators-market.png diff --git a/src/images/common/trade-types/accumulators-stake.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/accumulators-stake.png similarity index 100% rename from src/images/common/trade-types/accumulators-stake.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/accumulators-stake.png diff --git a/src/images/common/trade-types/accumulators-take-profit.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/accumulators-take-profit.png similarity index 100% rename from src/images/common/trade-types/accumulators-take-profit.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/accumulators-take-profit.png diff --git a/src/images/common/trade-types/accumulators-trade-type.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/accumulators-trade-type.png similarity index 100% rename from src/images/common/trade-types/accumulators-trade-type.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/accumulators-trade-type.png diff --git a/src/images/common/trade-types/accumulators-trade.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/accumulators-trade.png similarity index 100% rename from src/images/common/trade-types/accumulators-trade.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/accumulators-trade.png diff --git a/src/images/common/trade-types/cfd-example-crash-boom-eu.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/cfd-example-crash-boom-eu.png similarity index 100% rename from src/images/common/trade-types/cfd-example-crash-boom-eu.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/cfd-example-crash-boom-eu.png diff --git a/src/images/common/trade-types/cfd-example-crash-boom-mobile-eu.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/cfd-example-crash-boom-mobile-eu.png similarity index 100% rename from src/images/common/trade-types/cfd-example-crash-boom-mobile-eu.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/cfd-example-crash-boom-mobile-eu.png diff --git a/src/images/common/trade-types/cfd-example-crash-boom-mobile.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/cfd-example-crash-boom-mobile.png similarity index 100% rename from src/images/common/trade-types/cfd-example-crash-boom-mobile.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/cfd-example-crash-boom-mobile.png diff --git a/src/images/common/trade-types/cfd-example-crash-boom.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/cfd-example-crash-boom.png similarity index 100% rename from src/images/common/trade-types/cfd-example-crash-boom.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/cfd-example-crash-boom.png diff --git a/src/images/common/trade-types/cfd-pattern.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/cfd-pattern.png similarity index 100% rename from src/images/common/trade-types/cfd-pattern.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/cfd-pattern.png diff --git a/src/images/common/trade-types/margin-mobile-relationship-piechart.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/margin-mobile-relationship-piechart.png similarity index 100% rename from src/images/common/trade-types/margin-mobile-relationship-piechart.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/margin-mobile-relationship-piechart.png diff --git a/src/images/common/trade-types/margin-relationship-piechart.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/margin-relationship-piechart.png similarity index 100% rename from src/images/common/trade-types/margin-relationship-piechart.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/margin-relationship-piechart.png diff --git a/src/images/common/trade-types/mobile-cfd-pattern.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/mobile-cfd-pattern.png similarity index 100% rename from src/images/common/trade-types/mobile-cfd-pattern.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/mobile-cfd-pattern.png diff --git a/src/images/common/trade-types/multiplier-deal-cancellation.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-deal-cancellation.png similarity index 100% rename from src/images/common/trade-types/multiplier-deal-cancellation.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-deal-cancellation.png diff --git a/src/images/common/trade-types/multiplier-market-eu-new.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-market-eu-new.png similarity index 100% rename from src/images/common/trade-types/multiplier-market-eu-new.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-market-eu-new.png diff --git a/src/images/common/trade-types/multiplier-purchase.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-purchase.png similarity index 100% rename from src/images/common/trade-types/multiplier-purchase.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-purchase.png diff --git a/src/images/common/trade-types/multiplier-stake.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-stake.png similarity index 100% rename from src/images/common/trade-types/multiplier-stake.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-stake.png diff --git a/src/images/common/trade-types/multiplier-stop-loss.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-stop-loss.png similarity index 100% rename from src/images/common/trade-types/multiplier-stop-loss.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-stop-loss.png diff --git a/src/images/common/trade-types/multiplier-take-profit.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-take-profit.png similarity index 100% rename from src/images/common/trade-types/multiplier-take-profit.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-take-profit.png diff --git a/src/images/common/trade-types/multiplier-trade-type-eu.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-trade-type-eu.png similarity index 100% rename from src/images/common/trade-types/multiplier-trade-type-eu.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-trade-type-eu.png diff --git a/src/images/common/trade-types/multiplier-trade-type.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-trade-type.png similarity index 100% rename from src/images/common/trade-types/multiplier-trade-type.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-trade-type.png diff --git a/src/images/common/trade-types/multiplier-value-eu.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-value-eu.png similarity index 100% rename from src/images/common/trade-types/multiplier-value-eu.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-value-eu.png diff --git a/src/images/common/trade-types/multiplier-value.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-value.png similarity index 100% rename from src/images/common/trade-types/multiplier-value.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/multiplier-value.png diff --git a/src/images/common/trade-types/options-duration.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/options-duration.png similarity index 100% rename from src/images/common/trade-types/options-duration.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/options-duration.png diff --git a/src/images/common/trade-types/options-market.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/options-market.png similarity index 100% rename from src/images/common/trade-types/options-market.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/options-market.png diff --git a/src/images/common/trade-types/options-purchase.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/options-purchase.png similarity index 100% rename from src/images/common/trade-types/options-purchase.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/options-purchase.png diff --git a/src/images/common/trade-types/options-quote.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/options-quote.png similarity index 100% rename from src/images/common/trade-types/options-quote.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/options-quote.png diff --git a/src/images/common/trade-types/options-stake.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/options-stake.png similarity index 100% rename from src/images/common/trade-types/options-stake.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/options-stake.png diff --git a/src/images/common/trade-types/options-trade-type.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/options-trade-type.png similarity index 100% rename from src/images/common/trade-types/options-trade-type.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/options-trade-type.png diff --git a/src/images/common/trade-types/pattern-section.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/pattern-section.png similarity index 100% rename from src/images/common/trade-types/pattern-section.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/pattern-section.png diff --git a/src/images/common/trade-types/trade-patterns.png b/themes/gatsby-theme-deriv/src/images/common/trade-types/trade-patterns.png similarity index 100% rename from src/images/common/trade-types/trade-patterns.png rename to themes/gatsby-theme-deriv/src/images/common/trade-types/trade-patterns.png diff --git a/src/images/common/trading-platforms/ctrader/assets.png b/themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/assets.png similarity index 100% rename from src/images/common/trading-platforms/ctrader/assets.png rename to themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/assets.png diff --git a/src/images/common/trading-platforms/ctrader/copy-trading.png b/themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/copy-trading.png similarity index 100% rename from src/images/common/trading-platforms/ctrader/copy-trading.png rename to themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/copy-trading.png diff --git a/src/images/common/trading-platforms/ctrader/ctrader-hero-mobile-new-1.png b/themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/ctrader-hero-mobile-new-1.png similarity index 100% rename from src/images/common/trading-platforms/ctrader/ctrader-hero-mobile-new-1.png rename to themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/ctrader-hero-mobile-new-1.png diff --git a/src/images/common/trading-platforms/ctrader/ctrader-hero-mobile-new-2.png b/themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/ctrader-hero-mobile-new-2.png similarity index 100% rename from src/images/common/trading-platforms/ctrader/ctrader-hero-mobile-new-2.png rename to themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/ctrader-hero-mobile-new-2.png diff --git a/src/images/common/trading-platforms/ctrader/ctrader-hero-mobile-new.png b/themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/ctrader-hero-mobile-new.png similarity index 100% rename from src/images/common/trading-platforms/ctrader/ctrader-hero-mobile-new.png rename to themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/ctrader-hero-mobile-new.png diff --git a/src/images/common/trading-platforms/ctrader/ctrader-hero.png b/themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/ctrader-hero.png similarity index 100% rename from src/images/common/trading-platforms/ctrader/ctrader-hero.png rename to themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/ctrader-hero.png diff --git a/src/images/common/trading-platforms/ctrader/interface.png b/themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/interface.png similarity index 100% rename from src/images/common/trading-platforms/ctrader/interface.png rename to themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/interface.png diff --git a/src/images/common/trading-platforms/ctrader/mobile-step-1.png b/themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/mobile-step-1.png similarity index 100% rename from src/images/common/trading-platforms/ctrader/mobile-step-1.png rename to themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/mobile-step-1.png diff --git a/src/images/common/trading-platforms/ctrader/mobile-step-2-demo.png b/themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/mobile-step-2-demo.png similarity index 100% rename from src/images/common/trading-platforms/ctrader/mobile-step-2-demo.png rename to themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/mobile-step-2-demo.png diff --git a/src/images/common/trading-platforms/ctrader/mobile-step-2.png b/themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/mobile-step-2.png similarity index 100% rename from src/images/common/trading-platforms/ctrader/mobile-step-2.png rename to themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/mobile-step-2.png diff --git a/src/images/common/trading-platforms/ctrader/mobile-step-3-demo.png b/themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/mobile-step-3-demo.png similarity index 100% rename from src/images/common/trading-platforms/ctrader/mobile-step-3-demo.png rename to themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/mobile-step-3-demo.png diff --git a/src/images/common/trading-platforms/ctrader/mobile-step-3.png b/themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/mobile-step-3.png similarity index 100% rename from src/images/common/trading-platforms/ctrader/mobile-step-3.png rename to themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/mobile-step-3.png diff --git a/src/images/common/trading-platforms/ctrader/step-1.png b/themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/step-1.png similarity index 100% rename from src/images/common/trading-platforms/ctrader/step-1.png rename to themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/step-1.png diff --git a/src/images/common/trading-platforms/ctrader/step-2-demo.png b/themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/step-2-demo.png similarity index 100% rename from src/images/common/trading-platforms/ctrader/step-2-demo.png rename to themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/step-2-demo.png diff --git a/src/images/common/trading-platforms/ctrader/step-2.png b/themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/step-2.png similarity index 100% rename from src/images/common/trading-platforms/ctrader/step-2.png rename to themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/step-2.png diff --git a/src/images/common/trading-platforms/ctrader/step-3-demo.png b/themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/step-3-demo.png similarity index 100% rename from src/images/common/trading-platforms/ctrader/step-3-demo.png rename to themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/step-3-demo.png diff --git a/src/images/common/trading-platforms/ctrader/step-3.png b/themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/step-3.png similarity index 100% rename from src/images/common/trading-platforms/ctrader/step-3.png rename to themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/step-3.png diff --git a/src/images/common/trading-platforms/ctrader/trade-margin.png b/themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/trade-margin.png similarity index 100% rename from src/images/common/trading-platforms/ctrader/trade-margin.png rename to themes/gatsby-theme-deriv/src/images/common/trading-platforms/ctrader/trade-margin.png diff --git a/src/images/svg/24.svg b/themes/gatsby-theme-deriv/src/images/svg/24.svg similarity index 100% rename from src/images/svg/24.svg rename to themes/gatsby-theme-deriv/src/images/svg/24.svg diff --git a/src/images/svg/android-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/android-icon.svg similarity index 100% rename from src/images/svg/android-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/android-icon.svg diff --git a/src/images/svg/appGallery-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/appGallery-icon.svg similarity index 100% rename from src/images/svg/appGallery-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/appGallery-icon.svg diff --git a/src/images/svg/apple-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/apple-icon.svg similarity index 100% rename from src/images/svg/apple-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/apple-icon.svg diff --git a/src/images/svg/apple_logo.svg b/themes/gatsby-theme-deriv/src/images/svg/apple_logo.svg similarity index 100% rename from src/images/svg/apple_logo.svg rename to themes/gatsby-theme-deriv/src/images/svg/apple_logo.svg diff --git a/src/images/svg/arrow-next.svg b/themes/gatsby-theme-deriv/src/images/svg/arrow-next.svg similarity index 100% rename from src/images/svg/arrow-next.svg rename to themes/gatsby-theme-deriv/src/images/svg/arrow-next.svg diff --git a/src/images/svg/arrow-previous.svg b/themes/gatsby-theme-deriv/src/images/svg/arrow-previous.svg similarity index 100% rename from src/images/svg/arrow-previous.svg rename to themes/gatsby-theme-deriv/src/images/svg/arrow-previous.svg diff --git a/src/images/svg/arrow_expandable.svg b/themes/gatsby-theme-deriv/src/images/svg/arrow_expandable.svg similarity index 100% rename from src/images/svg/arrow_expandable.svg rename to themes/gatsby-theme-deriv/src/images/svg/arrow_expandable.svg diff --git a/src/images/svg/be-square/facebook.svg b/themes/gatsby-theme-deriv/src/images/svg/be-square/facebook.svg similarity index 100% rename from src/images/svg/be-square/facebook.svg rename to themes/gatsby-theme-deriv/src/images/svg/be-square/facebook.svg diff --git a/src/images/svg/be-square/linkedin.svg b/themes/gatsby-theme-deriv/src/images/svg/be-square/linkedin.svg similarity index 100% rename from src/images/svg/be-square/linkedin.svg rename to themes/gatsby-theme-deriv/src/images/svg/be-square/linkedin.svg diff --git a/src/images/svg/binarybot-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/binarybot-icon.svg similarity index 100% rename from src/images/svg/binarybot-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/binarybot-icon.svg diff --git a/src/images/svg/blog/close-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/blog/close-icon.svg similarity index 100% rename from src/images/svg/blog/close-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/blog/close-icon.svg diff --git a/src/images/svg/blog/facebook.svg b/themes/gatsby-theme-deriv/src/images/svg/blog/facebook.svg similarity index 100% rename from src/images/svg/blog/facebook.svg rename to themes/gatsby-theme-deriv/src/images/svg/blog/facebook.svg diff --git a/src/images/svg/browser-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/browser-icon.svg similarity index 100% rename from src/images/svg/browser-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/browser-icon.svg diff --git a/src/images/svg/bug-bounty-nav-logo.svg b/themes/gatsby-theme-deriv/src/images/svg/bug-bounty-nav-logo.svg similarity index 100% rename from src/images/svg/bug-bounty-nav-logo.svg rename to themes/gatsby-theme-deriv/src/images/svg/bug-bounty-nav-logo.svg diff --git a/src/images/svg/career-nav-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/career-nav-icon.svg similarity index 100% rename from src/images/svg/career-nav-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/career-nav-icon.svg diff --git a/src/images/svg/career-right-arrow.svg b/themes/gatsby-theme-deriv/src/images/svg/career-right-arrow.svg similarity index 100% rename from src/images/svg/career-right-arrow.svg rename to themes/gatsby-theme-deriv/src/images/svg/career-right-arrow.svg diff --git a/src/images/svg/careers/career-1.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/career-1.svg similarity index 100% rename from src/images/svg/careers/career-1.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/career-1.svg diff --git a/src/images/svg/careers/career-2.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/career-2.svg similarity index 100% rename from src/images/svg/careers/career-2.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/career-2.svg diff --git a/src/images/svg/careers/career-3.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/career-3.svg similarity index 100% rename from src/images/svg/careers/career-3.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/career-3.svg diff --git a/src/images/svg/careers/career-4.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/career-4.svg similarity index 100% rename from src/images/svg/careers/career-4.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/career-4.svg diff --git a/src/images/svg/careers/career-competence.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/career-competence.svg similarity index 100% rename from src/images/svg/careers/career-competence.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/career-competence.svg diff --git a/src/images/svg/careers/career-customer.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/career-customer.svg similarity index 100% rename from src/images/svg/careers/career-customer.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/career-customer.svg diff --git a/src/images/svg/careers/career-integrity.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/career-integrity.svg similarity index 100% rename from src/images/svg/careers/career-integrity.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/career-integrity.svg diff --git a/src/images/svg/careers/career-teamwork.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/career-teamwork.svg similarity index 100% rename from src/images/svg/careers/career-teamwork.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/career-teamwork.svg diff --git a/src/images/svg/careers/career-tip.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/career-tip.svg similarity index 100% rename from src/images/svg/careers/career-tip.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/career-tip.svg diff --git a/src/images/svg/careers/carousel-chevron.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/carousel-chevron.svg similarity index 100% rename from src/images/svg/careers/carousel-chevron.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/carousel-chevron.svg diff --git a/src/images/svg/careers/downwards-left.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/downwards-left.svg similarity index 100% rename from src/images/svg/careers/downwards-left.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/downwards-left.svg diff --git a/src/images/svg/careers/downwards-right.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/downwards-right.svg similarity index 100% rename from src/images/svg/careers/downwards-right.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/downwards-right.svg diff --git a/src/images/svg/careers/flag._channel_islands.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/flag._channel_islands.svg similarity index 100% rename from src/images/svg/careers/flag._channel_islands.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/flag._channel_islands.svg diff --git a/src/images/svg/careers/flag_belarus.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/flag_belarus.svg similarity index 100% rename from src/images/svg/careers/flag_belarus.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/flag_belarus.svg diff --git a/src/images/svg/careers/flag_bvi.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/flag_bvi.svg similarity index 100% rename from src/images/svg/careers/flag_bvi.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/flag_bvi.svg diff --git a/src/images/svg/careers/flag_cayman.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/flag_cayman.svg similarity index 100% rename from src/images/svg/careers/flag_cayman.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/flag_cayman.svg diff --git a/src/images/svg/careers/flag_cyprus.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/flag_cyprus.svg similarity index 100% rename from src/images/svg/careers/flag_cyprus.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/flag_cyprus.svg diff --git a/src/images/svg/careers/flag_france.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/flag_france.svg similarity index 100% rename from src/images/svg/careers/flag_france.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/flag_france.svg diff --git a/src/images/svg/careers/flag_germany.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/flag_germany.svg similarity index 100% rename from src/images/svg/careers/flag_germany.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/flag_germany.svg diff --git a/src/images/svg/careers/flag_hongkong.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/flag_hongkong.svg similarity index 100% rename from src/images/svg/careers/flag_hongkong.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/flag_hongkong.svg diff --git a/src/images/svg/careers/flag_jordan.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/flag_jordan.svg similarity index 100% rename from src/images/svg/careers/flag_jordan.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/flag_jordan.svg diff --git a/src/images/svg/careers/flag_malaysia.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/flag_malaysia.svg similarity index 100% rename from src/images/svg/careers/flag_malaysia.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/flag_malaysia.svg diff --git a/src/images/svg/careers/flag_malta.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/flag_malta.svg similarity index 100% rename from src/images/svg/careers/flag_malta.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/flag_malta.svg diff --git a/src/images/svg/careers/flag_paraguay.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/flag_paraguay.svg similarity index 100% rename from src/images/svg/careers/flag_paraguay.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/flag_paraguay.svg diff --git a/src/images/svg/careers/flag_rwanda.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/flag_rwanda.svg similarity index 100% rename from src/images/svg/careers/flag_rwanda.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/flag_rwanda.svg diff --git a/src/images/svg/careers/flag_singapore.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/flag_singapore.svg similarity index 100% rename from src/images/svg/careers/flag_singapore.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/flag_singapore.svg diff --git a/src/images/svg/careers/flag_uae.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/flag_uae.svg similarity index 100% rename from src/images/svg/careers/flag_uae.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/flag_uae.svg diff --git a/src/images/svg/careers/flag_uk.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/flag_uk.svg similarity index 100% rename from src/images/svg/careers/flag_uk.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/flag_uk.svg diff --git a/src/images/svg/careers/flag_vanuatu.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/flag_vanuatu.svg similarity index 100% rename from src/images/svg/careers/flag_vanuatu.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/flag_vanuatu.svg diff --git a/src/images/svg/careers/map.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/map.svg similarity index 100% rename from src/images/svg/careers/map.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/map.svg diff --git a/src/images/svg/careers/quotemark.svg b/themes/gatsby-theme-deriv/src/images/svg/careers/quotemark.svg similarity index 100% rename from src/images/svg/careers/quotemark.svg rename to themes/gatsby-theme-deriv/src/images/svg/careers/quotemark.svg diff --git a/src/images/svg/check-circle.svg b/themes/gatsby-theme-deriv/src/images/svg/check-circle.svg similarity index 100% rename from src/images/svg/check-circle.svg rename to themes/gatsby-theme-deriv/src/images/svg/check-circle.svg diff --git a/src/images/svg/check-email/email.svg b/themes/gatsby-theme-deriv/src/images/svg/check-email/email.svg similarity index 100% rename from src/images/svg/check-email/email.svg rename to themes/gatsby-theme-deriv/src/images/svg/check-email/email.svg diff --git a/src/images/svg/check-email/firewalls.svg b/themes/gatsby-theme-deriv/src/images/svg/check-email/firewalls.svg similarity index 100% rename from src/images/svg/check-email/firewalls.svg rename to themes/gatsby-theme-deriv/src/images/svg/check-email/firewalls.svg diff --git a/src/images/svg/check-email/spam.svg b/themes/gatsby-theme-deriv/src/images/svg/check-email/spam.svg similarity index 100% rename from src/images/svg/check-email/spam.svg rename to themes/gatsby-theme-deriv/src/images/svg/check-email/spam.svg diff --git a/src/images/svg/check-email/typo.svg b/themes/gatsby-theme-deriv/src/images/svg/check-email/typo.svg similarity index 100% rename from src/images/svg/check-email/typo.svg rename to themes/gatsby-theme-deriv/src/images/svg/check-email/typo.svg diff --git a/src/images/svg/check-email/work-email.svg b/themes/gatsby-theme-deriv/src/images/svg/check-email/work-email.svg similarity index 100% rename from src/images/svg/check-email/work-email.svg rename to themes/gatsby-theme-deriv/src/images/svg/check-email/work-email.svg diff --git a/src/images/svg/chevron-left.svg b/themes/gatsby-theme-deriv/src/images/svg/chevron-left.svg similarity index 100% rename from src/images/svg/chevron-left.svg rename to themes/gatsby-theme-deriv/src/images/svg/chevron-left.svg diff --git a/src/images/svg/chevron-right.svg b/themes/gatsby-theme-deriv/src/images/svg/chevron-right.svg similarity index 100% rename from src/images/svg/chevron-right.svg rename to themes/gatsby-theme-deriv/src/images/svg/chevron-right.svg diff --git a/src/images/svg/choose/wd-client-money-protection.svg b/themes/gatsby-theme-deriv/src/images/svg/choose/wd-client-money-protection.svg similarity index 100% rename from src/images/svg/choose/wd-client-money-protection.svg rename to themes/gatsby-theme-deriv/src/images/svg/choose/wd-client-money-protection.svg diff --git a/src/images/svg/choose/wd-customer-first-trading.svg b/themes/gatsby-theme-deriv/src/images/svg/choose/wd-customer-first-trading.svg similarity index 100% rename from src/images/svg/choose/wd-customer-first-trading.svg rename to themes/gatsby-theme-deriv/src/images/svg/choose/wd-customer-first-trading.svg diff --git a/src/images/svg/choose/wd-help.svg b/themes/gatsby-theme-deriv/src/images/svg/choose/wd-help.svg similarity index 100% rename from src/images/svg/choose/wd-help.svg rename to themes/gatsby-theme-deriv/src/images/svg/choose/wd-help.svg diff --git a/src/images/svg/choose/wd-licensed-regulated.svg b/themes/gatsby-theme-deriv/src/images/svg/choose/wd-licensed-regulated.svg similarity index 100% rename from src/images/svg/choose/wd-licensed-regulated.svg rename to themes/gatsby-theme-deriv/src/images/svg/choose/wd-licensed-regulated.svg diff --git a/src/images/svg/choose/wd-proven-track-record.svg b/themes/gatsby-theme-deriv/src/images/svg/choose/wd-proven-track-record.svg similarity index 100% rename from src/images/svg/choose/wd-proven-track-record.svg rename to themes/gatsby-theme-deriv/src/images/svg/choose/wd-proven-track-record.svg diff --git a/src/images/svg/choose/wd-risk.svg b/themes/gatsby-theme-deriv/src/images/svg/choose/wd-risk.svg similarity index 100% rename from src/images/svg/choose/wd-risk.svg rename to themes/gatsby-theme-deriv/src/images/svg/choose/wd-risk.svg diff --git a/src/images/svg/choose/wd-your-safety.svg b/themes/gatsby-theme-deriv/src/images/svg/choose/wd-your-safety.svg similarity index 100% rename from src/images/svg/choose/wd-your-safety.svg rename to themes/gatsby-theme-deriv/src/images/svg/choose/wd-your-safety.svg diff --git a/src/images/svg/close-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/close-icon.svg similarity index 100% rename from src/images/svg/close-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/close-icon.svg diff --git a/src/images/svg/ctrader/logo.svg b/themes/gatsby-theme-deriv/src/images/svg/ctrader/logo.svg similarity index 100% rename from src/images/svg/ctrader/logo.svg rename to themes/gatsby-theme-deriv/src/images/svg/ctrader/logo.svg diff --git a/src/images/svg/ctrader/watermark.svg b/themes/gatsby-theme-deriv/src/images/svg/ctrader/watermark.svg similarity index 100% rename from src/images/svg/ctrader/watermark.svg rename to themes/gatsby-theme-deriv/src/images/svg/ctrader/watermark.svg diff --git a/src/images/svg/custom/apple-signup.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/apple-signup.svg similarity index 100% rename from src/images/svg/custom/apple-signup.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/apple-signup.svg diff --git a/src/images/svg/custom/apple.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/apple.svg similarity index 100% rename from src/images/svg/custom/apple.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/apple.svg diff --git a/src/images/svg/custom/blog-nav.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/blog-nav.svg similarity index 100% rename from src/images/svg/custom/blog-nav.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/blog-nav.svg diff --git a/src/images/svg/custom/chevron-bottom.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/chevron-bottom.svg similarity index 100% rename from src/images/svg/custom/chevron-bottom.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/chevron-bottom.svg diff --git a/src/images/svg/custom/chevron-right.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/chevron-right.svg similarity index 100% rename from src/images/svg/custom/chevron-right.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/chevron-right.svg diff --git a/src/images/svg/custom/chevron-thick.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/chevron-thick.svg similarity index 100% rename from src/images/svg/custom/chevron-thick.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/chevron-thick.svg diff --git a/src/images/svg/custom/close-2.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/close-2.svg similarity index 100% rename from src/images/svg/custom/close-2.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/close-2.svg diff --git a/src/images/svg/custom/commodities-nav.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/commodities-nav.svg similarity index 100% rename from src/images/svg/custom/commodities-nav.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/commodities-nav.svg diff --git a/src/images/svg/custom/cryptocurrencies-nav.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/cryptocurrencies-nav.svg similarity index 100% rename from src/images/svg/custom/cryptocurrencies-nav.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/cryptocurrencies-nav.svg diff --git a/src/images/svg/custom/dbot-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/dbot-icon.svg similarity index 100% rename from src/images/svg/custom/dbot-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/dbot-icon.svg diff --git a/src/images/svg/custom/deriv-ez-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/deriv-ez-icon.svg similarity index 100% rename from src/images/svg/custom/deriv-ez-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/deriv-ez-icon.svg diff --git a/src/images/svg/custom/deriv-ez.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/deriv-ez.svg similarity index 100% rename from src/images/svg/custom/deriv-ez.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/deriv-ez.svg diff --git a/src/images/svg/custom/deriv-x.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/deriv-x.svg similarity index 100% rename from src/images/svg/custom/deriv-x.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/deriv-x.svg diff --git a/src/images/svg/custom/derived-fx.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/derived-fx.svg similarity index 100% rename from src/images/svg/custom/derived-fx.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/derived-fx.svg diff --git a/src/images/svg/custom/dmt5-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/dmt5-icon.svg similarity index 100% rename from src/images/svg/custom/dmt5-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/dmt5-icon.svg diff --git a/src/images/svg/custom/dtrader-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/dtrader-icon.svg similarity index 100% rename from src/images/svg/custom/dtrader-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/dtrader-icon.svg diff --git a/src/images/svg/custom/facebook-blue.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/facebook-blue.svg similarity index 100% rename from src/images/svg/custom/facebook-blue.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/facebook-blue.svg diff --git a/src/images/svg/custom/facebook.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/facebook.svg similarity index 100% rename from src/images/svg/custom/facebook.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/facebook.svg diff --git a/src/images/svg/custom/fb-signup.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/fb-signup.svg similarity index 100% rename from src/images/svg/custom/fb-signup.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/fb-signup.svg diff --git a/src/images/svg/custom/forex-nav.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/forex-nav.svg similarity index 100% rename from src/images/svg/custom/forex-nav.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/forex-nav.svg diff --git a/src/images/svg/custom/google.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/google.svg similarity index 100% rename from src/images/svg/custom/google.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/google.svg diff --git a/src/images/svg/custom/margin-trading-nav.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/margin-trading-nav.svg similarity index 100% rename from src/images/svg/custom/margin-trading-nav.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/margin-trading-nav.svg diff --git a/src/images/svg/custom/multipliers-nav.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/multipliers-nav.svg similarity index 100% rename from src/images/svg/custom/multipliers-nav.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/multipliers-nav.svg diff --git a/src/images/svg/custom/options-nav.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/options-nav.svg similarity index 100% rename from src/images/svg/custom/options-nav.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/options-nav.svg diff --git a/src/images/svg/custom/rebranding/binarybot-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/binarybot-icon.svg similarity index 100% rename from src/images/svg/custom/rebranding/binarybot-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/binarybot-icon.svg diff --git a/src/images/svg/custom/rebranding/cfds-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/cfds-icon.svg similarity index 100% rename from src/images/svg/custom/rebranding/cfds-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/cfds-icon.svg diff --git a/src/images/svg/custom/rebranding/commodities-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/commodities-icon.svg similarity index 100% rename from src/images/svg/custom/rebranding/commodities-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/commodities-icon.svg diff --git a/src/images/svg/custom/rebranding/cryptocurrencies-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/cryptocurrencies-icon.svg similarity index 100% rename from src/images/svg/custom/rebranding/cryptocurrencies-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/cryptocurrencies-icon.svg diff --git a/src/images/svg/custom/rebranding/deriv-bot-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/deriv-bot-icon.svg similarity index 100% rename from src/images/svg/custom/rebranding/deriv-bot-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/deriv-bot-icon.svg diff --git a/src/images/svg/custom/rebranding/deriv-ctrader-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/deriv-ctrader-icon.svg similarity index 100% rename from src/images/svg/custom/rebranding/deriv-ctrader-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/deriv-ctrader-icon.svg diff --git a/src/images/svg/custom/rebranding/deriv-ez-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/deriv-ez-icon.svg similarity index 100% rename from src/images/svg/custom/rebranding/deriv-ez-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/deriv-ez-icon.svg diff --git a/src/images/svg/custom/rebranding/deriv-go-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/deriv-go-icon.svg similarity index 100% rename from src/images/svg/custom/rebranding/deriv-go-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/deriv-go-icon.svg diff --git a/src/images/svg/custom/rebranding/deriv-x-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/deriv-x-icon.svg similarity index 100% rename from src/images/svg/custom/rebranding/deriv-x-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/deriv-x-icon.svg diff --git a/src/images/svg/custom/rebranding/derived-fx-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/derived-fx-icon.svg similarity index 100% rename from src/images/svg/custom/rebranding/derived-fx-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/derived-fx-icon.svg diff --git a/src/images/svg/custom/rebranding/dmt5-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/dmt5-icon.svg similarity index 100% rename from src/images/svg/custom/rebranding/dmt5-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/dmt5-icon.svg diff --git a/src/images/svg/custom/rebranding/dtrader-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/dtrader-icon.svg similarity index 100% rename from src/images/svg/custom/rebranding/dtrader-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/dtrader-icon.svg diff --git a/src/images/svg/custom/rebranding/etf-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/etf-icon.svg similarity index 100% rename from src/images/svg/custom/rebranding/etf-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/etf-icon.svg diff --git a/src/images/svg/custom/rebranding/forex-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/forex-icon.svg similarity index 100% rename from src/images/svg/custom/rebranding/forex-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/forex-icon.svg diff --git a/src/images/svg/custom/rebranding/multipliers-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/multipliers-icon.svg similarity index 100% rename from src/images/svg/custom/rebranding/multipliers-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/multipliers-icon.svg diff --git a/src/images/svg/custom/rebranding/options-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/options-icon.svg similarity index 100% rename from src/images/svg/custom/rebranding/options-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/options-icon.svg diff --git a/src/images/svg/custom/rebranding/smarttrader-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/smarttrader-icon.svg similarity index 100% rename from src/images/svg/custom/rebranding/smarttrader-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/smarttrader-icon.svg diff --git a/src/images/svg/custom/rebranding/stock-indices-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/stock-indices-icon.svg similarity index 100% rename from src/images/svg/custom/rebranding/stock-indices-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/rebranding/stock-indices-icon.svg diff --git a/src/images/svg/custom/smarttrader.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/smarttrader.svg similarity index 100% rename from src/images/svg/custom/smarttrader.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/smarttrader.svg diff --git a/src/images/svg/custom/stock-indices-nav.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/stock-indices-nav.svg similarity index 100% rename from src/images/svg/custom/stock-indices-nav.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/stock-indices-nav.svg diff --git a/src/images/svg/custom/trader-tool-nav.svg b/themes/gatsby-theme-deriv/src/images/svg/custom/trader-tool-nav.svg similarity index 100% rename from src/images/svg/custom/trader-tool-nav.svg rename to themes/gatsby-theme-deriv/src/images/svg/custom/trader-tool-nav.svg diff --git a/src/images/svg/dbot/bot-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/dbot/bot-icon.svg similarity index 100% rename from src/images/svg/dbot/bot-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/dbot/bot-icon.svg diff --git a/src/images/svg/dbot/dbot-bg-mobile.svg b/themes/gatsby-theme-deriv/src/images/svg/dbot/dbot-bg-mobile.svg similarity index 100% rename from src/images/svg/dbot/dbot-bg-mobile.svg rename to themes/gatsby-theme-deriv/src/images/svg/dbot/dbot-bg-mobile.svg diff --git a/src/images/svg/dbot/dbot-bg.svg b/themes/gatsby-theme-deriv/src/images/svg/dbot/dbot-bg.svg similarity index 100% rename from src/images/svg/dbot/dbot-bg.svg rename to themes/gatsby-theme-deriv/src/images/svg/dbot/dbot-bg.svg diff --git a/src/images/svg/dbot/dbot-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/dbot/dbot-icon.svg similarity index 100% rename from src/images/svg/dbot/dbot-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/dbot/dbot-icon.svg diff --git a/src/images/svg/dbot/deriv-bot-banner-logo.svg b/themes/gatsby-theme-deriv/src/images/svg/dbot/deriv-bot-banner-logo.svg similarity index 100% rename from src/images/svg/dbot/deriv-bot-banner-logo.svg rename to themes/gatsby-theme-deriv/src/images/svg/dbot/deriv-bot-banner-logo.svg diff --git a/src/images/svg/dbot/ez-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/dbot/ez-icon.svg similarity index 100% rename from src/images/svg/dbot/ez-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/dbot/ez-icon.svg diff --git a/src/images/svg/dbot/index.ts b/themes/gatsby-theme-deriv/src/images/svg/dbot/index.ts similarity index 100% rename from src/images/svg/dbot/index.ts rename to themes/gatsby-theme-deriv/src/images/svg/dbot/index.ts diff --git a/src/images/svg/dbot/mt5.svg b/themes/gatsby-theme-deriv/src/images/svg/dbot/mt5.svg similarity index 100% rename from src/images/svg/dbot/mt5.svg rename to themes/gatsby-theme-deriv/src/images/svg/dbot/mt5.svg diff --git a/src/images/svg/deriv-ez/db-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-ez/db-icon.svg similarity index 100% rename from src/images/svg/deriv-ez/db-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-ez/db-icon.svg diff --git a/src/images/svg/deriv-ez/dmt5-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-ez/dmt5-icon.svg similarity index 100% rename from src/images/svg/deriv-ez/dmt5-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-ez/dmt5-icon.svg diff --git a/src/images/svg/deriv-ez/easy-to-start.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-ez/easy-to-start.svg similarity index 100% rename from src/images/svg/deriv-ez/easy-to-start.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-ez/easy-to-start.svg diff --git a/src/images/svg/deriv-ez/favourite-assets.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-ez/favourite-assets.svg similarity index 100% rename from src/images/svg/deriv-ez/favourite-assets.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-ez/favourite-assets.svg diff --git a/src/images/svg/deriv-ez/index.ts b/themes/gatsby-theme-deriv/src/images/svg/deriv-ez/index.ts similarity index 100% rename from src/images/svg/deriv-ez/index.ts rename to themes/gatsby-theme-deriv/src/images/svg/deriv-ez/index.ts diff --git a/src/images/svg/deriv-ez/twenty-four-seven.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-ez/twenty-four-seven.svg similarity index 100% rename from src/images/svg/deriv-ez/twenty-four-seven.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-ez/twenty-four-seven.svg diff --git a/src/images/svg/deriv-go-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-go-icon.svg similarity index 100% rename from src/images/svg/deriv-go-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-go-icon.svg diff --git a/src/images/svg/deriv-go/24-7.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-go/24-7.svg similarity index 100% rename from src/images/svg/deriv-go/24-7.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-go/24-7.svg diff --git a/src/images/svg/deriv-go/arrow.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-go/arrow.svg similarity index 100% rename from src/images/svg/deriv-go/arrow.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-go/arrow.svg diff --git a/src/images/svg/deriv-go/db-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-go/db-icon.svg similarity index 100% rename from src/images/svg/deriv-go/db-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-go/db-icon.svg diff --git a/src/images/svg/deriv-go/deriv-go-banner-logo.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-go/deriv-go-banner-logo.svg similarity index 100% rename from src/images/svg/deriv-go/deriv-go-banner-logo.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-go/deriv-go-banner-logo.svg diff --git a/src/images/svg/deriv-go/deriv-go-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-go/deriv-go-icon.svg similarity index 100% rename from src/images/svg/deriv-go/deriv-go-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-go/deriv-go-icon.svg diff --git a/src/images/svg/deriv-go/derivGo.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-go/derivGo.svg similarity index 100% rename from src/images/svg/deriv-go/derivGo.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-go/derivGo.svg diff --git a/src/images/svg/deriv-go/derivGoQR.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-go/derivGoQR.svg similarity index 100% rename from src/images/svg/deriv-go/derivGoQR.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-go/derivGoQR.svg diff --git a/src/images/svg/deriv-go/dt-icosn.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-go/dt-icosn.svg similarity index 100% rename from src/images/svg/deriv-go/dt-icosn.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-go/dt-icosn.svg diff --git a/src/images/svg/deriv-go/dtrader-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-go/dtrader-icon.svg similarity index 100% rename from src/images/svg/deriv-go/dtrader-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-go/dtrader-icon.svg diff --git a/src/images/svg/deriv-go/easy-access.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-go/easy-access.svg similarity index 100% rename from src/images/svg/deriv-go/easy-access.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-go/easy-access.svg diff --git a/src/images/svg/deriv-go/ez-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-go/ez-icon.svg similarity index 100% rename from src/images/svg/deriv-go/ez-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-go/ez-icon.svg diff --git a/src/images/svg/deriv-go/mt5.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-go/mt5.svg similarity index 100% rename from src/images/svg/deriv-go/mt5.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-go/mt5.svg diff --git a/src/images/svg/deriv-go/user-friendly.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-go/user-friendly.svg similarity index 100% rename from src/images/svg/deriv-go/user-friendly.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-go/user-friendly.svg diff --git a/src/images/svg/deriv-prime/asset_managers.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-prime/asset_managers.svg similarity index 100% rename from src/images/svg/deriv-prime/asset_managers.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-prime/asset_managers.svg diff --git a/src/images/svg/deriv-prime/brokerage_firms.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-prime/brokerage_firms.svg similarity index 100% rename from src/images/svg/deriv-prime/brokerage_firms.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-prime/brokerage_firms.svg diff --git a/src/images/svg/deriv-prime/corporate_clients.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-prime/corporate_clients.svg similarity index 100% rename from src/images/svg/deriv-prime/corporate_clients.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-prime/corporate_clients.svg diff --git a/src/images/svg/deriv-prime/deriv-prime-logo.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-prime/deriv-prime-logo.svg similarity index 100% rename from src/images/svg/deriv-prime/deriv-prime-logo.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-prime/deriv-prime-logo.svg diff --git a/src/images/svg/deriv-prime/dummy.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-prime/dummy.svg similarity index 100% rename from src/images/svg/deriv-prime/dummy.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-prime/dummy.svg diff --git a/src/images/svg/deriv-prime/fast_stable.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-prime/fast_stable.svg similarity index 100% rename from src/images/svg/deriv-prime/fast_stable.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-prime/fast_stable.svg diff --git a/src/images/svg/deriv-prime/financial_institutions.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-prime/financial_institutions.svg similarity index 100% rename from src/images/svg/deriv-prime/financial_institutions.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-prime/financial_institutions.svg diff --git a/src/images/svg/deriv-prime/fix_api.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-prime/fix_api.svg similarity index 100% rename from src/images/svg/deriv-prime/fix_api.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-prime/fix_api.svg diff --git a/src/images/svg/deriv-prime/index.ts b/themes/gatsby-theme-deriv/src/images/svg/deriv-prime/index.ts similarity index 100% rename from src/images/svg/deriv-prime/index.ts rename to themes/gatsby-theme-deriv/src/images/svg/deriv-prime/index.ts diff --git a/src/images/svg/deriv-prime/investment_funds.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-prime/investment_funds.svg similarity index 100% rename from src/images/svg/deriv-prime/investment_funds.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-prime/investment_funds.svg diff --git a/src/images/svg/deriv-prime/professional_traders.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-prime/professional_traders.svg similarity index 100% rename from src/images/svg/deriv-prime/professional_traders.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-prime/professional_traders.svg diff --git a/src/images/svg/deriv-x/24-7.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-x/24-7.svg similarity index 100% rename from src/images/svg/deriv-x/24-7.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-x/24-7.svg diff --git a/src/images/svg/deriv-x/db-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-x/db-icon.svg similarity index 100% rename from src/images/svg/deriv-x/db-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-x/db-icon.svg diff --git a/src/images/svg/deriv-x/deriv-x-banner-logo.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-x/deriv-x-banner-logo.svg similarity index 100% rename from src/images/svg/deriv-x/deriv-x-banner-logo.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-x/deriv-x-banner-logo.svg diff --git a/src/images/svg/deriv-x/derivX.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-x/derivX.svg similarity index 100% rename from src/images/svg/deriv-x/derivX.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-x/derivX.svg diff --git a/src/images/svg/deriv-x/derivxQR.png b/themes/gatsby-theme-deriv/src/images/svg/deriv-x/derivxQR.png similarity index 100% rename from src/images/svg/deriv-x/derivxQR.png rename to themes/gatsby-theme-deriv/src/images/svg/deriv-x/derivxQR.png diff --git a/src/images/svg/deriv-x/dt-icosn.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-x/dt-icosn.svg similarity index 100% rename from src/images/svg/deriv-x/dt-icosn.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-x/dt-icosn.svg diff --git a/src/images/svg/deriv-x/dtrader-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-x/dtrader-icon.svg similarity index 100% rename from src/images/svg/deriv-x/dtrader-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-x/dtrader-icon.svg diff --git a/src/images/svg/deriv-x/ez-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-x/ez-icon.svg similarity index 100% rename from src/images/svg/deriv-x/ez-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-x/ez-icon.svg diff --git a/src/images/svg/deriv-x/index.ts b/themes/gatsby-theme-deriv/src/images/svg/deriv-x/index.ts similarity index 100% rename from src/images/svg/deriv-x/index.ts rename to themes/gatsby-theme-deriv/src/images/svg/deriv-x/index.ts diff --git a/src/images/svg/deriv-x/mt5.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-x/mt5.svg similarity index 100% rename from src/images/svg/deriv-x/mt5.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-x/mt5.svg diff --git a/src/images/svg/deriv-x/multiple-marketing.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-x/multiple-marketing.svg similarity index 100% rename from src/images/svg/deriv-x/multiple-marketing.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-x/multiple-marketing.svg diff --git a/src/images/svg/deriv-x/new-promising.svg b/themes/gatsby-theme-deriv/src/images/svg/deriv-x/new-promising.svg similarity index 100% rename from src/images/svg/deriv-x/new-promising.svg rename to themes/gatsby-theme-deriv/src/images/svg/deriv-x/new-promising.svg diff --git a/src/images/svg/dmt5/bg_banner_dmt5.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/bg_banner_dmt5.svg similarity index 100% rename from src/images/svg/dmt5/bg_banner_dmt5.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/bg_banner_dmt5.svg diff --git a/src/images/svg/dmt5/bg_banner_dmt5_mobile.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/bg_banner_dmt5_mobile.svg similarity index 100% rename from src/images/svg/dmt5/bg_banner_dmt5_mobile.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/bg_banner_dmt5_mobile.svg diff --git a/src/images/svg/dmt5/cfds.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/cfds.svg similarity index 100% rename from src/images/svg/dmt5/cfds.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/cfds.svg diff --git a/src/images/svg/dmt5/checkmark.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/checkmark.svg similarity index 100% rename from src/images/svg/dmt5/checkmark.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/checkmark.svg diff --git a/src/images/svg/dmt5/db-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/db-icon.svg similarity index 100% rename from src/images/svg/dmt5/db-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/db-icon.svg diff --git a/src/images/svg/dmt5/demo-signup.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/demo-signup.svg similarity index 100% rename from src/images/svg/dmt5/demo-signup.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/demo-signup.svg diff --git a/src/images/svg/dmt5/derived.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/derived.svg similarity index 100% rename from src/images/svg/dmt5/derived.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/derived.svg diff --git a/src/images/svg/dmt5/dmt5-banner-logo.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/dmt5-banner-logo.svg similarity index 100% rename from src/images/svg/dmt5/dmt5-banner-logo.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/dmt5-banner-logo.svg diff --git a/src/images/svg/dmt5/dmt5-bg.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/dmt5-bg.svg similarity index 100% rename from src/images/svg/dmt5/dmt5-bg.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/dmt5-bg.svg diff --git a/src/images/svg/dmt5/dmt5-bg2.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/dmt5-bg2.svg similarity index 100% rename from src/images/svg/dmt5/dmt5-bg2.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/dmt5-bg2.svg diff --git a/src/images/svg/dmt5/dmt5-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/dmt5-icon.svg similarity index 100% rename from src/images/svg/dmt5/dmt5-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/dmt5-icon.svg diff --git a/src/images/svg/dmt5/dmt5Logo.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/dmt5Logo.svg similarity index 100% rename from src/images/svg/dmt5/dmt5Logo.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/dmt5Logo.svg diff --git a/src/images/svg/dmt5/dmt5QR.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/dmt5QR.svg similarity index 100% rename from src/images/svg/dmt5/dmt5QR.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/dmt5QR.svg diff --git a/src/images/svg/dmt5/ez-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/ez-icon.svg similarity index 100% rename from src/images/svg/dmt5/ez-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/ez-icon.svg diff --git a/src/images/svg/dmt5/financial.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/financial.svg similarity index 100% rename from src/images/svg/dmt5/financial.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/financial.svg diff --git a/src/images/svg/dmt5/licensed-and-regulated.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/licensed-and-regulated.svg similarity index 100% rename from src/images/svg/dmt5/licensed-and-regulated.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/licensed-and-regulated.svg diff --git a/src/images/svg/dmt5/multiple-assets.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/multiple-assets.svg similarity index 100% rename from src/images/svg/dmt5/multiple-assets.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/multiple-assets.svg diff --git a/src/images/svg/dmt5/swap-free-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/swap-free-icon.svg similarity index 100% rename from src/images/svg/dmt5/swap-free-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/swap-free-icon.svg diff --git a/src/images/svg/dmt5/swap-free-platform.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/swap-free-platform.svg similarity index 100% rename from src/images/svg/dmt5/swap-free-platform.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/swap-free-platform.svg diff --git a/src/images/svg/dmt5/synthetic.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/synthetic.svg similarity index 100% rename from src/images/svg/dmt5/synthetic.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/synthetic.svg diff --git a/src/images/svg/dmt5/twenty-four-seven.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/twenty-four-seven.svg similarity index 100% rename from src/images/svg/dmt5/twenty-four-seven.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/twenty-four-seven.svg diff --git a/src/images/svg/dmt5/zero_percent.svg b/themes/gatsby-theme-deriv/src/images/svg/dmt5/zero_percent.svg similarity index 100% rename from src/images/svg/dmt5/zero_percent.svg rename to themes/gatsby-theme-deriv/src/images/svg/dmt5/zero_percent.svg diff --git a/src/images/svg/dtrader/db-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/dtrader/db-icon.svg similarity index 100% rename from src/images/svg/dtrader/db-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/dtrader/db-icon.svg diff --git a/src/images/svg/dtrader/deriv-trader-banner-logo.svg b/themes/gatsby-theme-deriv/src/images/svg/dtrader/deriv-trader-banner-logo.svg similarity index 100% rename from src/images/svg/dtrader/deriv-trader-banner-logo.svg rename to themes/gatsby-theme-deriv/src/images/svg/dtrader/deriv-trader-banner-logo.svg diff --git a/src/images/svg/dtrader/dt-icosn.svg b/themes/gatsby-theme-deriv/src/images/svg/dtrader/dt-icosn.svg similarity index 100% rename from src/images/svg/dtrader/dt-icosn.svg rename to themes/gatsby-theme-deriv/src/images/svg/dtrader/dt-icosn.svg diff --git a/src/images/svg/dtrader/dtrader-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/dtrader/dtrader-icon.svg similarity index 100% rename from src/images/svg/dtrader/dtrader-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/dtrader/dtrader-icon.svg diff --git a/src/images/svg/dtrader/ez-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/dtrader/ez-icon.svg similarity index 100% rename from src/images/svg/dtrader/ez-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/dtrader/ez-icon.svg diff --git a/src/images/svg/dtrader/macbook.svg b/themes/gatsby-theme-deriv/src/images/svg/dtrader/macbook.svg similarity index 100% rename from src/images/svg/dtrader/macbook.svg rename to themes/gatsby-theme-deriv/src/images/svg/dtrader/macbook.svg diff --git a/src/images/svg/dtrader/mt5.svg b/themes/gatsby-theme-deriv/src/images/svg/dtrader/mt5.svg similarity index 100% rename from src/images/svg/dtrader/mt5.svg rename to themes/gatsby-theme-deriv/src/images/svg/dtrader/mt5.svg diff --git a/src/images/svg/elements/card-arrow.svg b/themes/gatsby-theme-deriv/src/images/svg/elements/card-arrow.svg similarity index 100% rename from src/images/svg/elements/card-arrow.svg rename to themes/gatsby-theme-deriv/src/images/svg/elements/card-arrow.svg diff --git a/src/images/svg/elements/minus.svg b/themes/gatsby-theme-deriv/src/images/svg/elements/minus.svg similarity index 100% rename from src/images/svg/elements/minus.svg rename to themes/gatsby-theme-deriv/src/images/svg/elements/minus.svg diff --git a/src/images/svg/elements/pink-right-diagonal.svg b/themes/gatsby-theme-deriv/src/images/svg/elements/pink-right-diagonal.svg similarity index 100% rename from src/images/svg/elements/pink-right-diagonal.svg rename to themes/gatsby-theme-deriv/src/images/svg/elements/pink-right-diagonal.svg diff --git a/src/images/svg/elements/plus.svg b/themes/gatsby-theme-deriv/src/images/svg/elements/plus.svg similarity index 100% rename from src/images/svg/elements/plus.svg rename to themes/gatsby-theme-deriv/src/images/svg/elements/plus.svg diff --git a/src/images/svg/elements/status.svg b/themes/gatsby-theme-deriv/src/images/svg/elements/status.svg similarity index 100% rename from src/images/svg/elements/status.svg rename to themes/gatsby-theme-deriv/src/images/svg/elements/status.svg diff --git a/src/images/svg/facebook_logo.svg b/themes/gatsby-theme-deriv/src/images/svg/facebook_logo.svg similarity index 100% rename from src/images/svg/facebook_logo.svg rename to themes/gatsby-theme-deriv/src/images/svg/facebook_logo.svg diff --git a/src/images/svg/flags/bn.svg b/themes/gatsby-theme-deriv/src/images/svg/flags/bn.svg similarity index 100% rename from src/images/svg/flags/bn.svg rename to themes/gatsby-theme-deriv/src/images/svg/flags/bn.svg diff --git a/src/images/svg/flags/botswana.svg b/themes/gatsby-theme-deriv/src/images/svg/flags/botswana.svg similarity index 100% rename from src/images/svg/flags/botswana.svg rename to themes/gatsby-theme-deriv/src/images/svg/flags/botswana.svg diff --git a/src/images/svg/flags/es.svg b/themes/gatsby-theme-deriv/src/images/svg/flags/es.svg similarity index 100% rename from src/images/svg/flags/es.svg rename to themes/gatsby-theme-deriv/src/images/svg/flags/es.svg diff --git a/src/images/svg/flags/fr.svg b/themes/gatsby-theme-deriv/src/images/svg/flags/fr.svg similarity index 100% rename from src/images/svg/flags/fr.svg rename to themes/gatsby-theme-deriv/src/images/svg/flags/fr.svg diff --git a/src/images/svg/flags/id.svg b/themes/gatsby-theme-deriv/src/images/svg/flags/id.svg similarity index 100% rename from src/images/svg/flags/id.svg rename to themes/gatsby-theme-deriv/src/images/svg/flags/id.svg diff --git a/src/images/svg/flags/india.svg b/themes/gatsby-theme-deriv/src/images/svg/flags/india.svg similarity index 100% rename from src/images/svg/flags/india.svg rename to themes/gatsby-theme-deriv/src/images/svg/flags/india.svg diff --git a/src/images/svg/flags/it.svg b/themes/gatsby-theme-deriv/src/images/svg/flags/it.svg similarity index 100% rename from src/images/svg/flags/it.svg rename to themes/gatsby-theme-deriv/src/images/svg/flags/it.svg diff --git a/src/images/svg/flags/nigeria.svg b/themes/gatsby-theme-deriv/src/images/svg/flags/nigeria.svg similarity index 100% rename from src/images/svg/flags/nigeria.svg rename to themes/gatsby-theme-deriv/src/images/svg/flags/nigeria.svg diff --git a/src/images/svg/flags/pl.svg b/themes/gatsby-theme-deriv/src/images/svg/flags/pl.svg similarity index 100% rename from src/images/svg/flags/pl.svg rename to themes/gatsby-theme-deriv/src/images/svg/flags/pl.svg diff --git a/src/images/svg/flags/pt.svg b/themes/gatsby-theme-deriv/src/images/svg/flags/pt.svg similarity index 100% rename from src/images/svg/flags/pt.svg rename to themes/gatsby-theme-deriv/src/images/svg/flags/pt.svg diff --git a/src/images/svg/flags/ru.svg b/themes/gatsby-theme-deriv/src/images/svg/flags/ru.svg similarity index 100% rename from src/images/svg/flags/ru.svg rename to themes/gatsby-theme-deriv/src/images/svg/flags/ru.svg diff --git a/src/images/svg/flags/sri-lanka.svg b/themes/gatsby-theme-deriv/src/images/svg/flags/sri-lanka.svg similarity index 100% rename from src/images/svg/flags/sri-lanka.svg rename to themes/gatsby-theme-deriv/src/images/svg/flags/sri-lanka.svg diff --git a/src/images/svg/flags/tanzania.svg b/themes/gatsby-theme-deriv/src/images/svg/flags/tanzania.svg similarity index 100% rename from src/images/svg/flags/tanzania.svg rename to themes/gatsby-theme-deriv/src/images/svg/flags/tanzania.svg diff --git a/src/images/svg/flags/th.svg b/themes/gatsby-theme-deriv/src/images/svg/flags/th.svg similarity index 100% rename from src/images/svg/flags/th.svg rename to themes/gatsby-theme-deriv/src/images/svg/flags/th.svg diff --git a/src/images/svg/flags/tr.svg b/themes/gatsby-theme-deriv/src/images/svg/flags/tr.svg similarity index 100% rename from src/images/svg/flags/tr.svg rename to themes/gatsby-theme-deriv/src/images/svg/flags/tr.svg diff --git a/src/images/svg/flags/uk.svg b/themes/gatsby-theme-deriv/src/images/svg/flags/uk.svg similarity index 100% rename from src/images/svg/flags/uk.svg rename to themes/gatsby-theme-deriv/src/images/svg/flags/uk.svg diff --git a/src/images/svg/flags/vi.svg b/themes/gatsby-theme-deriv/src/images/svg/flags/vi.svg similarity index 100% rename from src/images/svg/flags/vi.svg rename to themes/gatsby-theme-deriv/src/images/svg/flags/vi.svg diff --git a/src/images/svg/flags/zh.svg b/themes/gatsby-theme-deriv/src/images/svg/flags/zh.svg similarity index 100% rename from src/images/svg/flags/zh.svg rename to themes/gatsby-theme-deriv/src/images/svg/flags/zh.svg diff --git a/src/images/svg/flags/zimbabwe.svg b/themes/gatsby-theme-deriv/src/images/svg/flags/zimbabwe.svg similarity index 100% rename from src/images/svg/flags/zimbabwe.svg rename to themes/gatsby-theme-deriv/src/images/svg/flags/zimbabwe.svg diff --git a/src/images/svg/footer/facebook_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/footer/facebook_icon.svg similarity index 100% rename from src/images/svg/footer/facebook_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/footer/facebook_icon.svg diff --git a/src/images/svg/footer/instagram_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/footer/instagram_icon.svg similarity index 100% rename from src/images/svg/footer/instagram_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/footer/instagram_icon.svg diff --git a/src/images/svg/footer/linkedin_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/footer/linkedin_icon.svg similarity index 100% rename from src/images/svg/footer/linkedin_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/footer/linkedin_icon.svg diff --git a/src/images/svg/footer/telegram_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/footer/telegram_icon.svg similarity index 100% rename from src/images/svg/footer/telegram_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/footer/telegram_icon.svg diff --git a/src/images/svg/footer/twitter_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/footer/twitter_icon.svg similarity index 100% rename from src/images/svg/footer/twitter_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/footer/twitter_icon.svg diff --git a/src/images/svg/footer/youtube_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/footer/youtube_icon.svg similarity index 100% rename from src/images/svg/footer/youtube_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/footer/youtube_icon.svg diff --git a/src/images/svg/google_logo.svg b/themes/gatsby-theme-deriv/src/images/svg/google_logo.svg similarity index 100% rename from src/images/svg/google_logo.svg rename to themes/gatsby-theme-deriv/src/images/svg/google_logo.svg diff --git a/src/images/svg/help-center/chat-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/help-center/chat-icon.svg similarity index 100% rename from src/images/svg/help-center/chat-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/help-center/chat-icon.svg diff --git a/src/images/svg/help-center/compliance-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/help-center/compliance-icon.svg similarity index 100% rename from src/images/svg/help-center/compliance-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/help-center/compliance-icon.svg diff --git a/src/images/svg/help/cross.svg b/themes/gatsby-theme-deriv/src/images/svg/help/cross.svg similarity index 100% rename from src/images/svg/help/cross.svg rename to themes/gatsby-theme-deriv/src/images/svg/help/cross.svg diff --git a/src/images/svg/help/facebook-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/help/facebook-icon.svg similarity index 100% rename from src/images/svg/help/facebook-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/help/facebook-icon.svg diff --git a/src/images/svg/help/instagram-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/help/instagram-icon.svg similarity index 100% rename from src/images/svg/help/instagram-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/help/instagram-icon.svg diff --git a/src/images/svg/help/linkedin-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/help/linkedin-icon.svg similarity index 100% rename from src/images/svg/help/linkedin-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/help/linkedin-icon.svg diff --git a/src/images/svg/help/livechat-red.svg b/themes/gatsby-theme-deriv/src/images/svg/help/livechat-red.svg similarity index 100% rename from src/images/svg/help/livechat-red.svg rename to themes/gatsby-theme-deriv/src/images/svg/help/livechat-red.svg diff --git a/src/images/svg/help/search.svg b/themes/gatsby-theme-deriv/src/images/svg/help/search.svg similarity index 100% rename from src/images/svg/help/search.svg rename to themes/gatsby-theme-deriv/src/images/svg/help/search.svg diff --git a/src/images/svg/help/twitter-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/help/twitter-icon.svg similarity index 100% rename from src/images/svg/help/twitter-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/help/twitter-icon.svg diff --git a/src/images/svg/help/whatsapp-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/help/whatsapp-icon.svg similarity index 100% rename from src/images/svg/help/whatsapp-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/help/whatsapp-icon.svg diff --git a/src/images/svg/help/whatsapp.svg b/themes/gatsby-theme-deriv/src/images/svg/help/whatsapp.svg similarity index 100% rename from src/images/svg/help/whatsapp.svg rename to themes/gatsby-theme-deriv/src/images/svg/help/whatsapp.svg diff --git a/src/images/svg/help/youtube-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/help/youtube-icon.svg similarity index 100% rename from src/images/svg/help/youtube-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/help/youtube-icon.svg diff --git a/src/images/svg/home/cfd_icon_white.svg b/themes/gatsby-theme-deriv/src/images/svg/home/cfd_icon_white.svg similarity index 100% rename from src/images/svg/home/cfd_icon_white.svg rename to themes/gatsby-theme-deriv/src/images/svg/home/cfd_icon_white.svg diff --git a/src/images/svg/home/multipliers_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/home/multipliers_icon.svg similarity index 100% rename from src/images/svg/home/multipliers_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/home/multipliers_icon.svg diff --git a/src/images/svg/home/options_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/home/options_icon.svg similarity index 100% rename from src/images/svg/home/options_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/home/options_icon.svg diff --git a/src/images/svg/home/selected_etfs.svg b/themes/gatsby-theme-deriv/src/images/svg/home/selected_etfs.svg similarity index 100% rename from src/images/svg/home/selected_etfs.svg rename to themes/gatsby-theme-deriv/src/images/svg/home/selected_etfs.svg diff --git a/src/images/svg/home/selected_ts_commodities_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/home/selected_ts_commodities_icon.svg similarity index 100% rename from src/images/svg/home/selected_ts_commodities_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/home/selected_ts_commodities_icon.svg diff --git a/src/images/svg/home/selected_ts_crypto_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/home/selected_ts_crypto_icon.svg similarity index 100% rename from src/images/svg/home/selected_ts_crypto_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/home/selected_ts_crypto_icon.svg diff --git a/src/images/svg/home/selected_ts_derived_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/home/selected_ts_derived_icon.svg similarity index 100% rename from src/images/svg/home/selected_ts_derived_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/home/selected_ts_derived_icon.svg diff --git a/src/images/svg/home/selected_ts_fx_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/home/selected_ts_fx_icon.svg similarity index 100% rename from src/images/svg/home/selected_ts_fx_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/home/selected_ts_fx_icon.svg diff --git a/src/images/svg/home/selected_ts_stocks_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/home/selected_ts_stocks_icon.svg similarity index 100% rename from src/images/svg/home/selected_ts_stocks_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/home/selected_ts_stocks_icon.svg diff --git a/src/images/svg/home/ts_commodities_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/home/ts_commodities_icon.svg similarity index 100% rename from src/images/svg/home/ts_commodities_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/home/ts_commodities_icon.svg diff --git a/src/images/svg/home/ts_crypto_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/home/ts_crypto_icon.svg similarity index 100% rename from src/images/svg/home/ts_crypto_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/home/ts_crypto_icon.svg diff --git a/src/images/svg/home/ts_derived_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/home/ts_derived_icon.svg similarity index 100% rename from src/images/svg/home/ts_derived_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/home/ts_derived_icon.svg diff --git a/src/images/svg/home/ts_etfs.svg b/themes/gatsby-theme-deriv/src/images/svg/home/ts_etfs.svg similarity index 100% rename from src/images/svg/home/ts_etfs.svg rename to themes/gatsby-theme-deriv/src/images/svg/home/ts_etfs.svg diff --git a/src/images/svg/home/ts_fx_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/home/ts_fx_icon.svg similarity index 100% rename from src/images/svg/home/ts_fx_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/home/ts_fx_icon.svg diff --git a/src/images/svg/home/ts_stocks_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/home/ts_stocks_icon.svg similarity index 100% rename from src/images/svg/home/ts_stocks_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/home/ts_stocks_icon.svg diff --git a/src/images/svg/info-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/info-icon.svg similarity index 100% rename from src/images/svg/info-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/info-icon.svg diff --git a/src/images/svg/jump-indices/jump-indices-24-7-trading.svg b/themes/gatsby-theme-deriv/src/images/svg/jump-indices/jump-indices-24-7-trading.svg similarity index 100% rename from src/images/svg/jump-indices/jump-indices-24-7-trading.svg rename to themes/gatsby-theme-deriv/src/images/svg/jump-indices/jump-indices-24-7-trading.svg diff --git a/src/images/svg/jump-indices/jump-indices-grid.svg b/themes/gatsby-theme-deriv/src/images/svg/jump-indices/jump-indices-grid.svg similarity index 100% rename from src/images/svg/jump-indices/jump-indices-grid.svg rename to themes/gatsby-theme-deriv/src/images/svg/jump-indices/jump-indices-grid.svg diff --git a/src/images/svg/jump-indices/jump-indices-high-leverage.svg b/themes/gatsby-theme-deriv/src/images/svg/jump-indices/jump-indices-high-leverage.svg similarity index 100% rename from src/images/svg/jump-indices/jump-indices-high-leverage.svg rename to themes/gatsby-theme-deriv/src/images/svg/jump-indices/jump-indices-high-leverage.svg diff --git a/src/images/svg/jump-indices/jump-indices-imagery.svg b/themes/gatsby-theme-deriv/src/images/svg/jump-indices/jump-indices-imagery.svg similarity index 100% rename from src/images/svg/jump-indices/jump-indices-imagery.svg rename to themes/gatsby-theme-deriv/src/images/svg/jump-indices/jump-indices-imagery.svg diff --git a/src/images/svg/lamp.svg b/themes/gatsby-theme-deriv/src/images/svg/lamp.svg similarity index 100% rename from src/images/svg/lamp.svg rename to themes/gatsby-theme-deriv/src/images/svg/lamp.svg diff --git a/src/images/svg/landing/arrow.svg b/themes/gatsby-theme-deriv/src/images/svg/landing/arrow.svg similarity index 100% rename from src/images/svg/landing/arrow.svg rename to themes/gatsby-theme-deriv/src/images/svg/landing/arrow.svg diff --git a/src/images/svg/landing/crypto-intro.svg b/themes/gatsby-theme-deriv/src/images/svg/landing/crypto-intro.svg similarity index 100% rename from src/images/svg/landing/crypto-intro.svg rename to themes/gatsby-theme-deriv/src/images/svg/landing/crypto-intro.svg diff --git a/src/images/svg/landing/doller.svg b/themes/gatsby-theme-deriv/src/images/svg/landing/doller.svg similarity index 100% rename from src/images/svg/landing/doller.svg rename to themes/gatsby-theme-deriv/src/images/svg/landing/doller.svg diff --git a/src/images/svg/landing/ebook-intro-bg.svg b/themes/gatsby-theme-deriv/src/images/svg/landing/ebook-intro-bg.svg similarity index 100% rename from src/images/svg/landing/ebook-intro-bg.svg rename to themes/gatsby-theme-deriv/src/images/svg/landing/ebook-intro-bg.svg diff --git a/src/images/svg/landing/graph.svg b/themes/gatsby-theme-deriv/src/images/svg/landing/graph.svg similarity index 100% rename from src/images/svg/landing/graph.svg rename to themes/gatsby-theme-deriv/src/images/svg/landing/graph.svg diff --git a/src/images/svg/landing/percent.svg b/themes/gatsby-theme-deriv/src/images/svg/landing/percent.svg similarity index 100% rename from src/images/svg/landing/percent.svg rename to themes/gatsby-theme-deriv/src/images/svg/landing/percent.svg diff --git a/src/images/svg/landing/zero.svg b/themes/gatsby-theme-deriv/src/images/svg/landing/zero.svg similarity index 100% rename from src/images/svg/landing/zero.svg rename to themes/gatsby-theme-deriv/src/images/svg/landing/zero.svg diff --git a/src/images/svg/layout/chat-hover.svg b/themes/gatsby-theme-deriv/src/images/svg/layout/chat-hover.svg similarity index 100% rename from src/images/svg/layout/chat-hover.svg rename to themes/gatsby-theme-deriv/src/images/svg/layout/chat-hover.svg diff --git a/src/images/svg/layout/chat-normal.svg b/themes/gatsby-theme-deriv/src/images/svg/layout/chat-normal.svg similarity index 100% rename from src/images/svg/layout/chat-normal.svg rename to themes/gatsby-theme-deriv/src/images/svg/layout/chat-normal.svg diff --git a/src/images/svg/layout/deriv_footer_logo.svg b/themes/gatsby-theme-deriv/src/images/svg/layout/deriv_footer_logo.svg similarity index 100% rename from src/images/svg/layout/deriv_footer_logo.svg rename to themes/gatsby-theme-deriv/src/images/svg/layout/deriv_footer_logo.svg diff --git a/src/images/svg/layout/hover.svg b/themes/gatsby-theme-deriv/src/images/svg/layout/hover.svg similarity index 100% rename from src/images/svg/layout/hover.svg rename to themes/gatsby-theme-deriv/src/images/svg/layout/hover.svg diff --git a/src/images/svg/layout/left_arrow_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/layout/left_arrow_icon.svg similarity index 100% rename from src/images/svg/layout/left_arrow_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/layout/left_arrow_icon.svg diff --git a/src/images/svg/layout/livechat-hover.svg b/themes/gatsby-theme-deriv/src/images/svg/layout/livechat-hover.svg similarity index 100% rename from src/images/svg/layout/livechat-hover.svg rename to themes/gatsby-theme-deriv/src/images/svg/layout/livechat-hover.svg diff --git a/src/images/svg/layout/livechat.svg b/themes/gatsby-theme-deriv/src/images/svg/layout/livechat.svg similarity index 100% rename from src/images/svg/layout/livechat.svg rename to themes/gatsby-theme-deriv/src/images/svg/layout/livechat.svg diff --git a/src/images/svg/layout/mobile_toggle_close_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/layout/mobile_toggle_close_icon.svg similarity index 100% rename from src/images/svg/layout/mobile_toggle_close_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/layout/mobile_toggle_close_icon.svg diff --git a/src/images/svg/layout/mobile_toggle_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/layout/mobile_toggle_icon.svg similarity index 100% rename from src/images/svg/layout/mobile_toggle_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/layout/mobile_toggle_icon.svg diff --git a/src/images/svg/layout/normal.svg b/themes/gatsby-theme-deriv/src/images/svg/layout/normal.svg similarity index 100% rename from src/images/svg/layout/normal.svg rename to themes/gatsby-theme-deriv/src/images/svg/layout/normal.svg diff --git a/src/images/svg/layout/right_arrow_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/layout/right_arrow_icon.svg similarity index 100% rename from src/images/svg/layout/right_arrow_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/layout/right_arrow_icon.svg diff --git a/src/images/svg/layout/whatsapp-hover.svg b/themes/gatsby-theme-deriv/src/images/svg/layout/whatsapp-hover.svg similarity index 100% rename from src/images/svg/layout/whatsapp-hover.svg rename to themes/gatsby-theme-deriv/src/images/svg/layout/whatsapp-hover.svg diff --git a/src/images/svg/layout/whatsapp.svg b/themes/gatsby-theme-deriv/src/images/svg/layout/whatsapp.svg similarity index 100% rename from src/images/svg/layout/whatsapp.svg rename to themes/gatsby-theme-deriv/src/images/svg/layout/whatsapp.svg diff --git a/src/images/svg/linux-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/linux-icon.svg similarity index 100% rename from src/images/svg/linux-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/linux-icon.svg diff --git a/src/images/svg/mac-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/mac-icon.svg similarity index 100% rename from src/images/svg/mac-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/mac-icon.svg diff --git a/src/images/svg/markets/advanced-charting-widgets-new.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/advanced-charting-widgets-new.svg similarity index 100% rename from src/images/svg/markets/advanced-charting-widgets-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/advanced-charting-widgets-new.svg diff --git a/src/images/svg/markets/aim-new.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/aim-new.svg similarity index 100% rename from src/images/svg/markets/aim-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/aim-new.svg diff --git a/src/images/svg/markets/aim.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/aim.svg similarity index 100% rename from src/images/svg/markets/aim.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/aim.svg diff --git a/src/images/svg/markets/commodities-new.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/commodities-new.svg similarity index 100% rename from src/images/svg/markets/commodities-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/commodities-new.svg diff --git a/src/images/svg/markets/commodities.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/commodities.svg similarity index 100% rename from src/images/svg/markets/commodities.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/commodities.svg diff --git a/src/images/svg/markets/commodities_markets.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/commodities_markets.svg similarity index 100% rename from src/images/svg/markets/commodities_markets.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/commodities_markets.svg diff --git a/src/images/svg/markets/crypto-pairs-new.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/crypto-pairs-new.svg similarity index 100% rename from src/images/svg/markets/crypto-pairs-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/crypto-pairs-new.svg diff --git a/src/images/svg/markets/crypto_markets.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/crypto_markets.svg similarity index 100% rename from src/images/svg/markets/crypto_markets.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/crypto_markets.svg diff --git a/src/images/svg/markets/cryptocurrencies-new.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/cryptocurrencies-new.svg similarity index 100% rename from src/images/svg/markets/cryptocurrencies-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/cryptocurrencies-new.svg diff --git a/src/images/svg/markets/cryptocurrencies.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/cryptocurrencies.svg similarity index 100% rename from src/images/svg/markets/cryptocurrencies.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/cryptocurrencies.svg diff --git a/src/images/svg/markets/deposit-and-withdrawal-new.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/deposit-and-withdrawal-new.svg similarity index 100% rename from src/images/svg/markets/deposit-and-withdrawal-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/deposit-and-withdrawal-new.svg diff --git a/src/images/svg/markets/derived-fx.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/derived-fx.svg similarity index 100% rename from src/images/svg/markets/derived-fx.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/derived-fx.svg diff --git a/src/images/svg/markets/derived_markets.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/derived_markets.svg similarity index 100% rename from src/images/svg/markets/derived_markets.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/derived_markets.svg diff --git a/src/images/svg/markets/etf_1.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/etf_1.svg similarity index 100% rename from src/images/svg/markets/etf_1.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/etf_1.svg diff --git a/src/images/svg/markets/etf_2.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/etf_2.svg similarity index 100% rename from src/images/svg/markets/etf_2.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/etf_2.svg diff --git a/src/images/svg/markets/etf_3.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/etf_3.svg similarity index 100% rename from src/images/svg/markets/etf_3.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/etf_3.svg diff --git a/src/images/svg/markets/etf_4.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/etf_4.svg similarity index 100% rename from src/images/svg/markets/etf_4.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/etf_4.svg diff --git a/src/images/svg/markets/etf_5.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/etf_5.svg similarity index 100% rename from src/images/svg/markets/etf_5.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/etf_5.svg diff --git a/src/images/svg/markets/etfs.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/etfs.svg similarity index 100% rename from src/images/svg/markets/etfs.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/etfs.svg diff --git a/src/images/svg/markets/exclusive-trade-types-another.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/exclusive-trade-types-another.svg similarity index 100% rename from src/images/svg/markets/exclusive-trade-types-another.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/exclusive-trade-types-another.svg diff --git a/src/images/svg/markets/forex-new.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/forex-new.svg similarity index 100% rename from src/images/svg/markets/forex-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/forex-new.svg diff --git a/src/images/svg/markets/forex.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/forex.svg similarity index 100% rename from src/images/svg/markets/forex.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/forex.svg diff --git a/src/images/svg/markets/forex/charting.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/forex/charting.svg similarity index 100% rename from src/images/svg/markets/forex/charting.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/forex/charting.svg diff --git a/src/images/svg/markets/forex/deposit.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/forex/deposit.svg similarity index 100% rename from src/images/svg/markets/forex/deposit.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/forex/deposit.svg diff --git a/src/images/svg/markets/forex/favourite.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/forex/favourite.svg similarity index 100% rename from src/images/svg/markets/forex/favourite.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/forex/favourite.svg diff --git a/src/images/svg/markets/forex/go-long.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/forex/go-long.svg similarity index 100% rename from src/images/svg/markets/forex/go-long.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/forex/go-long.svg diff --git a/src/images/svg/markets/forex/instant.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/forex/instant.svg similarity index 100% rename from src/images/svg/markets/forex/instant.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/forex/instant.svg diff --git a/src/images/svg/markets/forex/platforms.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/forex/platforms.svg similarity index 100% rename from src/images/svg/markets/forex/platforms.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/forex/platforms.svg diff --git a/src/images/svg/markets/forex/responsive.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/forex/responsive.svg similarity index 100% rename from src/images/svg/markets/forex/responsive.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/forex/responsive.svg diff --git a/src/images/svg/markets/forex/smart.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/forex/smart.svg similarity index 100% rename from src/images/svg/markets/forex/smart.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/forex/smart.svg diff --git a/src/images/svg/markets/forex/spread.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/forex/spread.svg similarity index 100% rename from src/images/svg/markets/forex/spread.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/forex/spread.svg diff --git a/src/images/svg/markets/forex/swap-free.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/forex/swap-free.svg similarity index 100% rename from src/images/svg/markets/forex/swap-free.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/forex/swap-free.svg diff --git a/src/images/svg/markets/forex/tight.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/forex/tight.svg similarity index 100% rename from src/images/svg/markets/forex/tight.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/forex/tight.svg diff --git a/src/images/svg/markets/friendly-support.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/friendly-support.svg similarity index 100% rename from src/images/svg/markets/friendly-support.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/friendly-support.svg diff --git a/src/images/svg/markets/market-and-risk-new.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/market-and-risk-new.svg similarity index 100% rename from src/images/svg/markets/market-and-risk-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/market-and-risk-new.svg diff --git a/src/images/svg/markets/no-commission-new.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/no-commission-new.svg similarity index 100% rename from src/images/svg/markets/no-commission-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/no-commission-new.svg diff --git a/src/images/svg/markets/precious-metals-and-oils-new.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/precious-metals-and-oils-new.svg similarity index 100% rename from src/images/svg/markets/precious-metals-and-oils-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/precious-metals-and-oils-new.svg diff --git a/src/images/svg/markets/real-world.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/real-world.svg similarity index 100% rename from src/images/svg/markets/real-world.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/real-world.svg diff --git a/src/images/svg/markets/stock-new.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/stock-new.svg similarity index 100% rename from src/images/svg/markets/stock-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/stock-new.svg diff --git a/src/images/svg/markets/stock.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/stock.svg similarity index 100% rename from src/images/svg/markets/stock.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/stock.svg diff --git a/src/images/svg/markets/stocks_markets.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/stocks_markets.svg similarity index 100% rename from src/images/svg/markets/stocks_markets.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/stocks_markets.svg diff --git a/src/images/svg/markets/synthetic.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/synthetic.svg similarity index 100% rename from src/images/svg/markets/synthetic.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/synthetic.svg diff --git a/src/images/svg/markets/tight-spread-new.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/tight-spread-new.svg similarity index 100% rename from src/images/svg/markets/tight-spread-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/tight-spread-new.svg diff --git a/src/images/svg/markets/trade-new.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/trade-new.svg similarity index 100% rename from src/images/svg/markets/trade-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/trade-new.svg diff --git a/src/images/svg/markets/trade.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/trade.svg similarity index 100% rename from src/images/svg/markets/trade.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/trade.svg diff --git a/src/images/svg/markets/variable-spreads-new.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/variable-spreads-new.svg similarity index 100% rename from src/images/svg/markets/variable-spreads-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/variable-spreads-new.svg diff --git a/src/images/svg/markets/withdraw.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/withdraw.svg similarity index 100% rename from src/images/svg/markets/withdraw.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/withdraw.svg diff --git a/src/images/svg/markets/zero-commission-new.svg b/themes/gatsby-theme-deriv/src/images/svg/markets/zero-commission-new.svg similarity index 100% rename from src/images/svg/markets/zero-commission-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/markets/zero-commission-new.svg diff --git a/src/images/svg/menu/affiliate-ib.svg b/themes/gatsby-theme-deriv/src/images/svg/menu/affiliate-ib.svg similarity index 100% rename from src/images/svg/menu/affiliate-ib.svg rename to themes/gatsby-theme-deriv/src/images/svg/menu/affiliate-ib.svg diff --git a/src/images/svg/menu/bug-bounty.svg b/themes/gatsby-theme-deriv/src/images/svg/menu/bug-bounty.svg similarity index 100% rename from src/images/svg/menu/bug-bounty.svg rename to themes/gatsby-theme-deriv/src/images/svg/menu/bug-bounty.svg diff --git a/src/images/svg/menu/careers.svg b/themes/gatsby-theme-deriv/src/images/svg/menu/careers.svg similarity index 100% rename from src/images/svg/menu/careers.svg rename to themes/gatsby-theme-deriv/src/images/svg/menu/careers.svg diff --git a/src/images/svg/menu/choose.svg b/themes/gatsby-theme-deriv/src/images/svg/menu/choose.svg similarity index 100% rename from src/images/svg/menu/choose.svg rename to themes/gatsby-theme-deriv/src/images/svg/menu/choose.svg diff --git a/src/images/svg/menu/community.svg b/themes/gatsby-theme-deriv/src/images/svg/menu/community.svg similarity index 100% rename from src/images/svg/menu/community.svg rename to themes/gatsby-theme-deriv/src/images/svg/menu/community.svg diff --git a/src/images/svg/menu/contact.svg b/themes/gatsby-theme-deriv/src/images/svg/menu/contact.svg similarity index 100% rename from src/images/svg/menu/contact.svg rename to themes/gatsby-theme-deriv/src/images/svg/menu/contact.svg diff --git a/src/images/svg/menu/deriv-life.svg b/themes/gatsby-theme-deriv/src/images/svg/menu/deriv-life.svg similarity index 100% rename from src/images/svg/menu/deriv-life.svg rename to themes/gatsby-theme-deriv/src/images/svg/menu/deriv-life.svg diff --git a/src/images/svg/menu/developers.svg b/themes/gatsby-theme-deriv/src/images/svg/menu/developers.svg similarity index 100% rename from src/images/svg/menu/developers.svg rename to themes/gatsby-theme-deriv/src/images/svg/menu/developers.svg diff --git a/src/images/svg/menu/help-center.svg b/themes/gatsby-theme-deriv/src/images/svg/menu/help-center.svg similarity index 100% rename from src/images/svg/menu/help-center.svg rename to themes/gatsby-theme-deriv/src/images/svg/menu/help-center.svg diff --git a/src/images/svg/menu/partner.svg b/themes/gatsby-theme-deriv/src/images/svg/menu/partner.svg similarity index 100% rename from src/images/svg/menu/partner.svg rename to themes/gatsby-theme-deriv/src/images/svg/menu/partner.svg diff --git a/src/images/svg/menu/payment-agent.svg b/themes/gatsby-theme-deriv/src/images/svg/menu/payment-agent.svg similarity index 100% rename from src/images/svg/menu/payment-agent.svg rename to themes/gatsby-theme-deriv/src/images/svg/menu/payment-agent.svg diff --git a/src/images/svg/menu/payment-methods.svg b/themes/gatsby-theme-deriv/src/images/svg/menu/payment-methods.svg similarity index 100% rename from src/images/svg/menu/payment-methods.svg rename to themes/gatsby-theme-deriv/src/images/svg/menu/payment-methods.svg diff --git a/src/images/svg/menu/regulatory.svg b/themes/gatsby-theme-deriv/src/images/svg/menu/regulatory.svg similarity index 100% rename from src/images/svg/menu/regulatory.svg rename to themes/gatsby-theme-deriv/src/images/svg/menu/regulatory.svg diff --git a/src/images/svg/menu/secure-trading.svg b/themes/gatsby-theme-deriv/src/images/svg/menu/secure-trading.svg similarity index 100% rename from src/images/svg/menu/secure-trading.svg rename to themes/gatsby-theme-deriv/src/images/svg/menu/secure-trading.svg diff --git a/src/images/svg/menu/signals.svg b/themes/gatsby-theme-deriv/src/images/svg/menu/signals.svg similarity index 100% rename from src/images/svg/menu/signals.svg rename to themes/gatsby-theme-deriv/src/images/svg/menu/signals.svg diff --git a/src/images/svg/menu/story.svg b/themes/gatsby-theme-deriv/src/images/svg/menu/story.svg similarity index 100% rename from src/images/svg/menu/story.svg rename to themes/gatsby-theme-deriv/src/images/svg/menu/story.svg diff --git a/src/images/svg/menu/terms.svg b/themes/gatsby-theme-deriv/src/images/svg/menu/terms.svg similarity index 100% rename from src/images/svg/menu/terms.svg rename to themes/gatsby-theme-deriv/src/images/svg/menu/terms.svg diff --git a/src/images/svg/no_page_found.svg b/themes/gatsby-theme-deriv/src/images/svg/no_page_found.svg similarity index 100% rename from src/images/svg/no_page_found.svg rename to themes/gatsby-theme-deriv/src/images/svg/no_page_found.svg diff --git a/src/images/svg/options/asians.svg b/themes/gatsby-theme-deriv/src/images/svg/options/asians.svg similarity index 100% rename from src/images/svg/options/asians.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/asians.svg diff --git a/src/images/svg/options/close-low.svg b/themes/gatsby-theme-deriv/src/images/svg/options/close-low.svg similarity index 100% rename from src/images/svg/options/close-low.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/close-low.svg diff --git a/src/images/svg/options/crash-boom.svg b/themes/gatsby-theme-deriv/src/images/svg/options/crash-boom.svg similarity index 100% rename from src/images/svg/options/crash-boom.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/crash-boom.svg diff --git a/src/images/svg/options/eb-eo.svg b/themes/gatsby-theme-deriv/src/images/svg/options/eb-eo.svg similarity index 100% rename from src/images/svg/options/eb-eo.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/eb-eo.svg diff --git a/src/images/svg/options/even-odd.svg b/themes/gatsby-theme-deriv/src/images/svg/options/even-odd.svg similarity index 100% rename from src/images/svg/options/even-odd.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/even-odd.svg diff --git a/src/images/svg/options/high-close.svg b/themes/gatsby-theme-deriv/src/images/svg/options/high-close.svg similarity index 100% rename from src/images/svg/options/high-close.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/high-close.svg diff --git a/src/images/svg/options/high-low.svg b/themes/gatsby-theme-deriv/src/images/svg/options/high-low.svg similarity index 100% rename from src/images/svg/options/high-low.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/high-low.svg diff --git a/src/images/svg/options/higher-lower.svg b/themes/gatsby-theme-deriv/src/images/svg/options/higher-lower.svg similarity index 100% rename from src/images/svg/options/higher-lower.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/higher-lower.svg diff --git a/src/images/svg/options/hl-ticks.svg b/themes/gatsby-theme-deriv/src/images/svg/options/hl-ticks.svg similarity index 100% rename from src/images/svg/options/hl-ticks.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/hl-ticks.svg diff --git a/src/images/svg/options/jump-indices.svg b/themes/gatsby-theme-deriv/src/images/svg/options/jump-indices.svg similarity index 100% rename from src/images/svg/options/jump-indices.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/jump-indices.svg diff --git a/src/images/svg/options/low_capital.svg b/themes/gatsby-theme-deriv/src/images/svg/options/low_capital.svg similarity index 100% rename from src/images/svg/options/low_capital.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/low_capital.svg diff --git a/src/images/svg/options/matches-differs.svg b/themes/gatsby-theme-deriv/src/images/svg/options/matches-differs.svg similarity index 100% rename from src/images/svg/options/matches-differs.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/matches-differs.svg diff --git a/src/images/svg/options/ou-od.svg b/themes/gatsby-theme-deriv/src/images/svg/options/ou-od.svg similarity index 100% rename from src/images/svg/options/ou-od.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/ou-od.svg diff --git a/src/images/svg/options/over-under.svg b/themes/gatsby-theme-deriv/src/images/svg/options/over-under.svg similarity index 100% rename from src/images/svg/options/over-under.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/over-under.svg diff --git a/src/images/svg/options/rc-rp.svg b/themes/gatsby-theme-deriv/src/images/svg/options/rc-rp.svg similarity index 100% rename from src/images/svg/options/rc-rp.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/rc-rp.svg diff --git a/src/images/svg/options/rise-fall.svg b/themes/gatsby-theme-deriv/src/images/svg/options/rise-fall.svg similarity index 100% rename from src/images/svg/options/rise-fall.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/rise-fall.svg diff --git a/src/images/svg/options/risk_management.svg b/themes/gatsby-theme-deriv/src/images/svg/options/risk_management.svg similarity index 100% rename from src/images/svg/options/risk_management.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/risk_management.svg diff --git a/src/images/svg/options/sb-go.svg b/themes/gatsby-theme-deriv/src/images/svg/options/sb-go.svg similarity index 100% rename from src/images/svg/options/sb-go.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/sb-go.svg diff --git a/src/images/svg/options/significant.svg b/themes/gatsby-theme-deriv/src/images/svg/options/significant.svg similarity index 100% rename from src/images/svg/options/significant.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/significant.svg diff --git a/src/images/svg/options/straightforward.svg b/themes/gatsby-theme-deriv/src/images/svg/options/straightforward.svg similarity index 100% rename from src/images/svg/options/straightforward.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/straightforward.svg diff --git a/src/images/svg/options/tnt.svg b/themes/gatsby-theme-deriv/src/images/svg/options/tnt.svg similarity index 100% rename from src/images/svg/options/tnt.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/tnt.svg diff --git a/src/images/svg/options/trade_smartly.svg b/themes/gatsby-theme-deriv/src/images/svg/options/trade_smartly.svg similarity index 100% rename from src/images/svg/options/trade_smartly.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/trade_smartly.svg diff --git a/src/images/svg/options/volatility-indices.svg b/themes/gatsby-theme-deriv/src/images/svg/options/volatility-indices.svg similarity index 100% rename from src/images/svg/options/volatility-indices.svg rename to themes/gatsby-theme-deriv/src/images/svg/options/volatility-indices.svg diff --git a/src/images/svg/p2p/app_gallery_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/p2p/app_gallery_icon.svg similarity index 100% rename from src/images/svg/p2p/app_gallery_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/p2p/app_gallery_icon.svg diff --git a/src/images/svg/p2p/apple_store_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/p2p/apple_store_icon.svg similarity index 100% rename from src/images/svg/p2p/apple_store_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/p2p/apple_store_icon.svg diff --git a/src/images/svg/p2p/complete-order-mobile.svg b/themes/gatsby-theme-deriv/src/images/svg/p2p/complete-order-mobile.svg similarity index 100% rename from src/images/svg/p2p/complete-order-mobile.svg rename to themes/gatsby-theme-deriv/src/images/svg/p2p/complete-order-mobile.svg diff --git a/src/images/svg/p2p/complete-order.svg b/themes/gatsby-theme-deriv/src/images/svg/p2p/complete-order.svg similarity index 100% rename from src/images/svg/p2p/complete-order.svg rename to themes/gatsby-theme-deriv/src/images/svg/p2p/complete-order.svg diff --git a/src/images/svg/p2p/deriv_p2p.svg b/themes/gatsby-theme-deriv/src/images/svg/p2p/deriv_p2p.svg similarity index 100% rename from src/images/svg/p2p/deriv_p2p.svg rename to themes/gatsby-theme-deriv/src/images/svg/p2p/deriv_p2p.svg diff --git a/src/images/svg/p2p/gplay_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/p2p/gplay_icon.svg similarity index 100% rename from src/images/svg/p2p/gplay_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/p2p/gplay_icon.svg diff --git a/src/images/svg/p2p/p2p-desktop-for-mobile.svg b/themes/gatsby-theme-deriv/src/images/svg/p2p/p2p-desktop-for-mobile.svg similarity index 100% rename from src/images/svg/p2p/p2p-desktop-for-mobile.svg rename to themes/gatsby-theme-deriv/src/images/svg/p2p/p2p-desktop-for-mobile.svg diff --git a/src/images/svg/p2p/p2p-desktop.svg b/themes/gatsby-theme-deriv/src/images/svg/p2p/p2p-desktop.svg similarity index 100% rename from src/images/svg/p2p/p2p-desktop.svg rename to themes/gatsby-theme-deriv/src/images/svg/p2p/p2p-desktop.svg diff --git a/src/images/svg/p2p/p2p-mobile-for-mobile.svg b/themes/gatsby-theme-deriv/src/images/svg/p2p/p2p-mobile-for-mobile.svg similarity index 100% rename from src/images/svg/p2p/p2p-mobile-for-mobile.svg rename to themes/gatsby-theme-deriv/src/images/svg/p2p/p2p-mobile-for-mobile.svg diff --git a/src/images/svg/p2p/p2p-mobile.svg b/themes/gatsby-theme-deriv/src/images/svg/p2p/p2p-mobile.svg similarity index 100% rename from src/images/svg/p2p/p2p-mobile.svg rename to themes/gatsby-theme-deriv/src/images/svg/p2p/p2p-mobile.svg diff --git a/src/images/svg/p2p/p2p_qr.svg b/themes/gatsby-theme-deriv/src/images/svg/p2p/p2p_qr.svg similarity index 100% rename from src/images/svg/p2p/p2p_qr.svg rename to themes/gatsby-theme-deriv/src/images/svg/p2p/p2p_qr.svg diff --git a/src/images/svg/p2p/right-ad-mobile.svg b/themes/gatsby-theme-deriv/src/images/svg/p2p/right-ad-mobile.svg similarity index 100% rename from src/images/svg/p2p/right-ad-mobile.svg rename to themes/gatsby-theme-deriv/src/images/svg/p2p/right-ad-mobile.svg diff --git a/src/images/svg/p2p/right-ad.svg b/themes/gatsby-theme-deriv/src/images/svg/p2p/right-ad.svg similarity index 100% rename from src/images/svg/p2p/right-ad.svg rename to themes/gatsby-theme-deriv/src/images/svg/p2p/right-ad.svg diff --git a/src/images/svg/p2p/settle-payment-mobile.svg b/themes/gatsby-theme-deriv/src/images/svg/p2p/settle-payment-mobile.svg similarity index 100% rename from src/images/svg/p2p/settle-payment-mobile.svg rename to themes/gatsby-theme-deriv/src/images/svg/p2p/settle-payment-mobile.svg diff --git a/src/images/svg/p2p/settle-payment.svg b/themes/gatsby-theme-deriv/src/images/svg/p2p/settle-payment.svg similarity index 100% rename from src/images/svg/p2p/settle-payment.svg rename to themes/gatsby-theme-deriv/src/images/svg/p2p/settle-payment.svg diff --git a/src/images/svg/p2p/web_browser_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/p2p/web_browser_icon.svg similarity index 100% rename from src/images/svg/p2p/web_browser_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/p2p/web_browser_icon.svg diff --git a/src/images/svg/partner-nav-logo.svg b/themes/gatsby-theme-deriv/src/images/svg/partner-nav-logo.svg similarity index 100% rename from src/images/svg/partner-nav-logo.svg rename to themes/gatsby-theme-deriv/src/images/svg/partner-nav-logo.svg diff --git a/src/images/svg/partners/advertise.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/advertise.svg similarity index 100% rename from src/images/svg/partners/advertise.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/advertise.svg diff --git a/src/images/svg/partners/affiliates.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/affiliates.svg similarity index 100% rename from src/images/svg/partners/affiliates.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/affiliates.svg diff --git a/src/images/svg/partners/apply.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/apply.svg similarity index 100% rename from src/images/svg/partners/apply.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/apply.svg diff --git a/src/images/svg/partners/community-managers.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/community-managers.svg similarity index 100% rename from src/images/svg/partners/community-managers.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/community-managers.svg diff --git a/src/images/svg/partners/currency_exchange.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/currency_exchange.svg similarity index 100% rename from src/images/svg/partners/currency_exchange.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/currency_exchange.svg diff --git a/src/images/svg/partners/deriv-prime.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/deriv-prime.svg similarity index 100% rename from src/images/svg/partners/deriv-prime.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/deriv-prime.svg diff --git a/src/images/svg/partners/developer-programme.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/developer-programme.svg similarity index 100% rename from src/images/svg/partners/developer-programme.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/developer-programme.svg diff --git a/src/images/svg/partners/dot-pattern.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/dot-pattern.svg similarity index 100% rename from src/images/svg/partners/dot-pattern.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/dot-pattern.svg diff --git a/src/images/svg/partners/earn.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/earn.svg similarity index 100% rename from src/images/svg/partners/earn.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/earn.svg diff --git a/src/images/svg/partners/global-affiliate-support.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/global-affiliate-support.svg similarity index 100% rename from src/images/svg/partners/global-affiliate-support.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/global-affiliate-support.svg diff --git a/src/images/svg/partners/hand-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/hand-icon.svg similarity index 100% rename from src/images/svg/partners/hand-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/hand-icon.svg diff --git a/src/images/svg/partners/hidden-fee-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/hidden-fee-icon.svg similarity index 100% rename from src/images/svg/partners/hidden-fee-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/hidden-fee-icon.svg diff --git a/src/images/svg/partners/high-value-partnership.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/high-value-partnership.svg similarity index 100% rename from src/images/svg/partners/high-value-partnership.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/high-value-partnership.svg diff --git a/src/images/svg/partners/icon-loudspeaker.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/icon-loudspeaker.svg similarity index 100% rename from src/images/svg/partners/icon-loudspeaker.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/icon-loudspeaker.svg diff --git a/src/images/svg/partners/lamp-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/lamp-icon.svg similarity index 100% rename from src/images/svg/partners/lamp-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/lamp-icon.svg diff --git a/src/images/svg/partners/pa-close-account.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/pa-close-account.svg similarity index 100% rename from src/images/svg/partners/pa-close-account.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/pa-close-account.svg diff --git a/src/images/svg/partners/pa-comission.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/pa-comission.svg similarity index 100% rename from src/images/svg/partners/pa-comission.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/pa-comission.svg diff --git a/src/images/svg/partners/pa-email.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/pa-email.svg similarity index 100% rename from src/images/svg/partners/pa-email.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/pa-email.svg diff --git a/src/images/svg/partners/pa-listed.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/pa-listed.svg similarity index 100% rename from src/images/svg/partners/pa-listed.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/pa-listed.svg diff --git a/src/images/svg/partners/pa-reply.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/pa-reply.svg similarity index 100% rename from src/images/svg/partners/pa-reply.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/pa-reply.svg diff --git a/src/images/svg/partners/pa-withdraw-deposit.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/pa-withdraw-deposit.svg similarity index 100% rename from src/images/svg/partners/pa-withdraw-deposit.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/pa-withdraw-deposit.svg diff --git a/src/images/svg/partners/partner-affiliate.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/partner-affiliate.svg similarity index 100% rename from src/images/svg/partners/partner-affiliate.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/partner-affiliate.svg diff --git a/src/images/svg/partners/partner-payment-agent.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/partner-payment-agent.svg similarity index 100% rename from src/images/svg/partners/partner-payment-agent.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/partner-payment-agent.svg diff --git a/src/images/svg/partners/software-developer.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/software-developer.svg similarity index 100% rename from src/images/svg/partners/software-developer.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/software-developer.svg diff --git a/src/images/svg/partners/trading-experts.svg b/themes/gatsby-theme-deriv/src/images/svg/partners/trading-experts.svg similarity index 100% rename from src/images/svg/partners/trading-experts.svg rename to themes/gatsby-theme-deriv/src/images/svg/partners/trading-experts.svg diff --git a/src/images/svg/payment-methods/index.ts b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/index.ts similarity index 100% rename from src/images/svg/payment-methods/index.ts rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/index.ts diff --git a/src/images/svg/payment-methods/payment-10-coins.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-10-coins.svg similarity index 100% rename from src/images/svg/payment-methods/payment-10-coins.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-10-coins.svg diff --git a/src/images/svg/payment-methods/payment-advcash.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-advcash.svg similarity index 100% rename from src/images/svg/payment-methods/payment-advcash.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-advcash.svg diff --git a/src/images/svg/payment-methods/payment-airtel.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-airtel.svg similarity index 100% rename from src/images/svg/payment-methods/payment-airtel.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-airtel.svg diff --git a/src/images/svg/payment-methods/payment-airtm.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-airtm.svg similarity index 100% rename from src/images/svg/payment-methods/payment-airtm.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-airtm.svg diff --git a/src/images/svg/payment-methods/payment-astropay.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-astropay.svg similarity index 100% rename from src/images/svg/payment-methods/payment-astropay.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-astropay.svg diff --git a/src/images/svg/payment-methods/payment-banxa.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-banxa.svg similarity index 100% rename from src/images/svg/payment-methods/payment-banxa.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-banxa.svg diff --git a/src/images/svg/payment-methods/payment-bitcoin-cash.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-bitcoin-cash.svg similarity index 100% rename from src/images/svg/payment-methods/payment-bitcoin-cash.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-bitcoin-cash.svg diff --git a/src/images/svg/payment-methods/payment-bitcoin.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-bitcoin.svg similarity index 100% rename from src/images/svg/payment-methods/payment-bitcoin.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-bitcoin.svg diff --git a/src/images/svg/payment-methods/payment-bnb.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-bnb.svg similarity index 100% rename from src/images/svg/payment-methods/payment-bnb.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-bnb.svg diff --git a/src/images/svg/payment-methods/payment-cardano.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-cardano.svg similarity index 100% rename from src/images/svg/payment-methods/payment-cardano.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-cardano.svg diff --git a/src/images/svg/payment-methods/payment-chipper.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-chipper.svg similarity index 100% rename from src/images/svg/payment-methods/payment-chipper.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-chipper.svg diff --git a/src/images/svg/payment-methods/payment-diners.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-diners.svg similarity index 100% rename from src/images/svg/payment-methods/payment-diners.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-diners.svg diff --git a/src/images/svg/payment-methods/payment-discover.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-discover.svg similarity index 100% rename from src/images/svg/payment-methods/payment-discover.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-discover.svg diff --git a/src/images/svg/payment-methods/payment-dogecoin.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-dogecoin.svg similarity index 100% rename from src/images/svg/payment-methods/payment-dogecoin.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-dogecoin.svg diff --git a/src/images/svg/payment-methods/payment-dp2p.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-dp2p.svg similarity index 100% rename from src/images/svg/payment-methods/payment-dp2p.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-dp2p.svg diff --git a/src/images/svg/payment-methods/payment-eps.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-eps.svg similarity index 100% rename from src/images/svg/payment-methods/payment-eps.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-eps.svg diff --git a/src/images/svg/payment-methods/payment-ethereum.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-ethereum.svg similarity index 100% rename from src/images/svg/payment-methods/payment-ethereum.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-ethereum.svg diff --git a/src/images/svg/payment-methods/payment-giropay.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-giropay.svg similarity index 100% rename from src/images/svg/payment-methods/payment-giropay.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-giropay.svg diff --git a/src/images/svg/payment-methods/payment-help-pay.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-help-pay.svg similarity index 100% rename from src/images/svg/payment-methods/payment-help-pay.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-help-pay.svg diff --git a/src/images/svg/payment-methods/payment-ideals.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-ideals.svg similarity index 100% rename from src/images/svg/payment-methods/payment-ideals.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-ideals.svg diff --git a/src/images/svg/payment-methods/payment-jeton.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-jeton.svg similarity index 100% rename from src/images/svg/payment-methods/payment-jeton.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-jeton.svg diff --git a/src/images/svg/payment-methods/payment-litecoin.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-litecoin.svg similarity index 100% rename from src/images/svg/payment-methods/payment-litecoin.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-litecoin.svg diff --git a/src/images/svg/payment-methods/payment-local-deposit.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-local-deposit.svg similarity index 100% rename from src/images/svg/payment-methods/payment-local-deposit.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-local-deposit.svg diff --git a/src/images/svg/payment-methods/payment-local-vouchers.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-local-vouchers.svg similarity index 100% rename from src/images/svg/payment-methods/payment-local-vouchers.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-local-vouchers.svg diff --git a/src/images/svg/payment-methods/payment-maestro.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-maestro.svg similarity index 100% rename from src/images/svg/payment-methods/payment-maestro.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-maestro.svg diff --git a/src/images/svg/payment-methods/payment-major-banks.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-major-banks.svg similarity index 100% rename from src/images/svg/payment-methods/payment-major-banks.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-major-banks.svg diff --git a/src/images/svg/payment-methods/payment-mastercard.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-mastercard.svg similarity index 100% rename from src/images/svg/payment-methods/payment-mastercard.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-mastercard.svg diff --git a/src/images/svg/payment-methods/payment-mifinity.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-mifinity.svg similarity index 100% rename from src/images/svg/payment-methods/payment-mifinity.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-mifinity.svg diff --git a/src/images/svg/payment-methods/payment-mpesa.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-mpesa.svg similarity index 100% rename from src/images/svg/payment-methods/payment-mpesa.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-mpesa.svg diff --git a/src/images/svg/payment-methods/payment-mtn.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-mtn.svg similarity index 100% rename from src/images/svg/payment-methods/payment-mtn.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-mtn.svg diff --git a/src/images/svg/payment-methods/payment-neteller.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-neteller.svg similarity index 100% rename from src/images/svg/payment-methods/payment-neteller.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-neteller.svg diff --git a/src/images/svg/payment-methods/payment-one-voucher.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-one-voucher.svg similarity index 100% rename from src/images/svg/payment-methods/payment-one-voucher.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-one-voucher.svg diff --git a/src/images/svg/payment-methods/payment-orange.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-orange.svg similarity index 100% rename from src/images/svg/payment-methods/payment-orange.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-orange.svg diff --git a/src/images/svg/payment-methods/payment-oxxo.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-oxxo.svg similarity index 100% rename from src/images/svg/payment-methods/payment-oxxo.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-oxxo.svg diff --git a/src/images/svg/payment-methods/payment-ozow.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-ozow.svg similarity index 100% rename from src/images/svg/payment-methods/payment-ozow.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-ozow.svg diff --git a/src/images/svg/payment-methods/payment-pago-efectivo.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-pago-efectivo.svg similarity index 100% rename from src/images/svg/payment-methods/payment-pago-efectivo.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-pago-efectivo.svg diff --git a/src/images/svg/payment-methods/payment-paylivre.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-paylivre.svg similarity index 100% rename from src/images/svg/payment-methods/payment-paylivre.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-paylivre.svg diff --git a/src/images/svg/payment-methods/payment-paysafecard.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-paysafecard.svg similarity index 100% rename from src/images/svg/payment-methods/payment-paysafecard.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-paysafecard.svg diff --git a/src/images/svg/payment-methods/payment-perfect-money.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-perfect-money.svg similarity index 100% rename from src/images/svg/payment-methods/payment-perfect-money.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-perfect-money.svg diff --git a/src/images/svg/payment-methods/payment-pix.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-pix.svg similarity index 100% rename from src/images/svg/payment-methods/payment-pix.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-pix.svg diff --git a/src/images/svg/payment-methods/payment-przelewy24.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-przelewy24.svg similarity index 100% rename from src/images/svg/payment-methods/payment-przelewy24.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-przelewy24.svg diff --git a/src/images/svg/payment-methods/payment-pse.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-pse.svg similarity index 100% rename from src/images/svg/payment-methods/payment-pse.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-pse.svg diff --git a/src/images/svg/payment-methods/payment-rapid-transfer.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-rapid-transfer.svg similarity index 100% rename from src/images/svg/payment-methods/payment-rapid-transfer.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-rapid-transfer.svg diff --git a/src/images/svg/payment-methods/payment-skrill-1tap.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-skrill-1tap.svg similarity index 100% rename from src/images/svg/payment-methods/payment-skrill-1tap.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-skrill-1tap.svg diff --git a/src/images/svg/payment-methods/payment-skrill.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-skrill.svg similarity index 100% rename from src/images/svg/payment-methods/payment-skrill.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-skrill.svg diff --git a/src/images/svg/payment-methods/payment-spei.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-spei.svg similarity index 100% rename from src/images/svg/payment-methods/payment-spei.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-spei.svg diff --git a/src/images/svg/payment-methods/payment-sticpay.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-sticpay.svg similarity index 100% rename from src/images/svg/payment-methods/payment-sticpay.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-sticpay.svg diff --git a/src/images/svg/payment-methods/payment-tether.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-tether.svg similarity index 100% rename from src/images/svg/payment-methods/payment-tether.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-tether.svg diff --git a/src/images/svg/payment-methods/payment-tigo.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-tigo.svg similarity index 100% rename from src/images/svg/payment-methods/payment-tigo.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-tigo.svg diff --git a/src/images/svg/payment-methods/payment-tron.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-tron.svg similarity index 100% rename from src/images/svg/payment-methods/payment-tron.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-tron.svg diff --git a/src/images/svg/payment-methods/payment-usd-coin.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-usd-coin.svg similarity index 100% rename from src/images/svg/payment-methods/payment-usd-coin.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-usd-coin.svg diff --git a/src/images/svg/payment-methods/payment-verve.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-verve.svg similarity index 100% rename from src/images/svg/payment-methods/payment-verve.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-verve.svg diff --git a/src/images/svg/payment-methods/payment-visa-electron.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-visa-electron.svg similarity index 100% rename from src/images/svg/payment-methods/payment-visa-electron.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-visa-electron.svg diff --git a/src/images/svg/payment-methods/payment-visa.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-visa.svg similarity index 100% rename from src/images/svg/payment-methods/payment-visa.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-visa.svg diff --git a/src/images/svg/payment-methods/payment-vnpay.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-vnpay.svg similarity index 100% rename from src/images/svg/payment-methods/payment-vnpay.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-vnpay.svg diff --git a/src/images/svg/payment-methods/payment-vodafone.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-vodafone.svg similarity index 100% rename from src/images/svg/payment-methods/payment-vodafone.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-vodafone.svg diff --git a/src/images/svg/payment-methods/payment-xrp.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-xrp.svg similarity index 100% rename from src/images/svg/payment-methods/payment-xrp.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-xrp.svg diff --git a/src/images/svg/payment-methods/payment-zamtel.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-zamtel.svg similarity index 100% rename from src/images/svg/payment-methods/payment-zamtel.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-zamtel.svg diff --git a/src/images/svg/payment-methods/payment-zing-pay.svg b/themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-zing-pay.svg similarity index 100% rename from src/images/svg/payment-methods/payment-zing-pay.svg rename to themes/gatsby-theme-deriv/src/images/svg/payment-methods/payment-zing-pay.svg diff --git a/src/images/svg/principles/fare.svg b/themes/gatsby-theme-deriv/src/images/svg/principles/fare.svg similarity index 100% rename from src/images/svg/principles/fare.svg rename to themes/gatsby-theme-deriv/src/images/svg/principles/fare.svg diff --git a/src/images/svg/principles/reliable.svg b/themes/gatsby-theme-deriv/src/images/svg/principles/reliable.svg similarity index 100% rename from src/images/svg/principles/reliable.svg rename to themes/gatsby-theme-deriv/src/images/svg/principles/reliable.svg diff --git a/src/images/svg/principles/responsible.svg b/themes/gatsby-theme-deriv/src/images/svg/principles/responsible.svg similarity index 100% rename from src/images/svg/principles/responsible.svg rename to themes/gatsby-theme-deriv/src/images/svg/principles/responsible.svg diff --git a/src/images/svg/principles/transparent.svg b/themes/gatsby-theme-deriv/src/images/svg/principles/transparent.svg similarity index 100% rename from src/images/svg/principles/transparent.svg rename to themes/gatsby-theme-deriv/src/images/svg/principles/transparent.svg diff --git a/src/images/svg/regulatory/europe-map.svg b/themes/gatsby-theme-deriv/src/images/svg/regulatory/europe-map.svg similarity index 100% rename from src/images/svg/regulatory/europe-map.svg rename to themes/gatsby-theme-deriv/src/images/svg/regulatory/europe-map.svg diff --git a/src/images/svg/regulatory/pdf-icon-black.svg b/themes/gatsby-theme-deriv/src/images/svg/regulatory/pdf-icon-black.svg similarity index 100% rename from src/images/svg/regulatory/pdf-icon-black.svg rename to themes/gatsby-theme-deriv/src/images/svg/regulatory/pdf-icon-black.svg diff --git a/src/images/svg/regulatory/svg.svg b/themes/gatsby-theme-deriv/src/images/svg/regulatory/svg.svg similarity index 100% rename from src/images/svg/regulatory/svg.svg rename to themes/gatsby-theme-deriv/src/images/svg/regulatory/svg.svg diff --git a/src/images/svg/regulatory/view-license.svg b/themes/gatsby-theme-deriv/src/images/svg/regulatory/view-license.svg similarity index 100% rename from src/images/svg/regulatory/view-license.svg rename to themes/gatsby-theme-deriv/src/images/svg/regulatory/view-license.svg diff --git a/src/images/svg/relaxing.svg b/themes/gatsby-theme-deriv/src/images/svg/relaxing.svg similarity index 100% rename from src/images/svg/relaxing.svg rename to themes/gatsby-theme-deriv/src/images/svg/relaxing.svg diff --git a/src/images/svg/responsible/bad-judgement.svg b/themes/gatsby-theme-deriv/src/images/svg/responsible/bad-judgement.svg similarity index 100% rename from src/images/svg/responsible/bad-judgement.svg rename to themes/gatsby-theme-deriv/src/images/svg/responsible/bad-judgement.svg diff --git a/src/images/svg/responsible/diff-password.svg b/themes/gatsby-theme-deriv/src/images/svg/responsible/diff-password.svg similarity index 100% rename from src/images/svg/responsible/diff-password.svg rename to themes/gatsby-theme-deriv/src/images/svg/responsible/diff-password.svg diff --git a/src/images/svg/responsible/dont-borrow.svg b/themes/gatsby-theme-deriv/src/images/svg/responsible/dont-borrow.svg similarity index 100% rename from src/images/svg/responsible/dont-borrow.svg rename to themes/gatsby-theme-deriv/src/images/svg/responsible/dont-borrow.svg diff --git a/src/images/svg/responsible/free-demo.svg b/themes/gatsby-theme-deriv/src/images/svg/responsible/free-demo.svg similarity index 100% rename from src/images/svg/responsible/free-demo.svg rename to themes/gatsby-theme-deriv/src/images/svg/responsible/free-demo.svg diff --git a/src/images/svg/responsible/info.svg b/themes/gatsby-theme-deriv/src/images/svg/responsible/info.svg similarity index 100% rename from src/images/svg/responsible/info.svg rename to themes/gatsby-theme-deriv/src/images/svg/responsible/info.svg diff --git a/src/images/svg/responsible/install-latest-antivirus.svg b/themes/gatsby-theme-deriv/src/images/svg/responsible/install-latest-antivirus.svg similarity index 100% rename from src/images/svg/responsible/install-latest-antivirus.svg rename to themes/gatsby-theme-deriv/src/images/svg/responsible/install-latest-antivirus.svg diff --git a/src/images/svg/responsible/payment-method.svg b/themes/gatsby-theme-deriv/src/images/svg/responsible/payment-method.svg similarity index 100% rename from src/images/svg/responsible/payment-method.svg rename to themes/gatsby-theme-deriv/src/images/svg/responsible/payment-method.svg diff --git a/src/images/svg/responsible/secure-browser.svg b/themes/gatsby-theme-deriv/src/images/svg/responsible/secure-browser.svg similarity index 100% rename from src/images/svg/responsible/secure-browser.svg rename to themes/gatsby-theme-deriv/src/images/svg/responsible/secure-browser.svg diff --git a/src/images/svg/responsible/set-limit-chart.svg b/themes/gatsby-theme-deriv/src/images/svg/responsible/set-limit-chart.svg similarity index 100% rename from src/images/svg/responsible/set-limit-chart.svg rename to themes/gatsby-theme-deriv/src/images/svg/responsible/set-limit-chart.svg diff --git a/src/images/svg/signup-affiliates/calendar.svg b/themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/calendar.svg similarity index 100% rename from src/images/svg/signup-affiliates/calendar.svg rename to themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/calendar.svg diff --git a/src/images/svg/signup-affiliates/closed-eye.svg b/themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/closed-eye.svg similarity index 100% rename from src/images/svg/signup-affiliates/closed-eye.svg rename to themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/closed-eye.svg diff --git a/src/images/svg/signup-affiliates/company.svg b/themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/company.svg similarity index 100% rename from src/images/svg/signup-affiliates/company.svg rename to themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/company.svg diff --git a/src/images/svg/signup-affiliates/cpa.svg b/themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/cpa.svg similarity index 100% rename from src/images/svg/signup-affiliates/cpa.svg rename to themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/cpa.svg diff --git a/src/images/svg/signup-affiliates/failed.svg b/themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/failed.svg similarity index 100% rename from src/images/svg/signup-affiliates/failed.svg rename to themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/failed.svg diff --git a/src/images/svg/signup-affiliates/individual.svg b/themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/individual.svg similarity index 100% rename from src/images/svg/signup-affiliates/individual.svg rename to themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/individual.svg diff --git a/src/images/svg/signup-affiliates/opened-eye.svg b/themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/opened-eye.svg similarity index 100% rename from src/images/svg/signup-affiliates/opened-eye.svg rename to themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/opened-eye.svg diff --git a/src/images/svg/signup-affiliates/revenue.svg b/themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/revenue.svg similarity index 100% rename from src/images/svg/signup-affiliates/revenue.svg rename to themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/revenue.svg diff --git a/src/images/svg/signup-affiliates/selected.svg b/themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/selected.svg similarity index 100% rename from src/images/svg/signup-affiliates/selected.svg rename to themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/selected.svg diff --git a/src/images/svg/signup-affiliates/success.svg b/themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/success.svg similarity index 100% rename from src/images/svg/signup-affiliates/success.svg rename to themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/success.svg diff --git a/src/images/svg/signup-affiliates/turnover.svg b/themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/turnover.svg similarity index 100% rename from src/images/svg/signup-affiliates/turnover.svg rename to themes/gatsby-theme-deriv/src/images/svg/signup-affiliates/turnover.svg diff --git a/src/images/svg/signup_apple_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/signup_apple_icon.svg similarity index 100% rename from src/images/svg/signup_apple_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/signup_apple_icon.svg diff --git a/src/images/svg/signup_fb_icon.svg b/themes/gatsby-theme-deriv/src/images/svg/signup_fb_icon.svg similarity index 100% rename from src/images/svg/signup_fb_icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/signup_fb_icon.svg diff --git a/src/images/svg/stock-indices/baskets.svg b/themes/gatsby-theme-deriv/src/images/svg/stock-indices/baskets.svg similarity index 100% rename from src/images/svg/stock-indices/baskets.svg rename to themes/gatsby-theme-deriv/src/images/svg/stock-indices/baskets.svg diff --git a/src/images/svg/stock-indices/deposit-and-withdrawal-new.svg b/themes/gatsby-theme-deriv/src/images/svg/stock-indices/deposit-and-withdrawal-new.svg similarity index 100% rename from src/images/svg/stock-indices/deposit-and-withdrawal-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/stock-indices/deposit-and-withdrawal-new.svg diff --git a/src/images/svg/stock-indices/stocks-10-world-indices.svg b/themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocks-10-world-indices.svg similarity index 100% rename from src/images/svg/stock-indices/stocks-10-world-indices.svg rename to themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocks-10-world-indices.svg diff --git a/src/images/svg/stock-indices/stocks-11-world-indices.svg b/themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocks-11-world-indices.svg similarity index 100% rename from src/images/svg/stock-indices/stocks-11-world-indices.svg rename to themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocks-11-world-indices.svg diff --git a/src/images/svg/stock-indices/stocks-80-analytic-objects.svg b/themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocks-80-analytic-objects.svg similarity index 100% rename from src/images/svg/stock-indices/stocks-80-analytic-objects.svg rename to themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocks-80-analytic-objects.svg diff --git a/src/images/svg/stock-indices/stocks-extended-time.svg b/themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocks-extended-time.svg similarity index 100% rename from src/images/svg/stock-indices/stocks-extended-time.svg rename to themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocks-extended-time.svg diff --git a/src/images/svg/stock-indices/stocks-extented-time.svg b/themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocks-extented-time.svg similarity index 100% rename from src/images/svg/stock-indices/stocks-extented-time.svg rename to themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocks-extented-time.svg diff --git a/src/images/svg/stock-indices/stocks-footer-banner-overlay-shape.svg b/themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocks-footer-banner-overlay-shape.svg similarity index 100% rename from src/images/svg/stock-indices/stocks-footer-banner-overlay-shape.svg rename to themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocks-footer-banner-overlay-shape.svg diff --git a/src/images/svg/stock-indices/stocks-high-leverage.svg b/themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocks-high-leverage.svg similarity index 100% rename from src/images/svg/stock-indices/stocks-high-leverage.svg rename to themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocks-high-leverage.svg diff --git a/src/images/svg/stock-indices/stocks-minimum-capital.svg b/themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocks-minimum-capital.svg similarity index 100% rename from src/images/svg/stock-indices/stocks-minimum-capital.svg rename to themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocks-minimum-capital.svg diff --git a/src/images/svg/stock-indices/stocks-no-commission.svg b/themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocks-no-commission.svg similarity index 100% rename from src/images/svg/stock-indices/stocks-no-commission.svg rename to themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocks-no-commission.svg diff --git a/src/images/svg/stock-indices/stocksHeaderBelowSection-m.svg b/themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocksHeaderBelowSection-m.svg similarity index 100% rename from src/images/svg/stock-indices/stocksHeaderBelowSection-m.svg rename to themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocksHeaderBelowSection-m.svg diff --git a/src/images/svg/stock-indices/stocksHeaderBelowSection.svg b/themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocksHeaderBelowSection.svg similarity index 100% rename from src/images/svg/stock-indices/stocksHeaderBelowSection.svg rename to themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocksHeaderBelowSection.svg diff --git a/src/images/svg/stock-indices/stocksHeaderOverlayBelowSectionBg.svg b/themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocksHeaderOverlayBelowSectionBg.svg similarity index 100% rename from src/images/svg/stock-indices/stocksHeaderOverlayBelowSectionBg.svg rename to themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocksHeaderOverlayBelowSectionBg.svg diff --git a/src/images/svg/stock-indices/stocksHeaderOverlayBg.svg b/themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocksHeaderOverlayBg.svg similarity index 100% rename from src/images/svg/stock-indices/stocksHeaderOverlayBg.svg rename to themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocksHeaderOverlayBg.svg diff --git a/src/images/svg/stock-indices/stocksHeaderOverlayBgMobile.svg b/themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocksHeaderOverlayBgMobile.svg similarity index 100% rename from src/images/svg/stock-indices/stocksHeaderOverlayBgMobile.svg rename to themes/gatsby-theme-deriv/src/images/svg/stock-indices/stocksHeaderOverlayBgMobile.svg diff --git a/src/images/svg/symbols/aal.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/aal.svg similarity index 100% rename from src/images/svg/symbols/aal.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/aal.svg diff --git a/src/images/svg/symbols/aapl.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/aapl.svg similarity index 100% rename from src/images/svg/symbols/aapl.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/aapl.svg diff --git a/src/images/svg/symbols/abnb.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/abnb.svg similarity index 100% rename from src/images/svg/symbols/abnb.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/abnb.svg diff --git a/src/images/svg/symbols/ada-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/ada-usd.svg similarity index 100% rename from src/images/svg/symbols/ada-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/ada-usd.svg diff --git a/src/images/svg/symbols/ads.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/ads.svg similarity index 100% rename from src/images/svg/symbols/ads.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/ads.svg diff --git a/src/images/svg/symbols/aig.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/aig.svg similarity index 100% rename from src/images/svg/symbols/aig.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/aig.svg diff --git a/src/images/svg/symbols/algorand.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/algorand.svg similarity index 100% rename from src/images/svg/symbols/algorand.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/algorand.svg diff --git a/src/images/svg/symbols/aluminium-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/aluminium-usd.svg similarity index 100% rename from src/images/svg/symbols/aluminium-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/aluminium-usd.svg diff --git a/src/images/svg/symbols/american-indices/us-500.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/american-indices/us-500.svg similarity index 100% rename from src/images/svg/symbols/american-indices/us-500.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/american-indices/us-500.svg diff --git a/src/images/svg/symbols/american-indices/us-tech-100.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/american-indices/us-tech-100.svg similarity index 100% rename from src/images/svg/symbols/american-indices/us-tech-100.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/american-indices/us-tech-100.svg diff --git a/src/images/svg/symbols/american-indices/wall-street-30.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/american-indices/wall-street-30.svg similarity index 100% rename from src/images/svg/symbols/american-indices/wall-street-30.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/american-indices/wall-street-30.svg diff --git a/src/images/svg/symbols/american-stocks/stocks-adidas-salomon.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/american-stocks/stocks-adidas-salomon.svg similarity index 100% rename from src/images/svg/symbols/american-stocks/stocks-adidas-salomon.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/american-stocks/stocks-adidas-salomon.svg diff --git a/src/images/svg/symbols/american-stocks/stocks-airbnb.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/american-stocks/stocks-airbnb.svg similarity index 100% rename from src/images/svg/symbols/american-stocks/stocks-airbnb.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/american-stocks/stocks-airbnb.svg diff --git a/src/images/svg/symbols/american-stocks/stocks-airbus.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/american-stocks/stocks-airbus.svg similarity index 100% rename from src/images/svg/symbols/american-stocks/stocks-airbus.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/american-stocks/stocks-airbus.svg diff --git a/src/images/svg/symbols/american-stocks/stocks-airfrance.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/american-stocks/stocks-airfrance.svg similarity index 100% rename from src/images/svg/symbols/american-stocks/stocks-airfrance.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/american-stocks/stocks-airfrance.svg diff --git a/src/images/svg/symbols/american-stocks/stocks-alibaba-group-holding-ltd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/american-stocks/stocks-alibaba-group-holding-ltd.svg similarity index 100% rename from src/images/svg/symbols/american-stocks/stocks-alibaba-group-holding-ltd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/american-stocks/stocks-alibaba-group-holding-ltd.svg diff --git a/src/images/svg/symbols/american-stocks/stocks-alphabet-inc-class-c.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/american-stocks/stocks-alphabet-inc-class-c.svg similarity index 100% rename from src/images/svg/symbols/american-stocks/stocks-alphabet-inc-class-c.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/american-stocks/stocks-alphabet-inc-class-c.svg diff --git a/src/images/svg/symbols/american-stocks/stocks-amazon-com-inc.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/american-stocks/stocks-amazon-com-inc.svg similarity index 100% rename from src/images/svg/symbols/american-stocks/stocks-amazon-com-inc.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/american-stocks/stocks-amazon-com-inc.svg diff --git a/src/images/svg/symbols/american-stocks/stocks-amd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/american-stocks/stocks-amd.svg similarity index 100% rename from src/images/svg/symbols/american-stocks/stocks-amd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/american-stocks/stocks-amd.svg diff --git a/src/images/svg/symbols/amzn.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/amzn.svg similarity index 100% rename from src/images/svg/symbols/amzn.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/amzn.svg diff --git a/src/images/svg/symbols/aud-basket.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/aud-basket.svg similarity index 100% rename from src/images/svg/symbols/aud-basket.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/aud-basket.svg diff --git a/src/images/svg/symbols/aud-cad.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/aud-cad.svg similarity index 100% rename from src/images/svg/symbols/aud-cad.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/aud-cad.svg diff --git a/src/images/svg/symbols/aud-chf.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/aud-chf.svg similarity index 100% rename from src/images/svg/symbols/aud-chf.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/aud-chf.svg diff --git a/src/images/svg/symbols/aud-jpy.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/aud-jpy.svg similarity index 100% rename from src/images/svg/symbols/aud-jpy.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/aud-jpy.svg diff --git a/src/images/svg/symbols/aud-nzd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/aud-nzd.svg similarity index 100% rename from src/images/svg/symbols/aud-nzd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/aud-nzd.svg diff --git a/src/images/svg/symbols/aud-sgd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/aud-sgd.svg similarity index 100% rename from src/images/svg/symbols/aud-sgd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/aud-sgd.svg diff --git a/src/images/svg/symbols/aud-usd-10.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/aud-usd-10.svg similarity index 100% rename from src/images/svg/symbols/aud-usd-10.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/aud-usd-10.svg diff --git a/src/images/svg/symbols/aud-usd-20.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/aud-usd-20.svg similarity index 100% rename from src/images/svg/symbols/aud-usd-20.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/aud-usd-20.svg diff --git a/src/images/svg/symbols/aud-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/aud-usd.svg similarity index 100% rename from src/images/svg/symbols/aud-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/aud-usd.svg diff --git a/src/images/svg/symbols/aus-200.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/aus-200.svg similarity index 100% rename from src/images/svg/symbols/aus-200.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/aus-200.svg diff --git a/src/images/svg/symbols/avalanche.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/avalanche.svg similarity index 100% rename from src/images/svg/symbols/avalanche.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/avalanche.svg diff --git a/src/images/svg/symbols/ba.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/ba.svg similarity index 100% rename from src/images/svg/symbols/ba.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/ba.svg diff --git a/src/images/svg/symbols/baba.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/baba.svg similarity index 100% rename from src/images/svg/symbols/baba.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/baba.svg diff --git a/src/images/svg/symbols/bac.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/bac.svg similarity index 100% rename from src/images/svg/symbols/bac.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/bac.svg diff --git a/src/images/svg/symbols/bat.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/bat.svg similarity index 100% rename from src/images/svg/symbols/bat.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/bat.svg diff --git a/src/images/svg/symbols/bay.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/bay.svg similarity index 100% rename from src/images/svg/symbols/bay.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/bay.svg diff --git a/src/images/svg/symbols/bch-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/bch-usd.svg similarity index 100% rename from src/images/svg/symbols/bch-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/bch-usd.svg diff --git a/src/images/svg/symbols/bct-ltc.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/bct-ltc.svg similarity index 100% rename from src/images/svg/symbols/bct-ltc.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/bct-ltc.svg diff --git a/src/images/svg/symbols/bct-xag.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/bct-xag.svg similarity index 100% rename from src/images/svg/symbols/bct-xag.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/bct-xag.svg diff --git a/src/images/svg/symbols/bct-xau.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/bct-xau.svg similarity index 100% rename from src/images/svg/symbols/bct-xau.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/bct-xau.svg diff --git a/src/images/svg/symbols/biib.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/biib.svg similarity index 100% rename from src/images/svg/symbols/biib.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/biib.svg diff --git a/src/images/svg/symbols/binance_coin_flag.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/binance_coin_flag.svg similarity index 100% rename from src/images/svg/symbols/binance_coin_flag.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/binance_coin_flag.svg diff --git a/src/images/svg/symbols/bitcoin_flag.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/bitcoin_flag.svg similarity index 100% rename from src/images/svg/symbols/bitcoin_flag.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/bitcoin_flag.svg diff --git a/src/images/svg/symbols/bmw.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/bmw.svg similarity index 100% rename from src/images/svg/symbols/bmw.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/bmw.svg diff --git a/src/images/svg/symbols/bnb-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/bnb-usd.svg similarity index 100% rename from src/images/svg/symbols/bnb-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/bnb-usd.svg diff --git a/src/images/svg/symbols/boom-eu-boom-300.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/boom-eu-boom-300.svg similarity index 100% rename from src/images/svg/symbols/boom-eu-boom-300.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/boom-eu-boom-300.svg diff --git a/src/images/svg/symbols/boom-indices-1000-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/boom-indices-1000-new.svg similarity index 100% rename from src/images/svg/symbols/boom-indices-1000-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/boom-indices-1000-new.svg diff --git a/src/images/svg/symbols/boom-indices-1000.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/boom-indices-1000.svg similarity index 100% rename from src/images/svg/symbols/boom-indices-1000.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/boom-indices-1000.svg diff --git a/src/images/svg/symbols/boom-indices-500-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/boom-indices-500-new.svg similarity index 100% rename from src/images/svg/symbols/boom-indices-500-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/boom-indices-500-new.svg diff --git a/src/images/svg/symbols/boom-indices-500.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/boom-indices-500.svg similarity index 100% rename from src/images/svg/symbols/boom-indices-500.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/boom-indices-500.svg diff --git a/src/images/svg/symbols/boom-indices-600.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/boom-indices-600.svg similarity index 100% rename from src/images/svg/symbols/boom-indices-600.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/boom-indices-600.svg diff --git a/src/images/svg/symbols/boom-indices-900.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/boom-indices-900.svg similarity index 100% rename from src/images/svg/symbols/boom-indices-900.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/boom-indices-900.svg diff --git a/src/images/svg/symbols/btc-eth.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/btc-eth.svg similarity index 100% rename from src/images/svg/symbols/btc-eth.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/btc-eth.svg diff --git a/src/images/svg/symbols/btc-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/btc-usd.svg similarity index 100% rename from src/images/svg/symbols/btc-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/btc-usd.svg diff --git a/src/images/svg/symbols/btc_cash_flag-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/btc_cash_flag-new.svg similarity index 100% rename from src/images/svg/symbols/btc_cash_flag-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/btc_cash_flag-new.svg diff --git a/src/images/svg/symbols/btc_cash_flag.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/btc_cash_flag.svg similarity index 100% rename from src/images/svg/symbols/btc_cash_flag.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/btc_cash_flag.svg diff --git a/src/images/svg/symbols/c.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/c.svg similarity index 100% rename from src/images/svg/symbols/c.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/c.svg diff --git a/src/images/svg/symbols/cad-chf.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/cad-chf.svg similarity index 100% rename from src/images/svg/symbols/cad-chf.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/cad-chf.svg diff --git a/src/images/svg/symbols/cad-jpy.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/cad-jpy.svg similarity index 100% rename from src/images/svg/symbols/cad-jpy.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/cad-jpy.svg diff --git a/src/images/svg/symbols/cardano.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/cardano.svg similarity index 100% rename from src/images/svg/symbols/cardano.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/cardano.svg diff --git a/src/images/svg/symbols/chainlink.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/chainlink.svg similarity index 100% rename from src/images/svg/symbols/chainlink.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/chainlink.svg diff --git a/src/images/svg/symbols/chf-jpy.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/chf-jpy.svg similarity index 100% rename from src/images/svg/symbols/chf-jpy.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/chf-jpy.svg diff --git a/src/images/svg/symbols/copper-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/copper-usd.svg similarity index 100% rename from src/images/svg/symbols/copper-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/copper-usd.svg diff --git a/src/images/svg/symbols/crash-eu-crash-300.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/crash-eu-crash-300.svg similarity index 100% rename from src/images/svg/symbols/crash-eu-crash-300.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/crash-eu-crash-300.svg diff --git a/src/images/svg/symbols/crash-indices-1000-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/crash-indices-1000-new.svg similarity index 100% rename from src/images/svg/symbols/crash-indices-1000-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/crash-indices-1000-new.svg diff --git a/src/images/svg/symbols/crash-indices-1000.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/crash-indices-1000.svg similarity index 100% rename from src/images/svg/symbols/crash-indices-1000.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/crash-indices-1000.svg diff --git a/src/images/svg/symbols/crash-indices-500-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/crash-indices-500-new.svg similarity index 100% rename from src/images/svg/symbols/crash-indices-500-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/crash-indices-500-new.svg diff --git a/src/images/svg/symbols/crash-indices-500.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/crash-indices-500.svg similarity index 100% rename from src/images/svg/symbols/crash-indices-500.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/crash-indices-500.svg diff --git a/src/images/svg/symbols/crash-indices-600.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/crash-indices-600.svg similarity index 100% rename from src/images/svg/symbols/crash-indices-600.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/crash-indices-600.svg diff --git a/src/images/svg/symbols/crash-indices-900.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/crash-indices-900.svg similarity index 100% rename from src/images/svg/symbols/crash-indices-900.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/crash-indices-900.svg diff --git a/src/images/svg/symbols/crm.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/crm.svg similarity index 100% rename from src/images/svg/symbols/crm.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/crm.svg diff --git a/src/images/svg/symbols/csco.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/csco.svg similarity index 100% rename from src/images/svg/symbols/csco.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/csco.svg diff --git a/src/images/svg/symbols/dal.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/dal.svg similarity index 100% rename from src/images/svg/symbols/dal.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/dal.svg diff --git a/src/images/svg/symbols/dash_flag.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/dash_flag.svg similarity index 100% rename from src/images/svg/symbols/dash_flag.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/dash_flag.svg diff --git a/src/images/svg/symbols/dax-30.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/dax-30.svg similarity index 100% rename from src/images/svg/symbols/dax-30.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/dax-30.svg diff --git a/src/images/svg/symbols/dbk.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/dbk.svg similarity index 100% rename from src/images/svg/symbols/dbk.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/dbk.svg diff --git a/src/images/svg/symbols/dex-1500dn.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/dex-1500dn.svg similarity index 100% rename from src/images/svg/symbols/dex-1500dn.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/dex-1500dn.svg diff --git a/src/images/svg/symbols/dex-1500up.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/dex-1500up.svg similarity index 100% rename from src/images/svg/symbols/dex-1500up.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/dex-1500up.svg diff --git a/src/images/svg/symbols/dex-600dn.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/dex-600dn.svg similarity index 100% rename from src/images/svg/symbols/dex-600dn.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/dex-600dn.svg diff --git a/src/images/svg/symbols/dex-600up.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/dex-600up.svg similarity index 100% rename from src/images/svg/symbols/dex-600up.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/dex-600up.svg diff --git a/src/images/svg/symbols/dex-900dn.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/dex-900dn.svg similarity index 100% rename from src/images/svg/symbols/dex-900dn.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/dex-900dn.svg diff --git a/src/images/svg/symbols/dex-900up.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/dex-900up.svg similarity index 100% rename from src/images/svg/symbols/dex-900up.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/dex-900up.svg diff --git a/src/images/svg/symbols/dis.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/dis.svg similarity index 100% rename from src/images/svg/symbols/dis.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/dis.svg diff --git a/src/images/svg/symbols/dog-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/dog-usd.svg similarity index 100% rename from src/images/svg/symbols/dog-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/dog-usd.svg diff --git a/src/images/svg/symbols/dogecoin.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/dogecoin.svg similarity index 100% rename from src/images/svg/symbols/dogecoin.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/dogecoin.svg diff --git a/src/images/svg/symbols/dot-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/dot-usd.svg similarity index 100% rename from src/images/svg/symbols/dot-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/dot-usd.svg diff --git a/src/images/svg/symbols/dsh-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/dsh-usd.svg similarity index 100% rename from src/images/svg/symbols/dsh-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/dsh-usd.svg diff --git a/src/images/svg/symbols/dsh-usd1.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/dsh-usd1.svg similarity index 100% rename from src/images/svg/symbols/dsh-usd1.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/dsh-usd1.svg diff --git a/src/images/svg/symbols/dsi_10m.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/dsi_10m.svg similarity index 100% rename from src/images/svg/symbols/dsi_10m.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/dsi_10m.svg diff --git a/src/images/svg/symbols/dsi_20m.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/dsi_20m.svg similarity index 100% rename from src/images/svg/symbols/dsi_20m.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/dsi_20m.svg diff --git a/src/images/svg/symbols/dsi_30m.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/dsi_30m.svg similarity index 100% rename from src/images/svg/symbols/dsi_30m.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/dsi_30m.svg diff --git a/src/images/svg/symbols/ebay.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/ebay.svg similarity index 100% rename from src/images/svg/symbols/ebay.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/ebay.svg diff --git a/src/images/svg/symbols/eos-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eos-usd.svg similarity index 100% rename from src/images/svg/symbols/eos-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eos-usd.svg diff --git a/src/images/svg/symbols/eos-usd1.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eos-usd1.svg similarity index 100% rename from src/images/svg/symbols/eos-usd1.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eos-usd1.svg diff --git a/src/images/svg/symbols/eos_flag.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eos_flag.svg similarity index 100% rename from src/images/svg/symbols/eos_flag.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eos_flag.svg diff --git a/src/images/svg/symbols/esp-35.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/esp-35.svg similarity index 100% rename from src/images/svg/symbols/esp-35.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/esp-35.svg diff --git a/src/images/svg/symbols/etc-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/etc-usd.svg similarity index 100% rename from src/images/svg/symbols/etc-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/etc-usd.svg diff --git a/src/images/svg/symbols/etf-usd-500.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/etf-usd-500.svg similarity index 100% rename from src/images/svg/symbols/etf-usd-500.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/etf-usd-500.svg diff --git a/src/images/svg/symbols/eth-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eth-usd.svg similarity index 100% rename from src/images/svg/symbols/eth-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eth-usd.svg diff --git a/src/images/svg/symbols/eth_flag.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eth_flag.svg similarity index 100% rename from src/images/svg/symbols/eth_flag.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eth_flag.svg diff --git a/src/images/svg/symbols/ethereum-classic.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/ethereum-classic.svg similarity index 100% rename from src/images/svg/symbols/ethereum-classic.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/ethereum-classic.svg diff --git a/src/images/svg/symbols/eur-50.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-50.svg similarity index 100% rename from src/images/svg/symbols/eur-50.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-50.svg diff --git a/src/images/svg/symbols/eur-aud.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-aud.svg similarity index 100% rename from src/images/svg/symbols/eur-aud.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-aud.svg diff --git a/src/images/svg/symbols/eur-basket.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-basket.svg similarity index 100% rename from src/images/svg/symbols/eur-basket.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-basket.svg diff --git a/src/images/svg/symbols/eur-cad.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-cad.svg similarity index 100% rename from src/images/svg/symbols/eur-cad.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-cad.svg diff --git a/src/images/svg/symbols/eur-chf.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-chf.svg similarity index 100% rename from src/images/svg/symbols/eur-chf.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-chf.svg diff --git a/src/images/svg/symbols/eur-gbp.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-gbp.svg similarity index 100% rename from src/images/svg/symbols/eur-gbp.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-gbp.svg diff --git a/src/images/svg/symbols/eur-hkd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-hkd.svg similarity index 100% rename from src/images/svg/symbols/eur-hkd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-hkd.svg diff --git a/src/images/svg/symbols/eur-ils.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-ils.svg similarity index 100% rename from src/images/svg/symbols/eur-ils.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-ils.svg diff --git a/src/images/svg/symbols/eur-jpy.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-jpy.svg similarity index 100% rename from src/images/svg/symbols/eur-jpy.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-jpy.svg diff --git a/src/images/svg/symbols/eur-lpn.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-lpn.svg similarity index 100% rename from src/images/svg/symbols/eur-lpn.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-lpn.svg diff --git a/src/images/svg/symbols/eur-mxn.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-mxn.svg similarity index 100% rename from src/images/svg/symbols/eur-mxn.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-mxn.svg diff --git a/src/images/svg/symbols/eur-nok.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-nok.svg similarity index 100% rename from src/images/svg/symbols/eur-nok.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-nok.svg diff --git a/src/images/svg/symbols/eur-nzd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-nzd.svg similarity index 100% rename from src/images/svg/symbols/eur-nzd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-nzd.svg diff --git a/src/images/svg/symbols/eur-pln.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-pln.svg similarity index 100% rename from src/images/svg/symbols/eur-pln.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-pln.svg diff --git a/src/images/svg/symbols/eur-sek.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-sek.svg similarity index 100% rename from src/images/svg/symbols/eur-sek.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-sek.svg diff --git a/src/images/svg/symbols/eur-sgd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-sgd.svg similarity index 100% rename from src/images/svg/symbols/eur-sgd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-sgd.svg diff --git a/src/images/svg/symbols/eur-try.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-try.svg similarity index 100% rename from src/images/svg/symbols/eur-try.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-try.svg diff --git a/src/images/svg/symbols/eur-usd-10.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-usd-10.svg similarity index 100% rename from src/images/svg/symbols/eur-usd-10.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-usd-10.svg diff --git a/src/images/svg/symbols/eur-usd-20.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-usd-20.svg similarity index 100% rename from src/images/svg/symbols/eur-usd-20.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-usd-20.svg diff --git a/src/images/svg/symbols/eur-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-usd.svg similarity index 100% rename from src/images/svg/symbols/eur-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-usd.svg diff --git a/src/images/svg/symbols/eur-zar.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/eur-zar.svg similarity index 100% rename from src/images/svg/symbols/eur-zar.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/eur-zar.svg diff --git a/src/images/svg/symbols/euro50index.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/euro50index.svg similarity index 100% rename from src/images/svg/symbols/euro50index.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/euro50index.svg diff --git a/src/images/svg/symbols/fb.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/fb.svg similarity index 100% rename from src/images/svg/symbols/fb.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/fb.svg diff --git a/src/images/svg/symbols/fdx.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/fdx.svg similarity index 100% rename from src/images/svg/symbols/fdx.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/fdx.svg diff --git a/src/images/svg/symbols/fil-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/fil-usd.svg similarity index 100% rename from src/images/svg/symbols/fil-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/fil-usd.svg diff --git a/src/images/svg/symbols/filecoin.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/filecoin.svg similarity index 100% rename from src/images/svg/symbols/filecoin.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/filecoin.svg diff --git a/src/images/svg/symbols/fra-40.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/fra-40.svg similarity index 100% rename from src/images/svg/symbols/fra-40.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/fra-40.svg diff --git a/src/images/svg/symbols/gbp-aud.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-aud.svg similarity index 100% rename from src/images/svg/symbols/gbp-aud.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-aud.svg diff --git a/src/images/svg/symbols/gbp-basket.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-basket.svg similarity index 100% rename from src/images/svg/symbols/gbp-basket.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-basket.svg diff --git a/src/images/svg/symbols/gbp-cad.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-cad.svg similarity index 100% rename from src/images/svg/symbols/gbp-cad.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-cad.svg diff --git a/src/images/svg/symbols/gbp-chf.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-chf.svg similarity index 100% rename from src/images/svg/symbols/gbp-chf.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-chf.svg diff --git a/src/images/svg/symbols/gbp-jpy.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-jpy.svg similarity index 100% rename from src/images/svg/symbols/gbp-jpy.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-jpy.svg diff --git a/src/images/svg/symbols/gbp-nok.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-nok.svg similarity index 100% rename from src/images/svg/symbols/gbp-nok.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-nok.svg diff --git a/src/images/svg/symbols/gbp-nzd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-nzd.svg similarity index 100% rename from src/images/svg/symbols/gbp-nzd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-nzd.svg diff --git a/src/images/svg/symbols/gbp-sek.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-sek.svg similarity index 100% rename from src/images/svg/symbols/gbp-sek.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-sek.svg diff --git a/src/images/svg/symbols/gbp-sgd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-sgd.svg similarity index 100% rename from src/images/svg/symbols/gbp-sgd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-sgd.svg diff --git a/src/images/svg/symbols/gbp-try.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-try.svg similarity index 100% rename from src/images/svg/symbols/gbp-try.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-try.svg diff --git a/src/images/svg/symbols/gbp-usd-10.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-usd-10.svg similarity index 100% rename from src/images/svg/symbols/gbp-usd-10.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-usd-10.svg diff --git a/src/images/svg/symbols/gbp-usd-20.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-usd-20.svg similarity index 100% rename from src/images/svg/symbols/gbp-usd-20.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-usd-20.svg diff --git a/src/images/svg/symbols/gbp-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-usd.svg similarity index 100% rename from src/images/svg/symbols/gbp-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/gbp-usd.svg diff --git a/src/images/svg/symbols/gm.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/gm.svg similarity index 100% rename from src/images/svg/symbols/gm.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/gm.svg diff --git a/src/images/svg/symbols/gold-basket.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/gold-basket.svg similarity index 100% rename from src/images/svg/symbols/gold-basket.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/gold-basket.svg diff --git a/src/images/svg/symbols/gold-eur.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/gold-eur.svg similarity index 100% rename from src/images/svg/symbols/gold-eur.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/gold-eur.svg diff --git a/src/images/svg/symbols/gold-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/gold-usd.svg similarity index 100% rename from src/images/svg/symbols/gold-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/gold-usd.svg diff --git a/src/images/svg/symbols/googl.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/googl.svg similarity index 100% rename from src/images/svg/symbols/googl.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/googl.svg diff --git a/src/images/svg/symbols/gs.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/gs.svg similarity index 100% rename from src/images/svg/symbols/gs.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/gs.svg diff --git a/src/images/svg/symbols/hkd-jpy.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/hkd-jpy.svg similarity index 100% rename from src/images/svg/symbols/hkd-jpy.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/hkd-jpy.svg diff --git a/src/images/svg/symbols/hpq.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/hpq.svg similarity index 100% rename from src/images/svg/symbols/hpq.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/hpq.svg diff --git a/src/images/svg/symbols/ibm.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/ibm.svg similarity index 100% rename from src/images/svg/symbols/ibm.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/ibm.svg diff --git a/src/images/svg/symbols/index10-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index10-new.svg similarity index 100% rename from src/images/svg/symbols/index10-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index10-new.svg diff --git a/src/images/svg/symbols/index10.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index10.svg similarity index 100% rename from src/images/svg/symbols/index10.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index10.svg diff --git a/src/images/svg/symbols/index100-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index100-new.svg similarity index 100% rename from src/images/svg/symbols/index100-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index100-new.svg diff --git a/src/images/svg/symbols/index100.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index100.svg similarity index 100% rename from src/images/svg/symbols/index100.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index100.svg diff --git a/src/images/svg/symbols/index100s1-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index100s1-new.svg similarity index 100% rename from src/images/svg/symbols/index100s1-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index100s1-new.svg diff --git a/src/images/svg/symbols/index100s1.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index100s1.svg similarity index 100% rename from src/images/svg/symbols/index100s1.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index100s1.svg diff --git a/src/images/svg/symbols/index10s1-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index10s1-new.svg similarity index 100% rename from src/images/svg/symbols/index10s1-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index10s1-new.svg diff --git a/src/images/svg/symbols/index10s1.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index10s1.svg similarity index 100% rename from src/images/svg/symbols/index10s1.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index10s1.svg diff --git a/src/images/svg/symbols/index25-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index25-new.svg similarity index 100% rename from src/images/svg/symbols/index25-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index25-new.svg diff --git a/src/images/svg/symbols/index25.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index25.svg similarity index 100% rename from src/images/svg/symbols/index25.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index25.svg diff --git a/src/images/svg/symbols/index25s1-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index25s1-new.svg similarity index 100% rename from src/images/svg/symbols/index25s1-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index25s1-new.svg diff --git a/src/images/svg/symbols/index25s1.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index25s1.svg similarity index 100% rename from src/images/svg/symbols/index25s1.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index25s1.svg diff --git a/src/images/svg/symbols/index50-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index50-new.svg similarity index 100% rename from src/images/svg/symbols/index50-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index50-new.svg diff --git a/src/images/svg/symbols/index50.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index50.svg similarity index 100% rename from src/images/svg/symbols/index50.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index50.svg diff --git a/src/images/svg/symbols/index50s1-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index50s1-new.svg similarity index 100% rename from src/images/svg/symbols/index50s1-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index50s1-new.svg diff --git a/src/images/svg/symbols/index50s1.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index50s1.svg similarity index 100% rename from src/images/svg/symbols/index50s1.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index50s1.svg diff --git a/src/images/svg/symbols/index75-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index75-new.svg similarity index 100% rename from src/images/svg/symbols/index75-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index75-new.svg diff --git a/src/images/svg/symbols/index75.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index75.svg similarity index 100% rename from src/images/svg/symbols/index75.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index75.svg diff --git a/src/images/svg/symbols/index75s1-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index75s1-new.svg similarity index 100% rename from src/images/svg/symbols/index75s1-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index75s1-new.svg diff --git a/src/images/svg/symbols/index75s1.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/index75s1.svg similarity index 100% rename from src/images/svg/symbols/index75s1.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/index75s1.svg diff --git a/src/images/svg/symbols/intc.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/intc.svg similarity index 100% rename from src/images/svg/symbols/intc.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/intc.svg diff --git a/src/images/svg/symbols/iot-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/iot-usd.svg similarity index 100% rename from src/images/svg/symbols/iot-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/iot-usd.svg diff --git a/src/images/svg/symbols/iota_flag.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/iota_flag.svg similarity index 100% rename from src/images/svg/symbols/iota_flag.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/iota_flag.svg diff --git a/src/images/svg/symbols/jnj.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/jnj.svg similarity index 100% rename from src/images/svg/symbols/jnj.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/jnj.svg diff --git a/src/images/svg/symbols/jp-225.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/jp-225.svg similarity index 100% rename from src/images/svg/symbols/jp-225.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/jp-225.svg diff --git a/src/images/svg/symbols/jpm.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/jpm.svg similarity index 100% rename from src/images/svg/symbols/jpm.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/jpm.svg diff --git a/src/images/svg/symbols/jump-10-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/jump-10-new.svg similarity index 100% rename from src/images/svg/symbols/jump-10-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/jump-10-new.svg diff --git a/src/images/svg/symbols/jump-10.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/jump-10.svg similarity index 100% rename from src/images/svg/symbols/jump-10.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/jump-10.svg diff --git a/src/images/svg/symbols/jump-100-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/jump-100-new.svg similarity index 100% rename from src/images/svg/symbols/jump-100-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/jump-100-new.svg diff --git a/src/images/svg/symbols/jump-100.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/jump-100.svg similarity index 100% rename from src/images/svg/symbols/jump-100.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/jump-100.svg diff --git a/src/images/svg/symbols/jump-25-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/jump-25-new.svg similarity index 100% rename from src/images/svg/symbols/jump-25-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/jump-25-new.svg diff --git a/src/images/svg/symbols/jump-25.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/jump-25.svg similarity index 100% rename from src/images/svg/symbols/jump-25.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/jump-25.svg diff --git a/src/images/svg/symbols/jump-50-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/jump-50-new.svg similarity index 100% rename from src/images/svg/symbols/jump-50-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/jump-50-new.svg diff --git a/src/images/svg/symbols/jump-50.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/jump-50.svg similarity index 100% rename from src/images/svg/symbols/jump-50.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/jump-50.svg diff --git a/src/images/svg/symbols/jump-75-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/jump-75-new.svg similarity index 100% rename from src/images/svg/symbols/jump-75-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/jump-75-new.svg diff --git a/src/images/svg/symbols/jump-75.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/jump-75.svg similarity index 100% rename from src/images/svg/symbols/jump-75.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/jump-75.svg diff --git a/src/images/svg/symbols/ko.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/ko.svg similarity index 100% rename from src/images/svg/symbols/ko.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/ko.svg diff --git a/src/images/svg/symbols/lead-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/lead-usd.svg similarity index 100% rename from src/images/svg/symbols/lead-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/lead-usd.svg diff --git a/src/images/svg/symbols/lnk-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/lnk-usd.svg similarity index 100% rename from src/images/svg/symbols/lnk-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/lnk-usd.svg diff --git a/src/images/svg/symbols/ltc-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/ltc-usd.svg similarity index 100% rename from src/images/svg/symbols/ltc-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/ltc-usd.svg diff --git a/src/images/svg/symbols/ltc_flag.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/ltc_flag.svg similarity index 100% rename from src/images/svg/symbols/ltc_flag.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/ltc_flag.svg diff --git a/src/images/svg/symbols/ma.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/ma.svg similarity index 100% rename from src/images/svg/symbols/ma.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/ma.svg diff --git a/src/images/svg/symbols/maker.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/maker.svg similarity index 100% rename from src/images/svg/symbols/maker.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/maker.svg diff --git a/src/images/svg/symbols/marketbear-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/marketbear-new.svg similarity index 100% rename from src/images/svg/symbols/marketbear-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/marketbear-new.svg diff --git a/src/images/svg/symbols/marketbear.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/marketbear.svg similarity index 100% rename from src/images/svg/symbols/marketbear.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/marketbear.svg diff --git a/src/images/svg/symbols/marketbull-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/marketbull-new.svg similarity index 100% rename from src/images/svg/symbols/marketbull-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/marketbull-new.svg diff --git a/src/images/svg/symbols/marketbull.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/marketbull.svg similarity index 100% rename from src/images/svg/symbols/marketbull.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/marketbull.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-indices/us-500.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-indices/us-500.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-indices/us-500.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-indices/us-500.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-indices/us-tech-100.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-indices/us-tech-100.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-indices/us-tech-100.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-indices/us-tech-100.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-indices/wall-street-30.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-indices/wall-street-30.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-indices/wall-street-30.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-indices/wall-street-30.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-adidas-salomon.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-adidas-salomon.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-adidas-salomon.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-adidas-salomon.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-airbnb.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-airbnb.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-airbnb.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-airbnb.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-airbus.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-airbus.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-airbus.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-airbus.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-airfrance.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-airfrance.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-airfrance.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-airfrance.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-alibaba-group-holding-ltd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-alibaba-group-holding-ltd.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-alibaba-group-holding-ltd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-alibaba-group-holding-ltd.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-alphabet-inc-class-c.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-alphabet-inc-class-c.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-alphabet-inc-class-c.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-alphabet-inc-class-c.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-amazon-com-inc.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-amazon-com-inc.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-amazon-com-inc.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-amazon-com-inc.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-amd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-amd.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-amd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-amd.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-american-airlines-group-inc.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-american-airlines-group-inc.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-american-airlines-group-inc.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-american-airlines-group-inc.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-american-international-group.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-american-international-group.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-american-international-group.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-american-international-group.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-apple.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-apple.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-apple.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-apple.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-bank-of-america.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-bank-of-america.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-bank-of-america.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-bank-of-america.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-bayer-ag.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-bayer-ag.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-bayer-ag.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-bayer-ag.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-biogen-inc.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-biogen-inc.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-biogen-inc.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-biogen-inc.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-bmw.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-bmw.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-bmw.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-bmw.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-boeing.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-boeing.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-boeing.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-boeing.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-cisco-systems.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-cisco-systems.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-cisco-systems.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-cisco-systems.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-citigroup.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-citigroup.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-citigroup.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-citigroup.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-coca-cola.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-coca-cola.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-coca-cola.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-coca-cola.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-continental-ag.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-continental-ag.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-continental-ag.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-continental-ag.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-delta-air-lines.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-delta-air-lines.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-delta-air-lines.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-delta-air-lines.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-deutsche-bank-ag.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-deutsche-bank-ag.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-deutsche-bank-ag.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-deutsche-bank-ag.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-deutsche-lufthansa-ag.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-deutsche-lufthansa-ag.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-deutsche-lufthansa-ag.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-deutsche-lufthansa-ag.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-e-bay-inc.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-e-bay-inc.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-e-bay-inc.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-e-bay-inc.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-facebook-inc.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-facebook-inc.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-facebook-inc.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-facebook-inc.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-fedex.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-fedex.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-fedex.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-fedex.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-fox-corp-class-b.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-fox-corp-class-b.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-fox-corp-class-b.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-fox-corp-class-b.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-general-motors-company.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-general-motors-company.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-general-motors-company.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-general-motors-company.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-goldman-sachs-group.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-goldman-sachs-group.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-goldman-sachs-group.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-goldman-sachs-group.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-home-depot.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-home-depot.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-home-depot.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-home-depot.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-hp-inc.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-hp-inc.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-hp-inc.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-hp-inc.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-hugo-boss.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-hugo-boss.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-hugo-boss.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-hugo-boss.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-ibm.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-ibm.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-ibm.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-ibm.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-intel.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-intel.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-intel.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-intel.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-jonhson-johnson.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-jonhson-johnson.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-jonhson-johnson.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-jonhson-johnson.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-jp-morgan-chase.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-jp-morgan-chase.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-jp-morgan-chase.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-jp-morgan-chase.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-mastercard-inc.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-mastercard-inc.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-mastercard-inc.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-mastercard-inc.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-mc-donalds.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-mc-donalds.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-mc-donalds.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-mc-donalds.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-microsoft-corporation.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-microsoft-corporation.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-microsoft-corporation.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-microsoft-corporation.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-moderna-inc.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-moderna-inc.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-moderna-inc.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-moderna-inc.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-nestle.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-nestle.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-nestle.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-nestle.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-netflix.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-netflix.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-netflix.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-netflix.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-nike.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-nike.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-nike.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-nike.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-novartis.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-novartis.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-novartis.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-novartis.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-nvidia-corp.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-nvidia-corp.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-nvidia-corp.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-nvidia-corp.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-paypal.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-paypal.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-paypal.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-paypal.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-pepsico.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-pepsico.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-pepsico.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-pepsico.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-pfizer.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-pfizer.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-pfizer.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-pfizer.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-porsche.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-porsche.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-porsche.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-porsche.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-procter-gamble.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-procter-gamble.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-procter-gamble.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-procter-gamble.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-puma.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-puma.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-puma.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-puma.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-salesforce-com-inc.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-salesforce-com-inc.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-salesforce-com-inc.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-salesforce-com-inc.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-sony.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-sony.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-sony.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-sony.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-tesla-inc.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-tesla-inc.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-tesla-inc.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-tesla-inc.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-teva-pharmaceutical-inds.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-teva-pharmaceutical-inds.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-teva-pharmaceutical-inds.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-teva-pharmaceutical-inds.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-uber-technologies-inc.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-uber-technologies-inc.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-uber-technologies-inc.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-uber-technologies-inc.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-visa.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-visa.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-visa.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-visa.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-wal-mart-stores-inc.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-wal-mart-stores-inc.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-wal-mart-stores-inc.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-wal-mart-stores-inc.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-walt-disney-company.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-walt-disney-company.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-walt-disney-company.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-walt-disney-company.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-zoom-video-communications-inc.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-zoom-video-communications-inc.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-zoom-video-communications-inc.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/american-stocks/stocks-zoom-video-communications-inc.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/asian-indices/hongkong-50.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/asian-indices/hongkong-50.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/asian-indices/hongkong-50.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/asian-indices/hongkong-50.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/asian-indices/japan-225.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/asian-indices/japan-225.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/asian-indices/japan-225.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/asian-indices/japan-225.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/european-indices/europe-50.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/european-indices/europe-50.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/european-indices/europe-50.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/european-indices/europe-50.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/european-indices/france-40.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/european-indices/france-40.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/european-indices/france-40.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/european-indices/france-40.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/european-indices/germany-30.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/european-indices/germany-30.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/european-indices/germany-30.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/european-indices/germany-30.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/european-indices/germany-40.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/european-indices/germany-40.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/european-indices/germany-40.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/european-indices/germany-40.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/european-indices/netherlands-25.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/european-indices/netherlands-25.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/european-indices/netherlands-25.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/european-indices/netherlands-25.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/european-indices/spain-35.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/european-indices/spain-35.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/european-indices/spain-35.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/european-indices/spain-35.svg diff --git a/src/images/svg/symbols/markets-stocks-and-indices/european-indices/swiss-20.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/european-indices/swiss-20.svg similarity index 100% rename from src/images/svg/symbols/markets-stocks-and-indices/european-indices/swiss-20.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/markets-stocks-and-indices/european-indices/swiss-20.svg diff --git a/src/images/svg/symbols/mcd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/mcd.svg similarity index 100% rename from src/images/svg/symbols/mcd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/mcd.svg diff --git a/src/images/svg/symbols/mkr-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/mkr-usd.svg similarity index 100% rename from src/images/svg/symbols/mkr-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/mkr-usd.svg diff --git a/src/images/svg/symbols/monero_flag.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/monero_flag.svg similarity index 100% rename from src/images/svg/symbols/monero_flag.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/monero_flag.svg diff --git a/src/images/svg/symbols/mrna.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/mrna.svg similarity index 100% rename from src/images/svg/symbols/mrna.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/mrna.svg diff --git a/src/images/svg/symbols/msft.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/msft.svg similarity index 100% rename from src/images/svg/symbols/msft.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/msft.svg diff --git a/src/images/svg/symbols/mtc-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/mtc-usd.svg similarity index 100% rename from src/images/svg/symbols/mtc-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/mtc-usd.svg diff --git a/src/images/svg/symbols/natural-gas.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/natural-gas.svg similarity index 100% rename from src/images/svg/symbols/natural-gas.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/natural-gas.svg diff --git a/src/images/svg/symbols/ned-25.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/ned-25.svg similarity index 100% rename from src/images/svg/symbols/ned-25.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/ned-25.svg diff --git a/src/images/svg/symbols/neo-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/neo-usd.svg similarity index 100% rename from src/images/svg/symbols/neo-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/neo-usd.svg diff --git a/src/images/svg/symbols/neo_flag.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/neo_flag.svg similarity index 100% rename from src/images/svg/symbols/neo_flag.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/neo_flag.svg diff --git a/src/images/svg/symbols/nflx.png b/themes/gatsby-theme-deriv/src/images/svg/symbols/nflx.png similarity index 100% rename from src/images/svg/symbols/nflx.png rename to themes/gatsby-theme-deriv/src/images/svg/symbols/nflx.png diff --git a/src/images/svg/symbols/nickel-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/nickel-usd.svg similarity index 100% rename from src/images/svg/symbols/nickel-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/nickel-usd.svg diff --git a/src/images/svg/symbols/nke.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/nke.svg similarity index 100% rename from src/images/svg/symbols/nke.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/nke.svg diff --git a/src/images/svg/symbols/nvda.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/nvda.svg similarity index 100% rename from src/images/svg/symbols/nvda.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/nvda.svg diff --git a/src/images/svg/symbols/nzd-cad.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/nzd-cad.svg similarity index 100% rename from src/images/svg/symbols/nzd-cad.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/nzd-cad.svg diff --git a/src/images/svg/symbols/nzd-chf.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/nzd-chf.svg similarity index 100% rename from src/images/svg/symbols/nzd-chf.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/nzd-chf.svg diff --git a/src/images/svg/symbols/nzd-jpy.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/nzd-jpy.svg similarity index 100% rename from src/images/svg/symbols/nzd-jpy.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/nzd-jpy.svg diff --git a/src/images/svg/symbols/nzd-sgd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/nzd-sgd.svg similarity index 100% rename from src/images/svg/symbols/nzd-sgd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/nzd-sgd.svg diff --git a/src/images/svg/symbols/nzd-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/nzd-usd.svg similarity index 100% rename from src/images/svg/symbols/nzd-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/nzd-usd.svg diff --git a/src/images/svg/symbols/omg-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/omg-usd.svg similarity index 100% rename from src/images/svg/symbols/omg-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/omg-usd.svg diff --git a/src/images/svg/symbols/omise-go.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/omise-go.svg similarity index 100% rename from src/images/svg/symbols/omise-go.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/omise-go.svg diff --git a/src/images/svg/symbols/otcaustralian.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/otcaustralian.svg similarity index 100% rename from src/images/svg/symbols/otcaustralian.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/otcaustralian.svg diff --git a/src/images/svg/symbols/otcdutch.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/otcdutch.svg similarity index 100% rename from src/images/svg/symbols/otcdutch.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/otcdutch.svg diff --git a/src/images/svg/symbols/otcfrench.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/otcfrench.svg similarity index 100% rename from src/images/svg/symbols/otcfrench.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/otcfrench.svg diff --git a/src/images/svg/symbols/otcgerman.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/otcgerman.svg similarity index 100% rename from src/images/svg/symbols/otcgerman.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/otcgerman.svg diff --git a/src/images/svg/symbols/otchongkong.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/otchongkong.svg similarity index 100% rename from src/images/svg/symbols/otchongkong.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/otchongkong.svg diff --git a/src/images/svg/symbols/otcjapanese.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/otcjapanese.svg similarity index 100% rename from src/images/svg/symbols/otcjapanese.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/otcjapanese.svg diff --git a/src/images/svg/symbols/otcswiss.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/otcswiss.svg similarity index 100% rename from src/images/svg/symbols/otcswiss.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/otcswiss.svg diff --git a/src/images/svg/symbols/otcuk.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/otcuk.svg similarity index 100% rename from src/images/svg/symbols/otcuk.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/otcuk.svg diff --git a/src/images/svg/symbols/otcus.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/otcus.svg similarity index 100% rename from src/images/svg/symbols/otcus.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/otcus.svg diff --git a/src/images/svg/symbols/otcustech.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/otcustech.svg similarity index 100% rename from src/images/svg/symbols/otcustech.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/otcustech.svg diff --git a/src/images/svg/symbols/otcwallstreet.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/otcwallstreet.svg similarity index 100% rename from src/images/svg/symbols/otcwallstreet.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/otcwallstreet.svg diff --git a/src/images/svg/symbols/palladium-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/palladium-usd.svg similarity index 100% rename from src/images/svg/symbols/palladium-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/palladium-usd.svg diff --git a/src/images/svg/symbols/pfe.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/pfe.svg similarity index 100% rename from src/images/svg/symbols/pfe.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/pfe.svg diff --git a/src/images/svg/symbols/pg.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/pg.svg similarity index 100% rename from src/images/svg/symbols/pg.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/pg.svg diff --git a/src/images/svg/symbols/platinum-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/platinum-usd.svg similarity index 100% rename from src/images/svg/symbols/platinum-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/platinum-usd.svg diff --git a/src/images/svg/symbols/polkadot.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/polkadot.svg similarity index 100% rename from src/images/svg/symbols/polkadot.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/polkadot.svg diff --git a/src/images/svg/symbols/polygon.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/polygon.svg similarity index 100% rename from src/images/svg/symbols/polygon.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/polygon.svg diff --git a/src/images/svg/symbols/pound-brent.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/pound-brent.svg similarity index 100% rename from src/images/svg/symbols/pound-brent.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/pound-brent.svg diff --git a/src/images/svg/symbols/pypl.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/pypl.svg similarity index 100% rename from src/images/svg/symbols/pypl.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/pypl.svg diff --git a/src/images/svg/symbols/rb-100-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/rb-100-new.svg similarity index 100% rename from src/images/svg/symbols/rb-100-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/rb-100-new.svg diff --git a/src/images/svg/symbols/rb-100.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/rb-100.svg similarity index 100% rename from src/images/svg/symbols/rb-100.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/rb-100.svg diff --git a/src/images/svg/symbols/rb-200-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/rb-200-new.svg similarity index 100% rename from src/images/svg/symbols/rb-200-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/rb-200-new.svg diff --git a/src/images/svg/symbols/rb-200.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/rb-200.svg similarity index 100% rename from src/images/svg/symbols/rb-200.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/rb-200.svg diff --git a/src/images/svg/symbols/ripple_flag.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/ripple_flag.svg similarity index 100% rename from src/images/svg/symbols/ripple_flag.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/ripple_flag.svg diff --git a/src/images/svg/symbols/sgd-jpy.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/sgd-jpy.svg similarity index 100% rename from src/images/svg/symbols/sgd-jpy.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/sgd-jpy.svg diff --git a/src/images/svg/symbols/silver-eur.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/silver-eur.svg similarity index 100% rename from src/images/svg/symbols/silver-eur.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/silver-eur.svg diff --git a/src/images/svg/symbols/silver-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/silver-usd.svg similarity index 100% rename from src/images/svg/symbols/silver-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/silver-usd.svg diff --git a/src/images/svg/symbols/sol-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/sol-usd.svg similarity index 100% rename from src/images/svg/symbols/sol-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/sol-usd.svg diff --git a/src/images/svg/symbols/solana.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/solana.svg similarity index 100% rename from src/images/svg/symbols/solana.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/solana.svg diff --git a/src/images/svg/symbols/stellar_flag.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/stellar_flag.svg similarity index 100% rename from src/images/svg/symbols/stellar_flag.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/stellar_flag.svg diff --git a/src/images/svg/symbols/step-indices-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/step-indices-new.svg similarity index 100% rename from src/images/svg/symbols/step-indices-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/step-indices-new.svg diff --git a/src/images/svg/symbols/step-indices.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/step-indices.svg similarity index 100% rename from src/images/svg/symbols/step-indices.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/step-indices.svg diff --git a/src/images/svg/symbols/ter-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/ter-usd.svg similarity index 100% rename from src/images/svg/symbols/ter-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/ter-usd.svg diff --git a/src/images/svg/symbols/terra.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/terra.svg similarity index 100% rename from src/images/svg/symbols/terra.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/terra.svg diff --git a/src/images/svg/symbols/teva.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/teva.svg similarity index 100% rename from src/images/svg/symbols/teva.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/teva.svg diff --git a/src/images/svg/symbols/tron_flag.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/tron_flag.svg similarity index 100% rename from src/images/svg/symbols/tron_flag.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/tron_flag.svg diff --git a/src/images/svg/symbols/trx-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/trx-usd.svg similarity index 100% rename from src/images/svg/symbols/trx-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/trx-usd.svg diff --git a/src/images/svg/symbols/tsla.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/tsla.svg similarity index 100% rename from src/images/svg/symbols/tsla.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/tsla.svg diff --git a/src/images/svg/symbols/twtr.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/twtr.svg similarity index 100% rename from src/images/svg/symbols/twtr.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/twtr.svg diff --git a/src/images/svg/symbols/uber.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/uber.svg similarity index 100% rename from src/images/svg/symbols/uber.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/uber.svg diff --git a/src/images/svg/symbols/uk-100.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/uk-100.svg similarity index 100% rename from src/images/svg/symbols/uk-100.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/uk-100.svg diff --git a/src/images/svg/symbols/uni-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/uni-usd.svg similarity index 100% rename from src/images/svg/symbols/uni-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/uni-usd.svg diff --git a/src/images/svg/symbols/uniswap.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/uniswap.svg similarity index 100% rename from src/images/svg/symbols/uniswap.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/uniswap.svg diff --git a/src/images/svg/symbols/us-100.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/us-100.svg similarity index 100% rename from src/images/svg/symbols/us-100.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/us-100.svg diff --git a/src/images/svg/symbols/us-30.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/us-30.svg similarity index 100% rename from src/images/svg/symbols/us-30.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/us-30.svg diff --git a/src/images/svg/symbols/us-500.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/us-500.svg similarity index 100% rename from src/images/svg/symbols/us-500.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/us-500.svg diff --git a/src/images/svg/symbols/usd-basket.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-basket.svg similarity index 100% rename from src/images/svg/symbols/usd-basket.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-basket.svg diff --git a/src/images/svg/symbols/usd-brent.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-brent.svg similarity index 100% rename from src/images/svg/symbols/usd-brent.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-brent.svg diff --git a/src/images/svg/symbols/usd-cad.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-cad.svg similarity index 100% rename from src/images/svg/symbols/usd-cad.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-cad.svg diff --git a/src/images/svg/symbols/usd-chf-10.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-chf-10.svg similarity index 100% rename from src/images/svg/symbols/usd-chf-10.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-chf-10.svg diff --git a/src/images/svg/symbols/usd-chf-20.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-chf-20.svg similarity index 100% rename from src/images/svg/symbols/usd-chf-20.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-chf-20.svg diff --git a/src/images/svg/symbols/usd-chf.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-chf.svg similarity index 100% rename from src/images/svg/symbols/usd-chf.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-chf.svg diff --git a/src/images/svg/symbols/usd-cnh.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-cnh.svg similarity index 100% rename from src/images/svg/symbols/usd-cnh.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-cnh.svg diff --git a/src/images/svg/symbols/usd-hkd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-hkd.svg similarity index 100% rename from src/images/svg/symbols/usd-hkd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-hkd.svg diff --git a/src/images/svg/symbols/usd-ils.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-ils.svg similarity index 100% rename from src/images/svg/symbols/usd-ils.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-ils.svg diff --git a/src/images/svg/symbols/usd-jpy-10.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-jpy-10.svg similarity index 100% rename from src/images/svg/symbols/usd-jpy-10.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-jpy-10.svg diff --git a/src/images/svg/symbols/usd-jpy-20.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-jpy-20.svg similarity index 100% rename from src/images/svg/symbols/usd-jpy-20.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-jpy-20.svg diff --git a/src/images/svg/symbols/usd-jpy.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-jpy.svg similarity index 100% rename from src/images/svg/symbols/usd-jpy.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-jpy.svg diff --git a/src/images/svg/symbols/usd-mxn.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-mxn.svg similarity index 100% rename from src/images/svg/symbols/usd-mxn.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-mxn.svg diff --git a/src/images/svg/symbols/usd-nok.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-nok.svg similarity index 100% rename from src/images/svg/symbols/usd-nok.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-nok.svg diff --git a/src/images/svg/symbols/usd-pln.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-pln.svg similarity index 100% rename from src/images/svg/symbols/usd-pln.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-pln.svg diff --git a/src/images/svg/symbols/usd-rub.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-rub.svg similarity index 100% rename from src/images/svg/symbols/usd-rub.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-rub.svg diff --git a/src/images/svg/symbols/usd-sek.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-sek.svg similarity index 100% rename from src/images/svg/symbols/usd-sek.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-sek.svg diff --git a/src/images/svg/symbols/usd-sgd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-sgd.svg similarity index 100% rename from src/images/svg/symbols/usd-sgd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-sgd.svg diff --git a/src/images/svg/symbols/usd-thb.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-thb.svg similarity index 100% rename from src/images/svg/symbols/usd-thb.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-thb.svg diff --git a/src/images/svg/symbols/usd-try.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-try.svg similarity index 100% rename from src/images/svg/symbols/usd-try.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-try.svg diff --git a/src/images/svg/symbols/usd-zar.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/usd-zar.svg similarity index 100% rename from src/images/svg/symbols/usd-zar.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/usd-zar.svg diff --git a/src/images/svg/symbols/v.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/v.svg similarity index 100% rename from src/images/svg/symbols/v.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/v.svg diff --git a/src/images/svg/symbols/volatility-boom-300-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/volatility-boom-300-new.svg similarity index 100% rename from src/images/svg/symbols/volatility-boom-300-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/volatility-boom-300-new.svg diff --git a/src/images/svg/symbols/volatility-crash-300-new.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/volatility-crash-300-new.svg similarity index 100% rename from src/images/svg/symbols/volatility-crash-300-new.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/volatility-crash-300-new.svg diff --git a/src/images/svg/symbols/volatility-eu-200.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/volatility-eu-200.svg similarity index 100% rename from src/images/svg/symbols/volatility-eu-200.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/volatility-eu-200.svg diff --git a/src/images/svg/symbols/volatility-eu-300.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/volatility-eu-300.svg similarity index 100% rename from src/images/svg/symbols/volatility-eu-300.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/volatility-eu-300.svg diff --git a/src/images/svg/symbols/volatility-index-ic-300.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/volatility-index-ic-300.svg similarity index 100% rename from src/images/svg/symbols/volatility-index-ic-300.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/volatility-index-ic-300.svg diff --git a/src/images/svg/symbols/volatility_150_1s.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/volatility_150_1s.svg similarity index 100% rename from src/images/svg/symbols/volatility_150_1s.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/volatility_150_1s.svg diff --git a/src/images/svg/symbols/volatility_15_1s.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/volatility_15_1s.svg similarity index 100% rename from src/images/svg/symbols/volatility_15_1s.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/volatility_15_1s.svg diff --git a/src/images/svg/symbols/volatility_200_1s.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/volatility_200_1s.svg similarity index 100% rename from src/images/svg/symbols/volatility_200_1s.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/volatility_200_1s.svg diff --git a/src/images/svg/symbols/volatility_250_1s.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/volatility_250_1s.svg similarity index 100% rename from src/images/svg/symbols/volatility_250_1s.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/volatility_250_1s.svg diff --git a/src/images/svg/symbols/volatility_300_1s.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/volatility_300_1s.svg similarity index 100% rename from src/images/svg/symbols/volatility_300_1s.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/volatility_300_1s.svg diff --git a/src/images/svg/symbols/volatility_30_1s.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/volatility_30_1s.svg similarity index 100% rename from src/images/svg/symbols/volatility_30_1s.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/volatility_30_1s.svg diff --git a/src/images/svg/symbols/volatility_90_1s.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/volatility_90_1s.svg similarity index 100% rename from src/images/svg/symbols/volatility_90_1s.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/volatility_90_1s.svg diff --git a/src/images/svg/symbols/wmt.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/wmt.svg similarity index 100% rename from src/images/svg/symbols/wmt.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/wmt.svg diff --git a/src/images/svg/symbols/xlm-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/xlm-usd.svg similarity index 100% rename from src/images/svg/symbols/xlm-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/xlm-usd.svg diff --git a/src/images/svg/symbols/xmr-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/xmr-usd.svg similarity index 100% rename from src/images/svg/symbols/xmr-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/xmr-usd.svg diff --git a/src/images/svg/symbols/xrp-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/xrp-usd.svg similarity index 100% rename from src/images/svg/symbols/xrp-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/xrp-usd.svg diff --git a/src/images/svg/symbols/xrp-usd1.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/xrp-usd1.svg similarity index 100% rename from src/images/svg/symbols/xrp-usd1.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/xrp-usd1.svg diff --git a/src/images/svg/symbols/xtz-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/xtz-usd.svg similarity index 100% rename from src/images/svg/symbols/xtz-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/xtz-usd.svg diff --git a/src/images/svg/symbols/xtz.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/xtz.svg similarity index 100% rename from src/images/svg/symbols/xtz.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/xtz.svg diff --git a/src/images/svg/symbols/z_cash_flag.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/z_cash_flag.svg similarity index 100% rename from src/images/svg/symbols/z_cash_flag.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/z_cash_flag.svg diff --git a/src/images/svg/symbols/zec-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/zec-usd.svg similarity index 100% rename from src/images/svg/symbols/zec-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/zec-usd.svg diff --git a/src/images/svg/symbols/zinc-usd.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/zinc-usd.svg similarity index 100% rename from src/images/svg/symbols/zinc-usd.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/zinc-usd.svg diff --git a/src/images/svg/symbols/zm.svg b/themes/gatsby-theme-deriv/src/images/svg/symbols/zm.svg similarity index 100% rename from src/images/svg/symbols/zm.svg rename to themes/gatsby-theme-deriv/src/images/svg/symbols/zm.svg diff --git a/src/images/svg/terms/api-users-row.svg b/themes/gatsby-theme-deriv/src/images/svg/terms/api-users-row.svg similarity index 100% rename from src/images/svg/terms/api-users-row.svg rename to themes/gatsby-theme-deriv/src/images/svg/terms/api-users-row.svg diff --git a/src/images/svg/terms/bfx-tc.svg b/themes/gatsby-theme-deriv/src/images/svg/terms/bfx-tc.svg similarity index 100% rename from src/images/svg/terms/bfx-tc.svg rename to themes/gatsby-theme-deriv/src/images/svg/terms/bfx-tc.svg diff --git a/src/images/svg/terms/bug-bounty-row.svg b/themes/gatsby-theme-deriv/src/images/svg/terms/bug-bounty-row.svg similarity index 100% rename from src/images/svg/terms/bug-bounty-row.svg rename to themes/gatsby-theme-deriv/src/images/svg/terms/bug-bounty-row.svg diff --git a/src/images/svg/terms/bug-bounty.svg b/themes/gatsby-theme-deriv/src/images/svg/terms/bug-bounty.svg similarity index 100% rename from src/images/svg/terms/bug-bounty.svg rename to themes/gatsby-theme-deriv/src/images/svg/terms/bug-bounty.svg diff --git a/src/images/svg/terms/business-api-tc.svg b/themes/gatsby-theme-deriv/src/images/svg/terms/business-api-tc.svg similarity index 100% rename from src/images/svg/terms/business-api-tc.svg rename to themes/gatsby-theme-deriv/src/images/svg/terms/business-api-tc.svg diff --git a/src/images/svg/terms/business-general-tc.svg b/themes/gatsby-theme-deriv/src/images/svg/terms/business-general-tc.svg similarity index 100% rename from src/images/svg/terms/business-general-tc.svg rename to themes/gatsby-theme-deriv/src/images/svg/terms/business-general-tc.svg diff --git a/src/images/svg/terms/business-partners-tc.svg b/themes/gatsby-theme-deriv/src/images/svg/terms/business-partners-tc.svg similarity index 100% rename from src/images/svg/terms/business-partners-tc.svg rename to themes/gatsby-theme-deriv/src/images/svg/terms/business-partners-tc.svg diff --git a/src/images/svg/terms/funds-transfers-tc.svg b/themes/gatsby-theme-deriv/src/images/svg/terms/funds-transfers-tc.svg similarity index 100% rename from src/images/svg/terms/funds-transfers-tc.svg rename to themes/gatsby-theme-deriv/src/images/svg/terms/funds-transfers-tc.svg diff --git a/src/images/svg/terms/general-tc.svg b/themes/gatsby-theme-deriv/src/images/svg/terms/general-tc.svg similarity index 100% rename from src/images/svg/terms/general-tc.svg rename to themes/gatsby-theme-deriv/src/images/svg/terms/general-tc.svg diff --git a/src/images/svg/terms/important-guidelines.svg b/themes/gatsby-theme-deriv/src/images/svg/terms/important-guidelines.svg similarity index 100% rename from src/images/svg/terms/important-guidelines.svg rename to themes/gatsby-theme-deriv/src/images/svg/terms/important-guidelines.svg diff --git a/src/images/svg/terms/payment-agents.svg b/themes/gatsby-theme-deriv/src/images/svg/terms/payment-agents.svg similarity index 100% rename from src/images/svg/terms/payment-agents.svg rename to themes/gatsby-theme-deriv/src/images/svg/terms/payment-agents.svg diff --git a/src/images/svg/terms/risk-tc.svg b/themes/gatsby-theme-deriv/src/images/svg/terms/risk-tc.svg similarity index 100% rename from src/images/svg/terms/risk-tc.svg rename to themes/gatsby-theme-deriv/src/images/svg/terms/risk-tc.svg diff --git a/src/images/svg/terms/security-privacy-tc.svg b/themes/gatsby-theme-deriv/src/images/svg/terms/security-privacy-tc.svg similarity index 100% rename from src/images/svg/terms/security-privacy-tc.svg rename to themes/gatsby-theme-deriv/src/images/svg/terms/security-privacy-tc.svg diff --git a/src/images/svg/terms/trading-tc.svg b/themes/gatsby-theme-deriv/src/images/svg/terms/trading-tc.svg similarity index 100% rename from src/images/svg/terms/trading-tc.svg rename to themes/gatsby-theme-deriv/src/images/svg/terms/trading-tc.svg diff --git a/src/images/svg/testimonials/arrow-left-fade.svg b/themes/gatsby-theme-deriv/src/images/svg/testimonials/arrow-left-fade.svg similarity index 100% rename from src/images/svg/testimonials/arrow-left-fade.svg rename to themes/gatsby-theme-deriv/src/images/svg/testimonials/arrow-left-fade.svg diff --git a/src/images/svg/testimonials/arrow-left.svg b/themes/gatsby-theme-deriv/src/images/svg/testimonials/arrow-left.svg similarity index 100% rename from src/images/svg/testimonials/arrow-left.svg rename to themes/gatsby-theme-deriv/src/images/svg/testimonials/arrow-left.svg diff --git a/src/images/svg/testimonials/arrow-right-fade.svg b/themes/gatsby-theme-deriv/src/images/svg/testimonials/arrow-right-fade.svg similarity index 100% rename from src/images/svg/testimonials/arrow-right-fade.svg rename to themes/gatsby-theme-deriv/src/images/svg/testimonials/arrow-right-fade.svg diff --git a/src/images/svg/testimonials/arrow-right.svg b/themes/gatsby-theme-deriv/src/images/svg/testimonials/arrow-right.svg similarity index 100% rename from src/images/svg/testimonials/arrow-right.svg rename to themes/gatsby-theme-deriv/src/images/svg/testimonials/arrow-right.svg diff --git a/src/images/svg/testimonials/quote.svg b/themes/gatsby-theme-deriv/src/images/svg/testimonials/quote.svg similarity index 100% rename from src/images/svg/testimonials/quote.svg rename to themes/gatsby-theme-deriv/src/images/svg/testimonials/quote.svg diff --git a/src/images/svg/tools/black-right-arrow.svg b/themes/gatsby-theme-deriv/src/images/svg/tools/black-right-arrow.svg similarity index 100% rename from src/images/svg/tools/black-right-arrow.svg rename to themes/gatsby-theme-deriv/src/images/svg/tools/black-right-arrow.svg diff --git a/src/images/svg/trade-types/arrow-right.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/arrow-right.svg similarity index 100% rename from src/images/svg/trade-types/arrow-right.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/arrow-right.svg diff --git a/src/images/svg/trade-types/cfds.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/cfds.svg similarity index 100% rename from src/images/svg/trade-types/cfds.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/cfds.svg diff --git a/src/images/svg/trade-types/checklist-red.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/checklist-red.svg similarity index 100% rename from src/images/svg/trade-types/checklist-red.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/checklist-red.svg diff --git a/src/images/svg/trade-types/commodities.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/commodities.svg similarity index 100% rename from src/images/svg/trade-types/commodities.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/commodities.svg diff --git a/src/images/svg/trade-types/crash-boom.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/crash-boom.svg similarity index 100% rename from src/images/svg/trade-types/crash-boom.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/crash-boom.svg diff --git a/src/images/svg/trade-types/crash.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/crash.svg similarity index 100% rename from src/images/svg/trade-types/crash.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/crash.svg diff --git a/src/images/svg/trade-types/cryptocurrencies.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/cryptocurrencies.svg similarity index 100% rename from src/images/svg/trade-types/cryptocurrencies.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/cryptocurrencies.svg diff --git a/src/images/svg/trade-types/define-your-position.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/define-your-position.svg similarity index 100% rename from src/images/svg/trade-types/define-your-position.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/define-your-position.svg diff --git a/src/images/svg/trade-types/derived.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/derived.svg similarity index 100% rename from src/images/svg/trade-types/derived.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/derived.svg diff --git a/src/images/svg/trade-types/exposure.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/exposure.svg similarity index 100% rename from src/images/svg/trade-types/exposure.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/exposure.svg diff --git a/src/images/svg/trade-types/favourite.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/favourite.svg similarity index 100% rename from src/images/svg/trade-types/favourite.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/favourite.svg diff --git a/src/images/svg/trade-types/flexible.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/flexible.svg similarity index 100% rename from src/images/svg/trade-types/flexible.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/flexible.svg diff --git a/src/images/svg/trade-types/forex.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/forex.svg similarity index 100% rename from src/images/svg/trade-types/forex.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/forex.svg diff --git a/src/images/svg/trade-types/friendly-support.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/friendly-support.svg similarity index 100% rename from src/images/svg/trade-types/friendly-support.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/friendly-support.svg diff --git a/src/images/svg/trade-types/get-quote.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/get-quote.svg similarity index 100% rename from src/images/svg/trade-types/get-quote.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/get-quote.svg diff --git a/src/images/svg/trade-types/high-leverage.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/high-leverage.svg similarity index 100% rename from src/images/svg/trade-types/high-leverage.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/high-leverage.svg diff --git a/src/images/svg/trade-types/info.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/info.svg similarity index 100% rename from src/images/svg/trade-types/info.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/info.svg diff --git a/src/images/svg/trade-types/info2.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/info2.svg similarity index 100% rename from src/images/svg/trade-types/info2.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/info2.svg diff --git a/src/images/svg/trade-types/instant-access.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/instant-access.svg similarity index 100% rename from src/images/svg/trade-types/instant-access.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/instant-access.svg diff --git a/src/images/svg/trade-types/instant.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/instant.svg similarity index 100% rename from src/images/svg/trade-types/instant.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/instant.svg diff --git a/src/images/svg/trade-types/maximize-potential-profit.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/maximize-potential-profit.svg similarity index 100% rename from src/images/svg/trade-types/maximize-potential-profit.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/maximize-potential-profit.svg diff --git a/src/images/svg/trade-types/options/accumulator/payout_knocked_out.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/accumulator/payout_knocked_out.svg similarity index 100% rename from src/images/svg/trade-types/options/accumulator/payout_knocked_out.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/accumulator/payout_knocked_out.svg diff --git a/src/images/svg/trade-types/options/accumulator/payout_win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/accumulator/payout_win.svg similarity index 100% rename from src/images/svg/trade-types/options/accumulator/payout_win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/accumulator/payout_win.svg diff --git a/src/images/svg/trade-types/options/digital/asian-down-loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/asian-down-loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/asian-down-loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/asian-down-loss.svg diff --git a/src/images/svg/trade-types/options/digital/asian-down-win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/asian-down-win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/asian-down-win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/asian-down-win.svg diff --git a/src/images/svg/trade-types/options/digital/asian-up-loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/asian-up-loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/asian-up-loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/asian-up-loss.svg diff --git a/src/images/svg/trade-types/options/digital/asian-up-win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/asian-up-win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/asian-up-win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/asian-up-win.svg diff --git a/src/images/svg/trade-types/options/digital/asians-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/asians-icon.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/asians-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/asians-icon.svg diff --git a/src/images/svg/trade-types/options/digital/close-low-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/close-low-icon.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/close-low-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/close-low-icon.svg diff --git a/src/images/svg/trade-types/options/digital/close-low.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/close-low.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/close-low.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/close-low.svg diff --git a/src/images/svg/trade-types/options/digital/digits-differs-loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-differs-loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/digits-differs-loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-differs-loss.svg diff --git a/src/images/svg/trade-types/options/digital/digits-differs-win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-differs-win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/digits-differs-win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-differs-win.svg diff --git a/src/images/svg/trade-types/options/digital/digits-even-loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-even-loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/digits-even-loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-even-loss.svg diff --git a/src/images/svg/trade-types/options/digital/digits-even-odd.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-even-odd.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/digits-even-odd.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-even-odd.svg diff --git a/src/images/svg/trade-types/options/digital/digits-even-win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-even-win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/digits-even-win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-even-win.svg diff --git a/src/images/svg/trade-types/options/digital/digits-matches-differs.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-matches-differs.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/digits-matches-differs.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-matches-differs.svg diff --git a/src/images/svg/trade-types/options/digital/digits-matches-loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-matches-loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/digits-matches-loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-matches-loss.svg diff --git a/src/images/svg/trade-types/options/digital/digits-matches-win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-matches-win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/digits-matches-win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-matches-win.svg diff --git a/src/images/svg/trade-types/options/digital/digits-odd-loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-odd-loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/digits-odd-loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-odd-loss.svg diff --git a/src/images/svg/trade-types/options/digital/digits-odd-win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-odd-win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/digits-odd-win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-odd-win.svg diff --git a/src/images/svg/trade-types/options/digital/digits-over-loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-over-loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/digits-over-loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-over-loss.svg diff --git a/src/images/svg/trade-types/options/digital/digits-over-under.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-over-under.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/digits-over-under.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-over-under.svg diff --git a/src/images/svg/trade-types/options/digital/digits-over-win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-over-win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/digits-over-win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-over-win.svg diff --git a/src/images/svg/trade-types/options/digital/digits-under-loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-under-loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/digits-under-loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-under-loss.svg diff --git a/src/images/svg/trade-types/options/digital/digits-under-win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-under-win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/digits-under-win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/digits-under-win.svg diff --git a/src/images/svg/trade-types/options/digital/ends-between-loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/ends-between-loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/ends-between-loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/ends-between-loss.svg diff --git a/src/images/svg/trade-types/options/digital/ends-between-win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/ends-between-win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/ends-between-win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/ends-between-win.svg diff --git a/src/images/svg/trade-types/options/digital/ends-outside-loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/ends-outside-loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/ends-outside-loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/ends-outside-loss.svg diff --git a/src/images/svg/trade-types/options/digital/ends-outside-win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/ends-outside-win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/ends-outside-win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/ends-outside-win.svg diff --git a/src/images/svg/trade-types/options/digital/fall_lose.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/fall_lose.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/fall_lose.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/fall_lose.svg diff --git a/src/images/svg/trade-types/options/digital/fall_win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/fall_win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/fall_win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/fall_win.svg diff --git a/src/images/svg/trade-types/options/digital/goes-outside-loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/goes-outside-loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/goes-outside-loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/goes-outside-loss.svg diff --git a/src/images/svg/trade-types/options/digital/goes-outside-win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/goes-outside-win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/goes-outside-win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/goes-outside-win.svg diff --git a/src/images/svg/trade-types/options/digital/high-and-low.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/high-and-low.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/high-and-low.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/high-and-low.svg diff --git a/src/images/svg/trade-types/options/digital/high-close-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/high-close-icon.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/high-close-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/high-close-icon.svg diff --git a/src/images/svg/trade-types/options/digital/high-close.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/high-close.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/high-close.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/high-close.svg diff --git a/src/images/svg/trade-types/options/digital/high-loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/high-loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/high-loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/high-loss.svg diff --git a/src/images/svg/trade-types/options/digital/high-low-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/high-low-icon.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/high-low-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/high-low-icon.svg diff --git a/src/images/svg/trade-types/options/digital/high-low.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/high-low.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/high-low.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/high-low.svg diff --git a/src/images/svg/trade-types/options/digital/high-win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/high-win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/high-win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/high-win.svg diff --git a/src/images/svg/trade-types/options/digital/higher_loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/higher_loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/higher_loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/higher_loss.svg diff --git a/src/images/svg/trade-types/options/digital/higher_win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/higher_win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/higher_win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/higher_win.svg diff --git a/src/images/svg/trade-types/options/digital/in-out-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/in-out-icon.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/in-out-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/in-out-icon.svg diff --git a/src/images/svg/trade-types/options/digital/in-out-stays-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/in-out-stays-icon.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/in-out-stays-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/in-out-stays-icon.svg diff --git a/src/images/svg/trade-types/options/digital/low-loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/low-loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/low-loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/low-loss.svg diff --git a/src/images/svg/trade-types/options/digital/low-win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/low-win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/low-win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/low-win.svg diff --git a/src/images/svg/trade-types/options/digital/lower_loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/lower_loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/lower_loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/lower_loss.svg diff --git a/src/images/svg/trade-types/options/digital/lower_win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/lower_win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/lower_win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/lower_win.svg diff --git a/src/images/svg/trade-types/options/digital/no-touch-loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/no-touch-loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/no-touch-loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/no-touch-loss.svg diff --git a/src/images/svg/trade-types/options/digital/no-touch-win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/no-touch-win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/no-touch-win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/no-touch-win.svg diff --git a/src/images/svg/trade-types/options/digital/only-down-loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/only-down-loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/only-down-loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/only-down-loss.svg diff --git a/src/images/svg/trade-types/options/digital/only-downs-win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/only-downs-win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/only-downs-win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/only-downs-win.svg diff --git a/src/images/svg/trade-types/options/digital/only-ups-downs-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/only-ups-downs-icon.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/only-ups-downs-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/only-ups-downs-icon.svg diff --git a/src/images/svg/trade-types/options/digital/only-ups-loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/only-ups-loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/only-ups-loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/only-ups-loss.svg diff --git a/src/images/svg/trade-types/options/digital/only-ups-win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/only-ups-win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/only-ups-win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/only-ups-win.svg diff --git a/src/images/svg/trade-types/options/digital/reset-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/reset-icon.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/reset-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/reset-icon.svg diff --git a/src/images/svg/trade-types/options/digital/reset-put-loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/reset-put-loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/reset-put-loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/reset-put-loss.svg diff --git a/src/images/svg/trade-types/options/digital/reset-put-loss_2.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/reset-put-loss_2.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/reset-put-loss_2.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/reset-put-loss_2.svg diff --git a/src/images/svg/trade-types/options/digital/reset-put-win-2.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/reset-put-win-2.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/reset-put-win-2.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/reset-put-win-2.svg diff --git a/src/images/svg/trade-types/options/digital/reset-put-win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/reset-put-win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/reset-put-win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/reset-put-win.svg diff --git a/src/images/svg/trade-types/options/digital/reset_call_loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/reset_call_loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/reset_call_loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/reset_call_loss.svg diff --git a/src/images/svg/trade-types/options/digital/reset_call_loss_2.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/reset_call_loss_2.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/reset_call_loss_2.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/reset_call_loss_2.svg diff --git a/src/images/svg/trade-types/options/digital/reset_call_win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/reset_call_win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/reset_call_win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/reset_call_win.svg diff --git a/src/images/svg/trade-types/options/digital/reset_call_win_2.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/reset_call_win_2.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/reset_call_win_2.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/reset_call_win_2.svg diff --git a/src/images/svg/trade-types/options/digital/rise_lose.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/rise_lose.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/rise_lose.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/rise_lose.svg diff --git a/src/images/svg/trade-types/options/digital/rise_win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/rise_win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/rise_win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/rise_win.svg diff --git a/src/images/svg/trade-types/options/digital/stays-between-loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/stays-between-loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/stays-between-loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/stays-between-loss.svg diff --git a/src/images/svg/trade-types/options/digital/stays-between-win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/stays-between-win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/stays-between-win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/stays-between-win.svg diff --git a/src/images/svg/trade-types/options/digital/touch-no-touch-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/touch-no-touch-icon.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/touch-no-touch-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/touch-no-touch-icon.svg diff --git a/src/images/svg/trade-types/options/digital/touch_loss.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/touch_loss.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/touch_loss.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/touch_loss.svg diff --git a/src/images/svg/trade-types/options/digital/touch_win.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/touch_win.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/touch_win.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/touch_win.svg diff --git a/src/images/svg/trade-types/options/digital/up-down-higher-lower.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/up-down-higher-lower.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/up-down-higher-lower.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/up-down-higher-lower.svg diff --git a/src/images/svg/trade-types/options/digital/up-down-rise-fall.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/up-down-rise-fall.svg similarity index 100% rename from src/images/svg/trade-types/options/digital/up-down-rise-fall.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/digital/up-down-rise-fall.svg diff --git a/src/images/svg/trade-types/options/options-images/Active/accumulators_active.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/Active/accumulators_active.svg similarity index 100% rename from src/images/svg/trade-types/options/options-images/Active/accumulators_active.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/Active/accumulators_active.svg diff --git a/src/images/svg/trade-types/options/options-images/Active/digital_active.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/Active/digital_active.svg similarity index 100% rename from src/images/svg/trade-types/options/options-images/Active/digital_active.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/Active/digital_active.svg diff --git a/src/images/svg/trade-types/options/options-images/Active/turbo_active.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/Active/turbo_active.svg similarity index 100% rename from src/images/svg/trade-types/options/options-images/Active/turbo_active.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/Active/turbo_active.svg diff --git a/src/images/svg/trade-types/options/options-images/Active/vanilla_active.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/Active/vanilla_active.svg similarity index 100% rename from src/images/svg/trade-types/options/options-images/Active/vanilla_active.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/Active/vanilla_active.svg diff --git a/src/images/svg/trade-types/options/options-images/Inactive/accumulators_inactive.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/Inactive/accumulators_inactive.svg similarity index 100% rename from src/images/svg/trade-types/options/options-images/Inactive/accumulators_inactive.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/Inactive/accumulators_inactive.svg diff --git a/src/images/svg/trade-types/options/options-images/Inactive/digital_inactive.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/Inactive/digital_inactive.svg similarity index 100% rename from src/images/svg/trade-types/options/options-images/Inactive/digital_inactive.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/Inactive/digital_inactive.svg diff --git a/src/images/svg/trade-types/options/options-images/Inactive/turbo_inactive.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/Inactive/turbo_inactive.svg similarity index 100% rename from src/images/svg/trade-types/options/options-images/Inactive/turbo_inactive.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/Inactive/turbo_inactive.svg diff --git a/src/images/svg/trade-types/options/options-images/Inactive/vanilla_inactive.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/Inactive/vanilla_inactive.svg similarity index 100% rename from src/images/svg/trade-types/options/options-images/Inactive/vanilla_inactive.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/Inactive/vanilla_inactive.svg diff --git a/src/images/svg/trade-types/options/options-images/index.tsx b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/index.tsx similarity index 100% rename from src/images/svg/trade-types/options/options-images/index.tsx rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/index.tsx diff --git a/src/images/svg/trade-types/options/options-images/why_trade_options/Instant_access.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/why_trade_options/Instant_access.svg similarity index 100% rename from src/images/svg/trade-types/options/options-images/why_trade_options/Instant_access.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/why_trade_options/Instant_access.svg diff --git a/src/images/svg/trade-types/options/options-images/why_trade_options/advanced_charting_widgets.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/why_trade_options/advanced_charting_widgets.svg similarity index 100% rename from src/images/svg/trade-types/options/options-images/why_trade_options/advanced_charting_widgets.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/why_trade_options/advanced_charting_widgets.svg diff --git a/src/images/svg/trade-types/options/options-images/why_trade_options/all_you_ favorite_markets.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/why_trade_options/all_you_ favorite_markets.svg similarity index 100% rename from src/images/svg/trade-types/options/options-images/why_trade_options/all_you_ favorite_markets.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/why_trade_options/all_you_ favorite_markets.svg diff --git a/src/images/svg/trade-types/options/options-images/why_trade_options/flexiable_layout.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/why_trade_options/flexiable_layout.svg similarity index 100% rename from src/images/svg/trade-types/options/options-images/why_trade_options/flexiable_layout.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/why_trade_options/flexiable_layout.svg diff --git a/src/images/svg/trade-types/options/options-images/why_trade_options/flexiable_trade_types.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/why_trade_options/flexiable_trade_types.svg similarity index 100% rename from src/images/svg/trade-types/options/options-images/why_trade_options/flexiable_trade_types.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/options-images/why_trade_options/flexiable_trade_types.svg diff --git a/src/images/svg/trade-types/options/turbo/turbo_long_no_payout.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/turbo/turbo_long_no_payout.svg similarity index 100% rename from src/images/svg/trade-types/options/turbo/turbo_long_no_payout.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/turbo/turbo_long_no_payout.svg diff --git a/src/images/svg/trade-types/options/turbo/turbo_long_payout.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/turbo/turbo_long_payout.svg similarity index 100% rename from src/images/svg/trade-types/options/turbo/turbo_long_payout.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/turbo/turbo_long_payout.svg diff --git a/src/images/svg/trade-types/options/turbo/turbo_long_short.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/turbo/turbo_long_short.svg similarity index 100% rename from src/images/svg/trade-types/options/turbo/turbo_long_short.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/turbo/turbo_long_short.svg diff --git a/src/images/svg/trade-types/options/turbo/turbo_short_no_payout.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/turbo/turbo_short_no_payout.svg similarity index 100% rename from src/images/svg/trade-types/options/turbo/turbo_short_no_payout.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/turbo/turbo_short_no_payout.svg diff --git a/src/images/svg/trade-types/options/turbo/turbo_short_payout.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/turbo/turbo_short_payout.svg similarity index 100% rename from src/images/svg/trade-types/options/turbo/turbo_short_payout.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/turbo/turbo_short_payout.svg diff --git a/src/images/svg/trade-types/options/vanilla/call_no_payout.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/vanilla/call_no_payout.svg similarity index 100% rename from src/images/svg/trade-types/options/vanilla/call_no_payout.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/vanilla/call_no_payout.svg diff --git a/src/images/svg/trade-types/options/vanilla/call_payout.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/vanilla/call_payout.svg similarity index 100% rename from src/images/svg/trade-types/options/vanilla/call_payout.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/vanilla/call_payout.svg diff --git a/src/images/svg/trade-types/options/vanilla/put_no_payout.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/vanilla/put_no_payout.svg similarity index 100% rename from src/images/svg/trade-types/options/vanilla/put_no_payout.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/vanilla/put_no_payout.svg diff --git a/src/images/svg/trade-types/options/vanilla/put_payout.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/vanilla/put_payout.svg similarity index 100% rename from src/images/svg/trade-types/options/vanilla/put_payout.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/vanilla/put_payout.svg diff --git a/src/images/svg/trade-types/options/vanilla/vanilla_call_put.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/options/vanilla/vanilla_call_put.svg similarity index 100% rename from src/images/svg/trade-types/options/vanilla/vanilla_call_put.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/options/vanilla/vanilla_call_put.svg diff --git a/src/images/svg/trade-types/purchase-your-contract.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/purchase-your-contract.svg similarity index 100% rename from src/images/svg/trade-types/purchase-your-contract.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/purchase-your-contract.svg diff --git a/src/images/svg/trade-types/responsive.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/responsive.svg similarity index 100% rename from src/images/svg/trade-types/responsive.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/responsive.svg diff --git a/src/images/svg/trade-types/risk.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/risk.svg similarity index 100% rename from src/images/svg/trade-types/risk.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/risk.svg diff --git a/src/images/svg/trade-types/set-optional-parameters.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/set-optional-parameters.svg similarity index 100% rename from src/images/svg/trade-types/set-optional-parameters.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/set-optional-parameters.svg diff --git a/src/images/svg/trade-types/stock-indices.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/stock-indices.svg similarity index 100% rename from src/images/svg/trade-types/stock-indices.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/stock-indices.svg diff --git a/src/images/svg/trade-types/synthetic-indices.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/synthetic-indices.svg similarity index 100% rename from src/images/svg/trade-types/synthetic-indices.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/synthetic-indices.svg diff --git a/src/images/svg/trade-types/trade-anytime.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/trade-anytime.svg similarity index 100% rename from src/images/svg/trade-types/trade-anytime.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/trade-anytime.svg diff --git a/src/images/svg/trade-types/user-friendly.svg b/themes/gatsby-theme-deriv/src/images/svg/trade-types/user-friendly.svg similarity index 100% rename from src/images/svg/trade-types/user-friendly.svg rename to themes/gatsby-theme-deriv/src/images/svg/trade-types/user-friendly.svg diff --git a/src/images/svg/traders-hub-link.svg b/themes/gatsby-theme-deriv/src/images/svg/traders-hub-link.svg similarity index 100% rename from src/images/svg/traders-hub-link.svg rename to themes/gatsby-theme-deriv/src/images/svg/traders-hub-link.svg diff --git a/src/images/svg/trading-platforms/ctrader/call-the-shots.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/ctrader/call-the-shots.svg similarity index 100% rename from src/images/svg/trading-platforms/ctrader/call-the-shots.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/ctrader/call-the-shots.svg diff --git a/src/images/svg/trading-platforms/ctrader/ctrader-copy-trading.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/ctrader/ctrader-copy-trading.svg similarity index 100% rename from src/images/svg/trading-platforms/ctrader/ctrader-copy-trading.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/ctrader/ctrader-copy-trading.svg diff --git a/src/images/svg/trading-platforms/ctrader/ctrader-logo.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/ctrader/ctrader-logo.svg similarity index 100% rename from src/images/svg/trading-platforms/ctrader/ctrader-logo.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/ctrader/ctrader-logo.svg diff --git a/src/images/svg/trading-platforms/ctrader/ctrader-main-logo.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/ctrader/ctrader-main-logo.svg similarity index 100% rename from src/images/svg/trading-platforms/ctrader/ctrader-main-logo.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/ctrader/ctrader-main-logo.svg diff --git a/src/images/svg/trading-platforms/ctrader/ctrader-qr-code.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/ctrader/ctrader-qr-code.svg similarity index 100% rename from src/images/svg/trading-platforms/ctrader/ctrader-qr-code.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/ctrader/ctrader-qr-code.svg diff --git a/src/images/svg/trading-platforms/ctrader/demo_ctrader.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/ctrader/demo_ctrader.svg similarity index 100% rename from src/images/svg/trading-platforms/ctrader/demo_ctrader.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/ctrader/demo_ctrader.svg diff --git a/src/images/svg/trading-platforms/ctrader/multiple-assets.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/ctrader/multiple-assets.svg similarity index 100% rename from src/images/svg/trading-platforms/ctrader/multiple-assets.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/ctrader/multiple-assets.svg diff --git a/src/images/svg/trading-platforms/ctrader/risk-management.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/ctrader/risk-management.svg similarity index 100% rename from src/images/svg/trading-platforms/ctrader/risk-management.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/ctrader/risk-management.svg diff --git a/src/images/svg/trading-platforms/ctrader/sign-in.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/ctrader/sign-in.svg similarity index 100% rename from src/images/svg/trading-platforms/ctrader/sign-in.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/ctrader/sign-in.svg diff --git a/src/images/svg/trading-platforms/db-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/db-icon.svg similarity index 100% rename from src/images/svg/trading-platforms/db-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/db-icon.svg diff --git a/src/images/svg/trading-platforms/deriv-ez/deriv-ez-logo-red.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/deriv-ez/deriv-ez-logo-red.svg similarity index 100% rename from src/images/svg/trading-platforms/deriv-ez/deriv-ez-logo-red.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/deriv-ez/deriv-ez-logo-red.svg diff --git a/src/images/svg/trading-platforms/deriv-ez/deriv-ez-logo.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/deriv-ez/deriv-ez-logo.svg similarity index 100% rename from src/images/svg/trading-platforms/deriv-ez/deriv-ez-logo.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/deriv-ez/deriv-ez-logo.svg diff --git a/src/images/svg/trading-platforms/deriv-ez/derivez-qr.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/deriv-ez/derivez-qr.svg similarity index 100% rename from src/images/svg/trading-platforms/deriv-ez/derivez-qr.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/deriv-ez/derivez-qr.svg diff --git a/src/images/svg/trading-platforms/deriv-ez/easy-to-start.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/deriv-ez/easy-to-start.svg similarity index 100% rename from src/images/svg/trading-platforms/deriv-ez/easy-to-start.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/deriv-ez/easy-to-start.svg diff --git a/src/images/svg/trading-platforms/deriv-ez/favourite-assets.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/deriv-ez/favourite-assets.svg similarity index 100% rename from src/images/svg/trading-platforms/deriv-ez/favourite-assets.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/deriv-ez/favourite-assets.svg diff --git a/src/images/svg/trading-platforms/deriv-ez/twenty-four-seven.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/deriv-ez/twenty-four-seven.svg similarity index 100% rename from src/images/svg/trading-platforms/deriv-ez/twenty-four-seven.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/deriv-ez/twenty-four-seven.svg diff --git a/src/images/svg/trading-platforms/dmt5-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/dmt5-icon.svg similarity index 100% rename from src/images/svg/trading-platforms/dmt5-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/dmt5-icon.svg diff --git a/src/images/svg/trading-platforms/dt-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/dt-icon.svg similarity index 100% rename from src/images/svg/trading-platforms/dt-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/dt-icon.svg diff --git a/src/images/svg/trading-platforms/dx-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/dx-icon.svg similarity index 100% rename from src/images/svg/trading-platforms/dx-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/dx-icon.svg diff --git a/src/images/svg/trading-platforms/go-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-platforms/go-icon.svg similarity index 100% rename from src/images/svg/trading-platforms/go-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-platforms/go-icon.svg diff --git a/src/images/svg/trading-specification/close-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/close-icon.svg similarity index 100% rename from src/images/svg/trading-specification/close-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/close-icon.svg diff --git a/src/images/svg/trading-specification/commodities_five_lot.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/commodities_five_lot.svg similarity index 100% rename from src/images/svg/trading-specification/commodities_five_lot.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/commodities_five_lot.svg diff --git a/src/images/svg/trading-specification/commodities_four_lot.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/commodities_four_lot.svg similarity index 100% rename from src/images/svg/trading-specification/commodities_four_lot.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/commodities_four_lot.svg diff --git a/src/images/svg/trading-specification/commodities_one_lot.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/commodities_one_lot.svg similarity index 100% rename from src/images/svg/trading-specification/commodities_one_lot.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/commodities_one_lot.svg diff --git a/src/images/svg/trading-specification/commodities_total_margin.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/commodities_total_margin.svg similarity index 100% rename from src/images/svg/trading-specification/commodities_total_margin.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/commodities_total_margin.svg diff --git a/src/images/svg/trading-specification/crypto_one_lot.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/crypto_one_lot.svg similarity index 100% rename from src/images/svg/trading-specification/crypto_one_lot.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/crypto_one_lot.svg diff --git a/src/images/svg/trading-specification/crypto_total_margin.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/crypto_total_margin.svg similarity index 100% rename from src/images/svg/trading-specification/crypto_total_margin.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/crypto_total_margin.svg diff --git a/src/images/svg/trading-specification/crypto_two_lot.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/crypto_two_lot.svg similarity index 100% rename from src/images/svg/trading-specification/crypto_two_lot.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/crypto_two_lot.svg diff --git a/src/images/svg/trading-specification/crypto_two_lot_hundred.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/crypto_two_lot_hundred.svg similarity index 100% rename from src/images/svg/trading-specification/crypto_two_lot_hundred.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/crypto_two_lot_hundred.svg diff --git a/src/images/svg/trading-specification/deriv-x.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/deriv-x.svg similarity index 100% rename from src/images/svg/trading-specification/deriv-x.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/deriv-x.svg diff --git a/src/images/svg/trading-specification/dl.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/dl.svg similarity index 100% rename from src/images/svg/trading-specification/dl.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/dl.svg diff --git a/src/images/svg/trading-specification/fx_five_lot.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/fx_five_lot.svg similarity index 100% rename from src/images/svg/trading-specification/fx_five_lot.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/fx_five_lot.svg diff --git a/src/images/svg/trading-specification/fx_four_lot.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/fx_four_lot.svg similarity index 100% rename from src/images/svg/trading-specification/fx_four_lot.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/fx_four_lot.svg diff --git a/src/images/svg/trading-specification/fx_one_lot.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/fx_one_lot.svg similarity index 100% rename from src/images/svg/trading-specification/fx_one_lot.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/fx_one_lot.svg diff --git a/src/images/svg/trading-specification/fx_total_margin.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/fx_total_margin.svg similarity index 100% rename from src/images/svg/trading-specification/fx_total_margin.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/fx_total_margin.svg diff --git a/src/images/svg/trading-specification/info-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/info-icon.svg similarity index 100% rename from src/images/svg/trading-specification/info-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/info-icon.svg diff --git a/src/images/svg/trading-specification/left-chevron.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/left-chevron.svg similarity index 100% rename from src/images/svg/trading-specification/left-chevron.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/left-chevron.svg diff --git a/src/images/svg/trading-specification/right-chevron.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/right-chevron.svg similarity index 100% rename from src/images/svg/trading-specification/right-chevron.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/right-chevron.svg diff --git a/src/images/svg/trading-specification/search-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/search-icon.svg similarity index 100% rename from src/images/svg/trading-specification/search-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/search-icon.svg diff --git a/src/images/svg/trading-specification/search-not-found.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/search-not-found.svg similarity index 100% rename from src/images/svg/trading-specification/search-not-found.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/search-not-found.svg diff --git a/src/images/svg/trading-specification/stocks_fifty_lot.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/stocks_fifty_lot.svg similarity index 100% rename from src/images/svg/trading-specification/stocks_fifty_lot.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/stocks_fifty_lot.svg diff --git a/src/images/svg/trading-specification/stocks_five_lot.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/stocks_five_lot.svg similarity index 100% rename from src/images/svg/trading-specification/stocks_five_lot.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/stocks_five_lot.svg diff --git a/src/images/svg/trading-specification/stocks_fourty_five_lot.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/stocks_fourty_five_lot.svg similarity index 100% rename from src/images/svg/trading-specification/stocks_fourty_five_lot.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/stocks_fourty_five_lot.svg diff --git a/src/images/svg/trading-specification/stocks_total_margin.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/stocks_total_margin.svg similarity index 100% rename from src/images/svg/trading-specification/stocks_total_margin.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/stocks_total_margin.svg diff --git a/src/images/svg/trading-specification/swf.svg b/themes/gatsby-theme-deriv/src/images/svg/trading-specification/swf.svg similarity index 100% rename from src/images/svg/trading-specification/swf.svg rename to themes/gatsby-theme-deriv/src/images/svg/trading-specification/swf.svg diff --git a/src/images/svg/who-we-are/linkedin.svg b/themes/gatsby-theme-deriv/src/images/svg/who-we-are/linkedin.svg similarity index 100% rename from src/images/svg/who-we-are/linkedin.svg rename to themes/gatsby-theme-deriv/src/images/svg/who-we-are/linkedin.svg diff --git a/src/images/svg/who-we-are/pin.svg b/themes/gatsby-theme-deriv/src/images/svg/who-we-are/pin.svg similarity index 100% rename from src/images/svg/who-we-are/pin.svg rename to themes/gatsby-theme-deriv/src/images/svg/who-we-are/pin.svg diff --git a/src/images/svg/windows-icon.svg b/themes/gatsby-theme-deriv/src/images/svg/windows-icon.svg similarity index 100% rename from src/images/svg/windows-icon.svg rename to themes/gatsby-theme-deriv/src/images/svg/windows-icon.svg diff --git a/src/lotties/JumpIndicesChart.json b/themes/gatsby-theme-deriv/src/lotties/JumpIndicesChart.json similarity index 100% rename from src/lotties/JumpIndicesChart.json rename to themes/gatsby-theme-deriv/src/lotties/JumpIndicesChart.json diff --git a/src/pages/404.tsx b/themes/gatsby-theme-deriv/src/pages/404.tsx similarity index 100% rename from src/pages/404.tsx rename to themes/gatsby-theme-deriv/src/pages/404.tsx diff --git a/src/pages/careers/_dept-layout-components/_career-container.ts b/themes/gatsby-theme-deriv/src/pages/careers/_dept-layout-components/_career-container.ts similarity index 100% rename from src/pages/careers/_dept-layout-components/_career-container.ts rename to themes/gatsby-theme-deriv/src/pages/careers/_dept-layout-components/_career-container.ts diff --git a/src/pages/careers/_dept-layout-components/_department-page.tsx b/themes/gatsby-theme-deriv/src/pages/careers/_dept-layout-components/_department-page.tsx similarity index 100% rename from src/pages/careers/_dept-layout-components/_department-page.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/_dept-layout-components/_department-page.tsx diff --git a/src/pages/careers/_dept-layout-components/_dept-description.tsx b/themes/gatsby-theme-deriv/src/pages/careers/_dept-layout-components/_dept-description.tsx similarity index 100% rename from src/pages/careers/_dept-layout-components/_dept-description.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/_dept-layout-components/_dept-description.tsx diff --git a/src/pages/careers/_dept-layout-components/_dept-layout.types.ts b/themes/gatsby-theme-deriv/src/pages/careers/_dept-layout-components/_dept-layout.types.ts similarity index 100% rename from src/pages/careers/_dept-layout-components/_dept-layout.types.ts rename to themes/gatsby-theme-deriv/src/pages/careers/_dept-layout-components/_dept-layout.types.ts diff --git a/src/pages/careers/_dept-layout-components/_hero.tsx b/themes/gatsby-theme-deriv/src/pages/careers/_dept-layout-components/_hero.tsx similarity index 100% rename from src/pages/careers/_dept-layout-components/_hero.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/_dept-layout-components/_hero.tsx diff --git a/src/pages/careers/_dept-layout-components/_staff-review.tsx b/themes/gatsby-theme-deriv/src/pages/careers/_dept-layout-components/_staff-review.tsx similarity index 100% rename from src/pages/careers/_dept-layout-components/_staff-review.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/_dept-layout-components/_staff-review.tsx diff --git a/src/pages/careers/_employee-testimonial-carousel.tsx b/themes/gatsby-theme-deriv/src/pages/careers/_employee-testimonial-carousel.tsx similarity index 100% rename from src/pages/careers/_employee-testimonial-carousel.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/_employee-testimonial-carousel.tsx diff --git a/src/pages/careers/_hero.tsx b/themes/gatsby-theme-deriv/src/pages/careers/_hero.tsx similarity index 100% rename from src/pages/careers/_hero.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/_hero.tsx diff --git a/src/pages/careers/_join_your_team.tsx b/themes/gatsby-theme-deriv/src/pages/careers/_join_your_team.tsx similarity index 100% rename from src/pages/careers/_join_your_team.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/_join_your_team.tsx diff --git a/src/pages/careers/_layout-components/_career_container.ts b/themes/gatsby-theme-deriv/src/pages/careers/_layout-components/_career_container.ts similarity index 100% rename from src/pages/careers/_layout-components/_career_container.ts rename to themes/gatsby-theme-deriv/src/pages/careers/_layout-components/_career_container.ts diff --git a/src/pages/careers/_layout-components/_team-card.tsx b/themes/gatsby-theme-deriv/src/pages/careers/_layout-components/_team-card.tsx similarity index 100% rename from src/pages/careers/_layout-components/_team-card.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/_layout-components/_team-card.tsx diff --git a/src/pages/careers/_lazy-load.ts b/themes/gatsby-theme-deriv/src/pages/careers/_lazy-load.ts similarity index 100% rename from src/pages/careers/_lazy-load.ts rename to themes/gatsby-theme-deriv/src/pages/careers/_lazy-load.ts diff --git a/src/pages/careers/_life-at-deriv-carousel.tsx b/themes/gatsby-theme-deriv/src/pages/careers/_life-at-deriv-carousel.tsx similarity index 100% rename from src/pages/careers/_life-at-deriv-carousel.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/_life-at-deriv-carousel.tsx diff --git a/src/pages/careers/_model/_locations/_contact-details.ts b/themes/gatsby-theme-deriv/src/pages/careers/_model/_locations/_contact-details.ts similarity index 100% rename from src/pages/careers/_model/_locations/_contact-details.ts rename to themes/gatsby-theme-deriv/src/pages/careers/_model/_locations/_contact-details.ts diff --git a/src/pages/careers/_model/_locations/_locations.tsx b/themes/gatsby-theme-deriv/src/pages/careers/_model/_locations/_locations.tsx similarity index 100% rename from src/pages/careers/_model/_locations/_locations.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/_model/_locations/_locations.tsx diff --git a/src/pages/careers/_model/_locations/_locations.types.ts b/themes/gatsby-theme-deriv/src/pages/careers/_model/_locations/_locations.types.ts similarity index 100% rename from src/pages/careers/_model/_locations/_locations.types.ts rename to themes/gatsby-theme-deriv/src/pages/careers/_model/_locations/_locations.types.ts diff --git a/src/pages/careers/_our-hiring-process.tsx b/themes/gatsby-theme-deriv/src/pages/careers/_our-hiring-process.tsx similarity index 100% rename from src/pages/careers/_our-hiring-process.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/_our-hiring-process.tsx diff --git a/src/pages/careers/_our-values.tsx b/themes/gatsby-theme-deriv/src/pages/careers/_our-values.tsx similarity index 100% rename from src/pages/careers/_our-values.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/_our-values.tsx diff --git a/src/pages/careers/_who-we-look-for.tsx b/themes/gatsby-theme-deriv/src/pages/careers/_who-we-look-for.tsx similarity index 100% rename from src/pages/careers/_who-we-look-for.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/_who-we-look-for.tsx diff --git a/src/pages/careers/back-end/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/back-end/index.tsx similarity index 100% rename from src/pages/careers/back-end/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/back-end/index.tsx diff --git a/src/pages/careers/business-excellence/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/business-excellence/index.tsx similarity index 100% rename from src/pages/careers/business-excellence/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/business-excellence/index.tsx diff --git a/src/pages/careers/business-intelligence/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/business-intelligence/index.tsx similarity index 100% rename from src/pages/careers/business-intelligence/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/business-intelligence/index.tsx diff --git a/src/pages/careers/customer-support/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/customer-support/index.tsx similarity index 100% rename from src/pages/careers/customer-support/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/customer-support/index.tsx diff --git a/src/pages/careers/cyber-security-it/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/cyber-security-it/index.tsx similarity index 100% rename from src/pages/careers/cyber-security-it/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/cyber-security-it/index.tsx diff --git a/src/pages/careers/data/_career-data.tsx b/themes/gatsby-theme-deriv/src/pages/careers/data/_career-data.tsx similarity index 100% rename from src/pages/careers/data/_career-data.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/data/_career-data.tsx diff --git a/src/pages/careers/finance-accounts/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/finance-accounts/index.tsx similarity index 100% rename from src/pages/careers/finance-accounts/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/finance-accounts/index.tsx diff --git a/src/pages/careers/front-end/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/front-end/index.tsx similarity index 100% rename from src/pages/careers/front-end/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/front-end/index.tsx diff --git a/src/pages/careers/human-resources/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/human-resources/index.tsx similarity index 100% rename from src/pages/careers/human-resources/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/human-resources/index.tsx diff --git a/src/pages/careers/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/index.tsx similarity index 100% rename from src/pages/careers/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/index.tsx diff --git a/src/pages/careers/internal-audit/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/internal-audit/index.tsx similarity index 100% rename from src/pages/careers/internal-audit/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/internal-audit/index.tsx diff --git a/src/pages/careers/legal-compliance/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/legal-compliance/index.tsx similarity index 100% rename from src/pages/careers/legal-compliance/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/legal-compliance/index.tsx diff --git a/src/pages/careers/locations/_location-layout-new-offices.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/_location-layout-new-offices.tsx similarity index 100% rename from src/pages/careers/locations/_location-layout-new-offices.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/_location-layout-new-offices.tsx diff --git a/src/pages/careers/locations/_location-layout.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/_location-layout.tsx similarity index 100% rename from src/pages/careers/locations/_location-layout.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/_location-layout.tsx diff --git a/src/pages/careers/locations/asuncion/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/asuncion/index.tsx similarity index 100% rename from src/pages/careers/locations/asuncion/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/asuncion/index.tsx diff --git a/src/pages/careers/locations/berlin/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/berlin/index.tsx similarity index 100% rename from src/pages/careers/locations/berlin/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/berlin/index.tsx diff --git a/src/pages/careers/locations/ciudad/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/ciudad/index.tsx similarity index 100% rename from src/pages/careers/locations/ciudad/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/ciudad/index.tsx diff --git a/src/pages/careers/locations/cyberjaya/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/cyberjaya/index.tsx similarity index 100% rename from src/pages/careers/locations/cyberjaya/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/cyberjaya/index.tsx diff --git a/src/pages/careers/locations/cyprus/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/cyprus/index.tsx similarity index 100% rename from src/pages/careers/locations/cyprus/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/cyprus/index.tsx diff --git a/src/pages/careers/locations/dubai/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/dubai/index.tsx similarity index 100% rename from src/pages/careers/locations/dubai/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/dubai/index.tsx diff --git a/src/pages/careers/locations/georgetown/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/georgetown/index.tsx similarity index 100% rename from src/pages/careers/locations/georgetown/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/georgetown/index.tsx diff --git a/src/pages/careers/locations/guernsey/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/guernsey/index.tsx similarity index 100% rename from src/pages/careers/locations/guernsey/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/guernsey/index.tsx diff --git a/src/pages/careers/locations/hongkong/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/hongkong/index.tsx similarity index 100% rename from src/pages/careers/locations/hongkong/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/hongkong/index.tsx diff --git a/src/pages/careers/locations/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/index.tsx similarity index 100% rename from src/pages/careers/locations/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/index.tsx diff --git a/src/pages/careers/locations/ipoh/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/ipoh/index.tsx similarity index 100% rename from src/pages/careers/locations/ipoh/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/ipoh/index.tsx diff --git a/src/pages/careers/locations/jordan/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/jordan/index.tsx similarity index 100% rename from src/pages/careers/locations/jordan/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/jordan/index.tsx diff --git a/src/pages/careers/locations/labuan/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/labuan/index.tsx similarity index 100% rename from src/pages/careers/locations/labuan/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/labuan/index.tsx diff --git a/src/pages/careers/locations/malta/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/malta/index.tsx similarity index 100% rename from src/pages/careers/locations/malta/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/malta/index.tsx diff --git a/src/pages/careers/locations/melaka/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/melaka/index.tsx similarity index 100% rename from src/pages/careers/locations/melaka/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/melaka/index.tsx diff --git a/src/pages/careers/locations/paris/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/paris/index.tsx similarity index 100% rename from src/pages/careers/locations/paris/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/paris/index.tsx diff --git a/src/pages/careers/locations/reading/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/reading/index.tsx similarity index 100% rename from src/pages/careers/locations/reading/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/reading/index.tsx diff --git a/src/pages/careers/locations/roadtown/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/roadtown/index.tsx similarity index 100% rename from src/pages/careers/locations/roadtown/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/roadtown/index.tsx diff --git a/src/pages/careers/locations/rwanda/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/rwanda/index.tsx similarity index 100% rename from src/pages/careers/locations/rwanda/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/rwanda/index.tsx diff --git a/src/pages/careers/locations/singapore/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/singapore/index.tsx similarity index 100% rename from src/pages/careers/locations/singapore/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/singapore/index.tsx diff --git a/src/pages/careers/locations/vanuatu/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/locations/vanuatu/index.tsx similarity index 100% rename from src/pages/careers/locations/vanuatu/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/locations/vanuatu/index.tsx diff --git a/src/pages/careers/marketing/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/marketing/index.tsx similarity index 100% rename from src/pages/careers/marketing/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/marketing/index.tsx diff --git a/src/pages/careers/payment-solutions/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/payment-solutions/index.tsx similarity index 100% rename from src/pages/careers/payment-solutions/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/payment-solutions/index.tsx diff --git a/src/pages/careers/product-design/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/product-design/index.tsx similarity index 100% rename from src/pages/careers/product-design/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/product-design/index.tsx diff --git a/src/pages/careers/project-management/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/project-management/index.tsx similarity index 100% rename from src/pages/careers/project-management/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/project-management/index.tsx diff --git a/src/pages/careers/software-testing/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/software-testing/index.tsx similarity index 100% rename from src/pages/careers/software-testing/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/software-testing/index.tsx diff --git a/src/pages/careers/trading-operations/index.tsx b/themes/gatsby-theme-deriv/src/pages/careers/trading-operations/index.tsx similarity index 100% rename from src/pages/careers/trading-operations/index.tsx rename to themes/gatsby-theme-deriv/src/pages/careers/trading-operations/index.tsx diff --git a/src/pages/check-email/_icon-grid.tsx b/themes/gatsby-theme-deriv/src/pages/check-email/_icon-grid.tsx similarity index 100% rename from src/pages/check-email/_icon-grid.tsx rename to themes/gatsby-theme-deriv/src/pages/check-email/_icon-grid.tsx diff --git a/src/pages/check-email/index.tsx b/themes/gatsby-theme-deriv/src/pages/check-email/index.tsx similarity index 100% rename from src/pages/check-email/index.tsx rename to themes/gatsby-theme-deriv/src/pages/check-email/index.tsx diff --git a/src/pages/contact_us/_affiliates.tsx b/themes/gatsby-theme-deriv/src/pages/contact_us/_affiliates.tsx similarity index 100% rename from src/pages/contact_us/_affiliates.tsx rename to themes/gatsby-theme-deriv/src/pages/contact_us/_affiliates.tsx diff --git a/src/pages/contact_us/_contact-ways.tsx b/themes/gatsby-theme-deriv/src/pages/contact_us/_contact-ways.tsx similarity index 100% rename from src/pages/contact_us/_contact-ways.tsx rename to themes/gatsby-theme-deriv/src/pages/contact_us/_contact-ways.tsx diff --git a/src/pages/contact_us/_offices.tsx b/themes/gatsby-theme-deriv/src/pages/contact_us/_offices.tsx similarity index 100% rename from src/pages/contact_us/_offices.tsx rename to themes/gatsby-theme-deriv/src/pages/contact_us/_offices.tsx diff --git a/src/pages/contact_us/_types.ts b/themes/gatsby-theme-deriv/src/pages/contact_us/_types.ts similarity index 100% rename from src/pages/contact_us/_types.ts rename to themes/gatsby-theme-deriv/src/pages/contact_us/_types.ts diff --git a/src/pages/contact_us/index.tsx b/themes/gatsby-theme-deriv/src/pages/contact_us/index.tsx similarity index 100% rename from src/pages/contact_us/index.tsx rename to themes/gatsby-theme-deriv/src/pages/contact_us/index.tsx diff --git a/src/pages/ctrader-check-email/index.tsx b/themes/gatsby-theme-deriv/src/pages/ctrader-check-email/index.tsx similarity index 100% rename from src/pages/ctrader-check-email/index.tsx rename to themes/gatsby-theme-deriv/src/pages/ctrader-check-email/index.tsx diff --git a/src/pages/ctrader-login/index.tsx b/themes/gatsby-theme-deriv/src/pages/ctrader-login/index.tsx similarity index 100% rename from src/pages/ctrader-login/index.tsx rename to themes/gatsby-theme-deriv/src/pages/ctrader-login/index.tsx diff --git a/src/pages/ctrader-login/login-success.tsx b/themes/gatsby-theme-deriv/src/pages/ctrader-login/login-success.tsx similarity index 100% rename from src/pages/ctrader-login/login-success.tsx rename to themes/gatsby-theme-deriv/src/pages/ctrader-login/login-success.tsx diff --git a/src/pages/ctrader-manage/add-account.tsx b/themes/gatsby-theme-deriv/src/pages/ctrader-manage/add-account.tsx similarity index 100% rename from src/pages/ctrader-manage/add-account.tsx rename to themes/gatsby-theme-deriv/src/pages/ctrader-manage/add-account.tsx diff --git a/src/pages/ctrader-manage/add-more-accounts.tsx b/themes/gatsby-theme-deriv/src/pages/ctrader-manage/add-more-accounts.tsx similarity index 100% rename from src/pages/ctrader-manage/add-more-accounts.tsx rename to themes/gatsby-theme-deriv/src/pages/ctrader-manage/add-more-accounts.tsx diff --git a/src/pages/ctrader-manage/cashier.tsx b/themes/gatsby-theme-deriv/src/pages/ctrader-manage/cashier.tsx similarity index 100% rename from src/pages/ctrader-manage/cashier.tsx rename to themes/gatsby-theme-deriv/src/pages/ctrader-manage/cashier.tsx diff --git a/src/pages/ctrader-manage/change-password.tsx b/themes/gatsby-theme-deriv/src/pages/ctrader-manage/change-password.tsx similarity index 100% rename from src/pages/ctrader-manage/change-password.tsx rename to themes/gatsby-theme-deriv/src/pages/ctrader-manage/change-password.tsx diff --git a/src/pages/ctrader-manage/close-account.tsx b/themes/gatsby-theme-deriv/src/pages/ctrader-manage/close-account.tsx similarity index 100% rename from src/pages/ctrader-manage/close-account.tsx rename to themes/gatsby-theme-deriv/src/pages/ctrader-manage/close-account.tsx diff --git a/src/pages/ctrader-signup/credentials.tsx b/themes/gatsby-theme-deriv/src/pages/ctrader-signup/credentials.tsx similarity index 100% rename from src/pages/ctrader-signup/credentials.tsx rename to themes/gatsby-theme-deriv/src/pages/ctrader-signup/credentials.tsx diff --git a/src/pages/ctrader-signup/index.tsx b/themes/gatsby-theme-deriv/src/pages/ctrader-signup/index.tsx similarity index 100% rename from src/pages/ctrader-signup/index.tsx rename to themes/gatsby-theme-deriv/src/pages/ctrader-signup/index.tsx diff --git a/src/pages/ctrader-signup/signup-success.tsx b/themes/gatsby-theme-deriv/src/pages/ctrader-signup/signup-success.tsx similarity index 100% rename from src/pages/ctrader-signup/signup-success.tsx rename to themes/gatsby-theme-deriv/src/pages/ctrader-signup/signup-success.tsx diff --git a/src/pages/dbot/_get-app-section.tsx b/themes/gatsby-theme-deriv/src/pages/dbot/_get-app-section.tsx similarity index 100% rename from src/pages/dbot/_get-app-section.tsx rename to themes/gatsby-theme-deriv/src/pages/dbot/_get-app-section.tsx diff --git a/src/pages/dbot/_hero.tsx b/themes/gatsby-theme-deriv/src/pages/dbot/_hero.tsx similarity index 100% rename from src/pages/dbot/_hero.tsx rename to themes/gatsby-theme-deriv/src/pages/dbot/_hero.tsx diff --git a/src/pages/dbot/_our-platforms.tsx b/themes/gatsby-theme-deriv/src/pages/dbot/_our-platforms.tsx similarity index 100% rename from src/pages/dbot/_our-platforms.tsx rename to themes/gatsby-theme-deriv/src/pages/dbot/_our-platforms.tsx diff --git a/src/pages/dbot/_steps_section.tsx b/themes/gatsby-theme-deriv/src/pages/dbot/_steps_section.tsx similarity index 100% rename from src/pages/dbot/_steps_section.tsx rename to themes/gatsby-theme-deriv/src/pages/dbot/_steps_section.tsx diff --git a/src/pages/dbot/index.tsx b/themes/gatsby-theme-deriv/src/pages/dbot/index.tsx similarity index 100% rename from src/pages/dbot/index.tsx rename to themes/gatsby-theme-deriv/src/pages/dbot/index.tsx diff --git a/src/pages/deriv-ctrader/index.tsx b/themes/gatsby-theme-deriv/src/pages/deriv-ctrader/index.tsx similarity index 100% rename from src/pages/deriv-ctrader/index.tsx rename to themes/gatsby-theme-deriv/src/pages/deriv-ctrader/index.tsx diff --git a/src/pages/deriv-go/_banner.tsx b/themes/gatsby-theme-deriv/src/pages/deriv-go/_banner.tsx similarity index 100% rename from src/pages/deriv-go/_banner.tsx rename to themes/gatsby-theme-deriv/src/pages/deriv-go/_banner.tsx diff --git a/src/pages/deriv-go/_deriv-go-content.tsx b/themes/gatsby-theme-deriv/src/pages/deriv-go/_deriv-go-content.tsx similarity index 100% rename from src/pages/deriv-go/_deriv-go-content.tsx rename to themes/gatsby-theme-deriv/src/pages/deriv-go/_deriv-go-content.tsx diff --git a/src/pages/deriv-go/_deriv-go-roadmap.tsx b/themes/gatsby-theme-deriv/src/pages/deriv-go/_deriv-go-roadmap.tsx similarity index 100% rename from src/pages/deriv-go/_deriv-go-roadmap.tsx rename to themes/gatsby-theme-deriv/src/pages/deriv-go/_deriv-go-roadmap.tsx diff --git a/src/pages/deriv-go/_footer-banner.tsx b/themes/gatsby-theme-deriv/src/pages/deriv-go/_footer-banner.tsx similarity index 100% rename from src/pages/deriv-go/_footer-banner.tsx rename to themes/gatsby-theme-deriv/src/pages/deriv-go/_footer-banner.tsx diff --git a/src/pages/deriv-go/_lazy-load.ts b/themes/gatsby-theme-deriv/src/pages/deriv-go/_lazy-load.ts similarity index 100% rename from src/pages/deriv-go/_lazy-load.ts rename to themes/gatsby-theme-deriv/src/pages/deriv-go/_lazy-load.ts diff --git a/src/pages/deriv-go/_other-apps.tsx b/themes/gatsby-theme-deriv/src/pages/deriv-go/_other-apps.tsx similarity index 100% rename from src/pages/deriv-go/_other-apps.tsx rename to themes/gatsby-theme-deriv/src/pages/deriv-go/_other-apps.tsx diff --git a/src/pages/deriv-go/_start-deriv-go.tsx b/themes/gatsby-theme-deriv/src/pages/deriv-go/_start-deriv-go.tsx similarity index 100% rename from src/pages/deriv-go/_start-deriv-go.tsx rename to themes/gatsby-theme-deriv/src/pages/deriv-go/_start-deriv-go.tsx diff --git a/src/pages/deriv-go/_what-is-deriv-go.tsx b/themes/gatsby-theme-deriv/src/pages/deriv-go/_what-is-deriv-go.tsx similarity index 100% rename from src/pages/deriv-go/_what-is-deriv-go.tsx rename to themes/gatsby-theme-deriv/src/pages/deriv-go/_what-is-deriv-go.tsx diff --git a/src/pages/deriv-go/_why-trade-deriv-go.tsx b/themes/gatsby-theme-deriv/src/pages/deriv-go/_why-trade-deriv-go.tsx similarity index 100% rename from src/pages/deriv-go/_why-trade-deriv-go.tsx rename to themes/gatsby-theme-deriv/src/pages/deriv-go/_why-trade-deriv-go.tsx diff --git a/src/pages/deriv-go/index.tsx b/themes/gatsby-theme-deriv/src/pages/deriv-go/index.tsx similarity index 100% rename from src/pages/deriv-go/index.tsx rename to themes/gatsby-theme-deriv/src/pages/deriv-go/index.tsx diff --git a/src/pages/derivx/_get-derivx.tsx b/themes/gatsby-theme-deriv/src/pages/derivx/_get-derivx.tsx similarity index 100% rename from src/pages/derivx/_get-derivx.tsx rename to themes/gatsby-theme-deriv/src/pages/derivx/_get-derivx.tsx diff --git a/src/pages/derivx/_hero.tsx b/themes/gatsby-theme-deriv/src/pages/derivx/_hero.tsx similarity index 100% rename from src/pages/derivx/_hero.tsx rename to themes/gatsby-theme-deriv/src/pages/derivx/_hero.tsx diff --git a/src/pages/derivx/_other-apps.tsx b/themes/gatsby-theme-deriv/src/pages/derivx/_other-apps.tsx similarity index 100% rename from src/pages/derivx/_other-apps.tsx rename to themes/gatsby-theme-deriv/src/pages/derivx/_other-apps.tsx diff --git a/src/pages/derivx/_selling-points.tsx b/themes/gatsby-theme-deriv/src/pages/derivx/_selling-points.tsx similarity index 100% rename from src/pages/derivx/_selling-points.tsx rename to themes/gatsby-theme-deriv/src/pages/derivx/_selling-points.tsx diff --git a/src/pages/derivx/_start-derivx.tsx b/themes/gatsby-theme-deriv/src/pages/derivx/_start-derivx.tsx similarity index 100% rename from src/pages/derivx/_start-derivx.tsx rename to themes/gatsby-theme-deriv/src/pages/derivx/_start-derivx.tsx diff --git a/src/pages/derivx/_what-is-derivx.tsx b/themes/gatsby-theme-deriv/src/pages/derivx/_what-is-derivx.tsx similarity index 100% rename from src/pages/derivx/_what-is-derivx.tsx rename to themes/gatsby-theme-deriv/src/pages/derivx/_what-is-derivx.tsx diff --git a/src/pages/derivx/_why-trade-derivx.tsx b/themes/gatsby-theme-deriv/src/pages/derivx/_why-trade-derivx.tsx similarity index 100% rename from src/pages/derivx/_why-trade-derivx.tsx rename to themes/gatsby-theme-deriv/src/pages/derivx/_why-trade-derivx.tsx diff --git a/src/pages/derivx/index.tsx b/themes/gatsby-theme-deriv/src/pages/derivx/index.tsx similarity index 100% rename from src/pages/derivx/index.tsx rename to themes/gatsby-theme-deriv/src/pages/derivx/index.tsx diff --git a/src/pages/dmt5-trading-signals/_how-to.tsx b/themes/gatsby-theme-deriv/src/pages/dmt5-trading-signals/_how-to.tsx similarity index 100% rename from src/pages/dmt5-trading-signals/_how-to.tsx rename to themes/gatsby-theme-deriv/src/pages/dmt5-trading-signals/_how-to.tsx diff --git a/src/pages/dmt5-trading-signals/_signal-steps.tsx b/themes/gatsby-theme-deriv/src/pages/dmt5-trading-signals/_signal-steps.tsx similarity index 100% rename from src/pages/dmt5-trading-signals/_signal-steps.tsx rename to themes/gatsby-theme-deriv/src/pages/dmt5-trading-signals/_signal-steps.tsx diff --git a/src/pages/dmt5-trading-signals/_signal.tsx b/themes/gatsby-theme-deriv/src/pages/dmt5-trading-signals/_signal.tsx similarity index 100% rename from src/pages/dmt5-trading-signals/_signal.tsx rename to themes/gatsby-theme-deriv/src/pages/dmt5-trading-signals/_signal.tsx diff --git a/src/pages/dmt5-trading-signals/_style.ts b/themes/gatsby-theme-deriv/src/pages/dmt5-trading-signals/_style.ts similarity index 100% rename from src/pages/dmt5-trading-signals/_style.ts rename to themes/gatsby-theme-deriv/src/pages/dmt5-trading-signals/_style.ts diff --git a/src/pages/dmt5-trading-signals/_subscription.tsx b/themes/gatsby-theme-deriv/src/pages/dmt5-trading-signals/_subscription.tsx similarity index 100% rename from src/pages/dmt5-trading-signals/_subscription.tsx rename to themes/gatsby-theme-deriv/src/pages/dmt5-trading-signals/_subscription.tsx diff --git a/src/pages/dmt5-trading-signals/index.tsx b/themes/gatsby-theme-deriv/src/pages/dmt5-trading-signals/index.tsx similarity index 100% rename from src/pages/dmt5-trading-signals/index.tsx rename to themes/gatsby-theme-deriv/src/pages/dmt5-trading-signals/index.tsx diff --git a/src/pages/dmt5/_dbanner.tsx b/themes/gatsby-theme-deriv/src/pages/dmt5/_dbanner.tsx similarity index 100% rename from src/pages/dmt5/_dbanner.tsx rename to themes/gatsby-theme-deriv/src/pages/dmt5/_dbanner.tsx diff --git a/src/pages/dmt5/_dmt5-video.tsx b/themes/gatsby-theme-deriv/src/pages/dmt5/_dmt5-video.tsx similarity index 100% rename from src/pages/dmt5/_dmt5-video.tsx rename to themes/gatsby-theme-deriv/src/pages/dmt5/_dmt5-video.tsx diff --git a/src/pages/dmt5/_download-app.tsx b/themes/gatsby-theme-deriv/src/pages/dmt5/_download-app.tsx similarity index 100% rename from src/pages/dmt5/_download-app.tsx rename to themes/gatsby-theme-deriv/src/pages/dmt5/_download-app.tsx diff --git a/src/pages/dmt5/_flexibility.tsx b/themes/gatsby-theme-deriv/src/pages/dmt5/_flexibility.tsx similarity index 100% rename from src/pages/dmt5/_flexibility.tsx rename to themes/gatsby-theme-deriv/src/pages/dmt5/_flexibility.tsx diff --git a/src/pages/dmt5/_interest_free_trading.tsx b/themes/gatsby-theme-deriv/src/pages/dmt5/_interest_free_trading.tsx similarity index 100% rename from src/pages/dmt5/_interest_free_trading.tsx rename to themes/gatsby-theme-deriv/src/pages/dmt5/_interest_free_trading.tsx diff --git a/src/pages/dmt5/_lazy-load.ts b/themes/gatsby-theme-deriv/src/pages/dmt5/_lazy-load.ts similarity index 100% rename from src/pages/dmt5/_lazy-load.ts rename to themes/gatsby-theme-deriv/src/pages/dmt5/_lazy-load.ts diff --git a/src/pages/dmt5/_margin_calculator.tsx b/themes/gatsby-theme-deriv/src/pages/dmt5/_margin_calculator.tsx similarity index 100% rename from src/pages/dmt5/_margin_calculator.tsx rename to themes/gatsby-theme-deriv/src/pages/dmt5/_margin_calculator.tsx diff --git a/src/pages/dmt5/_numbers.tsx b/themes/gatsby-theme-deriv/src/pages/dmt5/_numbers.tsx similarity index 100% rename from src/pages/dmt5/_numbers.tsx rename to themes/gatsby-theme-deriv/src/pages/dmt5/_numbers.tsx diff --git a/src/pages/dmt5/_other-platforms.tsx b/themes/gatsby-theme-deriv/src/pages/dmt5/_other-platforms.tsx similarity index 100% rename from src/pages/dmt5/_other-platforms.tsx rename to themes/gatsby-theme-deriv/src/pages/dmt5/_other-platforms.tsx diff --git a/src/pages/dmt5/_start-trader.tsx b/themes/gatsby-theme-deriv/src/pages/dmt5/_start-trader.tsx similarity index 100% rename from src/pages/dmt5/_start-trader.tsx rename to themes/gatsby-theme-deriv/src/pages/dmt5/_start-trader.tsx diff --git a/src/pages/dmt5/_what-is-trader.tsx b/themes/gatsby-theme-deriv/src/pages/dmt5/_what-is-trader.tsx similarity index 100% rename from src/pages/dmt5/_what-is-trader.tsx rename to themes/gatsby-theme-deriv/src/pages/dmt5/_what-is-trader.tsx diff --git a/src/pages/dmt5/_why-trade-dmt5.tsx b/themes/gatsby-theme-deriv/src/pages/dmt5/_why-trade-dmt5.tsx similarity index 100% rename from src/pages/dmt5/_why-trade-dmt5.tsx rename to themes/gatsby-theme-deriv/src/pages/dmt5/_why-trade-dmt5.tsx diff --git a/src/pages/dmt5/index.tsx b/themes/gatsby-theme-deriv/src/pages/dmt5/index.tsx similarity index 100% rename from src/pages/dmt5/index.tsx rename to themes/gatsby-theme-deriv/src/pages/dmt5/index.tsx diff --git a/src/pages/dtrader/_get-app-section.tsx b/themes/gatsby-theme-deriv/src/pages/dtrader/_get-app-section.tsx similarity index 100% rename from src/pages/dtrader/_get-app-section.tsx rename to themes/gatsby-theme-deriv/src/pages/dtrader/_get-app-section.tsx diff --git a/src/pages/dtrader/_our-platforms.tsx b/themes/gatsby-theme-deriv/src/pages/dtrader/_our-platforms.tsx similarity index 100% rename from src/pages/dtrader/_our-platforms.tsx rename to themes/gatsby-theme-deriv/src/pages/dtrader/_our-platforms.tsx diff --git a/src/pages/dtrader/_steps_section.tsx b/themes/gatsby-theme-deriv/src/pages/dtrader/_steps_section.tsx similarity index 100% rename from src/pages/dtrader/_steps_section.tsx rename to themes/gatsby-theme-deriv/src/pages/dtrader/_steps_section.tsx diff --git a/src/pages/dtrader/index.tsx b/themes/gatsby-theme-deriv/src/pages/dtrader/index.tsx similarity index 100% rename from src/pages/dtrader/index.tsx rename to themes/gatsby-theme-deriv/src/pages/dtrader/index.tsx diff --git a/src/pages/endpoint/index.tsx b/themes/gatsby-theme-deriv/src/pages/endpoint/index.tsx similarity index 100% rename from src/pages/endpoint/index.tsx rename to themes/gatsby-theme-deriv/src/pages/endpoint/index.tsx diff --git a/src/pages/help-centre/about-deriv.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/about-deriv.tsx similarity index 100% rename from src/pages/help-centre/about-deriv.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/about-deriv.tsx diff --git a/src/pages/help-centre/account.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/account.tsx similarity index 100% rename from src/pages/help-centre/account.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/account.tsx diff --git a/src/pages/help-centre/affiliate-programme.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/affiliate-programme.tsx similarity index 100% rename from src/pages/help-centre/affiliate-programme.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/affiliate-programme.tsx diff --git a/src/pages/help-centre/complaints-procedure.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/complaints-procedure.tsx similarity index 100% rename from src/pages/help-centre/complaints-procedure.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/complaints-procedure.tsx diff --git a/src/pages/help-centre/components/_answer-card.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_answer-card.tsx similarity index 100% rename from src/pages/help-centre/components/_answer-card.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_answer-card.tsx diff --git a/src/pages/help-centre/components/_community.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_community.tsx similarity index 100% rename from src/pages/help-centre/components/_community.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_community.tsx diff --git a/src/pages/help-centre/components/_constants.ts b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_constants.ts similarity index 100% rename from src/pages/help-centre/components/_constants.ts rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_constants.ts diff --git a/src/pages/help-centre/components/_control-losses.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_control-losses.tsx similarity index 100% rename from src/pages/help-centre/components/_control-losses.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_control-losses.tsx diff --git a/src/pages/help-centre/components/_derived.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_derived.tsx similarity index 100% rename from src/pages/help-centre/components/_derived.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_derived.tsx diff --git a/src/pages/help-centre/components/_didnt-find-answer.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_didnt-find-answer.tsx similarity index 100% rename from src/pages/help-centre/components/_didnt-find-answer.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_didnt-find-answer.tsx diff --git a/src/pages/help-centre/components/_faq-schema.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_faq-schema.tsx similarity index 100% rename from src/pages/help-centre/components/_faq-schema.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_faq-schema.tsx diff --git a/src/pages/help-centre/components/_image-card.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_image-card.tsx similarity index 100% rename from src/pages/help-centre/components/_image-card.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_image-card.tsx diff --git a/src/pages/help-centre/components/_lazy-load.ts b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_lazy-load.ts similarity index 100% rename from src/pages/help-centre/components/_lazy-load.ts rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_lazy-load.ts diff --git a/src/pages/help-centre/components/_list.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_list.tsx similarity index 100% rename from src/pages/help-centre/components/_list.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_list.tsx diff --git a/src/pages/help-centre/components/_questions-category.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_questions-category.tsx similarity index 100% rename from src/pages/help-centre/components/_questions-category.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_questions-category.tsx diff --git a/src/pages/help-centre/components/_questions-section.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_questions-section.tsx similarity index 100% rename from src/pages/help-centre/components/_questions-section.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_questions-section.tsx diff --git a/src/pages/help-centre/components/_questions-template.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_questions-template.tsx similarity index 100% rename from src/pages/help-centre/components/_questions-template.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_questions-template.tsx diff --git a/src/pages/help-centre/components/_search-error.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_search-error.tsx similarity index 100% rename from src/pages/help-centre/components/_search-error.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_search-error.tsx diff --git a/src/pages/help-centre/components/_search-result.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_search-result.tsx similarity index 100% rename from src/pages/help-centre/components/_search-result.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_search-result.tsx diff --git a/src/pages/help-centre/components/_search-section.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_search-section.tsx similarity index 100% rename from src/pages/help-centre/components/_search-section.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_search-section.tsx diff --git a/src/pages/help-centre/components/_search-success.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_search-success.tsx similarity index 100% rename from src/pages/help-centre/components/_search-success.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_search-success.tsx diff --git a/src/pages/help-centre/components/_side-tab.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_side-tab.tsx similarity index 100% rename from src/pages/help-centre/components/_side-tab.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_side-tab.tsx diff --git a/src/pages/help-centre/components/_talk-to-us.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_talk-to-us.tsx similarity index 100% rename from src/pages/help-centre/components/_talk-to-us.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_talk-to-us.tsx diff --git a/src/pages/help-centre/components/_translation-components.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_translation-components.tsx similarity index 100% rename from src/pages/help-centre/components/_translation-components.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_translation-components.tsx diff --git a/src/pages/help-centre/components/_utility.ts b/themes/gatsby-theme-deriv/src/pages/help-centre/components/_utility.ts similarity index 100% rename from src/pages/help-centre/components/_utility.ts rename to themes/gatsby-theme-deriv/src/pages/help-centre/components/_utility.ts diff --git a/src/pages/help-centre/data/_about-deriv.ts b/themes/gatsby-theme-deriv/src/pages/help-centre/data/_about-deriv.ts similarity index 100% rename from src/pages/help-centre/data/_about-deriv.ts rename to themes/gatsby-theme-deriv/src/pages/help-centre/data/_about-deriv.ts diff --git a/src/pages/help-centre/data/_account.ts b/themes/gatsby-theme-deriv/src/pages/help-centre/data/_account.ts similarity index 100% rename from src/pages/help-centre/data/_account.ts rename to themes/gatsby-theme-deriv/src/pages/help-centre/data/_account.ts diff --git a/src/pages/help-centre/data/_affiliate-programme.ts b/themes/gatsby-theme-deriv/src/pages/help-centre/data/_affiliate-programme.ts similarity index 100% rename from src/pages/help-centre/data/_affiliate-programme.ts rename to themes/gatsby-theme-deriv/src/pages/help-centre/data/_affiliate-programme.ts diff --git a/src/pages/help-centre/data/_complaints_procedure.ts b/themes/gatsby-theme-deriv/src/pages/help-centre/data/_complaints_procedure.ts similarity index 100% rename from src/pages/help-centre/data/_complaints_procedure.ts rename to themes/gatsby-theme-deriv/src/pages/help-centre/data/_complaints_procedure.ts diff --git a/src/pages/help-centre/data/_data-types.ts b/themes/gatsby-theme-deriv/src/pages/help-centre/data/_data-types.ts similarity index 100% rename from src/pages/help-centre/data/_data-types.ts rename to themes/gatsby-theme-deriv/src/pages/help-centre/data/_data-types.ts diff --git a/src/pages/help-centre/data/_dbot.ts b/themes/gatsby-theme-deriv/src/pages/help-centre/data/_dbot.ts similarity index 100% rename from src/pages/help-centre/data/_dbot.ts rename to themes/gatsby-theme-deriv/src/pages/help-centre/data/_dbot.ts diff --git a/src/pages/help-centre/data/_deposits-and-withdrawals.ts b/themes/gatsby-theme-deriv/src/pages/help-centre/data/_deposits-and-withdrawals.ts similarity index 100% rename from src/pages/help-centre/data/_deposits-and-withdrawals.ts rename to themes/gatsby-theme-deriv/src/pages/help-centre/data/_deposits-and-withdrawals.ts diff --git a/src/pages/help-centre/data/_deriv-p2p.ts b/themes/gatsby-theme-deriv/src/pages/help-centre/data/_deriv-p2p.ts similarity index 100% rename from src/pages/help-centre/data/_deriv-p2p.ts rename to themes/gatsby-theme-deriv/src/pages/help-centre/data/_deriv-p2p.ts diff --git a/src/pages/help-centre/data/_deriv-trader.ts b/themes/gatsby-theme-deriv/src/pages/help-centre/data/_deriv-trader.ts similarity index 100% rename from src/pages/help-centre/data/_deriv-trader.ts rename to themes/gatsby-theme-deriv/src/pages/help-centre/data/_deriv-trader.ts diff --git a/src/pages/help-centre/data/_deriv-x.ts b/themes/gatsby-theme-deriv/src/pages/help-centre/data/_deriv-x.ts similarity index 100% rename from src/pages/help-centre/data/_deriv-x.ts rename to themes/gatsby-theme-deriv/src/pages/help-centre/data/_deriv-x.ts diff --git a/src/pages/help-centre/data/_dmt5.ts b/themes/gatsby-theme-deriv/src/pages/help-centre/data/_dmt5.ts similarity index 100% rename from src/pages/help-centre/data/_dmt5.ts rename to themes/gatsby-theme-deriv/src/pages/help-centre/data/_dmt5.ts diff --git a/src/pages/help-centre/data/_fraud-prevention.ts b/themes/gatsby-theme-deriv/src/pages/help-centre/data/_fraud-prevention.ts similarity index 100% rename from src/pages/help-centre/data/_fraud-prevention.ts rename to themes/gatsby-theme-deriv/src/pages/help-centre/data/_fraud-prevention.ts diff --git a/src/pages/help-centre/data/_hooks.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/data/_hooks.tsx similarity index 100% rename from src/pages/help-centre/data/_hooks.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/data/_hooks.tsx diff --git a/src/pages/help-centre/data/_ib-programme.ts b/themes/gatsby-theme-deriv/src/pages/help-centre/data/_ib-programme.ts similarity index 100% rename from src/pages/help-centre/data/_ib-programme.ts rename to themes/gatsby-theme-deriv/src/pages/help-centre/data/_ib-programme.ts diff --git a/src/pages/help-centre/data/_payment-agent.ts b/themes/gatsby-theme-deriv/src/pages/help-centre/data/_payment-agent.ts similarity index 100% rename from src/pages/help-centre/data/_payment-agent.ts rename to themes/gatsby-theme-deriv/src/pages/help-centre/data/_payment-agent.ts diff --git a/src/pages/help-centre/data/_security.ts b/themes/gatsby-theme-deriv/src/pages/help-centre/data/_security.ts similarity index 100% rename from src/pages/help-centre/data/_security.ts rename to themes/gatsby-theme-deriv/src/pages/help-centre/data/_security.ts diff --git a/src/pages/help-centre/data/_trading.ts b/themes/gatsby-theme-deriv/src/pages/help-centre/data/_trading.ts similarity index 100% rename from src/pages/help-centre/data/_trading.ts rename to themes/gatsby-theme-deriv/src/pages/help-centre/data/_trading.ts diff --git a/src/pages/help-centre/deposits-and-withdrawals.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/deposits-and-withdrawals.tsx similarity index 100% rename from src/pages/help-centre/deposits-and-withdrawals.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/deposits-and-withdrawals.tsx diff --git a/src/pages/help-centre/deriv-bot.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/deriv-bot.tsx similarity index 100% rename from src/pages/help-centre/deriv-bot.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/deriv-bot.tsx diff --git a/src/pages/help-centre/deriv-p2p.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/deriv-p2p.tsx similarity index 100% rename from src/pages/help-centre/deriv-p2p.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/deriv-p2p.tsx diff --git a/src/pages/help-centre/deriv-trader.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/deriv-trader.tsx similarity index 100% rename from src/pages/help-centre/deriv-trader.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/deriv-trader.tsx diff --git a/src/pages/help-centre/deriv-x.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/deriv-x.tsx similarity index 100% rename from src/pages/help-centre/deriv-x.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/deriv-x.tsx diff --git a/src/pages/help-centre/dmt5.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/dmt5.tsx similarity index 100% rename from src/pages/help-centre/dmt5.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/dmt5.tsx diff --git a/src/pages/help-centre/fraud-prevention.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/fraud-prevention.tsx similarity index 100% rename from src/pages/help-centre/fraud-prevention.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/fraud-prevention.tsx diff --git a/src/pages/help-centre/ib-programme.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/ib-programme.tsx similarity index 100% rename from src/pages/help-centre/ib-programme.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/ib-programme.tsx diff --git a/src/pages/help-centre/index.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/index.tsx similarity index 100% rename from src/pages/help-centre/index.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/index.tsx diff --git a/src/pages/help-centre/payment-agent.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/payment-agent.tsx similarity index 100% rename from src/pages/help-centre/payment-agent.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/payment-agent.tsx diff --git a/src/pages/help-centre/security.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/security.tsx similarity index 100% rename from src/pages/help-centre/security.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/security.tsx diff --git a/src/pages/help-centre/trading.tsx b/themes/gatsby-theme-deriv/src/pages/help-centre/trading.tsx similarity index 100% rename from src/pages/help-centre/trading.tsx rename to themes/gatsby-theme-deriv/src/pages/help-centre/trading.tsx diff --git a/src/pages/home/_data.ts b/themes/gatsby-theme-deriv/src/pages/home/_data.ts similarity index 100% rename from src/pages/home/_data.ts rename to themes/gatsby-theme-deriv/src/pages/home/_data.ts diff --git a/src/pages/home/_hero.tsx b/themes/gatsby-theme-deriv/src/pages/home/_hero.tsx similarity index 100% rename from src/pages/home/_hero.tsx rename to themes/gatsby-theme-deriv/src/pages/home/_hero.tsx diff --git a/src/pages/home/_lazy-load.tsx b/themes/gatsby-theme-deriv/src/pages/home/_lazy-load.tsx similarity index 100% rename from src/pages/home/_lazy-load.tsx rename to themes/gatsby-theme-deriv/src/pages/home/_lazy-load.tsx diff --git a/src/pages/home/_markets.tsx b/themes/gatsby-theme-deriv/src/pages/home/_markets.tsx similarity index 100% rename from src/pages/home/_markets.tsx rename to themes/gatsby-theme-deriv/src/pages/home/_markets.tsx diff --git a/src/pages/home/_platform-slideshow.tsx b/themes/gatsby-theme-deriv/src/pages/home/_platform-slideshow.tsx similarity index 100% rename from src/pages/home/_platform-slideshow.tsx rename to themes/gatsby-theme-deriv/src/pages/home/_platform-slideshow.tsx diff --git a/src/pages/home/_testimonial-carousel.tsx b/themes/gatsby-theme-deriv/src/pages/home/_testimonial-carousel.tsx similarity index 100% rename from src/pages/home/_testimonial-carousel.tsx rename to themes/gatsby-theme-deriv/src/pages/home/_testimonial-carousel.tsx diff --git a/src/pages/home/_trade-the-way-you-like.tsx b/themes/gatsby-theme-deriv/src/pages/home/_trade-the-way-you-like.tsx similarity index 100% rename from src/pages/home/_trade-the-way-you-like.tsx rename to themes/gatsby-theme-deriv/src/pages/home/_trade-the-way-you-like.tsx diff --git a/src/pages/home/_trade.tsx b/themes/gatsby-theme-deriv/src/pages/home/_trade.tsx similarity index 100% rename from src/pages/home/_trade.tsx rename to themes/gatsby-theme-deriv/src/pages/home/_trade.tsx diff --git a/src/pages/home/_types.ts b/themes/gatsby-theme-deriv/src/pages/home/_types.ts similarity index 100% rename from src/pages/home/_types.ts rename to themes/gatsby-theme-deriv/src/pages/home/_types.ts diff --git a/src/pages/home/_vertical-carousel.tsx b/themes/gatsby-theme-deriv/src/pages/home/_vertical-carousel.tsx similarity index 100% rename from src/pages/home/_vertical-carousel.tsx rename to themes/gatsby-theme-deriv/src/pages/home/_vertical-carousel.tsx diff --git a/src/pages/home/_what-our-clients-say.tsx b/themes/gatsby-theme-deriv/src/pages/home/_what-our-clients-say.tsx similarity index 100% rename from src/pages/home/_what-our-clients-say.tsx rename to themes/gatsby-theme-deriv/src/pages/home/_what-our-clients-say.tsx diff --git a/src/pages/index.tsx b/themes/gatsby-theme-deriv/src/pages/index.tsx similarity index 100% rename from src/pages/index.tsx rename to themes/gatsby-theme-deriv/src/pages/index.tsx diff --git a/src/pages/landing/_types.ts b/themes/gatsby-theme-deriv/src/pages/landing/_types.ts similarity index 100% rename from src/pages/landing/_types.ts rename to themes/gatsby-theme-deriv/src/pages/landing/_types.ts diff --git a/src/pages/landing/dmt5/index.tsx b/themes/gatsby-theme-deriv/src/pages/landing/dmt5/index.tsx similarity index 100% rename from src/pages/landing/dmt5/index.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/dmt5/index.tsx diff --git a/src/pages/landing/ebooks/components/_get-ebook.tsx b/themes/gatsby-theme-deriv/src/pages/landing/ebooks/components/_get-ebook.tsx similarity index 100% rename from src/pages/landing/ebooks/components/_get-ebook.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/ebooks/components/_get-ebook.tsx diff --git a/src/pages/landing/ebooks/components/_header-section.tsx b/themes/gatsby-theme-deriv/src/pages/landing/ebooks/components/_header-section.tsx similarity index 100% rename from src/pages/landing/ebooks/components/_header-section.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/ebooks/components/_header-section.tsx diff --git a/src/pages/landing/ebooks/components/_hero.tsx b/themes/gatsby-theme-deriv/src/pages/landing/ebooks/components/_hero.tsx similarity index 100% rename from src/pages/landing/ebooks/components/_hero.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/ebooks/components/_hero.tsx diff --git a/src/pages/landing/ebooks/components/_image-text.tsx b/themes/gatsby-theme-deriv/src/pages/landing/ebooks/components/_image-text.tsx similarity index 100% rename from src/pages/landing/ebooks/components/_image-text.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/ebooks/components/_image-text.tsx diff --git a/src/pages/landing/ebooks/components/_introduction.tsx b/themes/gatsby-theme-deriv/src/pages/landing/ebooks/components/_introduction.tsx similarity index 100% rename from src/pages/landing/ebooks/components/_introduction.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/ebooks/components/_introduction.tsx diff --git a/src/pages/landing/ebooks/components/_topics.tsx b/themes/gatsby-theme-deriv/src/pages/landing/ebooks/components/_topics.tsx similarity index 100% rename from src/pages/landing/ebooks/components/_topics.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/ebooks/components/_topics.tsx diff --git a/src/pages/landing/ebooks/components/_types.ts b/themes/gatsby-theme-deriv/src/pages/landing/ebooks/components/_types.ts similarity index 100% rename from src/pages/landing/ebooks/components/_types.ts rename to themes/gatsby-theme-deriv/src/pages/landing/ebooks/components/_types.ts diff --git a/src/pages/landing/ebooks/crypto.tsx b/themes/gatsby-theme-deriv/src/pages/landing/ebooks/crypto.tsx similarity index 100% rename from src/pages/landing/ebooks/crypto.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/ebooks/crypto.tsx diff --git a/src/pages/landing/ebooks/forex.tsx b/themes/gatsby-theme-deriv/src/pages/landing/ebooks/forex.tsx similarity index 100% rename from src/pages/landing/ebooks/forex.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/ebooks/forex.tsx diff --git a/src/pages/landing/ebooks/stocks.tsx b/themes/gatsby-theme-deriv/src/pages/landing/ebooks/stocks.tsx similarity index 100% rename from src/pages/landing/ebooks/stocks.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/ebooks/stocks.tsx diff --git a/src/pages/landing/forex-trading/components/_hero.tsx b/themes/gatsby-theme-deriv/src/pages/landing/forex-trading/components/_hero.tsx similarity index 100% rename from src/pages/landing/forex-trading/components/_hero.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/forex-trading/components/_hero.tsx diff --git a/src/pages/landing/forex-trading/components/_icon-text-row.tsx b/themes/gatsby-theme-deriv/src/pages/landing/forex-trading/components/_icon-text-row.tsx similarity index 100% rename from src/pages/landing/forex-trading/components/_icon-text-row.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/forex-trading/components/_icon-text-row.tsx diff --git a/src/pages/landing/forex-trading/components/_image-text-switching.tsx b/themes/gatsby-theme-deriv/src/pages/landing/forex-trading/components/_image-text-switching.tsx similarity index 100% rename from src/pages/landing/forex-trading/components/_image-text-switching.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/forex-trading/components/_image-text-switching.tsx diff --git a/src/pages/landing/forex-trading/components/_table-btn.tsx b/themes/gatsby-theme-deriv/src/pages/landing/forex-trading/components/_table-btn.tsx similarity index 100% rename from src/pages/landing/forex-trading/components/_table-btn.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/forex-trading/components/_table-btn.tsx diff --git a/src/pages/landing/forex-trading/index.tsx b/themes/gatsby-theme-deriv/src/pages/landing/forex-trading/index.tsx similarity index 100% rename from src/pages/landing/forex-trading/index.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/forex-trading/index.tsx diff --git a/src/pages/landing/index.tsx b/themes/gatsby-theme-deriv/src/pages/landing/index.tsx similarity index 100% rename from src/pages/landing/index.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/index.tsx diff --git a/src/pages/landing/jump-indices/_dBanner.tsx b/themes/gatsby-theme-deriv/src/pages/landing/jump-indices/_dBanner.tsx similarity index 100% rename from src/pages/landing/jump-indices/_dBanner.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/jump-indices/_dBanner.tsx diff --git a/src/pages/landing/jump-indices/_dHero.tsx b/themes/gatsby-theme-deriv/src/pages/landing/jump-indices/_dHero.tsx similarity index 100% rename from src/pages/landing/jump-indices/_dHero.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/jump-indices/_dHero.tsx diff --git a/src/pages/landing/jump-indices/_jumpSection.tsx b/themes/gatsby-theme-deriv/src/pages/landing/jump-indices/_jumpSection.tsx similarity index 100% rename from src/pages/landing/jump-indices/_jumpSection.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/jump-indices/_jumpSection.tsx diff --git a/src/pages/landing/jump-indices/_leverages.tsx b/themes/gatsby-theme-deriv/src/pages/landing/jump-indices/_leverages.tsx similarity index 100% rename from src/pages/landing/jump-indices/_leverages.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/jump-indices/_leverages.tsx diff --git a/src/pages/landing/jump-indices/index.tsx b/themes/gatsby-theme-deriv/src/pages/landing/jump-indices/index.tsx similarity index 100% rename from src/pages/landing/jump-indices/index.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/jump-indices/index.tsx diff --git a/src/pages/landing/signup/index.tsx b/themes/gatsby-theme-deriv/src/pages/landing/signup/index.tsx similarity index 100% rename from src/pages/landing/signup/index.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/signup/index.tsx diff --git a/src/pages/landing/stocks/_dtrading.tsx b/themes/gatsby-theme-deriv/src/pages/landing/stocks/_dtrading.tsx similarity index 100% rename from src/pages/landing/stocks/_dtrading.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/stocks/_dtrading.tsx diff --git a/src/pages/landing/stocks/_footerBanner.tsx b/themes/gatsby-theme-deriv/src/pages/landing/stocks/_footerBanner.tsx similarity index 100% rename from src/pages/landing/stocks/_footerBanner.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/stocks/_footerBanner.tsx diff --git a/src/pages/landing/stocks/_headerSection.tsx b/themes/gatsby-theme-deriv/src/pages/landing/stocks/_headerSection.tsx similarity index 100% rename from src/pages/landing/stocks/_headerSection.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/stocks/_headerSection.tsx diff --git a/src/pages/landing/stocks/_lazy-load.ts b/themes/gatsby-theme-deriv/src/pages/landing/stocks/_lazy-load.ts similarity index 100% rename from src/pages/landing/stocks/_lazy-load.ts rename to themes/gatsby-theme-deriv/src/pages/landing/stocks/_lazy-load.ts diff --git a/src/pages/landing/stocks/_parallelogram.tsx b/themes/gatsby-theme-deriv/src/pages/landing/stocks/_parallelogram.tsx similarity index 100% rename from src/pages/landing/stocks/_parallelogram.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/stocks/_parallelogram.tsx diff --git a/src/pages/landing/stocks/_whyTradeWIthUs.tsx b/themes/gatsby-theme-deriv/src/pages/landing/stocks/_whyTradeWIthUs.tsx similarity index 100% rename from src/pages/landing/stocks/_whyTradeWIthUs.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/stocks/_whyTradeWIthUs.tsx diff --git a/src/pages/landing/stocks/index.tsx b/themes/gatsby-theme-deriv/src/pages/landing/stocks/index.tsx similarity index 100% rename from src/pages/landing/stocks/index.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/stocks/index.tsx diff --git a/src/pages/landing/trade-forex/components/_hero.tsx b/themes/gatsby-theme-deriv/src/pages/landing/trade-forex/components/_hero.tsx similarity index 100% rename from src/pages/landing/trade-forex/components/_hero.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/trade-forex/components/_hero.tsx diff --git a/src/pages/landing/trade-forex/components/_icon-text-row.tsx b/themes/gatsby-theme-deriv/src/pages/landing/trade-forex/components/_icon-text-row.tsx similarity index 100% rename from src/pages/landing/trade-forex/components/_icon-text-row.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/trade-forex/components/_icon-text-row.tsx diff --git a/src/pages/landing/trade-forex/components/_image-text-switching.tsx b/themes/gatsby-theme-deriv/src/pages/landing/trade-forex/components/_image-text-switching.tsx similarity index 100% rename from src/pages/landing/trade-forex/components/_image-text-switching.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/trade-forex/components/_image-text-switching.tsx diff --git a/src/pages/landing/trade-forex/components/_table-btn.tsx b/themes/gatsby-theme-deriv/src/pages/landing/trade-forex/components/_table-btn.tsx similarity index 100% rename from src/pages/landing/trade-forex/components/_table-btn.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/trade-forex/components/_table-btn.tsx diff --git a/src/pages/landing/trade-forex/index.tsx b/themes/gatsby-theme-deriv/src/pages/landing/trade-forex/index.tsx similarity index 100% rename from src/pages/landing/trade-forex/index.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/trade-forex/index.tsx diff --git a/src/pages/landing/weekend-trading/components/_hero.tsx b/themes/gatsby-theme-deriv/src/pages/landing/weekend-trading/components/_hero.tsx similarity index 100% rename from src/pages/landing/weekend-trading/components/_hero.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/weekend-trading/components/_hero.tsx diff --git a/src/pages/landing/weekend-trading/components/_icon-text-row.tsx b/themes/gatsby-theme-deriv/src/pages/landing/weekend-trading/components/_icon-text-row.tsx similarity index 100% rename from src/pages/landing/weekend-trading/components/_icon-text-row.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/weekend-trading/components/_icon-text-row.tsx diff --git a/src/pages/landing/weekend-trading/components/_image-text-switching.tsx b/themes/gatsby-theme-deriv/src/pages/landing/weekend-trading/components/_image-text-switching.tsx similarity index 100% rename from src/pages/landing/weekend-trading/components/_image-text-switching.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/weekend-trading/components/_image-text-switching.tsx diff --git a/src/pages/landing/weekend-trading/components/_title-btn.tsx b/themes/gatsby-theme-deriv/src/pages/landing/weekend-trading/components/_title-btn.tsx similarity index 100% rename from src/pages/landing/weekend-trading/components/_title-btn.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/weekend-trading/components/_title-btn.tsx diff --git a/src/pages/landing/weekend-trading/index.tsx b/themes/gatsby-theme-deriv/src/pages/landing/weekend-trading/index.tsx similarity index 100% rename from src/pages/landing/weekend-trading/index.tsx rename to themes/gatsby-theme-deriv/src/pages/landing/weekend-trading/index.tsx diff --git a/src/pages/livechat/index.tsx b/themes/gatsby-theme-deriv/src/pages/livechat/index.tsx similarity index 100% rename from src/pages/livechat/index.tsx rename to themes/gatsby-theme-deriv/src/pages/livechat/index.tsx diff --git a/src/pages/markets/basket-indices/index.tsx b/themes/gatsby-theme-deriv/src/pages/markets/basket-indices/index.tsx similarity index 100% rename from src/pages/markets/basket-indices/index.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/basket-indices/index.tsx diff --git a/src/pages/markets/commodities/index.tsx b/themes/gatsby-theme-deriv/src/pages/markets/commodities/index.tsx similarity index 100% rename from src/pages/markets/commodities/index.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/commodities/index.tsx diff --git a/src/pages/markets/components/helper/_available-options.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/helper/_available-options.tsx similarity index 100% rename from src/pages/markets/components/helper/_available-options.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/helper/_available-options.tsx diff --git a/src/pages/markets/components/helper/_available-platforms.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/helper/_available-platforms.tsx similarity index 100% rename from src/pages/markets/components/helper/_available-platforms.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/helper/_available-platforms.tsx diff --git a/src/pages/markets/components/helper/_available-trades.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/helper/_available-trades.tsx similarity index 100% rename from src/pages/markets/components/helper/_available-trades.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/helper/_available-trades.tsx diff --git a/src/pages/markets/components/helper/_available-trades_desktop.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/helper/_available-trades_desktop.tsx similarity index 100% rename from src/pages/markets/components/helper/_available-trades_desktop.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/helper/_available-trades_desktop.tsx diff --git a/src/pages/markets/components/helper/_markets_accordion.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/helper/_markets_accordion.tsx similarity index 100% rename from src/pages/markets/components/helper/_markets_accordion.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/helper/_markets_accordion.tsx diff --git a/src/pages/markets/components/helper/_symbol.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/helper/_symbol.tsx similarity index 100% rename from src/pages/markets/components/helper/_symbol.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/helper/_symbol.tsx diff --git a/src/pages/markets/components/markets/_basket-indices.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/markets/_basket-indices.tsx similarity index 100% rename from src/pages/markets/components/markets/_basket-indices.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/markets/_basket-indices.tsx diff --git a/src/pages/markets/components/markets/_commodities.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/markets/_commodities.tsx similarity index 100% rename from src/pages/markets/components/markets/_commodities.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/markets/_commodities.tsx diff --git a/src/pages/markets/components/markets/_cryptocurrencies.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/markets/_cryptocurrencies.tsx similarity index 100% rename from src/pages/markets/components/markets/_cryptocurrencies.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/markets/_cryptocurrencies.tsx diff --git a/src/pages/markets/components/markets/_derived.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/markets/_derived.tsx similarity index 100% rename from src/pages/markets/components/markets/_derived.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/markets/_derived.tsx diff --git a/src/pages/markets/components/markets/_forex.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/markets/_forex.tsx similarity index 100% rename from src/pages/markets/components/markets/_forex.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/markets/_forex.tsx diff --git a/src/pages/markets/components/markets/_stock-indices.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/markets/_stock-indices.tsx similarity index 100% rename from src/pages/markets/components/markets/_stock-indices.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/markets/_stock-indices.tsx diff --git a/src/pages/markets/components/markets/_synthetic-indices.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/markets/_synthetic-indices.tsx similarity index 100% rename from src/pages/markets/components/markets/_synthetic-indices.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/markets/_synthetic-indices.tsx diff --git a/src/pages/markets/components/sections/_hero_derived_fx.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/sections/_hero_derived_fx.tsx similarity index 100% rename from src/pages/markets/components/sections/_hero_derived_fx.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/sections/_hero_derived_fx.tsx diff --git a/src/pages/markets/components/sections/_market_instruments.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/sections/_market_instruments.tsx similarity index 100% rename from src/pages/markets/components/sections/_market_instruments.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/sections/_market_instruments.tsx diff --git a/src/pages/markets/components/sections/_nav-tab.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/sections/_nav-tab.tsx similarity index 100% rename from src/pages/markets/components/sections/_nav-tab.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/sections/_nav-tab.tsx diff --git a/src/pages/markets/components/sections/_options-nav-tab.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/sections/_options-nav-tab.tsx similarity index 100% rename from src/pages/markets/components/sections/_options-nav-tab.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/sections/_options-nav-tab.tsx diff --git a/src/pages/markets/components/sections/_other-markets.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/sections/_other-markets.tsx similarity index 100% rename from src/pages/markets/components/sections/_other-markets.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/sections/_other-markets.tsx diff --git a/src/pages/markets/components/sections/_trade-details.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/sections/_trade-details.tsx similarity index 100% rename from src/pages/markets/components/sections/_trade-details.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/sections/_trade-details.tsx diff --git a/src/pages/markets/components/sections/_why-trade.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/sections/_why-trade.tsx similarity index 100% rename from src/pages/markets/components/sections/_why-trade.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/sections/_why-trade.tsx diff --git a/src/pages/markets/components/sub-markets/_accumulators.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/sub-markets/_accumulators.tsx similarity index 100% rename from src/pages/markets/components/sub-markets/_accumulators.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/sub-markets/_accumulators.tsx diff --git a/src/pages/markets/components/sub-markets/_cfds.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/sub-markets/_cfds.tsx similarity index 100% rename from src/pages/markets/components/sub-markets/_cfds.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/sub-markets/_cfds.tsx diff --git a/src/pages/markets/components/sub-markets/_digital-options.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/sub-markets/_digital-options.tsx similarity index 100% rename from src/pages/markets/components/sub-markets/_digital-options.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/sub-markets/_digital-options.tsx diff --git a/src/pages/markets/components/sub-markets/_multipliers.tsx b/themes/gatsby-theme-deriv/src/pages/markets/components/sub-markets/_multipliers.tsx similarity index 100% rename from src/pages/markets/components/sub-markets/_multipliers.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/components/sub-markets/_multipliers.tsx diff --git a/src/pages/markets/cryptocurrencies/index.tsx b/themes/gatsby-theme-deriv/src/pages/markets/cryptocurrencies/index.tsx similarity index 100% rename from src/pages/markets/cryptocurrencies/index.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/cryptocurrencies/index.tsx diff --git a/src/pages/markets/derived-fx/index.tsx b/themes/gatsby-theme-deriv/src/pages/markets/derived-fx/index.tsx similarity index 100% rename from src/pages/markets/derived-fx/index.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/derived-fx/index.tsx diff --git a/src/pages/markets/exchange-traded-funds/index.tsx b/themes/gatsby-theme-deriv/src/pages/markets/exchange-traded-funds/index.tsx similarity index 100% rename from src/pages/markets/exchange-traded-funds/index.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/exchange-traded-funds/index.tsx diff --git a/src/pages/markets/forex/index.tsx b/themes/gatsby-theme-deriv/src/pages/markets/forex/index.tsx similarity index 100% rename from src/pages/markets/forex/index.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/forex/index.tsx diff --git a/src/pages/markets/instruments/_accumulators-indices.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_accumulators-indices.tsx similarity index 100% rename from src/pages/markets/instruments/_accumulators-indices.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_accumulators-indices.tsx diff --git a/src/pages/markets/instruments/_american-indices.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_american-indices.tsx similarity index 100% rename from src/pages/markets/instruments/_american-indices.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_american-indices.tsx diff --git a/src/pages/markets/instruments/_american-stocks.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_american-stocks.tsx similarity index 100% rename from src/pages/markets/instruments/_american-stocks.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_american-stocks.tsx diff --git a/src/pages/markets/instruments/_americas.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_americas.tsx similarity index 100% rename from src/pages/markets/instruments/_americas.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_americas.tsx diff --git a/src/pages/markets/instruments/_asia-oceania.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_asia-oceania.tsx similarity index 100% rename from src/pages/markets/instruments/_asia-oceania.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_asia-oceania.tsx diff --git a/src/pages/markets/instruments/_asian-indices.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_asian-indices.tsx similarity index 100% rename from src/pages/markets/instruments/_asian-indices.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_asian-indices.tsx diff --git a/src/pages/markets/instruments/_basket_indices_cfds.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_basket_indices_cfds.tsx similarity index 100% rename from src/pages/markets/instruments/_basket_indices_cfds.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_basket_indices_cfds.tsx diff --git a/src/pages/markets/instruments/_basket_indices_commodities.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_basket_indices_commodities.tsx similarity index 100% rename from src/pages/markets/instruments/_basket_indices_commodities.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_basket_indices_commodities.tsx diff --git a/src/pages/markets/instruments/_continuous-indices.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_continuous-indices.tsx similarity index 100% rename from src/pages/markets/instruments/_continuous-indices.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_continuous-indices.tsx diff --git a/src/pages/markets/instruments/_continuous-indices_options.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_continuous-indices_options.tsx similarity index 100% rename from src/pages/markets/instruments/_continuous-indices_options.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_continuous-indices_options.tsx diff --git a/src/pages/markets/instruments/_crash-boom-eu.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_crash-boom-eu.tsx similarity index 100% rename from src/pages/markets/instruments/_crash-boom-eu.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_crash-boom-eu.tsx diff --git a/src/pages/markets/instruments/_crash-boom-multipliers.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_crash-boom-multipliers.tsx similarity index 100% rename from src/pages/markets/instruments/_crash-boom-multipliers.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_crash-boom-multipliers.tsx diff --git a/src/pages/markets/instruments/_crash-boom.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_crash-boom.tsx similarity index 100% rename from src/pages/markets/instruments/_crash-boom.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_crash-boom.tsx diff --git a/src/pages/markets/instruments/_cryptocurrencies-cfds.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_cryptocurrencies-cfds.tsx similarity index 100% rename from src/pages/markets/instruments/_cryptocurrencies-cfds.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_cryptocurrencies-cfds.tsx diff --git a/src/pages/markets/instruments/_cryptocurrencies-multipliers.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_cryptocurrencies-multipliers.tsx similarity index 100% rename from src/pages/markets/instruments/_cryptocurrencies-multipliers.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_cryptocurrencies-multipliers.tsx diff --git a/src/pages/markets/instruments/_cryptocurrencies-trade-type.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_cryptocurrencies-trade-type.tsx similarity index 100% rename from src/pages/markets/instruments/_cryptocurrencies-trade-type.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_cryptocurrencies-trade-type.tsx diff --git a/src/pages/markets/instruments/_daily-reset-indices.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_daily-reset-indices.tsx similarity index 100% rename from src/pages/markets/instruments/_daily-reset-indices.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_daily-reset-indices.tsx diff --git a/src/pages/markets/instruments/_derived-cfds.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_derived-cfds.tsx similarity index 100% rename from src/pages/markets/instruments/_derived-cfds.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_derived-cfds.tsx diff --git a/src/pages/markets/instruments/_dex-indices.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_dex-indices.tsx similarity index 100% rename from src/pages/markets/instruments/_dex-indices.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_dex-indices.tsx diff --git a/src/pages/markets/instruments/_drift_switch_indices.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_drift_switch_indices.tsx similarity index 100% rename from src/pages/markets/instruments/_drift_switch_indices.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_drift_switch_indices.tsx diff --git a/src/pages/markets/instruments/_energy-options.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_energy-options.tsx similarity index 100% rename from src/pages/markets/instruments/_energy-options.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_energy-options.tsx diff --git a/src/pages/markets/instruments/_energy.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_energy.tsx similarity index 100% rename from src/pages/markets/instruments/_energy.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_energy.tsx diff --git a/src/pages/markets/instruments/_europe.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_europe.tsx similarity index 100% rename from src/pages/markets/instruments/_europe.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_europe.tsx diff --git a/src/pages/markets/instruments/_european-indices.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_european-indices.tsx similarity index 100% rename from src/pages/markets/instruments/_european-indices.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_european-indices.tsx diff --git a/src/pages/markets/instruments/_exotic-pairs.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_exotic-pairs.tsx similarity index 100% rename from src/pages/markets/instruments/_exotic-pairs.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_exotic-pairs.tsx diff --git a/src/pages/markets/instruments/_index.ts b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_index.ts similarity index 100% rename from src/pages/markets/instruments/_index.ts rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_index.ts diff --git a/src/pages/markets/instruments/_jump_indices.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_jump_indices.tsx similarity index 100% rename from src/pages/markets/instruments/_jump_indices.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_jump_indices.tsx diff --git a/src/pages/markets/instruments/_major-pairs.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_major-pairs.tsx similarity index 100% rename from src/pages/markets/instruments/_major-pairs.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_major-pairs.tsx diff --git a/src/pages/markets/instruments/_market-symbols.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_market-symbols.tsx similarity index 100% rename from src/pages/markets/instruments/_market-symbols.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_market-symbols.tsx diff --git a/src/pages/markets/instruments/_markets.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_markets.tsx similarity index 100% rename from src/pages/markets/instruments/_markets.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_markets.tsx diff --git a/src/pages/markets/instruments/_metals-options.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_metals-options.tsx similarity index 100% rename from src/pages/markets/instruments/_metals-options.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_metals-options.tsx diff --git a/src/pages/markets/instruments/_metals.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_metals.tsx similarity index 100% rename from src/pages/markets/instruments/_metals.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_metals.tsx diff --git a/src/pages/markets/instruments/_micro-pairs.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_micro-pairs.tsx similarity index 100% rename from src/pages/markets/instruments/_micro-pairs.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_micro-pairs.tsx diff --git a/src/pages/markets/instruments/_minor-options-pairs.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_minor-options-pairs.tsx similarity index 100% rename from src/pages/markets/instruments/_minor-options-pairs.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_minor-options-pairs.tsx diff --git a/src/pages/markets/instruments/_minor-pairs.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_minor-pairs.tsx similarity index 100% rename from src/pages/markets/instruments/_minor-pairs.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_minor-pairs.tsx diff --git a/src/pages/markets/instruments/_range-break.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_range-break.tsx similarity index 100% rename from src/pages/markets/instruments/_range-break.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_range-break.tsx diff --git a/src/pages/markets/instruments/_step-indices.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_step-indices.tsx similarity index 100% rename from src/pages/markets/instruments/_step-indices.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_step-indices.tsx diff --git a/src/pages/markets/instruments/_submarkets.ts b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_submarkets.ts similarity index 100% rename from src/pages/markets/instruments/_submarkets.ts rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_submarkets.ts diff --git a/src/pages/markets/instruments/_swap-free-pairs.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_swap-free-pairs.tsx similarity index 100% rename from src/pages/markets/instruments/_swap-free-pairs.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_swap-free-pairs.tsx diff --git a/src/pages/markets/instruments/_symbols_mapper.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_symbols_mapper.tsx similarity index 100% rename from src/pages/markets/instruments/_symbols_mapper.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_symbols_mapper.tsx diff --git a/src/pages/markets/instruments/_volatility-indices-eu.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_volatility-indices-eu.tsx similarity index 100% rename from src/pages/markets/instruments/_volatility-indices-eu.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_volatility-indices-eu.tsx diff --git a/src/pages/markets/instruments/_volatility-indices.tsx b/themes/gatsby-theme-deriv/src/pages/markets/instruments/_volatility-indices.tsx similarity index 100% rename from src/pages/markets/instruments/_volatility-indices.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/instruments/_volatility-indices.tsx diff --git a/src/pages/markets/static/content/_accumulators.tsx b/themes/gatsby-theme-deriv/src/pages/markets/static/content/_accumulators.tsx similarity index 100% rename from src/pages/markets/static/content/_accumulators.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/static/content/_accumulators.tsx diff --git a/src/pages/markets/static/content/_basket.tsx b/themes/gatsby-theme-deriv/src/pages/markets/static/content/_basket.tsx similarity index 100% rename from src/pages/markets/static/content/_basket.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/static/content/_basket.tsx diff --git a/src/pages/markets/static/content/_cfds.tsx b/themes/gatsby-theme-deriv/src/pages/markets/static/content/_cfds.tsx similarity index 100% rename from src/pages/markets/static/content/_cfds.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/static/content/_cfds.tsx diff --git a/src/pages/markets/static/content/_commodities.tsx b/themes/gatsby-theme-deriv/src/pages/markets/static/content/_commodities.tsx similarity index 100% rename from src/pages/markets/static/content/_commodities.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/static/content/_commodities.tsx diff --git a/src/pages/markets/static/content/_cryptocurrencies.tsx b/themes/gatsby-theme-deriv/src/pages/markets/static/content/_cryptocurrencies.tsx similarity index 100% rename from src/pages/markets/static/content/_cryptocurrencies.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/static/content/_cryptocurrencies.tsx diff --git a/src/pages/markets/static/content/_derived.tsx b/themes/gatsby-theme-deriv/src/pages/markets/static/content/_derived.tsx similarity index 100% rename from src/pages/markets/static/content/_derived.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/static/content/_derived.tsx diff --git a/src/pages/markets/static/content/_details.tsx b/themes/gatsby-theme-deriv/src/pages/markets/static/content/_details.tsx similarity index 100% rename from src/pages/markets/static/content/_details.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/static/content/_details.tsx diff --git a/src/pages/markets/static/content/_digital-options.tsx b/themes/gatsby-theme-deriv/src/pages/markets/static/content/_digital-options.tsx similarity index 100% rename from src/pages/markets/static/content/_digital-options.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/static/content/_digital-options.tsx diff --git a/src/pages/markets/static/content/_forex.tsx b/themes/gatsby-theme-deriv/src/pages/markets/static/content/_forex.tsx similarity index 100% rename from src/pages/markets/static/content/_forex.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/static/content/_forex.tsx diff --git a/src/pages/markets/static/content/_market-symbols.tsx b/themes/gatsby-theme-deriv/src/pages/markets/static/content/_market-symbols.tsx similarity index 100% rename from src/pages/markets/static/content/_market-symbols.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/static/content/_market-symbols.tsx diff --git a/src/pages/markets/static/content/_multipliers.tsx b/themes/gatsby-theme-deriv/src/pages/markets/static/content/_multipliers.tsx similarity index 100% rename from src/pages/markets/static/content/_multipliers.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/static/content/_multipliers.tsx diff --git a/src/pages/markets/static/content/_simple_step_content.tsx b/themes/gatsby-theme-deriv/src/pages/markets/static/content/_simple_step_content.tsx similarity index 100% rename from src/pages/markets/static/content/_simple_step_content.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/static/content/_simple_step_content.tsx diff --git a/src/pages/markets/static/content/_stock.tsx b/themes/gatsby-theme-deriv/src/pages/markets/static/content/_stock.tsx similarity index 100% rename from src/pages/markets/static/content/_stock.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/static/content/_stock.tsx diff --git a/src/pages/markets/static/content/_synthetic.tsx b/themes/gatsby-theme-deriv/src/pages/markets/static/content/_synthetic.tsx similarity index 100% rename from src/pages/markets/static/content/_synthetic.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/static/content/_synthetic.tsx diff --git a/src/pages/markets/static/content/_types.ts b/themes/gatsby-theme-deriv/src/pages/markets/static/content/_types.ts similarity index 100% rename from src/pages/markets/static/content/_types.ts rename to themes/gatsby-theme-deriv/src/pages/markets/static/content/_types.ts diff --git a/src/pages/markets/static/style/_markets-style.tsx b/themes/gatsby-theme-deriv/src/pages/markets/static/style/_markets-style.tsx similarity index 100% rename from src/pages/markets/static/style/_markets-style.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/static/style/_markets-style.tsx diff --git a/src/pages/markets/static/video/globe.mp4 b/themes/gatsby-theme-deriv/src/pages/markets/static/video/globe.mp4 similarity index 100% rename from src/pages/markets/static/video/globe.mp4 rename to themes/gatsby-theme-deriv/src/pages/markets/static/video/globe.mp4 diff --git a/src/pages/markets/static/video/globe.webm b/themes/gatsby-theme-deriv/src/pages/markets/static/video/globe.webm similarity index 100% rename from src/pages/markets/static/video/globe.webm rename to themes/gatsby-theme-deriv/src/pages/markets/static/video/globe.webm diff --git a/src/pages/markets/stock/index.tsx b/themes/gatsby-theme-deriv/src/pages/markets/stock/index.tsx similarity index 100% rename from src/pages/markets/stock/index.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/stock/index.tsx diff --git a/src/pages/markets/synthetic/index.tsx b/themes/gatsby-theme-deriv/src/pages/markets/synthetic/index.tsx similarity index 100% rename from src/pages/markets/synthetic/index.tsx rename to themes/gatsby-theme-deriv/src/pages/markets/synthetic/index.tsx diff --git a/src/pages/our-principles/_data.tsx b/themes/gatsby-theme-deriv/src/pages/our-principles/_data.tsx similarity index 100% rename from src/pages/our-principles/_data.tsx rename to themes/gatsby-theme-deriv/src/pages/our-principles/_data.tsx diff --git a/src/pages/our-principles/index.tsx b/themes/gatsby-theme-deriv/src/pages/our-principles/index.tsx similarity index 100% rename from src/pages/our-principles/index.tsx rename to themes/gatsby-theme-deriv/src/pages/our-principles/index.tsx diff --git a/src/pages/p2p.tsx b/themes/gatsby-theme-deriv/src/pages/p2p.tsx similarity index 100% rename from src/pages/p2p.tsx rename to themes/gatsby-theme-deriv/src/pages/p2p.tsx diff --git a/src/pages/partners/_about-deriv.tsx b/themes/gatsby-theme-deriv/src/pages/partners/_about-deriv.tsx similarity index 100% rename from src/pages/partners/_about-deriv.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/_about-deriv.tsx diff --git a/src/pages/partners/_deriv-numbers.tsx b/themes/gatsby-theme-deriv/src/pages/partners/_deriv-numbers.tsx similarity index 100% rename from src/pages/partners/_deriv-numbers.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/_deriv-numbers.tsx diff --git a/src/pages/partners/_hero.tsx b/themes/gatsby-theme-deriv/src/pages/partners/_hero.tsx similarity index 100% rename from src/pages/partners/_hero.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/_hero.tsx diff --git a/src/pages/partners/_partnership-opportunities.tsx b/themes/gatsby-theme-deriv/src/pages/partners/_partnership-opportunities.tsx similarity index 100% rename from src/pages/partners/_partnership-opportunities.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/_partnership-opportunities.tsx diff --git a/src/pages/partners/_premium_agent.module.scss b/themes/gatsby-theme-deriv/src/pages/partners/_premium_agent.module.scss similarity index 100% rename from src/pages/partners/_premium_agent.module.scss rename to themes/gatsby-theme-deriv/src/pages/partners/_premium_agent.module.scss diff --git a/src/pages/partners/_why-choose-us.tsx b/themes/gatsby-theme-deriv/src/pages/partners/_why-choose-us.tsx similarity index 100% rename from src/pages/partners/_why-choose-us.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/_why-choose-us.tsx diff --git a/src/pages/partners/affiliate-ib/_calculated-formula.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_calculated-formula.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/_calculated-formula.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_calculated-formula.tsx diff --git a/src/pages/partners/affiliate-ib/_deriv-affiliate-programme.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_deriv-affiliate-programme.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/_deriv-affiliate-programme.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_deriv-affiliate-programme.tsx diff --git a/src/pages/partners/affiliate-ib/_deriv-ib-programme.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_deriv-ib-programme.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/_deriv-ib-programme.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_deriv-ib-programme.tsx diff --git a/src/pages/partners/affiliate-ib/_dmt5-cards.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_dmt5-cards.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/_dmt5-cards.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_dmt5-cards.tsx diff --git a/src/pages/partners/affiliate-ib/_faq-data.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_faq-data.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/_faq-data.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_faq-data.tsx diff --git a/src/pages/partners/affiliate-ib/_faq-schema.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_faq-schema.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/_faq-schema.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_faq-schema.tsx diff --git a/src/pages/partners/affiliate-ib/_faq.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_faq.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/_faq.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_faq.tsx diff --git a/src/pages/partners/affiliate-ib/_hero.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_hero.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/_hero.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_hero.tsx diff --git a/src/pages/partners/affiliate-ib/_minimum-volume.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_minimum-volume.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/_minimum-volume.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_minimum-volume.tsx diff --git a/src/pages/partners/affiliate-ib/_more-reason.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_more-reason.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/_more-reason.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_more-reason.tsx diff --git a/src/pages/partners/affiliate-ib/_partner-card.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_partner-card.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/_partner-card.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_partner-card.tsx diff --git a/src/pages/partners/affiliate-ib/_partner-cta.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_partner-cta.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/_partner-cta.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_partner-cta.tsx diff --git a/src/pages/partners/affiliate-ib/_style.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_style.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/_style.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_style.tsx diff --git a/src/pages/partners/affiliate-ib/_table.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_table.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/_table.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_table.tsx diff --git a/src/pages/partners/affiliate-ib/_who-can-apply.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_who-can-apply.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/_who-can-apply.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_who-can-apply.tsx diff --git a/src/pages/partners/affiliate-ib/_why-us.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_why-us.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/_why-us.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/_why-us.tsx diff --git a/src/pages/partners/affiliate-ib/cpa-eu-for-row/_calculated-card.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/cpa-eu-for-row/_calculated-card.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/cpa-eu-for-row/_calculated-card.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/cpa-eu-for-row/_calculated-card.tsx diff --git a/src/pages/partners/affiliate-ib/cpa-eu-for-row/_default-card.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/cpa-eu-for-row/_default-card.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/cpa-eu-for-row/_default-card.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/cpa-eu-for-row/_default-card.tsx diff --git a/src/pages/partners/affiliate-ib/cpa-eu-for-row/_index.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/cpa-eu-for-row/_index.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/cpa-eu-for-row/_index.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/cpa-eu-for-row/_index.tsx diff --git a/src/pages/partners/affiliate-ib/cpa-eu/_calculated-card.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/cpa-eu/_calculated-card.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/cpa-eu/_calculated-card.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/cpa-eu/_calculated-card.tsx diff --git a/src/pages/partners/affiliate-ib/cpa-eu/_default-card.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/cpa-eu/_default-card.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/cpa-eu/_default-card.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/cpa-eu/_default-card.tsx diff --git a/src/pages/partners/affiliate-ib/cpa-eu/_index.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/cpa-eu/_index.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/cpa-eu/_index.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/cpa-eu/_index.tsx diff --git a/src/pages/partners/affiliate-ib/index.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/index.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/index.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/index.tsx diff --git a/src/pages/partners/affiliate-ib/master-affiliate/_calculated-card.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/master-affiliate/_calculated-card.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/master-affiliate/_calculated-card.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/master-affiliate/_calculated-card.tsx diff --git a/src/pages/partners/affiliate-ib/master-affiliate/_default-card.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/master-affiliate/_default-card.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/master-affiliate/_default-card.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/master-affiliate/_default-card.tsx diff --git a/src/pages/partners/affiliate-ib/master-affiliate/_index.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/master-affiliate/_index.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/master-affiliate/_index.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/master-affiliate/_index.tsx diff --git a/src/pages/partners/affiliate-ib/revenue-share/_calculated-card.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/revenue-share/_calculated-card.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/revenue-share/_calculated-card.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/revenue-share/_calculated-card.tsx diff --git a/src/pages/partners/affiliate-ib/revenue-share/_default-card.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/revenue-share/_default-card.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/revenue-share/_default-card.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/revenue-share/_default-card.tsx diff --git a/src/pages/partners/affiliate-ib/revenue-share/_index.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/revenue-share/_index.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/revenue-share/_index.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/revenue-share/_index.tsx diff --git a/src/pages/partners/affiliate-ib/turnover/_calculated-card.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/turnover/_calculated-card.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/turnover/_calculated-card.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/turnover/_calculated-card.tsx diff --git a/src/pages/partners/affiliate-ib/turnover/_default-card.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/turnover/_default-card.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/turnover/_default-card.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/turnover/_default-card.tsx diff --git a/src/pages/partners/affiliate-ib/turnover/_index.tsx b/themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/turnover/_index.tsx similarity index 100% rename from src/pages/partners/affiliate-ib/turnover/_index.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/affiliate-ib/turnover/_index.tsx diff --git a/src/pages/partners/deriv-prime/index.tsx b/themes/gatsby-theme-deriv/src/pages/partners/deriv-prime/index.tsx similarity index 100% rename from src/pages/partners/deriv-prime/index.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/deriv-prime/index.tsx diff --git a/src/pages/partners/index.tsx b/themes/gatsby-theme-deriv/src/pages/partners/index.tsx similarity index 100% rename from src/pages/partners/index.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/index.tsx diff --git a/src/pages/partners/partner-video.mp4 b/themes/gatsby-theme-deriv/src/pages/partners/partner-video.mp4 similarity index 100% rename from src/pages/partners/partner-video.mp4 rename to themes/gatsby-theme-deriv/src/pages/partners/partner-video.mp4 diff --git a/src/pages/partners/payment-agent/_faq-data.tsx b/themes/gatsby-theme-deriv/src/pages/partners/payment-agent/_faq-data.tsx similarity index 100% rename from src/pages/partners/payment-agent/_faq-data.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/payment-agent/_faq-data.tsx diff --git a/src/pages/partners/payment-agent/_faq-schema.ts b/themes/gatsby-theme-deriv/src/pages/partners/payment-agent/_faq-schema.ts similarity index 100% rename from src/pages/partners/payment-agent/_faq-schema.ts rename to themes/gatsby-theme-deriv/src/pages/partners/payment-agent/_faq-schema.ts diff --git a/src/pages/partners/payment-agent/_faq.tsx b/themes/gatsby-theme-deriv/src/pages/partners/payment-agent/_faq.tsx similarity index 100% rename from src/pages/partners/payment-agent/_faq.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/payment-agent/_faq.tsx diff --git a/src/pages/partners/payment-agent/_p2p_banner.tsx b/themes/gatsby-theme-deriv/src/pages/partners/payment-agent/_p2p_banner.tsx similarity index 100% rename from src/pages/partners/payment-agent/_p2p_banner.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/payment-agent/_p2p_banner.tsx diff --git a/src/pages/partners/payment-agent/_pa-hero.tsx b/themes/gatsby-theme-deriv/src/pages/partners/payment-agent/_pa-hero.tsx similarity index 100% rename from src/pages/partners/payment-agent/_pa-hero.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/payment-agent/_pa-hero.tsx diff --git a/src/pages/partners/payment-agent/_premium_payment_agent.tsx b/themes/gatsby-theme-deriv/src/pages/partners/payment-agent/_premium_payment_agent.tsx similarity index 100% rename from src/pages/partners/payment-agent/_premium_payment_agent.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/payment-agent/_premium_payment_agent.tsx diff --git a/src/pages/partners/payment-agent/_tap-into.tsx b/themes/gatsby-theme-deriv/src/pages/partners/payment-agent/_tap-into.tsx similarity index 100% rename from src/pages/partners/payment-agent/_tap-into.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/payment-agent/_tap-into.tsx diff --git a/src/pages/partners/payment-agent/_who-can-apply.tsx b/themes/gatsby-theme-deriv/src/pages/partners/payment-agent/_who-can-apply.tsx similarity index 100% rename from src/pages/partners/payment-agent/_who-can-apply.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/payment-agent/_who-can-apply.tsx diff --git a/src/pages/partners/payment-agent/_your-control.tsx b/themes/gatsby-theme-deriv/src/pages/partners/payment-agent/_your-control.tsx similarity index 100% rename from src/pages/partners/payment-agent/_your-control.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/payment-agent/_your-control.tsx diff --git a/src/pages/partners/payment-agent/index.tsx b/themes/gatsby-theme-deriv/src/pages/partners/payment-agent/index.tsx similarity index 100% rename from src/pages/partners/payment-agent/index.tsx rename to themes/gatsby-theme-deriv/src/pages/partners/payment-agent/index.tsx diff --git a/src/pages/payment-methods/_dp2p.tsx b/themes/gatsby-theme-deriv/src/pages/payment-methods/_dp2p.tsx similarity index 100% rename from src/pages/payment-methods/_dp2p.tsx rename to themes/gatsby-theme-deriv/src/pages/payment-methods/_dp2p.tsx diff --git a/src/pages/payment-methods/_expanded-list.tsx b/themes/gatsby-theme-deriv/src/pages/payment-methods/_expanded-list.tsx similarity index 100% rename from src/pages/payment-methods/_expanded-list.tsx rename to themes/gatsby-theme-deriv/src/pages/payment-methods/_expanded-list.tsx diff --git a/src/pages/payment-methods/_mobile-accordian-item.tsx b/themes/gatsby-theme-deriv/src/pages/payment-methods/_mobile-accordian-item.tsx similarity index 100% rename from src/pages/payment-methods/_mobile-accordian-item.tsx rename to themes/gatsby-theme-deriv/src/pages/payment-methods/_mobile-accordian-item.tsx diff --git a/src/pages/payment-methods/_mobile-expanded-list.tsx b/themes/gatsby-theme-deriv/src/pages/payment-methods/_mobile-expanded-list.tsx similarity index 100% rename from src/pages/payment-methods/_mobile-expanded-list.tsx rename to themes/gatsby-theme-deriv/src/pages/payment-methods/_mobile-expanded-list.tsx diff --git a/src/pages/payment-methods/_payment-data.tsx b/themes/gatsby-theme-deriv/src/pages/payment-methods/_payment-data.tsx similarity index 100% rename from src/pages/payment-methods/_payment-data.tsx rename to themes/gatsby-theme-deriv/src/pages/payment-methods/_payment-data.tsx diff --git a/src/pages/payment-methods/index.tsx b/themes/gatsby-theme-deriv/src/pages/payment-methods/index.tsx similarity index 100% rename from src/pages/payment-methods/index.tsx rename to themes/gatsby-theme-deriv/src/pages/payment-methods/index.tsx diff --git a/src/pages/regulatory/_document_accordion.tsx b/themes/gatsby-theme-deriv/src/pages/regulatory/_document_accordion.tsx similarity index 100% rename from src/pages/regulatory/_document_accordion.tsx rename to themes/gatsby-theme-deriv/src/pages/regulatory/_document_accordion.tsx diff --git a/src/pages/regulatory/_eu-grid.tsx b/themes/gatsby-theme-deriv/src/pages/regulatory/_eu-grid.tsx similarity index 100% rename from src/pages/regulatory/_eu-grid.tsx rename to themes/gatsby-theme-deriv/src/pages/regulatory/_eu-grid.tsx diff --git a/src/pages/regulatory/_financial_commission.tsx b/themes/gatsby-theme-deriv/src/pages/regulatory/_financial_commission.tsx similarity index 100% rename from src/pages/regulatory/_financial_commission.tsx rename to themes/gatsby-theme-deriv/src/pages/regulatory/_financial_commission.tsx diff --git a/src/pages/regulatory/data/_kid_data.tsx b/themes/gatsby-theme-deriv/src/pages/regulatory/data/_kid_data.tsx similarity index 100% rename from src/pages/regulatory/data/_kid_data.tsx rename to themes/gatsby-theme-deriv/src/pages/regulatory/data/_kid_data.tsx diff --git a/src/pages/regulatory/index.tsx b/themes/gatsby-theme-deriv/src/pages/regulatory/index.tsx similarity index 100% rename from src/pages/regulatory/index.tsx rename to themes/gatsby-theme-deriv/src/pages/regulatory/index.tsx diff --git a/src/pages/reset-password/index.tsx b/themes/gatsby-theme-deriv/src/pages/reset-password/index.tsx similarity index 100% rename from src/pages/reset-password/index.tsx rename to themes/gatsby-theme-deriv/src/pages/reset-password/index.tsx diff --git a/src/pages/responsible/_banner.tsx b/themes/gatsby-theme-deriv/src/pages/responsible/_banner.tsx similarity index 100% rename from src/pages/responsible/_banner.tsx rename to themes/gatsby-theme-deriv/src/pages/responsible/_banner.tsx diff --git a/src/pages/responsible/_securing-account.tsx b/themes/gatsby-theme-deriv/src/pages/responsible/_securing-account.tsx similarity index 100% rename from src/pages/responsible/_securing-account.tsx rename to themes/gatsby-theme-deriv/src/pages/responsible/_securing-account.tsx diff --git a/src/pages/responsible/_trading-limits.tsx b/themes/gatsby-theme-deriv/src/pages/responsible/_trading-limits.tsx similarity index 100% rename from src/pages/responsible/_trading-limits.tsx rename to themes/gatsby-theme-deriv/src/pages/responsible/_trading-limits.tsx diff --git a/src/pages/responsible/_trading-responsibly.tsx b/themes/gatsby-theme-deriv/src/pages/responsible/_trading-responsibly.tsx similarity index 100% rename from src/pages/responsible/_trading-responsibly.tsx rename to themes/gatsby-theme-deriv/src/pages/responsible/_trading-responsibly.tsx diff --git a/src/pages/responsible/index.tsx b/themes/gatsby-theme-deriv/src/pages/responsible/index.tsx similarity index 100% rename from src/pages/responsible/index.tsx rename to themes/gatsby-theme-deriv/src/pages/responsible/index.tsx diff --git a/src/pages/signup-affiliates/_lazy-loading.ts b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/_lazy-loading.ts similarity index 100% rename from src/pages/signup-affiliates/_lazy-loading.ts rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/_lazy-loading.ts diff --git a/src/pages/signup-affiliates/_types.ts b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/_types.ts similarity index 100% rename from src/pages/signup-affiliates/_types.ts rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/_types.ts diff --git a/src/pages/signup-affiliates/components/_account-address.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/_account-address.tsx similarity index 100% rename from src/pages/signup-affiliates/components/_account-address.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/_account-address.tsx diff --git a/src/pages/signup-affiliates/components/_account-details.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/_account-details.tsx similarity index 100% rename from src/pages/signup-affiliates/components/_account-details.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/_account-details.tsx diff --git a/src/pages/signup-affiliates/components/_account-plan.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/_account-plan.tsx similarity index 100% rename from src/pages/signup-affiliates/components/_account-plan.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/_account-plan.tsx diff --git a/src/pages/signup-affiliates/components/_account-terms.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/_account-terms.tsx similarity index 100% rename from src/pages/signup-affiliates/components/_account-terms.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/_account-terms.tsx diff --git a/src/pages/signup-affiliates/components/_account-type.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/_account-type.tsx similarity index 100% rename from src/pages/signup-affiliates/components/_account-type.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/_account-type.tsx diff --git a/src/pages/signup-affiliates/components/_signup-form.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/_signup-form.tsx similarity index 100% rename from src/pages/signup-affiliates/components/_signup-form.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/_signup-form.tsx diff --git a/src/pages/signup-affiliates/components/_signup-status.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/_signup-status.tsx similarity index 100% rename from src/pages/signup-affiliates/components/_signup-status.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/_signup-status.tsx diff --git a/src/pages/signup-affiliates/components/_wizard.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/_wizard.tsx similarity index 100% rename from src/pages/signup-affiliates/components/_wizard.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/_wizard.tsx diff --git a/src/pages/signup-affiliates/components/wizard-component/index.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/wizard-component/index.tsx similarity index 100% rename from src/pages/signup-affiliates/components/wizard-component/index.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/wizard-component/index.tsx diff --git a/src/pages/signup-affiliates/components/wizard-component/stepper.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/wizard-component/stepper.tsx similarity index 100% rename from src/pages/signup-affiliates/components/wizard-component/stepper.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/wizard-component/stepper.tsx diff --git a/src/pages/signup-affiliates/components/wizard-component/wizard-footer.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/wizard-component/wizard-footer.tsx similarity index 100% rename from src/pages/signup-affiliates/components/wizard-component/wizard-footer.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/wizard-component/wizard-footer.tsx diff --git a/src/pages/signup-affiliates/components/wizard-component/wizard-header.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/wizard-component/wizard-header.tsx similarity index 100% rename from src/pages/signup-affiliates/components/wizard-component/wizard-header.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/components/wizard-component/wizard-header.tsx diff --git a/src/pages/signup-affiliates/index.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/index.tsx similarity index 100% rename from src/pages/signup-affiliates/index.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/index.tsx diff --git a/src/pages/signup-affiliates/utils/_account-card.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/utils/_account-card.tsx similarity index 100% rename from src/pages/signup-affiliates/utils/_account-card.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/utils/_account-card.tsx diff --git a/src/pages/signup-affiliates/utils/_affiliate-header.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/utils/_affiliate-header.tsx similarity index 100% rename from src/pages/signup-affiliates/utils/_affiliate-header.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/utils/_affiliate-header.tsx diff --git a/src/pages/signup-affiliates/utils/_affiliate-input.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/utils/_affiliate-input.tsx similarity index 100% rename from src/pages/signup-affiliates/utils/_affiliate-input.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/utils/_affiliate-input.tsx diff --git a/src/pages/signup-affiliates/utils/_birth-form.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/utils/_birth-form.tsx similarity index 100% rename from src/pages/signup-affiliates/utils/_birth-form.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/utils/_birth-form.tsx diff --git a/src/pages/signup-affiliates/utils/_birth-picker.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/utils/_birth-picker.tsx similarity index 100% rename from src/pages/signup-affiliates/utils/_birth-picker.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/utils/_birth-picker.tsx diff --git a/src/pages/signup-affiliates/utils/_utils.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/utils/_utils.tsx similarity index 100% rename from src/pages/signup-affiliates/utils/_utils.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/utils/_utils.tsx diff --git a/src/pages/signup-affiliates/validations/_affilaite_validation.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/validations/_affilaite_validation.tsx similarity index 100% rename from src/pages/signup-affiliates/validations/_affilaite_validation.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-affiliates/validations/_affilaite_validation.tsx diff --git a/src/pages/signup-success/index.tsx b/themes/gatsby-theme-deriv/src/pages/signup-success/index.tsx similarity index 100% rename from src/pages/signup-success/index.tsx rename to themes/gatsby-theme-deriv/src/pages/signup-success/index.tsx diff --git a/src/pages/signup/index.tsx b/themes/gatsby-theme-deriv/src/pages/signup/index.tsx similarity index 100% rename from src/pages/signup/index.tsx rename to themes/gatsby-theme-deriv/src/pages/signup/index.tsx diff --git a/src/pages/terms-and-conditions/_business-grid.tsx b/themes/gatsby-theme-deriv/src/pages/terms-and-conditions/_business-grid.tsx similarity index 100% rename from src/pages/terms-and-conditions/_business-grid.tsx rename to themes/gatsby-theme-deriv/src/pages/terms-and-conditions/_business-grid.tsx diff --git a/src/pages/terms-and-conditions/_clients-grid.tsx b/themes/gatsby-theme-deriv/src/pages/terms-and-conditions/_clients-grid.tsx similarity index 100% rename from src/pages/terms-and-conditions/_clients-grid.tsx rename to themes/gatsby-theme-deriv/src/pages/terms-and-conditions/_clients-grid.tsx diff --git a/src/pages/terms-and-conditions/_terms-conditions-style.ts b/themes/gatsby-theme-deriv/src/pages/terms-and-conditions/_terms-conditions-style.ts similarity index 100% rename from src/pages/terms-and-conditions/_terms-conditions-style.ts rename to themes/gatsby-theme-deriv/src/pages/terms-and-conditions/_terms-conditions-style.ts diff --git a/src/pages/terms-and-conditions/index.tsx b/themes/gatsby-theme-deriv/src/pages/terms-and-conditions/index.tsx similarity index 100% rename from src/pages/terms-and-conditions/index.tsx rename to themes/gatsby-theme-deriv/src/pages/terms-and-conditions/index.tsx diff --git a/src/pages/trade-types/accumulators/_accumulators-to-trade.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/accumulators/_accumulators-to-trade.tsx similarity index 100% rename from src/pages/trade-types/accumulators/_accumulators-to-trade.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/accumulators/_accumulators-to-trade.tsx diff --git a/src/pages/trade-types/accumulators/_how-accumulators-works.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/accumulators/_how-accumulators-works.tsx similarity index 100% rename from src/pages/trade-types/accumulators/_how-accumulators-works.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/accumulators/_how-accumulators-works.tsx diff --git a/src/pages/trade-types/accumulators/_markets-available.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/accumulators/_markets-available.tsx similarity index 100% rename from src/pages/trade-types/accumulators/_markets-available.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/accumulators/_markets-available.tsx diff --git a/src/pages/trade-types/accumulators/_start-trading.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/accumulators/_start-trading.tsx similarity index 100% rename from src/pages/trade-types/accumulators/_start-trading.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/accumulators/_start-trading.tsx diff --git a/src/pages/trade-types/accumulators/_what-are-accumulators.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/accumulators/_what-are-accumulators.tsx similarity index 100% rename from src/pages/trade-types/accumulators/_what-are-accumulators.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/accumulators/_what-are-accumulators.tsx diff --git a/src/pages/trade-types/accumulators/index.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/accumulators/index.tsx similarity index 100% rename from src/pages/trade-types/accumulators/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/accumulators/index.tsx diff --git a/src/pages/trade-types/cfds/_available-markets.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/cfds/_available-markets.tsx similarity index 100% rename from src/pages/trade-types/cfds/_available-markets.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/cfds/_available-markets.tsx diff --git a/src/pages/trade-types/cfds/_mind-when-trading.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/cfds/_mind-when-trading.tsx similarity index 100% rename from src/pages/trade-types/cfds/_mind-when-trading.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/cfds/_mind-when-trading.tsx diff --git a/src/pages/trade-types/cfds/_start-trading.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/cfds/_start-trading.tsx similarity index 100% rename from src/pages/trade-types/cfds/_start-trading.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/cfds/_start-trading.tsx diff --git a/src/pages/trade-types/cfds/_trading-cfd-increases.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/cfds/_trading-cfd-increases.tsx similarity index 100% rename from src/pages/trade-types/cfds/_trading-cfd-increases.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/cfds/_trading-cfd-increases.tsx diff --git a/src/pages/trade-types/cfds/_what_is_cfd.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/cfds/_what_is_cfd.tsx similarity index 100% rename from src/pages/trade-types/cfds/_what_is_cfd.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/cfds/_what_is_cfd.tsx diff --git a/src/pages/trade-types/cfds/index.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/cfds/index.tsx similarity index 100% rename from src/pages/trade-types/cfds/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/cfds/index.tsx diff --git a/src/pages/trade-types/components/_learn-more.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/components/_learn-more.tsx similarity index 100% rename from src/pages/trade-types/components/_learn-more.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/components/_learn-more.tsx diff --git a/src/pages/trade-types/components/_markets-carousel.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/components/_markets-carousel.tsx similarity index 100% rename from src/pages/trade-types/components/_markets-carousel.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/components/_markets-carousel.tsx diff --git a/src/pages/trade-types/components/_notes.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/components/_notes.tsx similarity index 100% rename from src/pages/trade-types/components/_notes.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/components/_notes.tsx diff --git a/src/pages/trade-types/components/_style.ts b/themes/gatsby-theme-deriv/src/pages/trade-types/components/_style.ts similarity index 100% rename from src/pages/trade-types/components/_style.ts rename to themes/gatsby-theme-deriv/src/pages/trade-types/components/_style.ts diff --git a/src/pages/trade-types/components/_tabs.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/components/_tabs.tsx similarity index 100% rename from src/pages/trade-types/components/_tabs.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/components/_tabs.tsx diff --git a/src/pages/trade-types/components/_timeline.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/components/_timeline.tsx similarity index 100% rename from src/pages/trade-types/components/_timeline.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/components/_timeline.tsx diff --git a/src/pages/trade-types/content/_multiplier.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/content/_multiplier.tsx similarity index 100% rename from src/pages/trade-types/content/_multiplier.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/content/_multiplier.tsx diff --git a/src/pages/trade-types/content/static/_accumulator.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/content/static/_accumulator.tsx similarity index 100% rename from src/pages/trade-types/content/static/_accumulator.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/content/static/_accumulator.tsx diff --git a/src/pages/trade-types/content/static/_cfd.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/content/static/_cfd.tsx similarity index 100% rename from src/pages/trade-types/content/static/_cfd.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/content/static/_cfd.tsx diff --git a/src/pages/trade-types/content/static/_option.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/content/static/_option.tsx similarity index 100% rename from src/pages/trade-types/content/static/_option.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/content/static/_option.tsx diff --git a/src/pages/trade-types/margin/_available-markets.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/margin/_available-markets.tsx similarity index 100% rename from src/pages/trade-types/margin/_available-markets.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/margin/_available-markets.tsx diff --git a/src/pages/trade-types/margin/_why-trade-margin.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/margin/_why-trade-margin.tsx similarity index 100% rename from src/pages/trade-types/margin/_why-trade-margin.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/margin/_why-trade-margin.tsx diff --git a/src/pages/trade-types/multiplier/_how-options-works.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/multiplier/_how-options-works.tsx similarity index 100% rename from src/pages/trade-types/multiplier/_how-options-works.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/multiplier/_how-options-works.tsx diff --git a/src/pages/trade-types/multiplier/_markets-available.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/multiplier/_markets-available.tsx similarity index 100% rename from src/pages/trade-types/multiplier/_markets-available.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/multiplier/_markets-available.tsx diff --git a/src/pages/trade-types/multiplier/_start-trading.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/multiplier/_start-trading.tsx similarity index 100% rename from src/pages/trade-types/multiplier/_start-trading.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/multiplier/_start-trading.tsx diff --git a/src/pages/trade-types/multiplier/_things-in-mind.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/multiplier/_things-in-mind.tsx similarity index 100% rename from src/pages/trade-types/multiplier/_things-in-mind.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/multiplier/_things-in-mind.tsx diff --git a/src/pages/trade-types/multiplier/_what-are-options.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/multiplier/_what-are-options.tsx similarity index 100% rename from src/pages/trade-types/multiplier/_what-are-options.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/multiplier/_what-are-options.tsx diff --git a/src/pages/trade-types/multiplier/index.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/multiplier/index.tsx similarity index 100% rename from src/pages/trade-types/multiplier/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/multiplier/index.tsx diff --git a/src/pages/trade-types/options/_how-options-works.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/options/_how-options-works.tsx similarity index 100% rename from src/pages/trade-types/options/_how-options-works.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/options/_how-options-works.tsx diff --git a/src/pages/trade-types/options/_markets-available.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/options/_markets-available.tsx similarity index 100% rename from src/pages/trade-types/options/_markets-available.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/options/_markets-available.tsx diff --git a/src/pages/trade-types/options/_options-to-trade.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/options/_options-to-trade.tsx similarity index 100% rename from src/pages/trade-types/options/_options-to-trade.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/options/_options-to-trade.tsx diff --git a/src/pages/trade-types/options/_start-trading.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/options/_start-trading.tsx similarity index 100% rename from src/pages/trade-types/options/_start-trading.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/options/_start-trading.tsx diff --git a/src/pages/trade-types/options/_what-are-options.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/options/_what-are-options.tsx similarity index 100% rename from src/pages/trade-types/options/_what-are-options.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/options/_what-are-options.tsx diff --git a/src/pages/trade-types/options/accumulator-options/index.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/options/accumulator-options/index.tsx similarity index 100% rename from src/pages/trade-types/options/accumulator-options/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/options/accumulator-options/index.tsx diff --git a/src/pages/trade-types/options/digital-options/asians/index.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/options/digital-options/asians/index.tsx similarity index 100% rename from src/pages/trade-types/options/digital-options/asians/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/options/digital-options/asians/index.tsx diff --git a/src/pages/trade-types/options/digital-options/digits/index.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/options/digital-options/digits/index.tsx similarity index 100% rename from src/pages/trade-types/options/digital-options/digits/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/options/digital-options/digits/index.tsx diff --git a/src/pages/trade-types/options/digital-options/high-low-ticks/index.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/options/digital-options/high-low-ticks/index.tsx similarity index 100% rename from src/pages/trade-types/options/digital-options/high-low-ticks/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/options/digital-options/high-low-ticks/index.tsx diff --git a/src/pages/trade-types/options/digital-options/in-out/index.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/options/digital-options/in-out/index.tsx similarity index 100% rename from src/pages/trade-types/options/digital-options/in-out/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/options/digital-options/in-out/index.tsx diff --git a/src/pages/trade-types/options/digital-options/lookbacks/index.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/options/digital-options/lookbacks/index.tsx similarity index 100% rename from src/pages/trade-types/options/digital-options/lookbacks/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/options/digital-options/lookbacks/index.tsx diff --git a/src/pages/trade-types/options/digital-options/only-ups-only-downs/index.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/options/digital-options/only-ups-only-downs/index.tsx similarity index 100% rename from src/pages/trade-types/options/digital-options/only-ups-only-downs/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/options/digital-options/only-ups-only-downs/index.tsx diff --git a/src/pages/trade-types/options/digital-options/reset-call-reset-put/index.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/options/digital-options/reset-call-reset-put/index.tsx similarity index 100% rename from src/pages/trade-types/options/digital-options/reset-call-reset-put/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/options/digital-options/reset-call-reset-put/index.tsx diff --git a/src/pages/trade-types/options/digital-options/touch-no-touch/index.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/options/digital-options/touch-no-touch/index.tsx similarity index 100% rename from src/pages/trade-types/options/digital-options/touch-no-touch/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/options/digital-options/touch-no-touch/index.tsx diff --git a/src/pages/trade-types/options/digital-options/up-and-down/index.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/options/digital-options/up-and-down/index.tsx similarity index 100% rename from src/pages/trade-types/options/digital-options/up-and-down/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/options/digital-options/up-and-down/index.tsx diff --git a/src/pages/trade-types/options/index.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/options/index.tsx similarity index 100% rename from src/pages/trade-types/options/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/options/index.tsx diff --git a/src/pages/trade-types/options/turbo-options/index.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/options/turbo-options/index.tsx similarity index 100% rename from src/pages/trade-types/options/turbo-options/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/options/turbo-options/index.tsx diff --git a/src/pages/trade-types/options/vanilla-options/index.tsx b/themes/gatsby-theme-deriv/src/pages/trade-types/options/vanilla-options/index.tsx similarity index 100% rename from src/pages/trade-types/options/vanilla-options/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trade-types/options/vanilla-options/index.tsx diff --git a/src/pages/trader-tools/_trading-tools.tsx b/themes/gatsby-theme-deriv/src/pages/trader-tools/_trading-tools.tsx similarity index 100% rename from src/pages/trader-tools/_trading-tools.tsx rename to themes/gatsby-theme-deriv/src/pages/trader-tools/_trading-tools.tsx diff --git a/src/pages/trader-tools/common/_formik-types.ts b/themes/gatsby-theme-deriv/src/pages/trader-tools/common/_formik-types.ts similarity index 100% rename from src/pages/trader-tools/common/_formik-types.ts rename to themes/gatsby-theme-deriv/src/pages/trader-tools/common/_formik-types.ts diff --git a/src/pages/trader-tools/common/_style.ts b/themes/gatsby-theme-deriv/src/pages/trader-tools/common/_style.ts similarity index 100% rename from src/pages/trader-tools/common/_style.ts rename to themes/gatsby-theme-deriv/src/pages/trader-tools/common/_style.ts diff --git a/src/pages/trader-tools/common/_underlying-data.tsx b/themes/gatsby-theme-deriv/src/pages/trader-tools/common/_underlying-data.tsx similarity index 100% rename from src/pages/trader-tools/common/_underlying-data.tsx rename to themes/gatsby-theme-deriv/src/pages/trader-tools/common/_underlying-data.tsx diff --git a/src/pages/trader-tools/common/_utility.tsx b/themes/gatsby-theme-deriv/src/pages/trader-tools/common/_utility.tsx similarity index 100% rename from src/pages/trader-tools/common/_utility.tsx rename to themes/gatsby-theme-deriv/src/pages/trader-tools/common/_utility.tsx diff --git a/src/pages/trader-tools/common/_validation.tsx b/themes/gatsby-theme-deriv/src/pages/trader-tools/common/_validation.tsx similarity index 100% rename from src/pages/trader-tools/common/_validation.tsx rename to themes/gatsby-theme-deriv/src/pages/trader-tools/common/_validation.tsx diff --git a/src/pages/trader-tools/index.tsx b/themes/gatsby-theme-deriv/src/pages/trader-tools/index.tsx similarity index 100% rename from src/pages/trader-tools/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trader-tools/index.tsx diff --git a/src/pages/trader-tools/margin-calculator/_margin-calculator.tsx b/themes/gatsby-theme-deriv/src/pages/trader-tools/margin-calculator/_margin-calculator.tsx similarity index 100% rename from src/pages/trader-tools/margin-calculator/_margin-calculator.tsx rename to themes/gatsby-theme-deriv/src/pages/trader-tools/margin-calculator/_margin-calculator.tsx diff --git a/src/pages/trader-tools/margin-calculator/index.tsx b/themes/gatsby-theme-deriv/src/pages/trader-tools/margin-calculator/index.tsx similarity index 100% rename from src/pages/trader-tools/margin-calculator/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trader-tools/margin-calculator/index.tsx diff --git a/src/pages/trader-tools/pip-calculator/_example-pip.tsx b/themes/gatsby-theme-deriv/src/pages/trader-tools/pip-calculator/_example-pip.tsx similarity index 100% rename from src/pages/trader-tools/pip-calculator/_example-pip.tsx rename to themes/gatsby-theme-deriv/src/pages/trader-tools/pip-calculator/_example-pip.tsx diff --git a/src/pages/trader-tools/pip-calculator/_pip-calculator.tsx b/themes/gatsby-theme-deriv/src/pages/trader-tools/pip-calculator/_pip-calculator.tsx similarity index 100% rename from src/pages/trader-tools/pip-calculator/_pip-calculator.tsx rename to themes/gatsby-theme-deriv/src/pages/trader-tools/pip-calculator/_pip-calculator.tsx diff --git a/src/pages/trader-tools/pip-calculator/index.tsx b/themes/gatsby-theme-deriv/src/pages/trader-tools/pip-calculator/index.tsx similarity index 100% rename from src/pages/trader-tools/pip-calculator/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trader-tools/pip-calculator/index.tsx diff --git a/src/pages/trader-tools/pnl-for-margin/_example-pnl-margin.tsx b/themes/gatsby-theme-deriv/src/pages/trader-tools/pnl-for-margin/_example-pnl-margin.tsx similarity index 100% rename from src/pages/trader-tools/pnl-for-margin/_example-pnl-margin.tsx rename to themes/gatsby-theme-deriv/src/pages/trader-tools/pnl-for-margin/_example-pnl-margin.tsx diff --git a/src/pages/trader-tools/pnl-for-margin/_pnl-margin-calculator.tsx b/themes/gatsby-theme-deriv/src/pages/trader-tools/pnl-for-margin/_pnl-margin-calculator.tsx similarity index 100% rename from src/pages/trader-tools/pnl-for-margin/_pnl-margin-calculator.tsx rename to themes/gatsby-theme-deriv/src/pages/trader-tools/pnl-for-margin/_pnl-margin-calculator.tsx diff --git a/src/pages/trader-tools/pnl-for-margin/index.tsx b/themes/gatsby-theme-deriv/src/pages/trader-tools/pnl-for-margin/index.tsx similarity index 100% rename from src/pages/trader-tools/pnl-for-margin/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trader-tools/pnl-for-margin/index.tsx diff --git a/src/pages/trader-tools/pnl-for-multipliers/_example-pnl-multipliers.tsx b/themes/gatsby-theme-deriv/src/pages/trader-tools/pnl-for-multipliers/_example-pnl-multipliers.tsx similarity index 100% rename from src/pages/trader-tools/pnl-for-multipliers/_example-pnl-multipliers.tsx rename to themes/gatsby-theme-deriv/src/pages/trader-tools/pnl-for-multipliers/_example-pnl-multipliers.tsx diff --git a/src/pages/trader-tools/pnl-for-multipliers/_pnl_multipliers_calculator.tsx b/themes/gatsby-theme-deriv/src/pages/trader-tools/pnl-for-multipliers/_pnl_multipliers_calculator.tsx similarity index 100% rename from src/pages/trader-tools/pnl-for-multipliers/_pnl_multipliers_calculator.tsx rename to themes/gatsby-theme-deriv/src/pages/trader-tools/pnl-for-multipliers/_pnl_multipliers_calculator.tsx diff --git a/src/pages/trader-tools/pnl-for-multipliers/index.tsx b/themes/gatsby-theme-deriv/src/pages/trader-tools/pnl-for-multipliers/index.tsx similarity index 100% rename from src/pages/trader-tools/pnl-for-multipliers/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trader-tools/pnl-for-multipliers/index.tsx diff --git a/src/pages/trader-tools/swap-calculator/_example-calc.tsx b/themes/gatsby-theme-deriv/src/pages/trader-tools/swap-calculator/_example-calc.tsx similarity index 100% rename from src/pages/trader-tools/swap-calculator/_example-calc.tsx rename to themes/gatsby-theme-deriv/src/pages/trader-tools/swap-calculator/_example-calc.tsx diff --git a/src/pages/trader-tools/swap-calculator/_swap-calculator.tsx b/themes/gatsby-theme-deriv/src/pages/trader-tools/swap-calculator/_swap-calculator.tsx similarity index 100% rename from src/pages/trader-tools/swap-calculator/_swap-calculator.tsx rename to themes/gatsby-theme-deriv/src/pages/trader-tools/swap-calculator/_swap-calculator.tsx diff --git a/src/pages/trader-tools/swap-calculator/index.tsx b/themes/gatsby-theme-deriv/src/pages/trader-tools/swap-calculator/index.tsx similarity index 100% rename from src/pages/trader-tools/swap-calculator/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trader-tools/swap-calculator/index.tsx diff --git a/src/pages/trading-specification/_types.ts b/themes/gatsby-theme-deriv/src/pages/trading-specification/_types.ts similarity index 100% rename from src/pages/trading-specification/_types.ts rename to themes/gatsby-theme-deriv/src/pages/trading-specification/_types.ts diff --git a/src/pages/trading-specification/_use-trading-spec-columns.tsx b/themes/gatsby-theme-deriv/src/pages/trading-specification/_use-trading-spec-columns.tsx similarity index 100% rename from src/pages/trading-specification/_use-trading-spec-columns.tsx rename to themes/gatsby-theme-deriv/src/pages/trading-specification/_use-trading-spec-columns.tsx diff --git a/src/pages/trading-specification/components/_available-platform.tsx b/themes/gatsby-theme-deriv/src/pages/trading-specification/components/_available-platform.tsx similarity index 100% rename from src/pages/trading-specification/components/_available-platform.tsx rename to themes/gatsby-theme-deriv/src/pages/trading-specification/components/_available-platform.tsx diff --git a/src/pages/trading-specification/components/_calculationCard.tsx b/themes/gatsby-theme-deriv/src/pages/trading-specification/components/_calculationCard.tsx similarity index 100% rename from src/pages/trading-specification/components/_calculationCard.tsx rename to themes/gatsby-theme-deriv/src/pages/trading-specification/components/_calculationCard.tsx diff --git a/src/pages/trading-specification/components/_constants.ts b/themes/gatsby-theme-deriv/src/pages/trading-specification/components/_constants.ts similarity index 100% rename from src/pages/trading-specification/components/_constants.ts rename to themes/gatsby-theme-deriv/src/pages/trading-specification/components/_constants.ts diff --git a/src/pages/trading-specification/components/_elements.tsx b/themes/gatsby-theme-deriv/src/pages/trading-specification/components/_elements.tsx similarity index 100% rename from src/pages/trading-specification/components/_elements.tsx rename to themes/gatsby-theme-deriv/src/pages/trading-specification/components/_elements.tsx diff --git a/src/pages/trading-specification/components/_howItsCalculated.tsx b/themes/gatsby-theme-deriv/src/pages/trading-specification/components/_howItsCalculated.tsx similarity index 100% rename from src/pages/trading-specification/components/_howItsCalculated.tsx rename to themes/gatsby-theme-deriv/src/pages/trading-specification/components/_howItsCalculated.tsx diff --git a/src/pages/trading-specification/components/_popup_menu.tsx b/themes/gatsby-theme-deriv/src/pages/trading-specification/components/_popup_menu.tsx similarity index 100% rename from src/pages/trading-specification/components/_popup_menu.tsx rename to themes/gatsby-theme-deriv/src/pages/trading-specification/components/_popup_menu.tsx diff --git a/src/pages/trading-specification/components/_trading_spec_table.tsx b/themes/gatsby-theme-deriv/src/pages/trading-specification/components/_trading_spec_table.tsx similarity index 100% rename from src/pages/trading-specification/components/_trading_spec_table.tsx rename to themes/gatsby-theme-deriv/src/pages/trading-specification/components/_trading_spec_table.tsx diff --git a/src/pages/trading-specification/data/_commodities_specification.ts b/themes/gatsby-theme-deriv/src/pages/trading-specification/data/_commodities_specification.ts similarity index 100% rename from src/pages/trading-specification/data/_commodities_specification.ts rename to themes/gatsby-theme-deriv/src/pages/trading-specification/data/_commodities_specification.ts diff --git a/src/pages/trading-specification/data/_crypto_specification.ts b/themes/gatsby-theme-deriv/src/pages/trading-specification/data/_crypto_specification.ts similarity index 100% rename from src/pages/trading-specification/data/_crypto_specification.ts rename to themes/gatsby-theme-deriv/src/pages/trading-specification/data/_crypto_specification.ts diff --git a/src/pages/trading-specification/data/_derived_specification.ts b/themes/gatsby-theme-deriv/src/pages/trading-specification/data/_derived_specification.ts similarity index 100% rename from src/pages/trading-specification/data/_derived_specification.ts rename to themes/gatsby-theme-deriv/src/pages/trading-specification/data/_derived_specification.ts diff --git a/src/pages/trading-specification/data/_etfs_specification.ts b/themes/gatsby-theme-deriv/src/pages/trading-specification/data/_etfs_specification.ts similarity index 100% rename from src/pages/trading-specification/data/_etfs_specification.ts rename to themes/gatsby-theme-deriv/src/pages/trading-specification/data/_etfs_specification.ts diff --git a/src/pages/trading-specification/data/_forex_specification.ts b/themes/gatsby-theme-deriv/src/pages/trading-specification/data/_forex_specification.ts similarity index 100% rename from src/pages/trading-specification/data/_forex_specification.ts rename to themes/gatsby-theme-deriv/src/pages/trading-specification/data/_forex_specification.ts diff --git a/src/pages/trading-specification/data/_stocks_specification.ts b/themes/gatsby-theme-deriv/src/pages/trading-specification/data/_stocks_specification.ts similarity index 100% rename from src/pages/trading-specification/data/_stocks_specification.ts rename to themes/gatsby-theme-deriv/src/pages/trading-specification/data/_stocks_specification.ts diff --git a/src/pages/trading-specification/index.tsx b/themes/gatsby-theme-deriv/src/pages/trading-specification/index.tsx similarity index 100% rename from src/pages/trading-specification/index.tsx rename to themes/gatsby-theme-deriv/src/pages/trading-specification/index.tsx diff --git a/src/pages/unsubscribe/index.tsx b/themes/gatsby-theme-deriv/src/pages/unsubscribe/index.tsx similarity index 100% rename from src/pages/unsubscribe/index.tsx rename to themes/gatsby-theme-deriv/src/pages/unsubscribe/index.tsx diff --git a/src/pages/who-we-are/_AboutUsBanner.tsx b/themes/gatsby-theme-deriv/src/pages/who-we-are/_AboutUsBanner.tsx similarity index 100% rename from src/pages/who-we-are/_AboutUsBanner.tsx rename to themes/gatsby-theme-deriv/src/pages/who-we-are/_AboutUsBanner.tsx diff --git a/src/pages/who-we-are/_DerivNumbers.tsx b/themes/gatsby-theme-deriv/src/pages/who-we-are/_DerivNumbers.tsx similarity index 100% rename from src/pages/who-we-are/_DerivNumbers.tsx rename to themes/gatsby-theme-deriv/src/pages/who-we-are/_DerivNumbers.tsx diff --git a/src/pages/who-we-are/_MakeTrading.tsx b/themes/gatsby-theme-deriv/src/pages/who-we-are/_MakeTrading.tsx similarity index 100% rename from src/pages/who-we-are/_MakeTrading.tsx rename to themes/gatsby-theme-deriv/src/pages/who-we-are/_MakeTrading.tsx diff --git a/src/pages/who-we-are/_OurLeadership.tsx b/themes/gatsby-theme-deriv/src/pages/who-we-are/_OurLeadership.tsx similarity index 100% rename from src/pages/who-we-are/_OurLeadership.tsx rename to themes/gatsby-theme-deriv/src/pages/who-we-are/_OurLeadership.tsx diff --git a/src/pages/who-we-are/_OurOffices.tsx b/themes/gatsby-theme-deriv/src/pages/who-we-are/_OurOffices.tsx similarity index 100% rename from src/pages/who-we-are/_OurOffices.tsx rename to themes/gatsby-theme-deriv/src/pages/who-we-are/_OurOffices.tsx diff --git a/src/pages/who-we-are/_OurPrinciples.tsx b/themes/gatsby-theme-deriv/src/pages/who-we-are/_OurPrinciples.tsx similarity index 100% rename from src/pages/who-we-are/_OurPrinciples.tsx rename to themes/gatsby-theme-deriv/src/pages/who-we-are/_OurPrinciples.tsx diff --git a/src/pages/who-we-are/_OurValues.tsx b/themes/gatsby-theme-deriv/src/pages/who-we-are/_OurValues.tsx similarity index 100% rename from src/pages/who-we-are/_OurValues.tsx rename to themes/gatsby-theme-deriv/src/pages/who-we-are/_OurValues.tsx diff --git a/src/pages/who-we-are/_lazy-load.ts b/themes/gatsby-theme-deriv/src/pages/who-we-are/_lazy-load.ts similarity index 100% rename from src/pages/who-we-are/_lazy-load.ts rename to themes/gatsby-theme-deriv/src/pages/who-we-are/_lazy-load.ts diff --git a/src/pages/who-we-are/_types.ts b/themes/gatsby-theme-deriv/src/pages/who-we-are/_types.ts similarity index 100% rename from src/pages/who-we-are/_types.ts rename to themes/gatsby-theme-deriv/src/pages/who-we-are/_types.ts diff --git a/src/pages/who-we-are/carousel/_Carousel.tsx b/themes/gatsby-theme-deriv/src/pages/who-we-are/carousel/_Carousel.tsx similarity index 100% rename from src/pages/who-we-are/carousel/_Carousel.tsx rename to themes/gatsby-theme-deriv/src/pages/who-we-are/carousel/_Carousel.tsx diff --git a/src/pages/who-we-are/carousel/_ImageMarquee.tsx b/themes/gatsby-theme-deriv/src/pages/who-we-are/carousel/_ImageMarquee.tsx similarity index 100% rename from src/pages/who-we-are/carousel/_ImageMarquee.tsx rename to themes/gatsby-theme-deriv/src/pages/who-we-are/carousel/_ImageMarquee.tsx diff --git a/src/pages/who-we-are/components/_hero.tsx b/themes/gatsby-theme-deriv/src/pages/who-we-are/components/_hero.tsx similarity index 100% rename from src/pages/who-we-are/components/_hero.tsx rename to themes/gatsby-theme-deriv/src/pages/who-we-are/components/_hero.tsx diff --git a/src/pages/who-we-are/components/_map-pin.tsx b/themes/gatsby-theme-deriv/src/pages/who-we-are/components/_map-pin.tsx similarity index 100% rename from src/pages/who-we-are/components/_map-pin.tsx rename to themes/gatsby-theme-deriv/src/pages/who-we-are/components/_map-pin.tsx diff --git a/src/pages/who-we-are/components/_modal.tsx b/themes/gatsby-theme-deriv/src/pages/who-we-are/components/_modal.tsx similarity index 100% rename from src/pages/who-we-are/components/_modal.tsx rename to themes/gatsby-theme-deriv/src/pages/who-we-are/components/_modal.tsx diff --git a/src/pages/who-we-are/index.tsx b/themes/gatsby-theme-deriv/src/pages/who-we-are/index.tsx similarity index 100% rename from src/pages/who-we-are/index.tsx rename to themes/gatsby-theme-deriv/src/pages/who-we-are/index.tsx diff --git a/src/pages/why-choose-us/_africa-forex-award.tsx b/themes/gatsby-theme-deriv/src/pages/why-choose-us/_africa-forex-award.tsx similarity index 100% rename from src/pages/why-choose-us/_africa-forex-award.tsx rename to themes/gatsby-theme-deriv/src/pages/why-choose-us/_africa-forex-award.tsx diff --git a/src/pages/why-choose-us/_icon-grid.tsx b/themes/gatsby-theme-deriv/src/pages/why-choose-us/_icon-grid.tsx similarity index 100% rename from src/pages/why-choose-us/_icon-grid.tsx rename to themes/gatsby-theme-deriv/src/pages/why-choose-us/_icon-grid.tsx diff --git a/src/pages/why-choose-us/_latam-forex-award.tsx b/themes/gatsby-theme-deriv/src/pages/why-choose-us/_latam-forex-award.tsx similarity index 100% rename from src/pages/why-choose-us/_latam-forex-award.tsx rename to themes/gatsby-theme-deriv/src/pages/why-choose-us/_latam-forex-award.tsx diff --git a/src/pages/why-choose-us/index.tsx b/themes/gatsby-theme-deriv/src/pages/why-choose-us/index.tsx similarity index 100% rename from src/pages/why-choose-us/index.tsx rename to themes/gatsby-theme-deriv/src/pages/why-choose-us/index.tsx diff --git a/src/store/breakpoints-context.tsx b/themes/gatsby-theme-deriv/src/store/breakpoints-context.tsx similarity index 100% rename from src/store/breakpoints-context.tsx rename to themes/gatsby-theme-deriv/src/store/breakpoints-context.tsx diff --git a/src/store/global-provider.tsx b/themes/gatsby-theme-deriv/src/store/global-provider.tsx similarity index 100% rename from src/store/global-provider.tsx rename to themes/gatsby-theme-deriv/src/store/global-provider.tsx diff --git a/src/store/popup-context.tsx b/themes/gatsby-theme-deriv/src/store/popup-context.tsx similarity index 100% rename from src/store/popup-context.tsx rename to themes/gatsby-theme-deriv/src/store/popup-context.tsx diff --git a/src/store/region-context.tsx b/themes/gatsby-theme-deriv/src/store/region-context.tsx similarity index 100% rename from src/store/region-context.tsx rename to themes/gatsby-theme-deriv/src/store/region-context.tsx diff --git a/src/store/website-status-context.tsx b/themes/gatsby-theme-deriv/src/store/website-status-context.tsx similarity index 100% rename from src/store/website-status-context.tsx rename to themes/gatsby-theme-deriv/src/store/website-status-context.tsx diff --git a/src/styled.d.ts b/themes/gatsby-theme-deriv/src/styled.d.ts similarity index 100% rename from src/styled.d.ts rename to themes/gatsby-theme-deriv/src/styled.d.ts diff --git a/src/themes/device.ts b/themes/gatsby-theme-deriv/src/themes/device.ts similarity index 100% rename from src/themes/device.ts rename to themes/gatsby-theme-deriv/src/themes/device.ts diff --git a/src/themes/function.ts b/themes/gatsby-theme-deriv/src/themes/function.ts similarity index 100% rename from src/themes/function.ts rename to themes/gatsby-theme-deriv/src/themes/function.ts diff --git a/src/themes/global-style.ts b/themes/gatsby-theme-deriv/src/themes/global-style.ts similarity index 100% rename from src/themes/global-style.ts rename to themes/gatsby-theme-deriv/src/themes/global-style.ts diff --git a/src/themes/media.ts b/themes/gatsby-theme-deriv/src/themes/media.ts similarity index 100% rename from src/themes/media.ts rename to themes/gatsby-theme-deriv/src/themes/media.ts diff --git a/src/themes/plugin/border-radius.ts b/themes/gatsby-theme-deriv/src/themes/plugin/border-radius.ts similarity index 100% rename from src/themes/plugin/border-radius.ts rename to themes/gatsby-theme-deriv/src/themes/plugin/border-radius.ts diff --git a/src/themes/plugin/index.ts b/themes/gatsby-theme-deriv/src/themes/plugin/index.ts similarity index 100% rename from src/themes/plugin/index.ts rename to themes/gatsby-theme-deriv/src/themes/plugin/index.ts diff --git a/src/themes/plugin/margin.ts b/themes/gatsby-theme-deriv/src/themes/plugin/margin.ts similarity index 100% rename from src/themes/plugin/margin.ts rename to themes/gatsby-theme-deriv/src/themes/plugin/margin.ts diff --git a/src/themes/plugin/padding.ts b/themes/gatsby-theme-deriv/src/themes/plugin/padding.ts similarity index 100% rename from src/themes/plugin/padding.ts rename to themes/gatsby-theme-deriv/src/themes/plugin/padding.ts diff --git a/src/themes/reset.ts b/themes/gatsby-theme-deriv/src/themes/reset.ts similarity index 100% rename from src/themes/reset.ts rename to themes/gatsby-theme-deriv/src/themes/reset.ts diff --git a/src/themes/theme.breakpoints.ts b/themes/gatsby-theme-deriv/src/themes/theme.breakpoints.ts similarity index 100% rename from src/themes/theme.breakpoints.ts rename to themes/gatsby-theme-deriv/src/themes/theme.breakpoints.ts diff --git a/src/themes/theme.types.ts b/themes/gatsby-theme-deriv/src/themes/theme.types.ts similarity index 100% rename from src/themes/theme.types.ts rename to themes/gatsby-theme-deriv/src/themes/theme.types.ts diff --git a/src/themes/variables.ts b/themes/gatsby-theme-deriv/src/themes/variables.ts similarity index 100% rename from src/themes/variables.ts rename to themes/gatsby-theme-deriv/src/themes/variables.ts diff --git a/src/translations/ach.json b/themes/gatsby-theme-deriv/src/translations/ach.json similarity index 100% rename from src/translations/ach.json rename to themes/gatsby-theme-deriv/src/translations/ach.json diff --git a/src/translations/ar.json b/themes/gatsby-theme-deriv/src/translations/ar.json similarity index 100% rename from src/translations/ar.json rename to themes/gatsby-theme-deriv/src/translations/ar.json diff --git a/src/translations/bn.json b/themes/gatsby-theme-deriv/src/translations/bn.json similarity index 100% rename from src/translations/bn.json rename to themes/gatsby-theme-deriv/src/translations/bn.json diff --git a/src/translations/de.json b/themes/gatsby-theme-deriv/src/translations/de.json similarity index 100% rename from src/translations/de.json rename to themes/gatsby-theme-deriv/src/translations/de.json diff --git a/src/translations/en.json b/themes/gatsby-theme-deriv/src/translations/en.json similarity index 100% rename from src/translations/en.json rename to themes/gatsby-theme-deriv/src/translations/en.json diff --git a/src/translations/es.json b/themes/gatsby-theme-deriv/src/translations/es.json similarity index 100% rename from src/translations/es.json rename to themes/gatsby-theme-deriv/src/translations/es.json diff --git a/src/translations/fr.json b/themes/gatsby-theme-deriv/src/translations/fr.json similarity index 100% rename from src/translations/fr.json rename to themes/gatsby-theme-deriv/src/translations/fr.json diff --git a/src/translations/id.json b/themes/gatsby-theme-deriv/src/translations/id.json similarity index 100% rename from src/translations/id.json rename to themes/gatsby-theme-deriv/src/translations/id.json diff --git a/src/translations/it.json b/themes/gatsby-theme-deriv/src/translations/it.json similarity index 100% rename from src/translations/it.json rename to themes/gatsby-theme-deriv/src/translations/it.json diff --git a/src/translations/ko.json b/themes/gatsby-theme-deriv/src/translations/ko.json similarity index 100% rename from src/translations/ko.json rename to themes/gatsby-theme-deriv/src/translations/ko.json diff --git a/src/translations/pl.json b/themes/gatsby-theme-deriv/src/translations/pl.json similarity index 100% rename from src/translations/pl.json rename to themes/gatsby-theme-deriv/src/translations/pl.json diff --git a/src/translations/pt.json b/themes/gatsby-theme-deriv/src/translations/pt.json similarity index 100% rename from src/translations/pt.json rename to themes/gatsby-theme-deriv/src/translations/pt.json diff --git a/src/translations/ru.json b/themes/gatsby-theme-deriv/src/translations/ru.json similarity index 100% rename from src/translations/ru.json rename to themes/gatsby-theme-deriv/src/translations/ru.json diff --git a/src/translations/si.json b/themes/gatsby-theme-deriv/src/translations/si.json similarity index 100% rename from src/translations/si.json rename to themes/gatsby-theme-deriv/src/translations/si.json diff --git a/src/translations/sw.json b/themes/gatsby-theme-deriv/src/translations/sw.json similarity index 100% rename from src/translations/sw.json rename to themes/gatsby-theme-deriv/src/translations/sw.json diff --git a/src/translations/th.json b/themes/gatsby-theme-deriv/src/translations/th.json similarity index 100% rename from src/translations/th.json rename to themes/gatsby-theme-deriv/src/translations/th.json diff --git a/src/translations/tr.json b/themes/gatsby-theme-deriv/src/translations/tr.json similarity index 100% rename from src/translations/tr.json rename to themes/gatsby-theme-deriv/src/translations/tr.json diff --git a/src/translations/vi.json b/themes/gatsby-theme-deriv/src/translations/vi.json similarity index 100% rename from src/translations/vi.json rename to themes/gatsby-theme-deriv/src/translations/vi.json diff --git a/src/translations/zh_cn.json b/themes/gatsby-theme-deriv/src/translations/zh_cn.json similarity index 100% rename from src/translations/zh_cn.json rename to themes/gatsby-theme-deriv/src/translations/zh_cn.json diff --git a/src/translations/zh_tw.json b/themes/gatsby-theme-deriv/src/translations/zh_tw.json similarity index 100% rename from src/translations/zh_tw.json rename to themes/gatsby-theme-deriv/src/translations/zh_tw.json diff --git a/src/types/generics.ts b/themes/gatsby-theme-deriv/src/types/generics.ts similarity index 100% rename from src/types/generics.ts rename to themes/gatsby-theme-deriv/src/types/generics.ts diff --git a/src/types/graphql.types.ts b/themes/gatsby-theme-deriv/src/types/graphql.types.ts similarity index 100% rename from src/types/graphql.types.ts rename to themes/gatsby-theme-deriv/src/types/graphql.types.ts diff --git a/src/types/utils.d.ts b/themes/gatsby-theme-deriv/src/types/utils.d.ts similarity index 100% rename from src/types/utils.d.ts rename to themes/gatsby-theme-deriv/src/types/utils.d.ts From b4c1d33aac792fdfac87e69f8e9c4ece13def89a Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Mon, 29 Jan 2024 13:11:33 +0800 Subject: [PATCH 05/64] chore: moved types into deriv theme directory --- {types => themes/gatsby-theme-deriv/types}/react-i18next.d.ts | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {types => themes/gatsby-theme-deriv/types}/react-i18next.d.ts (100%) diff --git a/types/react-i18next.d.ts b/themes/gatsby-theme-deriv/types/react-i18next.d.ts similarity index 100% rename from types/react-i18next.d.ts rename to themes/gatsby-theme-deriv/types/react-i18next.d.ts From 2af0a3397b928fff6de90c8ad6d0d9c6b99597aa Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Mon, 29 Jan 2024 13:14:15 +0800 Subject: [PATCH 06/64] chore: moved static and gatsby files into deriv theme directory --- .../gatsby-theme-deriv/gatsby-browser.js | 2 +- .../gatsby-theme-deriv/gatsby-config.js | 0 .../gatsby-theme-deriv/gatsby-node.js | 0 .../gatsby-theme-deriv/gatsby-ssr.js | 0 .../static}/.well-known/apple-app-site-association | 0 .../static}/.well-known/assetlinks.json | 0 .../gatsby-theme-deriv/static}/Dtrader_GIF.mp4 | Bin .../gatsby-theme-deriv/static}/Dtrader_GIF.webm | Bin .../static}/apple-app-site-association | 0 .../gatsby-theme-deriv/static}/assetlinks.json | 0 .../gatsby-theme-deriv/static}/css/global.css | 0 .../static}/css/noto-sans-arabic.css | 0 .../static}/css/perfect-scrollbar.css | 0 .../gatsby-theme-deriv/static}/css/ubuntu.css | 0 .../static}/fonts/NotoSansArabic-Bold.ttf | Bin .../static}/fonts/NotoSansArabic-ExtraBold.ttf | Bin .../static}/fonts/NotoSansArabic-Regular.ttf | Bin .../regulatory/DEL_Remote_Bookmarker_License.pdf | Bin .../static}/regulatory/DIEL_Pillar_3.pdf | Bin .../static}/regulatory/Deriv_(BVI)_Ltd.pdf | Bin .../static}/regulatory/Deriv_(Europe)_Limited.pdf | Bin .../static}/regulatory/Deriv_(FX)_Ltd.pdf | Bin .../static}/regulatory/Deriv_(V)_Ltd.pdf | Bin .../Deriv_Investments_(Europe)_Limited.pdf | Bin .../Financial_Disclosures_Annual_Report_2022.pdf | Bin .../Financial_Markets_Association_Cert.pdf | Bin .../regulatory/Job_application_privacy_policy_.pdf | Bin .../static}/regulatory/Malta-Gaming-Authority.pdf | Bin .../static}/regulatory/RTS28-2021.pdf | Bin .../static}/regulatory/RTS28-2022.pdf | Bin .../static}/regulatory/countries/Austria.pdf | Bin .../static}/regulatory/countries/Bulgaria.pdf | Bin .../static}/regulatory/countries/Croatia.pdf | Bin .../static}/regulatory/countries/Cyprus.pdf | Bin .../static}/regulatory/countries/CzechRepublic.pdf | Bin .../static}/regulatory/countries/Denmark.pdf | Bin .../static}/regulatory/countries/Estonia.pdf | Bin .../static}/regulatory/countries/Finland.pdf | Bin .../static}/regulatory/countries/France.pdf | Bin .../static}/regulatory/countries/Germany.pdf | Bin .../static}/regulatory/countries/Greece.pdf | Bin .../static}/regulatory/countries/Hungary.pdf | Bin .../static}/regulatory/countries/Italy.pdf | Bin .../static}/regulatory/countries/Latvia.pdf | Bin .../static}/regulatory/countries/Lithuania.pdf | Bin .../static}/regulatory/countries/Luxembourg.pdf | Bin .../static}/regulatory/countries/Netherlands.pdf | Bin .../static}/regulatory/countries/Poland.pdf | Bin .../static}/regulatory/countries/Portugal.pdf | Bin .../static}/regulatory/countries/Romania.pdf | Bin .../static}/regulatory/countries/Slovakia.pdf | Bin .../static}/regulatory/countries/Slovenia.pdf | Bin .../static}/regulatory/countries/Spain.pdf | Bin .../static}/regulatory/countries/Sweden.pdf | Bin .../static}/regulatory/deriv-com-ltd-membership.pdf | Bin .../kid/es/kid_deriv_CFD_synthetic_indices.pdf | Bin .../regulatory/kid/es/kid_deriv_Stock Indices.pdf | Bin .../static}/regulatory/kid/es/kid_deriv_Stocks.pdf | Bin .../regulatory/kid/es/kid_deriv_commodities.pdf | Bin .../static}/regulatory/kid/es/kid_deriv_crypto.pdf | Bin .../static}/regulatory/kid/es/kid_deriv_forex.pdf | Bin .../es/kid_deriv_multipliers_cryptocurrencies.pdf | Bin .../kid/es/kid_deriv_multipliers_forex.pdf | Bin .../es/kid_deriv_multipliers_synthetic_indices.pdf | Bin .../kid/it/kid_deriv_CFD_synthetic_indices.pdf | Bin .../regulatory/kid/it/kid_deriv_Stock Indices.pdf | Bin .../static}/regulatory/kid/it/kid_deriv_Stocks.pdf | Bin .../regulatory/kid/it/kid_deriv_commodities.pdf | Bin .../static}/regulatory/kid/it/kid_deriv_crypto.pdf | Bin .../static}/regulatory/kid/it/kid_deriv_forex.pdf | Bin .../it/kid_deriv_multipliers_cryptocurrencies.pdf | Bin .../kid/it/kid_deriv_multipliers_forex.pdf | Bin .../it/kid_deriv_multipliers_synthetic_indices.pdf | Bin .../kid/kid_deriv_CFD_synthetic_crash_300.pdf | Bin .../kid/kid_deriv_CFD_synthetic_vol_250.pdf | Bin .../regulatory/kid/kid_deriv_Stock_Indices.pdf | Bin .../static}/regulatory/kid/kid_deriv_Stocks.pdf | Bin .../static}/regulatory/kid/kid_deriv_cfds_etfs.pdf | Bin .../regulatory/kid/kid_deriv_commodities.pdf | Bin .../static}/regulatory/kid/kid_deriv_crypto.pdf | Bin .../static}/regulatory/kid/kid_deriv_forex.pdf | Bin .../kid/kid_deriv_multipliers_cryptocurrencies.pdf | Bin .../regulatory/kid/kid_deriv_multipliers_forex.pdf | Bin .../kid_deriv_multipliers_synthetics_crash_300.pdf | Bin .../kid_deriv_multipliers_synthetics_vol_250.pdf | Bin .../kid/pl/kid_deriv_CFD_synthetic_indices.pdf | Bin .../regulatory/kid/pl/kid_deriv_Stock Indices.pdf | Bin .../static}/regulatory/kid/pl/kid_deriv_Stocks.pdf | Bin .../regulatory/kid/pl/kid_deriv_commodities.pdf | Bin .../static}/regulatory/kid/pl/kid_deriv_crypto.pdf | Bin .../static}/regulatory/kid/pl/kid_deriv_forex.pdf | Bin .../pl/kid_deriv_multipliers_cryptocurrencies.pdf | Bin .../kid/pl/kid_deriv_multipliers_forex.pdf | Bin .../pl/kid_deriv_multipliers_synthetic_indices.pdf | Bin .../kid/pt/kid_deriv_CFD_synthetic_indices.pdf | Bin .../regulatory/kid/pt/kid_deriv_Stock Indices.pdf | Bin .../static}/regulatory/kid/pt/kid_deriv_Stocks.pdf | Bin .../regulatory/kid/pt/kid_deriv_commodities.pdf | Bin .../static}/regulatory/kid/pt/kid_deriv_crypto.pdf | Bin .../static}/regulatory/kid/pt/kid_deriv_forex.pdf | Bin .../pt/kid_deriv_multipliers_cryptocurrencies.pdf | Bin .../kid/pt/kid_deriv_multipliers_forex.pdf | Bin .../pt/kid_deriv_multipliers_synthetic_indices.pdf | Bin .../gatsby-theme-deriv/static}/security.txt | 0 ...rtners-affiliates-and-introducing-brokers-es.pdf | Bin ...rtners-affiliates-and-introducing-brokers-eu.pdf | Bin ...tners-affiliates-and-introducing-brokers-row.pdf | Bin .../static}/tnc/business-partners-api-user-es.pdf | Bin .../static}/tnc/business-partners-api-user-eu.pdf | Bin .../static}/tnc/business-partners-api-user.pdf | Bin .../static}/tnc/business-partners-bug-bounty-es.pdf | Bin .../static}/tnc/business-partners-bug-bounty-eu.pdf | Bin .../static}/tnc/business-partners-bug-bounty.pdf | Bin .../tnc/business-partners-general-terms-es.pdf | Bin .../tnc/business-partners-general-terms-eu.pdf | Bin .../static}/tnc/business-partners-general-terms.pdf | Bin .../static}/tnc/business-partners-guide-english.pdf | Bin .../static}/tnc/business-partners-guide-es.pdf | Bin .../static}/tnc/business-partners-guide-fr.pdf | Bin .../static}/tnc/business-partners-guide-pt.pdf | Bin .../static}/tnc/business-partners-guide-ru.pdf | Bin .../static}/tnc/business-partners-guide-vi.pdf | Bin .../tnc/business-partners-payment-agents-es.pdf | Bin .../tnc/business-partners-payment-agents.pdf | Bin .../static}/tnc/deriv-(bvi)-ltd.pdf | Bin .../static}/tnc/deriv-(europe)-limited.pdf | Bin .../static}/tnc/deriv-(fx)-ltd.pdf | Bin .../static}/tnc/deriv-(v)-ltd.pdf | Bin .../tnc/deriv-investments-(europe)-limited-eu.pdf | Bin .../tnc/deriv-investments-(europe)-limited.pdf | Bin .../static}/tnc/eu/funds-and-transfers.pdf | Bin .../static}/tnc/eu/general-terms.pdf | Bin .../static}/tnc/eu/risk-disclosure.pdf | Bin .../static}/tnc/eu/security-and-privacy.pdf | Bin .../static}/tnc/eu/trading-terms.pdf | Bin .../static}/tnc/funds-and-transfers.pdf | Bin .../static}/tnc/general-terms-crypto.pdf | Bin .../static}/tnc/general-terms.pdf | Bin .../static}/tnc/risk-disclosure.pdf | Bin .../static}/tnc/security-and-privacy.pdf | Bin .../static}/tnc/trading-terms.pdf | Bin 141 files changed, 1 insertion(+), 1 deletion(-) rename gatsby-browser.js => themes/gatsby-theme-deriv/gatsby-browser.js (99%) rename gatsby-config.js => themes/gatsby-theme-deriv/gatsby-config.js (100%) rename gatsby-node.js => themes/gatsby-theme-deriv/gatsby-node.js (100%) rename gatsby-ssr.js => themes/gatsby-theme-deriv/gatsby-ssr.js (100%) rename {static => themes/gatsby-theme-deriv/static}/.well-known/apple-app-site-association (100%) rename {static => themes/gatsby-theme-deriv/static}/.well-known/assetlinks.json (100%) rename {static => themes/gatsby-theme-deriv/static}/Dtrader_GIF.mp4 (100%) rename {static => themes/gatsby-theme-deriv/static}/Dtrader_GIF.webm (100%) rename {static => themes/gatsby-theme-deriv/static}/apple-app-site-association (100%) rename {static => themes/gatsby-theme-deriv/static}/assetlinks.json (100%) rename {static => themes/gatsby-theme-deriv/static}/css/global.css (100%) rename {static => themes/gatsby-theme-deriv/static}/css/noto-sans-arabic.css (100%) rename {static => themes/gatsby-theme-deriv/static}/css/perfect-scrollbar.css (100%) rename {static => themes/gatsby-theme-deriv/static}/css/ubuntu.css (100%) rename {static => themes/gatsby-theme-deriv/static}/fonts/NotoSansArabic-Bold.ttf (100%) rename {static => themes/gatsby-theme-deriv/static}/fonts/NotoSansArabic-ExtraBold.ttf (100%) rename {static => themes/gatsby-theme-deriv/static}/fonts/NotoSansArabic-Regular.ttf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/DEL_Remote_Bookmarker_License.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/DIEL_Pillar_3.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/Deriv_(BVI)_Ltd.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/Deriv_(Europe)_Limited.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/Deriv_(FX)_Ltd.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/Deriv_(V)_Ltd.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/Deriv_Investments_(Europe)_Limited.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/Financial_Disclosures_Annual_Report_2022.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/Financial_Markets_Association_Cert.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/Job_application_privacy_policy_.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/Malta-Gaming-Authority.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/RTS28-2021.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/RTS28-2022.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Austria.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Bulgaria.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Croatia.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Cyprus.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/CzechRepublic.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Denmark.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Estonia.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Finland.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/France.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Germany.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Greece.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Hungary.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Italy.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Latvia.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Lithuania.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Luxembourg.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Netherlands.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Poland.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Portugal.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Romania.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Slovakia.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Slovenia.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Spain.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/countries/Sweden.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/deriv-com-ltd-membership.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/es/kid_deriv_CFD_synthetic_indices.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/es/kid_deriv_Stock Indices.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/es/kid_deriv_Stocks.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/es/kid_deriv_commodities.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/es/kid_deriv_crypto.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/es/kid_deriv_forex.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/es/kid_deriv_multipliers_cryptocurrencies.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/es/kid_deriv_multipliers_forex.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/es/kid_deriv_multipliers_synthetic_indices.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/it/kid_deriv_CFD_synthetic_indices.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/it/kid_deriv_Stock Indices.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/it/kid_deriv_Stocks.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/it/kid_deriv_commodities.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/it/kid_deriv_crypto.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/it/kid_deriv_forex.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/it/kid_deriv_multipliers_cryptocurrencies.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/it/kid_deriv_multipliers_forex.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/it/kid_deriv_multipliers_synthetic_indices.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/kid_deriv_CFD_synthetic_crash_300.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/kid_deriv_CFD_synthetic_vol_250.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/kid_deriv_Stock_Indices.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/kid_deriv_Stocks.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/kid_deriv_cfds_etfs.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/kid_deriv_commodities.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/kid_deriv_crypto.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/kid_deriv_forex.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/kid_deriv_multipliers_cryptocurrencies.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/kid_deriv_multipliers_forex.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/kid_deriv_multipliers_synthetics_crash_300.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/kid_deriv_multipliers_synthetics_vol_250.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/pl/kid_deriv_CFD_synthetic_indices.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/pl/kid_deriv_Stock Indices.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/pl/kid_deriv_Stocks.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/pl/kid_deriv_commodities.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/pl/kid_deriv_crypto.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/pl/kid_deriv_forex.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/pl/kid_deriv_multipliers_cryptocurrencies.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/pl/kid_deriv_multipliers_forex.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/pl/kid_deriv_multipliers_synthetic_indices.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/pt/kid_deriv_CFD_synthetic_indices.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/pt/kid_deriv_Stock Indices.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/pt/kid_deriv_Stocks.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/pt/kid_deriv_commodities.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/pt/kid_deriv_crypto.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/pt/kid_deriv_forex.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/pt/kid_deriv_multipliers_cryptocurrencies.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/pt/kid_deriv_multipliers_forex.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/regulatory/kid/pt/kid_deriv_multipliers_synthetic_indices.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/security.txt (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-affiliates-and-introducing-brokers-es.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-affiliates-and-introducing-brokers-eu.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-affiliates-and-introducing-brokers-row.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-api-user-es.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-api-user-eu.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-api-user.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-bug-bounty-es.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-bug-bounty-eu.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-bug-bounty.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-general-terms-es.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-general-terms-eu.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-general-terms.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-guide-english.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-guide-es.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-guide-fr.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-guide-pt.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-guide-ru.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-guide-vi.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-payment-agents-es.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/business-partners-payment-agents.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/deriv-(bvi)-ltd.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/deriv-(europe)-limited.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/deriv-(fx)-ltd.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/deriv-(v)-ltd.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/deriv-investments-(europe)-limited-eu.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/deriv-investments-(europe)-limited.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/eu/funds-and-transfers.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/eu/general-terms.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/eu/risk-disclosure.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/eu/security-and-privacy.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/eu/trading-terms.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/funds-and-transfers.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/general-terms-crypto.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/general-terms.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/risk-disclosure.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/security-and-privacy.pdf (100%) rename {static => themes/gatsby-theme-deriv/static}/tnc/trading-terms.pdf (100%) diff --git a/gatsby-browser.js b/themes/gatsby-theme-deriv/gatsby-browser.js similarity index 99% rename from gatsby-browser.js rename to themes/gatsby-theme-deriv/gatsby-browser.js index 2a4e02c896b..7672cc01ab5 100644 --- a/gatsby-browser.js +++ b/themes/gatsby-theme-deriv/gatsby-browser.js @@ -14,7 +14,7 @@ import { getDomain, getLanguage, updateURLAsPerUserLanguage, -} from 'common/utility' +} from './src/common/utility' import './static/css/noto-sans-arabic.css' import './static/css/ubuntu.css' import './static/css/global.css' diff --git a/gatsby-config.js b/themes/gatsby-theme-deriv/gatsby-config.js similarity index 100% rename from gatsby-config.js rename to themes/gatsby-theme-deriv/gatsby-config.js diff --git a/gatsby-node.js b/themes/gatsby-theme-deriv/gatsby-node.js similarity index 100% rename from gatsby-node.js rename to themes/gatsby-theme-deriv/gatsby-node.js diff --git a/gatsby-ssr.js b/themes/gatsby-theme-deriv/gatsby-ssr.js similarity index 100% rename from gatsby-ssr.js rename to themes/gatsby-theme-deriv/gatsby-ssr.js diff --git a/static/.well-known/apple-app-site-association b/themes/gatsby-theme-deriv/static/.well-known/apple-app-site-association similarity index 100% rename from static/.well-known/apple-app-site-association rename to themes/gatsby-theme-deriv/static/.well-known/apple-app-site-association diff --git a/static/.well-known/assetlinks.json b/themes/gatsby-theme-deriv/static/.well-known/assetlinks.json similarity index 100% rename from static/.well-known/assetlinks.json rename to themes/gatsby-theme-deriv/static/.well-known/assetlinks.json diff --git a/static/Dtrader_GIF.mp4 b/themes/gatsby-theme-deriv/static/Dtrader_GIF.mp4 similarity index 100% rename from static/Dtrader_GIF.mp4 rename to themes/gatsby-theme-deriv/static/Dtrader_GIF.mp4 diff --git a/static/Dtrader_GIF.webm b/themes/gatsby-theme-deriv/static/Dtrader_GIF.webm similarity index 100% rename from static/Dtrader_GIF.webm rename to themes/gatsby-theme-deriv/static/Dtrader_GIF.webm diff --git a/static/apple-app-site-association b/themes/gatsby-theme-deriv/static/apple-app-site-association similarity index 100% rename from static/apple-app-site-association rename to themes/gatsby-theme-deriv/static/apple-app-site-association diff --git a/static/assetlinks.json b/themes/gatsby-theme-deriv/static/assetlinks.json similarity index 100% rename from static/assetlinks.json rename to themes/gatsby-theme-deriv/static/assetlinks.json diff --git a/static/css/global.css b/themes/gatsby-theme-deriv/static/css/global.css similarity index 100% rename from static/css/global.css rename to themes/gatsby-theme-deriv/static/css/global.css diff --git a/static/css/noto-sans-arabic.css b/themes/gatsby-theme-deriv/static/css/noto-sans-arabic.css similarity index 100% rename from static/css/noto-sans-arabic.css rename to themes/gatsby-theme-deriv/static/css/noto-sans-arabic.css diff --git a/static/css/perfect-scrollbar.css b/themes/gatsby-theme-deriv/static/css/perfect-scrollbar.css similarity index 100% rename from static/css/perfect-scrollbar.css rename to themes/gatsby-theme-deriv/static/css/perfect-scrollbar.css diff --git a/static/css/ubuntu.css b/themes/gatsby-theme-deriv/static/css/ubuntu.css similarity index 100% rename from static/css/ubuntu.css rename to themes/gatsby-theme-deriv/static/css/ubuntu.css diff --git a/static/fonts/NotoSansArabic-Bold.ttf b/themes/gatsby-theme-deriv/static/fonts/NotoSansArabic-Bold.ttf similarity index 100% rename from static/fonts/NotoSansArabic-Bold.ttf rename to themes/gatsby-theme-deriv/static/fonts/NotoSansArabic-Bold.ttf diff --git a/static/fonts/NotoSansArabic-ExtraBold.ttf b/themes/gatsby-theme-deriv/static/fonts/NotoSansArabic-ExtraBold.ttf similarity index 100% rename from static/fonts/NotoSansArabic-ExtraBold.ttf rename to themes/gatsby-theme-deriv/static/fonts/NotoSansArabic-ExtraBold.ttf diff --git a/static/fonts/NotoSansArabic-Regular.ttf b/themes/gatsby-theme-deriv/static/fonts/NotoSansArabic-Regular.ttf similarity index 100% rename from static/fonts/NotoSansArabic-Regular.ttf rename to themes/gatsby-theme-deriv/static/fonts/NotoSansArabic-Regular.ttf diff --git a/static/regulatory/DEL_Remote_Bookmarker_License.pdf b/themes/gatsby-theme-deriv/static/regulatory/DEL_Remote_Bookmarker_License.pdf similarity index 100% rename from static/regulatory/DEL_Remote_Bookmarker_License.pdf rename to themes/gatsby-theme-deriv/static/regulatory/DEL_Remote_Bookmarker_License.pdf diff --git a/static/regulatory/DIEL_Pillar_3.pdf b/themes/gatsby-theme-deriv/static/regulatory/DIEL_Pillar_3.pdf similarity index 100% rename from static/regulatory/DIEL_Pillar_3.pdf rename to themes/gatsby-theme-deriv/static/regulatory/DIEL_Pillar_3.pdf diff --git a/static/regulatory/Deriv_(BVI)_Ltd.pdf b/themes/gatsby-theme-deriv/static/regulatory/Deriv_(BVI)_Ltd.pdf similarity index 100% rename from static/regulatory/Deriv_(BVI)_Ltd.pdf rename to themes/gatsby-theme-deriv/static/regulatory/Deriv_(BVI)_Ltd.pdf diff --git a/static/regulatory/Deriv_(Europe)_Limited.pdf b/themes/gatsby-theme-deriv/static/regulatory/Deriv_(Europe)_Limited.pdf similarity index 100% rename from static/regulatory/Deriv_(Europe)_Limited.pdf rename to themes/gatsby-theme-deriv/static/regulatory/Deriv_(Europe)_Limited.pdf diff --git a/static/regulatory/Deriv_(FX)_Ltd.pdf b/themes/gatsby-theme-deriv/static/regulatory/Deriv_(FX)_Ltd.pdf similarity index 100% rename from static/regulatory/Deriv_(FX)_Ltd.pdf rename to themes/gatsby-theme-deriv/static/regulatory/Deriv_(FX)_Ltd.pdf diff --git a/static/regulatory/Deriv_(V)_Ltd.pdf b/themes/gatsby-theme-deriv/static/regulatory/Deriv_(V)_Ltd.pdf similarity index 100% rename from static/regulatory/Deriv_(V)_Ltd.pdf rename to themes/gatsby-theme-deriv/static/regulatory/Deriv_(V)_Ltd.pdf diff --git a/static/regulatory/Deriv_Investments_(Europe)_Limited.pdf b/themes/gatsby-theme-deriv/static/regulatory/Deriv_Investments_(Europe)_Limited.pdf similarity index 100% rename from static/regulatory/Deriv_Investments_(Europe)_Limited.pdf rename to themes/gatsby-theme-deriv/static/regulatory/Deriv_Investments_(Europe)_Limited.pdf diff --git a/static/regulatory/Financial_Disclosures_Annual_Report_2022.pdf b/themes/gatsby-theme-deriv/static/regulatory/Financial_Disclosures_Annual_Report_2022.pdf similarity index 100% rename from static/regulatory/Financial_Disclosures_Annual_Report_2022.pdf rename to themes/gatsby-theme-deriv/static/regulatory/Financial_Disclosures_Annual_Report_2022.pdf diff --git a/static/regulatory/Financial_Markets_Association_Cert.pdf b/themes/gatsby-theme-deriv/static/regulatory/Financial_Markets_Association_Cert.pdf similarity index 100% rename from static/regulatory/Financial_Markets_Association_Cert.pdf rename to themes/gatsby-theme-deriv/static/regulatory/Financial_Markets_Association_Cert.pdf diff --git a/static/regulatory/Job_application_privacy_policy_.pdf b/themes/gatsby-theme-deriv/static/regulatory/Job_application_privacy_policy_.pdf similarity index 100% rename from static/regulatory/Job_application_privacy_policy_.pdf rename to themes/gatsby-theme-deriv/static/regulatory/Job_application_privacy_policy_.pdf diff --git a/static/regulatory/Malta-Gaming-Authority.pdf b/themes/gatsby-theme-deriv/static/regulatory/Malta-Gaming-Authority.pdf similarity index 100% rename from static/regulatory/Malta-Gaming-Authority.pdf rename to themes/gatsby-theme-deriv/static/regulatory/Malta-Gaming-Authority.pdf diff --git a/static/regulatory/RTS28-2021.pdf b/themes/gatsby-theme-deriv/static/regulatory/RTS28-2021.pdf similarity index 100% rename from static/regulatory/RTS28-2021.pdf rename to themes/gatsby-theme-deriv/static/regulatory/RTS28-2021.pdf diff --git a/static/regulatory/RTS28-2022.pdf b/themes/gatsby-theme-deriv/static/regulatory/RTS28-2022.pdf similarity index 100% rename from static/regulatory/RTS28-2022.pdf rename to themes/gatsby-theme-deriv/static/regulatory/RTS28-2022.pdf diff --git a/static/regulatory/countries/Austria.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Austria.pdf similarity index 100% rename from static/regulatory/countries/Austria.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Austria.pdf diff --git a/static/regulatory/countries/Bulgaria.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Bulgaria.pdf similarity index 100% rename from static/regulatory/countries/Bulgaria.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Bulgaria.pdf diff --git a/static/regulatory/countries/Croatia.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Croatia.pdf similarity index 100% rename from static/regulatory/countries/Croatia.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Croatia.pdf diff --git a/static/regulatory/countries/Cyprus.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Cyprus.pdf similarity index 100% rename from static/regulatory/countries/Cyprus.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Cyprus.pdf diff --git a/static/regulatory/countries/CzechRepublic.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/CzechRepublic.pdf similarity index 100% rename from static/regulatory/countries/CzechRepublic.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/CzechRepublic.pdf diff --git a/static/regulatory/countries/Denmark.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Denmark.pdf similarity index 100% rename from static/regulatory/countries/Denmark.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Denmark.pdf diff --git a/static/regulatory/countries/Estonia.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Estonia.pdf similarity index 100% rename from static/regulatory/countries/Estonia.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Estonia.pdf diff --git a/static/regulatory/countries/Finland.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Finland.pdf similarity index 100% rename from static/regulatory/countries/Finland.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Finland.pdf diff --git a/static/regulatory/countries/France.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/France.pdf similarity index 100% rename from static/regulatory/countries/France.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/France.pdf diff --git a/static/regulatory/countries/Germany.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Germany.pdf similarity index 100% rename from static/regulatory/countries/Germany.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Germany.pdf diff --git a/static/regulatory/countries/Greece.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Greece.pdf similarity index 100% rename from static/regulatory/countries/Greece.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Greece.pdf diff --git a/static/regulatory/countries/Hungary.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Hungary.pdf similarity index 100% rename from static/regulatory/countries/Hungary.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Hungary.pdf diff --git a/static/regulatory/countries/Italy.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Italy.pdf similarity index 100% rename from static/regulatory/countries/Italy.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Italy.pdf diff --git a/static/regulatory/countries/Latvia.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Latvia.pdf similarity index 100% rename from static/regulatory/countries/Latvia.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Latvia.pdf diff --git a/static/regulatory/countries/Lithuania.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Lithuania.pdf similarity index 100% rename from static/regulatory/countries/Lithuania.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Lithuania.pdf diff --git a/static/regulatory/countries/Luxembourg.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Luxembourg.pdf similarity index 100% rename from static/regulatory/countries/Luxembourg.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Luxembourg.pdf diff --git a/static/regulatory/countries/Netherlands.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Netherlands.pdf similarity index 100% rename from static/regulatory/countries/Netherlands.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Netherlands.pdf diff --git a/static/regulatory/countries/Poland.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Poland.pdf similarity index 100% rename from static/regulatory/countries/Poland.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Poland.pdf diff --git a/static/regulatory/countries/Portugal.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Portugal.pdf similarity index 100% rename from static/regulatory/countries/Portugal.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Portugal.pdf diff --git a/static/regulatory/countries/Romania.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Romania.pdf similarity index 100% rename from static/regulatory/countries/Romania.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Romania.pdf diff --git a/static/regulatory/countries/Slovakia.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Slovakia.pdf similarity index 100% rename from static/regulatory/countries/Slovakia.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Slovakia.pdf diff --git a/static/regulatory/countries/Slovenia.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Slovenia.pdf similarity index 100% rename from static/regulatory/countries/Slovenia.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Slovenia.pdf diff --git a/static/regulatory/countries/Spain.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Spain.pdf similarity index 100% rename from static/regulatory/countries/Spain.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Spain.pdf diff --git a/static/regulatory/countries/Sweden.pdf b/themes/gatsby-theme-deriv/static/regulatory/countries/Sweden.pdf similarity index 100% rename from static/regulatory/countries/Sweden.pdf rename to themes/gatsby-theme-deriv/static/regulatory/countries/Sweden.pdf diff --git a/static/regulatory/deriv-com-ltd-membership.pdf b/themes/gatsby-theme-deriv/static/regulatory/deriv-com-ltd-membership.pdf similarity index 100% rename from static/regulatory/deriv-com-ltd-membership.pdf rename to themes/gatsby-theme-deriv/static/regulatory/deriv-com-ltd-membership.pdf diff --git a/static/regulatory/kid/es/kid_deriv_CFD_synthetic_indices.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/es/kid_deriv_CFD_synthetic_indices.pdf similarity index 100% rename from static/regulatory/kid/es/kid_deriv_CFD_synthetic_indices.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/es/kid_deriv_CFD_synthetic_indices.pdf diff --git a/static/regulatory/kid/es/kid_deriv_Stock Indices.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/es/kid_deriv_Stock Indices.pdf similarity index 100% rename from static/regulatory/kid/es/kid_deriv_Stock Indices.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/es/kid_deriv_Stock Indices.pdf diff --git a/static/regulatory/kid/es/kid_deriv_Stocks.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/es/kid_deriv_Stocks.pdf similarity index 100% rename from static/regulatory/kid/es/kid_deriv_Stocks.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/es/kid_deriv_Stocks.pdf diff --git a/static/regulatory/kid/es/kid_deriv_commodities.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/es/kid_deriv_commodities.pdf similarity index 100% rename from static/regulatory/kid/es/kid_deriv_commodities.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/es/kid_deriv_commodities.pdf diff --git a/static/regulatory/kid/es/kid_deriv_crypto.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/es/kid_deriv_crypto.pdf similarity index 100% rename from static/regulatory/kid/es/kid_deriv_crypto.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/es/kid_deriv_crypto.pdf diff --git a/static/regulatory/kid/es/kid_deriv_forex.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/es/kid_deriv_forex.pdf similarity index 100% rename from static/regulatory/kid/es/kid_deriv_forex.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/es/kid_deriv_forex.pdf diff --git a/static/regulatory/kid/es/kid_deriv_multipliers_cryptocurrencies.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/es/kid_deriv_multipliers_cryptocurrencies.pdf similarity index 100% rename from static/regulatory/kid/es/kid_deriv_multipliers_cryptocurrencies.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/es/kid_deriv_multipliers_cryptocurrencies.pdf diff --git a/static/regulatory/kid/es/kid_deriv_multipliers_forex.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/es/kid_deriv_multipliers_forex.pdf similarity index 100% rename from static/regulatory/kid/es/kid_deriv_multipliers_forex.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/es/kid_deriv_multipliers_forex.pdf diff --git a/static/regulatory/kid/es/kid_deriv_multipliers_synthetic_indices.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/es/kid_deriv_multipliers_synthetic_indices.pdf similarity index 100% rename from static/regulatory/kid/es/kid_deriv_multipliers_synthetic_indices.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/es/kid_deriv_multipliers_synthetic_indices.pdf diff --git a/static/regulatory/kid/it/kid_deriv_CFD_synthetic_indices.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/it/kid_deriv_CFD_synthetic_indices.pdf similarity index 100% rename from static/regulatory/kid/it/kid_deriv_CFD_synthetic_indices.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/it/kid_deriv_CFD_synthetic_indices.pdf diff --git a/static/regulatory/kid/it/kid_deriv_Stock Indices.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/it/kid_deriv_Stock Indices.pdf similarity index 100% rename from static/regulatory/kid/it/kid_deriv_Stock Indices.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/it/kid_deriv_Stock Indices.pdf diff --git a/static/regulatory/kid/it/kid_deriv_Stocks.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/it/kid_deriv_Stocks.pdf similarity index 100% rename from static/regulatory/kid/it/kid_deriv_Stocks.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/it/kid_deriv_Stocks.pdf diff --git a/static/regulatory/kid/it/kid_deriv_commodities.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/it/kid_deriv_commodities.pdf similarity index 100% rename from static/regulatory/kid/it/kid_deriv_commodities.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/it/kid_deriv_commodities.pdf diff --git a/static/regulatory/kid/it/kid_deriv_crypto.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/it/kid_deriv_crypto.pdf similarity index 100% rename from static/regulatory/kid/it/kid_deriv_crypto.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/it/kid_deriv_crypto.pdf diff --git a/static/regulatory/kid/it/kid_deriv_forex.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/it/kid_deriv_forex.pdf similarity index 100% rename from static/regulatory/kid/it/kid_deriv_forex.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/it/kid_deriv_forex.pdf diff --git a/static/regulatory/kid/it/kid_deriv_multipliers_cryptocurrencies.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/it/kid_deriv_multipliers_cryptocurrencies.pdf similarity index 100% rename from static/regulatory/kid/it/kid_deriv_multipliers_cryptocurrencies.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/it/kid_deriv_multipliers_cryptocurrencies.pdf diff --git a/static/regulatory/kid/it/kid_deriv_multipliers_forex.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/it/kid_deriv_multipliers_forex.pdf similarity index 100% rename from static/regulatory/kid/it/kid_deriv_multipliers_forex.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/it/kid_deriv_multipliers_forex.pdf diff --git a/static/regulatory/kid/it/kid_deriv_multipliers_synthetic_indices.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/it/kid_deriv_multipliers_synthetic_indices.pdf similarity index 100% rename from static/regulatory/kid/it/kid_deriv_multipliers_synthetic_indices.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/it/kid_deriv_multipliers_synthetic_indices.pdf diff --git a/static/regulatory/kid/kid_deriv_CFD_synthetic_crash_300.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_CFD_synthetic_crash_300.pdf similarity index 100% rename from static/regulatory/kid/kid_deriv_CFD_synthetic_crash_300.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_CFD_synthetic_crash_300.pdf diff --git a/static/regulatory/kid/kid_deriv_CFD_synthetic_vol_250.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_CFD_synthetic_vol_250.pdf similarity index 100% rename from static/regulatory/kid/kid_deriv_CFD_synthetic_vol_250.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_CFD_synthetic_vol_250.pdf diff --git a/static/regulatory/kid/kid_deriv_Stock_Indices.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_Stock_Indices.pdf similarity index 100% rename from static/regulatory/kid/kid_deriv_Stock_Indices.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_Stock_Indices.pdf diff --git a/static/regulatory/kid/kid_deriv_Stocks.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_Stocks.pdf similarity index 100% rename from static/regulatory/kid/kid_deriv_Stocks.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_Stocks.pdf diff --git a/static/regulatory/kid/kid_deriv_cfds_etfs.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_cfds_etfs.pdf similarity index 100% rename from static/regulatory/kid/kid_deriv_cfds_etfs.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_cfds_etfs.pdf diff --git a/static/regulatory/kid/kid_deriv_commodities.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_commodities.pdf similarity index 100% rename from static/regulatory/kid/kid_deriv_commodities.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_commodities.pdf diff --git a/static/regulatory/kid/kid_deriv_crypto.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_crypto.pdf similarity index 100% rename from static/regulatory/kid/kid_deriv_crypto.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_crypto.pdf diff --git a/static/regulatory/kid/kid_deriv_forex.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_forex.pdf similarity index 100% rename from static/regulatory/kid/kid_deriv_forex.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_forex.pdf diff --git a/static/regulatory/kid/kid_deriv_multipliers_cryptocurrencies.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_multipliers_cryptocurrencies.pdf similarity index 100% rename from static/regulatory/kid/kid_deriv_multipliers_cryptocurrencies.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_multipliers_cryptocurrencies.pdf diff --git a/static/regulatory/kid/kid_deriv_multipliers_forex.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_multipliers_forex.pdf similarity index 100% rename from static/regulatory/kid/kid_deriv_multipliers_forex.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_multipliers_forex.pdf diff --git a/static/regulatory/kid/kid_deriv_multipliers_synthetics_crash_300.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_multipliers_synthetics_crash_300.pdf similarity index 100% rename from static/regulatory/kid/kid_deriv_multipliers_synthetics_crash_300.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_multipliers_synthetics_crash_300.pdf diff --git a/static/regulatory/kid/kid_deriv_multipliers_synthetics_vol_250.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_multipliers_synthetics_vol_250.pdf similarity index 100% rename from static/regulatory/kid/kid_deriv_multipliers_synthetics_vol_250.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/kid_deriv_multipliers_synthetics_vol_250.pdf diff --git a/static/regulatory/kid/pl/kid_deriv_CFD_synthetic_indices.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/pl/kid_deriv_CFD_synthetic_indices.pdf similarity index 100% rename from static/regulatory/kid/pl/kid_deriv_CFD_synthetic_indices.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/pl/kid_deriv_CFD_synthetic_indices.pdf diff --git a/static/regulatory/kid/pl/kid_deriv_Stock Indices.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/pl/kid_deriv_Stock Indices.pdf similarity index 100% rename from static/regulatory/kid/pl/kid_deriv_Stock Indices.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/pl/kid_deriv_Stock Indices.pdf diff --git a/static/regulatory/kid/pl/kid_deriv_Stocks.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/pl/kid_deriv_Stocks.pdf similarity index 100% rename from static/regulatory/kid/pl/kid_deriv_Stocks.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/pl/kid_deriv_Stocks.pdf diff --git a/static/regulatory/kid/pl/kid_deriv_commodities.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/pl/kid_deriv_commodities.pdf similarity index 100% rename from static/regulatory/kid/pl/kid_deriv_commodities.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/pl/kid_deriv_commodities.pdf diff --git a/static/regulatory/kid/pl/kid_deriv_crypto.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/pl/kid_deriv_crypto.pdf similarity index 100% rename from static/regulatory/kid/pl/kid_deriv_crypto.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/pl/kid_deriv_crypto.pdf diff --git a/static/regulatory/kid/pl/kid_deriv_forex.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/pl/kid_deriv_forex.pdf similarity index 100% rename from static/regulatory/kid/pl/kid_deriv_forex.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/pl/kid_deriv_forex.pdf diff --git a/static/regulatory/kid/pl/kid_deriv_multipliers_cryptocurrencies.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/pl/kid_deriv_multipliers_cryptocurrencies.pdf similarity index 100% rename from static/regulatory/kid/pl/kid_deriv_multipliers_cryptocurrencies.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/pl/kid_deriv_multipliers_cryptocurrencies.pdf diff --git a/static/regulatory/kid/pl/kid_deriv_multipliers_forex.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/pl/kid_deriv_multipliers_forex.pdf similarity index 100% rename from static/regulatory/kid/pl/kid_deriv_multipliers_forex.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/pl/kid_deriv_multipliers_forex.pdf diff --git a/static/regulatory/kid/pl/kid_deriv_multipliers_synthetic_indices.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/pl/kid_deriv_multipliers_synthetic_indices.pdf similarity index 100% rename from static/regulatory/kid/pl/kid_deriv_multipliers_synthetic_indices.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/pl/kid_deriv_multipliers_synthetic_indices.pdf diff --git a/static/regulatory/kid/pt/kid_deriv_CFD_synthetic_indices.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/pt/kid_deriv_CFD_synthetic_indices.pdf similarity index 100% rename from static/regulatory/kid/pt/kid_deriv_CFD_synthetic_indices.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/pt/kid_deriv_CFD_synthetic_indices.pdf diff --git a/static/regulatory/kid/pt/kid_deriv_Stock Indices.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/pt/kid_deriv_Stock Indices.pdf similarity index 100% rename from static/regulatory/kid/pt/kid_deriv_Stock Indices.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/pt/kid_deriv_Stock Indices.pdf diff --git a/static/regulatory/kid/pt/kid_deriv_Stocks.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/pt/kid_deriv_Stocks.pdf similarity index 100% rename from static/regulatory/kid/pt/kid_deriv_Stocks.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/pt/kid_deriv_Stocks.pdf diff --git a/static/regulatory/kid/pt/kid_deriv_commodities.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/pt/kid_deriv_commodities.pdf similarity index 100% rename from static/regulatory/kid/pt/kid_deriv_commodities.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/pt/kid_deriv_commodities.pdf diff --git a/static/regulatory/kid/pt/kid_deriv_crypto.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/pt/kid_deriv_crypto.pdf similarity index 100% rename from static/regulatory/kid/pt/kid_deriv_crypto.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/pt/kid_deriv_crypto.pdf diff --git a/static/regulatory/kid/pt/kid_deriv_forex.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/pt/kid_deriv_forex.pdf similarity index 100% rename from static/regulatory/kid/pt/kid_deriv_forex.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/pt/kid_deriv_forex.pdf diff --git a/static/regulatory/kid/pt/kid_deriv_multipliers_cryptocurrencies.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/pt/kid_deriv_multipliers_cryptocurrencies.pdf similarity index 100% rename from static/regulatory/kid/pt/kid_deriv_multipliers_cryptocurrencies.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/pt/kid_deriv_multipliers_cryptocurrencies.pdf diff --git a/static/regulatory/kid/pt/kid_deriv_multipliers_forex.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/pt/kid_deriv_multipliers_forex.pdf similarity index 100% rename from static/regulatory/kid/pt/kid_deriv_multipliers_forex.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/pt/kid_deriv_multipliers_forex.pdf diff --git a/static/regulatory/kid/pt/kid_deriv_multipliers_synthetic_indices.pdf b/themes/gatsby-theme-deriv/static/regulatory/kid/pt/kid_deriv_multipliers_synthetic_indices.pdf similarity index 100% rename from static/regulatory/kid/pt/kid_deriv_multipliers_synthetic_indices.pdf rename to themes/gatsby-theme-deriv/static/regulatory/kid/pt/kid_deriv_multipliers_synthetic_indices.pdf diff --git a/static/security.txt b/themes/gatsby-theme-deriv/static/security.txt similarity index 100% rename from static/security.txt rename to themes/gatsby-theme-deriv/static/security.txt diff --git a/static/tnc/business-partners-affiliates-and-introducing-brokers-es.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-affiliates-and-introducing-brokers-es.pdf similarity index 100% rename from static/tnc/business-partners-affiliates-and-introducing-brokers-es.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-affiliates-and-introducing-brokers-es.pdf diff --git a/static/tnc/business-partners-affiliates-and-introducing-brokers-eu.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-affiliates-and-introducing-brokers-eu.pdf similarity index 100% rename from static/tnc/business-partners-affiliates-and-introducing-brokers-eu.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-affiliates-and-introducing-brokers-eu.pdf diff --git a/static/tnc/business-partners-affiliates-and-introducing-brokers-row.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-affiliates-and-introducing-brokers-row.pdf similarity index 100% rename from static/tnc/business-partners-affiliates-and-introducing-brokers-row.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-affiliates-and-introducing-brokers-row.pdf diff --git a/static/tnc/business-partners-api-user-es.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-api-user-es.pdf similarity index 100% rename from static/tnc/business-partners-api-user-es.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-api-user-es.pdf diff --git a/static/tnc/business-partners-api-user-eu.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-api-user-eu.pdf similarity index 100% rename from static/tnc/business-partners-api-user-eu.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-api-user-eu.pdf diff --git a/static/tnc/business-partners-api-user.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-api-user.pdf similarity index 100% rename from static/tnc/business-partners-api-user.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-api-user.pdf diff --git a/static/tnc/business-partners-bug-bounty-es.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-bug-bounty-es.pdf similarity index 100% rename from static/tnc/business-partners-bug-bounty-es.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-bug-bounty-es.pdf diff --git a/static/tnc/business-partners-bug-bounty-eu.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-bug-bounty-eu.pdf similarity index 100% rename from static/tnc/business-partners-bug-bounty-eu.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-bug-bounty-eu.pdf diff --git a/static/tnc/business-partners-bug-bounty.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-bug-bounty.pdf similarity index 100% rename from static/tnc/business-partners-bug-bounty.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-bug-bounty.pdf diff --git a/static/tnc/business-partners-general-terms-es.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-general-terms-es.pdf similarity index 100% rename from static/tnc/business-partners-general-terms-es.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-general-terms-es.pdf diff --git a/static/tnc/business-partners-general-terms-eu.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-general-terms-eu.pdf similarity index 100% rename from static/tnc/business-partners-general-terms-eu.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-general-terms-eu.pdf diff --git a/static/tnc/business-partners-general-terms.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-general-terms.pdf similarity index 100% rename from static/tnc/business-partners-general-terms.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-general-terms.pdf diff --git a/static/tnc/business-partners-guide-english.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-guide-english.pdf similarity index 100% rename from static/tnc/business-partners-guide-english.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-guide-english.pdf diff --git a/static/tnc/business-partners-guide-es.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-guide-es.pdf similarity index 100% rename from static/tnc/business-partners-guide-es.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-guide-es.pdf diff --git a/static/tnc/business-partners-guide-fr.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-guide-fr.pdf similarity index 100% rename from static/tnc/business-partners-guide-fr.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-guide-fr.pdf diff --git a/static/tnc/business-partners-guide-pt.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-guide-pt.pdf similarity index 100% rename from static/tnc/business-partners-guide-pt.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-guide-pt.pdf diff --git a/static/tnc/business-partners-guide-ru.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-guide-ru.pdf similarity index 100% rename from static/tnc/business-partners-guide-ru.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-guide-ru.pdf diff --git a/static/tnc/business-partners-guide-vi.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-guide-vi.pdf similarity index 100% rename from static/tnc/business-partners-guide-vi.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-guide-vi.pdf diff --git a/static/tnc/business-partners-payment-agents-es.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-payment-agents-es.pdf similarity index 100% rename from static/tnc/business-partners-payment-agents-es.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-payment-agents-es.pdf diff --git a/static/tnc/business-partners-payment-agents.pdf b/themes/gatsby-theme-deriv/static/tnc/business-partners-payment-agents.pdf similarity index 100% rename from static/tnc/business-partners-payment-agents.pdf rename to themes/gatsby-theme-deriv/static/tnc/business-partners-payment-agents.pdf diff --git a/static/tnc/deriv-(bvi)-ltd.pdf b/themes/gatsby-theme-deriv/static/tnc/deriv-(bvi)-ltd.pdf similarity index 100% rename from static/tnc/deriv-(bvi)-ltd.pdf rename to themes/gatsby-theme-deriv/static/tnc/deriv-(bvi)-ltd.pdf diff --git a/static/tnc/deriv-(europe)-limited.pdf b/themes/gatsby-theme-deriv/static/tnc/deriv-(europe)-limited.pdf similarity index 100% rename from static/tnc/deriv-(europe)-limited.pdf rename to themes/gatsby-theme-deriv/static/tnc/deriv-(europe)-limited.pdf diff --git a/static/tnc/deriv-(fx)-ltd.pdf b/themes/gatsby-theme-deriv/static/tnc/deriv-(fx)-ltd.pdf similarity index 100% rename from static/tnc/deriv-(fx)-ltd.pdf rename to themes/gatsby-theme-deriv/static/tnc/deriv-(fx)-ltd.pdf diff --git a/static/tnc/deriv-(v)-ltd.pdf b/themes/gatsby-theme-deriv/static/tnc/deriv-(v)-ltd.pdf similarity index 100% rename from static/tnc/deriv-(v)-ltd.pdf rename to themes/gatsby-theme-deriv/static/tnc/deriv-(v)-ltd.pdf diff --git a/static/tnc/deriv-investments-(europe)-limited-eu.pdf b/themes/gatsby-theme-deriv/static/tnc/deriv-investments-(europe)-limited-eu.pdf similarity index 100% rename from static/tnc/deriv-investments-(europe)-limited-eu.pdf rename to themes/gatsby-theme-deriv/static/tnc/deriv-investments-(europe)-limited-eu.pdf diff --git a/static/tnc/deriv-investments-(europe)-limited.pdf b/themes/gatsby-theme-deriv/static/tnc/deriv-investments-(europe)-limited.pdf similarity index 100% rename from static/tnc/deriv-investments-(europe)-limited.pdf rename to themes/gatsby-theme-deriv/static/tnc/deriv-investments-(europe)-limited.pdf diff --git a/static/tnc/eu/funds-and-transfers.pdf b/themes/gatsby-theme-deriv/static/tnc/eu/funds-and-transfers.pdf similarity index 100% rename from static/tnc/eu/funds-and-transfers.pdf rename to themes/gatsby-theme-deriv/static/tnc/eu/funds-and-transfers.pdf diff --git a/static/tnc/eu/general-terms.pdf b/themes/gatsby-theme-deriv/static/tnc/eu/general-terms.pdf similarity index 100% rename from static/tnc/eu/general-terms.pdf rename to themes/gatsby-theme-deriv/static/tnc/eu/general-terms.pdf diff --git a/static/tnc/eu/risk-disclosure.pdf b/themes/gatsby-theme-deriv/static/tnc/eu/risk-disclosure.pdf similarity index 100% rename from static/tnc/eu/risk-disclosure.pdf rename to themes/gatsby-theme-deriv/static/tnc/eu/risk-disclosure.pdf diff --git a/static/tnc/eu/security-and-privacy.pdf b/themes/gatsby-theme-deriv/static/tnc/eu/security-and-privacy.pdf similarity index 100% rename from static/tnc/eu/security-and-privacy.pdf rename to themes/gatsby-theme-deriv/static/tnc/eu/security-and-privacy.pdf diff --git a/static/tnc/eu/trading-terms.pdf b/themes/gatsby-theme-deriv/static/tnc/eu/trading-terms.pdf similarity index 100% rename from static/tnc/eu/trading-terms.pdf rename to themes/gatsby-theme-deriv/static/tnc/eu/trading-terms.pdf diff --git a/static/tnc/funds-and-transfers.pdf b/themes/gatsby-theme-deriv/static/tnc/funds-and-transfers.pdf similarity index 100% rename from static/tnc/funds-and-transfers.pdf rename to themes/gatsby-theme-deriv/static/tnc/funds-and-transfers.pdf diff --git a/static/tnc/general-terms-crypto.pdf b/themes/gatsby-theme-deriv/static/tnc/general-terms-crypto.pdf similarity index 100% rename from static/tnc/general-terms-crypto.pdf rename to themes/gatsby-theme-deriv/static/tnc/general-terms-crypto.pdf diff --git a/static/tnc/general-terms.pdf b/themes/gatsby-theme-deriv/static/tnc/general-terms.pdf similarity index 100% rename from static/tnc/general-terms.pdf rename to themes/gatsby-theme-deriv/static/tnc/general-terms.pdf diff --git a/static/tnc/risk-disclosure.pdf b/themes/gatsby-theme-deriv/static/tnc/risk-disclosure.pdf similarity index 100% rename from static/tnc/risk-disclosure.pdf rename to themes/gatsby-theme-deriv/static/tnc/risk-disclosure.pdf diff --git a/static/tnc/security-and-privacy.pdf b/themes/gatsby-theme-deriv/static/tnc/security-and-privacy.pdf similarity index 100% rename from static/tnc/security-and-privacy.pdf rename to themes/gatsby-theme-deriv/static/tnc/security-and-privacy.pdf diff --git a/static/tnc/trading-terms.pdf b/themes/gatsby-theme-deriv/static/tnc/trading-terms.pdf similarity index 100% rename from static/tnc/trading-terms.pdf rename to themes/gatsby-theme-deriv/static/tnc/trading-terms.pdf From 3b36636c1eb3d85c8d79612e29e418cc4ce42cfb Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Mon, 29 Jan 2024 13:16:12 +0800 Subject: [PATCH 07/64] chore: moved storybook and favicons files into deriv theme directory --- .../gatsby-theme-deriv/.storybook}/main.ts | 0 .../gatsby-theme-deriv/.storybook}/preview.tsx | 0 .../favicons}/favicon-512x512.png | Bin 3 files changed, 0 insertions(+), 0 deletions(-) rename {.storybook => themes/gatsby-theme-deriv/.storybook}/main.ts (100%) rename {.storybook => themes/gatsby-theme-deriv/.storybook}/preview.tsx (100%) rename {favicons => themes/gatsby-theme-deriv/favicons}/favicon-512x512.png (100%) diff --git a/.storybook/main.ts b/themes/gatsby-theme-deriv/.storybook/main.ts similarity index 100% rename from .storybook/main.ts rename to themes/gatsby-theme-deriv/.storybook/main.ts diff --git a/.storybook/preview.tsx b/themes/gatsby-theme-deriv/.storybook/preview.tsx similarity index 100% rename from .storybook/preview.tsx rename to themes/gatsby-theme-deriv/.storybook/preview.tsx diff --git a/favicons/favicon-512x512.png b/themes/gatsby-theme-deriv/favicons/favicon-512x512.png similarity index 100% rename from favicons/favicon-512x512.png rename to themes/gatsby-theme-deriv/favicons/favicon-512x512.png From ed42d306b710840517016cdd73f2df7c503f3918 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Mon, 29 Jan 2024 13:32:43 +0800 Subject: [PATCH 08/64] chore: added eslint to theme --- themes/gatsby-theme-deriv/.eslintrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 themes/gatsby-theme-deriv/.eslintrc diff --git a/themes/gatsby-theme-deriv/.eslintrc b/themes/gatsby-theme-deriv/.eslintrc new file mode 100644 index 00000000000..5a9d86d0282 --- /dev/null +++ b/themes/gatsby-theme-deriv/.eslintrc @@ -0,0 +1,6 @@ +{ + "globals": { + "__PATH_PREFIX__": true + }, + "extends": ["../../.eslintrc"] +} \ No newline at end of file From 92d6905f649fb6639e23b3d501e693bdbbc5f055 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Mon, 29 Jan 2024 13:46:00 +0800 Subject: [PATCH 09/64] chore: added typescript to theme --- themes/gatsby-theme-deriv/tsconfig.json | 13 +++++++++++++ tsconfig.json | 13 ++----------- 2 files changed, 15 insertions(+), 11 deletions(-) create mode 100644 themes/gatsby-theme-deriv/tsconfig.json diff --git a/themes/gatsby-theme-deriv/tsconfig.json b/themes/gatsby-theme-deriv/tsconfig.json new file mode 100644 index 00000000000..63cf149c0a2 --- /dev/null +++ b/themes/gatsby-theme-deriv/tsconfig.json @@ -0,0 +1,13 @@ +{ + "extends": "../../tsconfig.json", + "compilerOptions": { + "baseUrl": "src", + }, + "include": [ + "./src/**/*", + "./src/custom.d.ts", + "types/react-i18next.d.ts", + "./src/types/utils.d.ts", + "./src/global.d.ts" + ], +} \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 40bf8e80974..ef666a5aaf1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,18 +1,9 @@ { - "include": [ - "./src/**/*", - "./src/custom.d.ts", - "types/react-i18next.d.ts", - "./src/types/utils.d.ts", - "./src/global.d.ts" - ], - "jsx": "react", "compilerOptions": { - "baseUrl": "src", "paths": { "swiper": ["../node_modules/swiper"] }, - "jsx": "preserve", + "jsx": "react", "lib": ["ES2021.String", "DOM", "DOM.Iterable"], "esModuleInterop": true, "experimentalDecorators": true, @@ -35,5 +26,5 @@ } } ] - } + }, } From ab0cda6ac5dcdbeedfcc5ef3edc695dccca79cc0 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Mon, 29 Jan 2024 14:46:09 +0800 Subject: [PATCH 10/64] chore: added workspaces --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ec2181f1b3f..9766f3aca6e 100644 --- a/package.json +++ b/package.json @@ -213,5 +213,6 @@ "react": "^18.2.0", "react-dom": "^18.2.0" } - } + }, + "workspaces": ["./sites/*", "./themes/*"] } From 6a7bba193e75061245698a55623d7c6da98021a2 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Mon, 29 Jan 2024 14:56:24 +0800 Subject: [PATCH 11/64] chore: added eslint script --- package.json | 2 +- themes/gatsby-theme-deriv/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9766f3aca6e..e01b734e383 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,7 @@ "develop": "GATSBY_CPU_COUNT=2 gatsby develop -o", "format": "prettier --write '**/*.js' '*.js'", "stylelint": "stylelint 'src/**/*.js' --formatter verbose", - "eslint": "DEBUG=eslint:cli-engine eslint {'src/**/*.{js,jsx,ts,tsx}','./*.js'} --fix", + "eslint": "npm run eslint --workspace gatsby-theme-deriv", "start": "npm run develop", "start-80": "sudo gatsby develop -p 80", "serve": "gatsby serve", diff --git a/themes/gatsby-theme-deriv/package.json b/themes/gatsby-theme-deriv/package.json index 0fdc834138d..05e1b8331a0 100644 --- a/themes/gatsby-theme-deriv/package.json +++ b/themes/gatsby-theme-deriv/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "eslint": "DEBUG=eslint:cli-engine eslint \"src/**/*.{js,jsx,ts,tsx}\" \"*.js\" --fix" }, "keywords": [], "author": "", From 8f55c98443367c696d265a1dfe4186363a1a9c8a Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Mon, 29 Jan 2024 15:51:27 +0800 Subject: [PATCH 12/64] chore: added stylelint script --- package.json | 2 +- themes/gatsby-theme-deriv/.stylelintrc | 3 +++ themes/gatsby-theme-deriv/package.json | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 themes/gatsby-theme-deriv/.stylelintrc diff --git a/package.json b/package.json index e01b734e383..39b6fb709b0 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "partytown": "partytown copylib public/~partytown", "develop": "GATSBY_CPU_COUNT=2 gatsby develop -o", "format": "prettier --write '**/*.js' '*.js'", - "stylelint": "stylelint 'src/**/*.js' --formatter verbose", + "stylelint": "npm run stylelint --workspace gatsby-theme-deriv", "eslint": "npm run eslint --workspace gatsby-theme-deriv", "start": "npm run develop", "start-80": "sudo gatsby develop -p 80", diff --git a/themes/gatsby-theme-deriv/.stylelintrc b/themes/gatsby-theme-deriv/.stylelintrc new file mode 100644 index 00000000000..de48fbd53d8 --- /dev/null +++ b/themes/gatsby-theme-deriv/.stylelintrc @@ -0,0 +1,3 @@ +{ + "extends": ["../../.stylelintrc"] +} diff --git a/themes/gatsby-theme-deriv/package.json b/themes/gatsby-theme-deriv/package.json index 05e1b8331a0..de12c99333e 100644 --- a/themes/gatsby-theme-deriv/package.json +++ b/themes/gatsby-theme-deriv/package.json @@ -4,6 +4,8 @@ "description": "", "main": "index.js", "scripts": { + "format": "prettier --write '**/*.js' '*.js'", + "stylelint": "stylelint 'src/**/*.js' --formatter verbose", "eslint": "DEBUG=eslint:cli-engine eslint \"src/**/*.{js,jsx,ts,tsx}\" \"*.js\" --fix" }, "keywords": [], From 6cac5ee9eb4d3521177c1beee3f0d264fd8e82c4 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Mon, 29 Jan 2024 15:54:48 +0800 Subject: [PATCH 13/64] chore: added prettier script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39b6fb709b0..ab8acec86b7 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "update:deriv-com-libs": "npm i @deriv-com/blocks@latest @deriv-com/components@latest @deriv-com/hooks@latest @deriv-com/providers@latest", "partytown": "partytown copylib public/~partytown", "develop": "GATSBY_CPU_COUNT=2 gatsby develop -o", - "format": "prettier --write '**/*.js' '*.js'", + "format": "npm run format --workspace gatsby-theme-deriv", "stylelint": "npm run stylelint --workspace gatsby-theme-deriv", "eslint": "npm run eslint --workspace gatsby-theme-deriv", "start": "npm run develop", From 762e4b106433d92fbda76df9eb13081ab42c3bac Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Mon, 29 Jan 2024 15:56:28 +0800 Subject: [PATCH 14/64] chore: added prettier and git ignore --- themes/gatsby-theme-deriv/.gitignore | 94 +++++++++++++++++++++++ themes/gatsby-theme-deriv/.prettierignore | 5 ++ 2 files changed, 99 insertions(+) create mode 100644 themes/gatsby-theme-deriv/.gitignore create mode 100644 themes/gatsby-theme-deriv/.prettierignore diff --git a/themes/gatsby-theme-deriv/.gitignore b/themes/gatsby-theme-deriv/.gitignore new file mode 100644 index 00000000000..012f71ded1e --- /dev/null +++ b/themes/gatsby-theme-deriv/.gitignore @@ -0,0 +1,94 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +remove_orphan_assets.sh + +# classnames +src/classnames.d.ts + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# TypeScript v1 declaration files +typings/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# dotenv environment variables file +.env +.env.development +.env.production + +# gatsby files +.cache/ +public + +# Mac files +.DS_Store + +# Yarn +yarn-error.log +.pnp/ +.pnp.js +# Yarn Integrity file +.yarn-integrity + +# next.js build output +.next + +# VS code +.vscode/ +.idea/ + +# WebStorm +.idea/ + +#CNAME +static/CNAME + +#Webpack +webpack-bundle-report + +static/~partytown \ No newline at end of file diff --git a/themes/gatsby-theme-deriv/.prettierignore b/themes/gatsby-theme-deriv/.prettierignore new file mode 100644 index 00000000000..75234deb324 --- /dev/null +++ b/themes/gatsby-theme-deriv/.prettierignore @@ -0,0 +1,5 @@ +.cache/ +.vscode/ +node_modules/ +public/ +scripts/ \ No newline at end of file From b5359dc3c080aa50b214ccb9f8599b53031b75cd Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Mon, 29 Jan 2024 16:08:48 +0800 Subject: [PATCH 15/64] chore: udpated jest configure --- jest.config.js | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/jest.config.js b/jest.config.js index b724a0e30ea..65197b1e0cb 100644 --- a/jest.config.js +++ b/jest.config.js @@ -11,7 +11,7 @@ module.exports = { collectCoverage: false, // An array of glob patterns indicating a set of files for which coverage information should be collected - collectCoverageFrom: ['**/*.{js,jsx,ts,tsx}', '!**/node_modules/**', '!**/public/**', '!**/static/**'], + collectCoverageFrom: ['/themes/**/*.{js,jsx,ts,tsx}', '!**/node_modules/**', '!**/public/**', '!**/static/**'], // A list of reporter names that Jest uses when writing coverage reports coverageReporters: ['lcov'], @@ -20,7 +20,7 @@ module.exports = { coverageDirectory: './coverage/', // The glob patterns Jest uses to detect test files - testMatch: ['/src/features/**/__tests__/**/?(*.)+(spec).[jt]s?(x)'], + testMatch: ['/themes/gatsby-theme-deriv/src/features/**/__tests__/**/?(*.)+(spec).[jt]s?(x)'], // The test environment that will be used for testing testEnvironment: 'jsdom', @@ -38,21 +38,21 @@ module.exports = { moduleNameMapper: { '.+\\.(css|styl|less|sass|scss)$': `identity-obj-proxy`, '.+\\.(jpg|jpeg|png|gif|eot|otf|webp|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$': `/__mocks__/file-mock.js`, - '^common/(.*)$': '/src/common/$1', - '^components/(.*)$': '/src/components/$1', - '^features/(.*)$': '/src/features/$1', - '^images/(.*)$': '/src/images/$1', - '^lotties/(.*)$': '/src/lotties/$1', - '^pages/(.*)$': '/src/pages/$1', - '^store/(.*)$': '/src/store/$1', - '^templates': '/src/templates/$1', - '^themes/(.*)$': '/src/themes/$1', - '^translations/(.*)$': '/src/translations/$1', - '^types/(.*)$': '/src/types/$1', + '^common/(.*)$': '/themes/gatsby-theme-deriv/src/common/$1', + '^components/(.*)$': '/themes/gatsby-theme-deriv/src/components/$1', + '^features/(.*)$': '/themes/gatsby-theme-deriv/src/features/$1', + '^images/(.*)$': '/themes/gatsby-theme-deriv/src/images/$1', + '^lotties/(.*)$': '/themes/gatsby-theme-deriv/src/lotties/$1', + '^pages/(.*)$': '/themes/gatsby-theme-deriv/src/pages/$1', + '^store/(.*)$': '/themes/gatsby-theme-deriv/src/store/$1', + '^templates': '/themes/gatsby-theme-deriv/src/templates/$1', + '^themes/(.*)$': '/themes/gatsby-theme-deriv/src/themes/$1', + '^translations/(.*)$': '/themes/gatsby-theme-deriv/src/translations/$1', + '^types/(.*)$': '/themes/gatsby-theme-deriv/src/types/$1', }, // An array of regexp pattern strings that are matched against all test paths, matched tests are skipped - testPathIgnorePatterns: [`node_modules`, `\\.cache`, `.*/public`, `/src/features/pages` ], + testPathIgnorePatterns: [`node_modules`, `\\.cache`, `*/public`, `/themes/gatsby-theme-deriv/src/features/pages` ], // An array of directory names to be searched recursively up from the requiring module's location moduleDirectories: ['node_modules'], From b69dbbe997b574e72aaf83883dedd8eabf3e4b64 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Mon, 29 Jan 2024 16:26:18 +0800 Subject: [PATCH 16/64] chore: fixed checkbox test --- .../components/atoms/input/checkbox/__tests__/index.spec.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/gatsby-theme-deriv/src/features/components/atoms/input/checkbox/__tests__/index.spec.tsx b/themes/gatsby-theme-deriv/src/features/components/atoms/input/checkbox/__tests__/index.spec.tsx index 956ff36c1eb..cdddf658766 100644 --- a/themes/gatsby-theme-deriv/src/features/components/atoms/input/checkbox/__tests__/index.spec.tsx +++ b/themes/gatsby-theme-deriv/src/features/components/atoms/input/checkbox/__tests__/index.spec.tsx @@ -19,8 +19,9 @@ describe('CheckboxInput', () => { }) it('should be rendered with checked attribute set to true ', () => { + const onChange = jest.fn() render( - +
input title
, ) From 4b477b8d1b71c7ef92983796b3fcf8849fb6d777 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Mon, 29 Jan 2024 16:34:29 +0800 Subject: [PATCH 17/64] chore: added codegen script --- package.json | 4 ++-- codegen.yml => themes/gatsby-theme-deriv/codegen.yml | 0 themes/gatsby-theme-deriv/package.json | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) rename codegen.yml => themes/gatsby-theme-deriv/codegen.yml (100%) diff --git a/package.json b/package.json index ab8acec86b7..407d84a5a7a 100644 --- a/package.json +++ b/package.json @@ -194,8 +194,8 @@ "type-check": "tsc --noEmit", "storybook": "start-storybook -p 6006", "build:storybook": "build-storybook -c .storybook -o public/storybook", - "codegen": "graphql-codegen --config codegen.yml", - "codegen:watch": "graphql-codegen --config codegen.yml --watch" + "codegen": "npm run codegen --workspace gatsby-theme-deriv", + "codegen:watch": "npm run codegen:watch --workspace gatsby-theme-deriv" }, "repository": { "type": "git", diff --git a/codegen.yml b/themes/gatsby-theme-deriv/codegen.yml similarity index 100% rename from codegen.yml rename to themes/gatsby-theme-deriv/codegen.yml diff --git a/themes/gatsby-theme-deriv/package.json b/themes/gatsby-theme-deriv/package.json index de12c99333e..ebdd3bd90e7 100644 --- a/themes/gatsby-theme-deriv/package.json +++ b/themes/gatsby-theme-deriv/package.json @@ -6,7 +6,9 @@ "scripts": { "format": "prettier --write '**/*.js' '*.js'", "stylelint": "stylelint 'src/**/*.js' --formatter verbose", - "eslint": "DEBUG=eslint:cli-engine eslint \"src/**/*.{js,jsx,ts,tsx}\" \"*.js\" --fix" + "eslint": "DEBUG=eslint:cli-engine eslint \"src/**/*.{js,jsx,ts,tsx}\" \"*.js\" --fix", + "codegen": "graphql-codegen --config codegen.yml", + "codegen:watch": "graphql-codegen --config codegen.yml --watch" }, "keywords": [], "author": "", From 13638b53e7c769c9e3ff1cf5549bb5118fdbda95 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Mon, 29 Jan 2024 16:50:32 +0800 Subject: [PATCH 18/64] chore: added storybook script --- package-lock.json | 33 +++++++++++++++++++- package.json | 4 +-- themes/gatsby-theme-deriv/.storybook/main.ts | 2 +- themes/gatsby-theme-deriv/package.json | 2 ++ 4 files changed, 37 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7746c492d52..f72f4909317 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,10 @@ "name": "deriv-com", "version": "0.1.0", "license": "Apache License 2.0", + "workspaces": [ + "./sites/*", + "./themes/*" + ], "dependencies": { "@artsy/fresnel": "^6.2.1", "@builder.io/partytown": "^0.8.1", @@ -2850,6 +2854,10 @@ "version": "1.14.1", "license": "0BSD" }, + "node_modules/@deriv/eu": { + "resolved": "sites/eu", + "link": true + }, "node_modules/@deriv/quill-design": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/@deriv/quill-design/-/quill-design-1.3.2.tgz", @@ -2875,6 +2883,10 @@ "react-dom": ">= 16" } }, + "node_modules/@deriv/row": { + "resolved": "sites/row", + "link": true + }, "node_modules/@discoveryjs/json-ext": { "version": "0.5.7", "dev": true, @@ -26217,6 +26229,10 @@ "node": ">=18.0.0" } }, + "node_modules/gatsby-theme-deriv": { + "resolved": "themes/gatsby-theme-deriv", + "link": true + }, "node_modules/gatsby-transformer-sharp": { "version": "5.13.0", "resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-5.13.0.tgz", @@ -41236,8 +41252,9 @@ }, "node_modules/react-docgen-typescript": { "version": "2.2.2", + "resolved": "https://registry.npmjs.org/react-docgen-typescript/-/react-docgen-typescript-2.2.2.tgz", + "integrity": "sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==", "dev": true, - "license": "MIT", "peerDependencies": { "typescript": ">= 4.3.x" } @@ -48075,6 +48092,20 @@ "type": "github", "url": "https://github.com/sponsors/wooorm" } + }, + "sites/eu": { + "name": "@deriv/eu", + "version": "1.0.0", + "license": "ISC" + }, + "sites/row": { + "name": "@deriv/row", + "version": "1.0.0", + "license": "ISC" + }, + "themes/gatsby-theme-deriv": { + "version": "1.0.0", + "license": "ISC" } } } diff --git a/package.json b/package.json index 407d84a5a7a..b9b112c8404 100644 --- a/package.json +++ b/package.json @@ -192,8 +192,8 @@ "pre-commit-lint": "lint-staged", "pre-commit-translate": "node scripts/translation-pre-commit.js", "type-check": "tsc --noEmit", - "storybook": "start-storybook -p 6006", - "build:storybook": "build-storybook -c .storybook -o public/storybook", + "storybook": "npm run storybook --workspace gatsby-theme-deriv", + "build:storybook": "npm run build:storybook --workspace gatsby-theme-deriv", "codegen": "npm run codegen --workspace gatsby-theme-deriv", "codegen:watch": "npm run codegen:watch --workspace gatsby-theme-deriv" }, diff --git a/themes/gatsby-theme-deriv/.storybook/main.ts b/themes/gatsby-theme-deriv/.storybook/main.ts index 66031bcadb1..d055f992039 100644 --- a/themes/gatsby-theme-deriv/.storybook/main.ts +++ b/themes/gatsby-theme-deriv/.storybook/main.ts @@ -21,7 +21,7 @@ module.exports = { typescript: { check: false, checkOptions: {}, - reactDocgen: 'react-docgen-typescript', + reactDocgen: false, reactDocgenTypescriptOptions: { shouldExtractLiteralValuesFromEnum: true, propFilter: (prop) => (prop.parent ? !/node_modules/.test(prop.parent.fileName) : true), diff --git a/themes/gatsby-theme-deriv/package.json b/themes/gatsby-theme-deriv/package.json index ebdd3bd90e7..f58d3df4f35 100644 --- a/themes/gatsby-theme-deriv/package.json +++ b/themes/gatsby-theme-deriv/package.json @@ -7,6 +7,8 @@ "format": "prettier --write '**/*.js' '*.js'", "stylelint": "stylelint 'src/**/*.js' --formatter verbose", "eslint": "DEBUG=eslint:cli-engine eslint \"src/**/*.{js,jsx,ts,tsx}\" \"*.js\" --fix", + "storybook": "start-storybook -p 6006", + "build:storybook": "build-storybook -c .storybook -o public/storybook", "codegen": "graphql-codegen --config codegen.yml", "codegen:watch": "graphql-codegen --config codegen.yml --watch" }, From 49e09199f3f0572715fafcb27dc1faee9afbfd8a Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Mon, 29 Jan 2024 17:00:05 +0800 Subject: [PATCH 19/64] chore: added react packages --- package-lock.json | 2751 +++++++++++++++++++++++- package.json | 8 +- sites/eu/package.json | 7 +- sites/row/package.json | 7 +- themes/gatsby-theme-deriv/package.json | 7 +- 5 files changed, 2752 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index f72f4909317..fecb0f2dc42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,6 @@ "extend": "^3.0.2", "firebase": "^9.23.0", "formik": "^2.4.5", - "gatsby": "^5.12.11", "gatsby-plugin-anchor-links": "^1.2.1", "gatsby-plugin-canonical-urls": "^5.12.0", "gatsby-plugin-html-minifier": "^2.0.0", @@ -71,10 +70,8 @@ "postcss-ts-classnames": "^0.3.0", "prompt-sync": "^4.2.0", "prop-types": "^15.8.1", - "react": "^18.2.0", "react-date-picker": "8.4.0", "react-device-detect": "^2.2.2", - "react-dom": "^18.2.0", "react-hook-form": "^7.48.2", "react-i18next": "^11.18.6", "react-intersection-observer": "^9.5.3", @@ -24736,6 +24733,7 @@ "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.13.1.tgz", "integrity": "sha512-y8VB381ZnHX3Xxc1n78AAAd+t0EsIyyIRtfqlSQ10CXwZHpZzBR3DTRoHmqIG3/NmdiqWhbHb/nRlmKZUzixtQ==", "hasInstallScript": true, + "peer": true, "dependencies": { "@babel/code-frame": "^7.18.6", "@babel/core": "^7.20.12", @@ -25366,6 +25364,7 @@ "version": "1.13.0", "resolved": "https://registry.npmjs.org/gatsby-parcel-config/-/gatsby-parcel-config-1.13.0.tgz", "integrity": "sha512-TIneu+p+2Zo7SClgcTtisW+Qw7SBJCzmlSsDCe94i5AT3jCn/Ai8P/J2fFUeRhms9fRHfuHfGiehYMzcmoGEZQ==", + "peer": true, "dependencies": { "@gatsbyjs/parcel-namer-relative-to-cwd": "^2.13.0", "@parcel/bundler-default": "2.8.3", @@ -26325,6 +26324,7 @@ "version": "0.7.6", "resolved": "https://registry.npmjs.org/@builder.io/partytown/-/partytown-0.7.6.tgz", "integrity": "sha512-snXIGNiZpqjno3XYQN2lbBB+05hsQR/LSttbtIW1c0gmZ7Kh/DIo0YrxlDxCDulAMFPFM8J+4voLwvYepSj3sw==", + "peer": true, "bin": { "partytown": "bin/partytown.cjs" } @@ -26332,6 +26332,7 @@ "node_modules/gatsby/node_modules/@graphql-codegen/plugin-helpers": { "version": "2.7.2", "license": "MIT", + "peer": true, "dependencies": { "@graphql-tools/utils": "^8.8.0", "change-case-all": "1.0.14", @@ -26347,6 +26348,7 @@ "node_modules/gatsby/node_modules/@graphql-tools/utils": { "version": "8.13.1", "license": "MIT", + "peer": true, "dependencies": { "tslib": "^2.4.0" }, @@ -26357,6 +26359,7 @@ "node_modules/gatsby/node_modules/@types/eslint": { "version": "7.29.0", "license": "MIT", + "peer": true, "dependencies": { "@types/estree": "*", "@types/json-schema": "*" @@ -26439,6 +26442,7 @@ "node_modules/gatsby/node_modules/acorn-walk": { "version": "8.2.0", "license": "MIT", + "peer": true, "engines": { "node": ">=0.4.0" } @@ -26446,6 +26450,7 @@ "node_modules/gatsby/node_modules/ansi-styles": { "version": "4.3.0", "license": "MIT", + "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -26460,6 +26465,7 @@ "version": "3.13.0", "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-3.13.0.tgz", "integrity": "sha512-dkTg3j8K1FLXQvAAs3iQnL5rPVaWFqvBeWns0rOg7iijyXC63Ma5FI1Mp7aKfwXWDd29//hIZ1+DNpy2rrGiDg==", + "peer": true, "dependencies": { "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", @@ -26488,6 +26494,7 @@ "node_modules/gatsby/node_modules/chalk": { "version": "4.1.2", "license": "MIT", + "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -26502,6 +26509,7 @@ "node_modules/gatsby/node_modules/change-case-all": { "version": "1.0.14", "license": "MIT", + "peer": true, "dependencies": { "change-case": "^4.1.2", "is-lower-case": "^2.0.2", @@ -26518,6 +26526,7 @@ "node_modules/gatsby/node_modules/color-convert": { "version": "2.0.1", "license": "MIT", + "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -26527,12 +26536,14 @@ }, "node_modules/gatsby/node_modules/color-name": { "version": "1.1.4", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/gatsby/node_modules/core-js-compat": { "version": "3.31.0", "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.31.0.tgz", "integrity": "sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw==", + "peer": true, "dependencies": { "browserslist": "^4.21.5" }, @@ -26544,6 +26555,7 @@ "node_modules/gatsby/node_modules/dotenv": { "version": "8.6.0", "license": "BSD-2-Clause", + "peer": true, "engines": { "node": ">=10" } @@ -26551,6 +26563,7 @@ "node_modules/gatsby/node_modules/eslint-config-react-app": { "version": "6.0.0", "license": "MIT", + "peer": true, "dependencies": { "confusing-browser-globals": "^1.0.10" }, @@ -26654,6 +26667,7 @@ "node_modules/gatsby/node_modules/eslint-webpack-plugin": { "version": "2.7.0", "license": "MIT", + "peer": true, "dependencies": { "@types/eslint": "^7.29.0", "arrify": "^2.0.1", @@ -26677,6 +26691,7 @@ "node_modules/gatsby/node_modules/find-cache-dir": { "version": "3.3.2", "license": "MIT", + "peer": true, "dependencies": { "commondir": "^1.0.1", "make-dir": "^3.0.2", @@ -26692,6 +26707,7 @@ "node_modules/gatsby/node_modules/find-up": { "version": "4.1.0", "license": "MIT", + "peer": true, "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -26704,6 +26720,7 @@ "version": "11.2.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "peer": true, "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -26717,6 +26734,7 @@ "version": "4.13.0", "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.13.0.tgz", "integrity": "sha512-+oJJsADfcEnzpQpof+L5qtP4iSeMaEPn1QSjXENlg/go9Pi/4eqb+Nn3y3q8bC/zy4hMWFWrPdMJmdW581uNvA==", + "peer": true, "dependencies": { "@babel/runtime": "^7.20.13", "ci-info": "2.0.0", @@ -26743,6 +26761,7 @@ "version": "3.13.0", "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-3.13.0.tgz", "integrity": "sha512-nFZzq0+iv1+fGbDq1Pry2tFGOuj7VFXXTicxtWWaz0+vdE72Gp7HBGIjxlrcUPW709JUc4J2L7DTUG74sNWEFw==", + "peer": true, "dependencies": { "@babel/runtime": "^7.20.13", "core-js-compat": "3.31.0" @@ -26751,6 +26770,7 @@ "node_modules/gatsby/node_modules/has-flag": { "version": "4.0.0", "license": "MIT", + "peer": true, "engines": { "node": ">=8" } @@ -26758,6 +26778,7 @@ "node_modules/gatsby/node_modules/jest-worker": { "version": "27.5.1", "license": "MIT", + "peer": true, "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -26770,6 +26791,7 @@ "node_modules/gatsby/node_modules/jest-worker/node_modules/supports-color": { "version": "8.1.1", "license": "MIT", + "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -26783,6 +26805,7 @@ "node_modules/gatsby/node_modules/locate-path": { "version": "5.0.0", "license": "MIT", + "peer": true, "dependencies": { "p-locate": "^4.1.0" }, @@ -26793,6 +26816,7 @@ "node_modules/gatsby/node_modules/lru-cache": { "version": "6.0.0", "license": "ISC", + "peer": true, "dependencies": { "yallist": "^4.0.0" }, @@ -26803,6 +26827,7 @@ "node_modules/gatsby/node_modules/make-dir": { "version": "3.1.0", "license": "MIT", + "peer": true, "dependencies": { "semver": "^6.0.0" }, @@ -26816,17 +26841,20 @@ "node_modules/gatsby/node_modules/make-dir/node_modules/semver": { "version": "6.3.1", "license": "ISC", + "peer": true, "bin": { "semver": "bin/semver.js" } }, "node_modules/gatsby/node_modules/mitt": { "version": "1.2.0", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/gatsby/node_modules/p-limit": { "version": "2.3.0", "license": "MIT", + "peer": true, "dependencies": { "p-try": "^2.0.0" }, @@ -26840,6 +26868,7 @@ "node_modules/gatsby/node_modules/p-locate": { "version": "4.1.0", "license": "MIT", + "peer": true, "dependencies": { "p-limit": "^2.2.0" }, @@ -26850,11 +26879,13 @@ "node_modules/gatsby/node_modules/path-to-regexp": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", + "peer": true }, "node_modules/gatsby/node_modules/pkg-dir": { "version": "4.2.0", "license": "MIT", + "peer": true, "dependencies": { "find-up": "^4.0.0" }, @@ -26865,6 +26896,7 @@ "node_modules/gatsby/node_modules/postcss-flexbugs-fixes": { "version": "5.0.2", "license": "MIT", + "peer": true, "peerDependencies": { "postcss": "^8.1.4" } @@ -26872,6 +26904,7 @@ "node_modules/gatsby/node_modules/postcss-loader": { "version": "5.3.0", "license": "MIT", + "peer": true, "dependencies": { "cosmiconfig": "^7.0.0", "klona": "^2.0.4", @@ -26892,6 +26925,7 @@ "node_modules/gatsby/node_modules/query-string": { "version": "6.14.1", "license": "MIT", + "peer": true, "dependencies": { "decode-uri-component": "^0.2.0", "filter-obj": "^1.1.0", @@ -26908,6 +26942,7 @@ "node_modules/gatsby/node_modules/react-refresh": { "version": "0.14.0", "license": "MIT", + "peer": true, "engines": { "node": ">=0.10.0" } @@ -26915,6 +26950,7 @@ "node_modules/gatsby/node_modules/semver": { "version": "7.5.4", "license": "ISC", + "peer": true, "dependencies": { "lru-cache": "^6.0.0" }, @@ -26928,6 +26964,7 @@ "node_modules/gatsby/node_modules/style-to-object": { "version": "0.4.2", "license": "MIT", + "peer": true, "dependencies": { "inline-style-parser": "0.1.1" } @@ -26935,6 +26972,7 @@ "node_modules/gatsby/node_modules/supports-color": { "version": "7.2.0", "license": "MIT", + "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -26944,15 +26982,18 @@ }, "node_modules/gatsby/node_modules/tslib": { "version": "2.4.1", - "license": "0BSD" + "license": "0BSD", + "peer": true }, "node_modules/gatsby/node_modules/webpack-virtual-modules": { "version": "0.5.0", - "license": "MIT" + "license": "MIT", + "peer": true }, "node_modules/gatsby/node_modules/yallist": { "version": "4.0.0", - "license": "ISC" + "license": "ISC", + "peer": true }, "node_modules/gauge": { "version": "3.0.2", @@ -41058,7 +41099,8 @@ }, "node_modules/react": { "version": "18.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", + "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", "dependencies": { "loose-envify": "^1.1.0" }, @@ -41266,7 +41308,8 @@ }, "node_modules/react-dom": { "version": "18.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", + "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", "dependencies": { "loose-envify": "^1.1.0", "scheduler": "^0.23.0" @@ -41412,7 +41455,8 @@ }, "node_modules/react-server-dom-webpack": { "version": "0.0.0-experimental-c8b778b7f-20220825", - "license": "MIT", + "resolved": "https://registry.npmjs.org/react-server-dom-webpack/-/react-server-dom-webpack-0.0.0-experimental-c8b778b7f-20220825.tgz", + "integrity": "sha512-JyCjbp6ZvkH/T0EuVPdceYlC8u5WqWDSJr2KxDvc81H2eJ+7zYUN++IcEycnR2F+HmER8QVgxfotnIx352zi+w==", "dependencies": { "acorn": "^6.2.1", "loose-envify": "^1.1.0", @@ -41428,7 +41472,8 @@ }, "node_modules/react-server-dom-webpack/node_modules/acorn": { "version": "6.4.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", + "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", "bin": { "acorn": "bin/acorn" }, @@ -48096,16 +48141,2680 @@ "sites/eu": { "name": "@deriv/eu", "version": "1.0.0", - "license": "ISC" + "license": "ISC", + "dependencies": { + "gatsby": "^5.12.11", + "react": "^18.2.0", + "react-dom": "^18.2.0" + } }, - "sites/row": { - "name": "@deriv/row", - "version": "1.0.0", - "license": "ISC" + "sites/eu/node_modules/@builder.io/partytown": { + "version": "0.7.6", + "resolved": "https://registry.npmjs.org/@builder.io/partytown/-/partytown-0.7.6.tgz", + "integrity": "sha512-snXIGNiZpqjno3XYQN2lbBB+05hsQR/LSttbtIW1c0gmZ7Kh/DIo0YrxlDxCDulAMFPFM8J+4voLwvYepSj3sw==", + "bin": { + "partytown": "bin/partytown.cjs" + } }, - "themes/gatsby-theme-deriv": { - "version": "1.0.0", - "license": "ISC" + "sites/eu/node_modules/@graphql-codegen/plugin-helpers": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz", + "integrity": "sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg==", + "dependencies": { + "@graphql-tools/utils": "^8.8.0", + "change-case-all": "1.0.14", + "common-tags": "1.8.2", + "import-from": "4.0.0", + "lodash": "~4.17.0", + "tslib": "~2.4.0" + }, + "peerDependencies": { + "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, + "sites/eu/node_modules/@graphql-tools/utils": { + "version": "8.13.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz", + "integrity": "sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==", + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "sites/eu/node_modules/@types/eslint": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.29.0.tgz", + "integrity": "sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==", + "dependencies": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "sites/eu/node_modules/@typescript-eslint/scope-manager": { + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz", + "integrity": "sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==", + "optional": true, + "peer": true, + "dependencies": { + "@typescript-eslint/types": "4.33.0", + "@typescript-eslint/visitor-keys": "4.33.0" + }, + "engines": { + "node": "^8.10.0 || ^10.13.0 || >=11.10.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "sites/eu/node_modules/@typescript-eslint/types": { + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.33.0.tgz", + "integrity": "sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==", + "optional": true, + "peer": true, + "engines": { + "node": "^8.10.0 || ^10.13.0 || >=11.10.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "sites/eu/node_modules/@typescript-eslint/typescript-estree": { + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz", + "integrity": "sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==", + "optional": true, + "peer": true, + "dependencies": { + "@typescript-eslint/types": "4.33.0", + "@typescript-eslint/visitor-keys": "4.33.0", + "debug": "^4.3.1", + "globby": "^11.0.3", + "is-glob": "^4.0.1", + "semver": "^7.3.5", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "sites/eu/node_modules/@typescript-eslint/visitor-keys": { + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz", + "integrity": "sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==", + "optional": true, + "peer": true, + "dependencies": { + "@typescript-eslint/types": "4.33.0", + "eslint-visitor-keys": "^2.0.0" + }, + "engines": { + "node": "^8.10.0 || ^10.13.0 || >=11.10.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "sites/eu/node_modules/acorn-walk": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", + "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", + "engines": { + "node": ">=0.4.0" + } + }, + "sites/eu/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "sites/eu/node_modules/babel-preset-gatsby": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-3.13.1.tgz", + "integrity": "sha512-JpWj9bkUZ2mlcu4Hc+8Yp8Bml5jmShW1IGVVCQyXrbiKHyBoTr77PhWqy00mvY9EPwlmfTPlgB6QrQBVONLqmw==", + "dependencies": { + "@babel/plugin-proposal-class-properties": "^7.18.6", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", + "@babel/plugin-proposal-optional-chaining": "^7.20.7", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-transform-classes": "^7.20.7", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-spread": "^7.20.7", + "@babel/preset-env": "^7.20.2", + "@babel/preset-react": "^7.18.6", + "@babel/runtime": "^7.20.13", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-macros": "^3.1.0", + "babel-plugin-transform-react-remove-prop-types": "^0.4.24", + "gatsby-core-utils": "^4.13.1", + "gatsby-legacy-polyfills": "^3.13.0" + }, + "engines": { + "node": ">=18.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.11.6", + "core-js": "^3.0.0" + } + }, + "sites/eu/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "sites/eu/node_modules/change-case-all": { + "version": "1.0.14", + "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.14.tgz", + "integrity": "sha512-CWVm2uT7dmSHdO/z1CXT/n47mWonyypzBbuCy5tN7uMg22BsfkhwT6oHmFCAk+gL1LOOxhdbB9SZz3J1KTY3gA==", + "dependencies": { + "change-case": "^4.1.2", + "is-lower-case": "^2.0.2", + "is-upper-case": "^2.0.2", + "lower-case": "^2.0.2", + "lower-case-first": "^2.0.2", + "sponge-case": "^1.0.1", + "swap-case": "^2.0.2", + "title-case": "^3.0.3", + "upper-case": "^2.0.2", + "upper-case-first": "^2.0.2" + } + }, + "sites/eu/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "sites/eu/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "sites/eu/node_modules/core-js-compat": { + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.31.0.tgz", + "integrity": "sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw==", + "dependencies": { + "browserslist": "^4.21.5" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "sites/eu/node_modules/dotenv": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", + "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", + "engines": { + "node": ">=10" + } + }, + "sites/eu/node_modules/eslint-config-react-app": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz", + "integrity": "sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==", + "dependencies": { + "confusing-browser-globals": "^1.0.10" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + }, + "peerDependencies": { + "@typescript-eslint/eslint-plugin": "^4.0.0", + "@typescript-eslint/parser": "^4.0.0", + "babel-eslint": "^10.0.0", + "eslint": "^7.5.0", + "eslint-plugin-flowtype": "^5.2.0", + "eslint-plugin-import": "^2.22.0", + "eslint-plugin-jest": "^24.0.0", + "eslint-plugin-jsx-a11y": "^6.3.1", + "eslint-plugin-react": "^7.20.3", + "eslint-plugin-react-hooks": "^4.0.8", + "eslint-plugin-testing-library": "^3.9.0" + }, + "peerDependenciesMeta": { + "eslint-plugin-jest": { + "optional": true + }, + "eslint-plugin-testing-library": { + "optional": true + } + } + }, + "sites/eu/node_modules/eslint-plugin-jest": { + "version": "24.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.7.0.tgz", + "integrity": "sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==", + "optional": true, + "peer": true, + "dependencies": { + "@typescript-eslint/experimental-utils": "^4.0.1" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@typescript-eslint/eslint-plugin": ">= 4", + "eslint": ">=5" + }, + "peerDependenciesMeta": { + "@typescript-eslint/eslint-plugin": { + "optional": true + } + } + }, + "sites/eu/node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/experimental-utils": { + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz", + "integrity": "sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==", + "optional": true, + "peer": true, + "dependencies": { + "@types/json-schema": "^7.0.7", + "@typescript-eslint/scope-manager": "4.33.0", + "@typescript-eslint/types": "4.33.0", + "@typescript-eslint/typescript-estree": "4.33.0", + "eslint-scope": "^5.1.1", + "eslint-utils": "^3.0.0" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "*" + } + }, + "sites/eu/node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/experimental-utils/node_modules/eslint-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "optional": true, + "peer": true, + "dependencies": { + "eslint-visitor-keys": "^2.0.0" + }, + "engines": { + "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=5" + } + }, + "sites/eu/node_modules/eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "optional": true, + "peer": true, + "engines": { + "node": ">=10" + } + }, + "sites/eu/node_modules/eslint-webpack-plugin": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.7.0.tgz", + "integrity": "sha512-bNaVVUvU4srexGhVcayn/F4pJAz19CWBkKoMx7aSQ4wtTbZQCnG5O9LHCE42mM+JSKOUp7n6vd5CIwzj7lOVGA==", + "dependencies": { + "@types/eslint": "^7.29.0", + "arrify": "^2.0.1", + "jest-worker": "^27.5.1", + "micromatch": "^4.0.5", + "normalize-path": "^3.0.0", + "schema-utils": "^3.1.1" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0", + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "sites/eu/node_modules/find-cache-dir": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "dependencies": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + } + }, + "sites/eu/node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "sites/eu/node_modules/fs-extra": { + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", + "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, + "sites/eu/node_modules/gatsby": { + "version": "5.12.11", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.11.tgz", + "integrity": "sha512-4XuN4bo6W6JnIYkvaCeV+5fKTzxv78aAgOTEW4doupP8/bD0bgLwuIHFwnvhEMHQiGdALoKukLkqhkgAShUK0w==", + "hasInstallScript": true, + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/core": "^7.20.12", + "@babel/eslint-parser": "^7.19.1", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/parser": "^7.20.13", + "@babel/runtime": "^7.20.13", + "@babel/traverse": "^7.20.13", + "@babel/types": "^7.20.7", + "@builder.io/partytown": "^0.7.5", + "@gatsbyjs/reach-router": "^2.0.1", + "@gatsbyjs/webpack-hot-middleware": "^2.25.3", + "@graphql-codegen/add": "^3.2.3", + "@graphql-codegen/core": "^2.6.8", + "@graphql-codegen/plugin-helpers": "^2.7.2", + "@graphql-codegen/typescript": "^2.8.8", + "@graphql-codegen/typescript-operations": "^2.5.13", + "@graphql-tools/code-file-loader": "^7.3.23", + "@graphql-tools/load": "^7.8.14", + "@jridgewell/trace-mapping": "^0.3.18", + "@nodelib/fs.walk": "^1.2.8", + "@parcel/cache": "2.8.3", + "@parcel/core": "2.8.3", + "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", + "@types/http-proxy": "^1.17.11", + "@typescript-eslint/eslint-plugin": "^5.60.1", + "@typescript-eslint/parser": "^5.60.1", + "@vercel/webpack-asset-relocator-loader": "^1.7.3", + "acorn-loose": "^8.3.0", + "acorn-walk": "^8.2.0", + "address": "1.2.2", + "anser": "^2.1.1", + "autoprefixer": "^10.4.14", + "axios": "^0.21.1", + "babel-jsx-utils": "^1.1.0", + "babel-loader": "^8.3.0", + "babel-plugin-add-module-exports": "^1.0.4", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-lodash": "^3.3.4", + "babel-plugin-remove-graphql-queries": "^5.12.1", + "babel-preset-gatsby": "^3.12.1", + "better-opn": "^2.1.1", + "bluebird": "^3.7.2", + "body-parser": "1.20.1", + "browserslist": "^4.21.9", + "cache-manager": "^2.11.1", + "chalk": "^4.1.2", + "chokidar": "^3.5.3", + "common-tags": "^1.8.2", + "compression": "^1.7.4", + "cookie": "^0.5.0", + "core-js": "^3.31.0", + "cors": "^2.8.5", + "css-loader": "^5.2.7", + "css-minimizer-webpack-plugin": "^2.0.0", + "css.escape": "^1.5.1", + "date-fns": "^2.30.0", + "debug": "^4.3.4", + "deepmerge": "^4.3.1", + "detect-port": "^1.5.1", + "devcert": "^1.2.2", + "dotenv": "^8.6.0", + "enhanced-resolve": "^5.15.0", + "error-stack-parser": "^2.1.4", + "eslint": "^7.32.0", + "eslint-config-react-app": "^6.0.0", + "eslint-plugin-flowtype": "^5.10.0", + "eslint-plugin-import": "^2.27.5", + "eslint-plugin-jsx-a11y": "^6.7.1", + "eslint-plugin-react": "^7.32.2", + "eslint-plugin-react-hooks": "^4.6.0", + "eslint-webpack-plugin": "^2.7.0", + "event-source-polyfill": "1.0.31", + "execa": "^5.1.1", + "express": "^4.18.2", + "express-http-proxy": "^1.6.3", + "fastest-levenshtein": "^1.0.16", + "fastq": "^1.15.0", + "file-loader": "^6.2.0", + "find-cache-dir": "^3.3.2", + "fs-exists-cached": "1.0.0", + "fs-extra": "^11.1.1", + "gatsby-cli": "^5.12.4", + "gatsby-core-utils": "^4.12.1", + "gatsby-graphiql-explorer": "^3.12.1", + "gatsby-legacy-polyfills": "^3.12.0", + "gatsby-link": "^5.12.1", + "gatsby-page-utils": "^3.12.1", + "gatsby-parcel-config": "1.12.1", + "gatsby-plugin-page-creator": "^5.12.3", + "gatsby-plugin-typescript": "^5.12.1", + "gatsby-plugin-utils": "^4.12.3", + "gatsby-react-router-scroll": "^6.12.0", + "gatsby-script": "^2.12.0", + "gatsby-telemetry": "^4.12.1", + "gatsby-worker": "^2.12.0", + "glob": "^7.2.3", + "globby": "^11.1.0", + "got": "^11.8.6", + "graphql": "^16.7.1", + "graphql-compose": "^9.0.10", + "graphql-http": "^1.19.0", + "graphql-tag": "^2.12.6", + "hasha": "^5.2.2", + "invariant": "^2.2.4", + "is-relative": "^1.0.0", + "is-relative-url": "^3.0.0", + "joi": "^17.9.2", + "json-loader": "^0.5.7", + "latest-version": "^7.0.0", + "linkfs": "^2.1.0", + "lmdb": "2.5.3", + "lodash": "^4.17.21", + "meant": "^1.0.3", + "memoizee": "^0.4.15", + "micromatch": "^4.0.5", + "mime": "^3.0.0", + "mini-css-extract-plugin": "1.6.2", + "mitt": "^1.2.0", + "moment": "^2.29.4", + "multer": "^1.4.5-lts.1", + "node-fetch": "^2.6.11", + "node-html-parser": "^5.4.2", + "normalize-path": "^3.0.0", + "null-loader": "^4.0.1", + "opentracing": "^0.14.7", + "p-defer": "^3.0.0", + "parseurl": "^1.3.3", + "physical-cpu-count": "^2.0.0", + "platform": "^1.3.6", + "postcss": "^8.4.24", + "postcss-flexbugs-fixes": "^5.0.2", + "postcss-loader": "^5.3.0", + "prompts": "^2.4.2", + "prop-types": "^15.8.1", + "query-string": "^6.14.1", + "raw-loader": "^4.0.2", + "react-dev-utils": "^12.0.1", + "react-refresh": "^0.14.0", + "react-server-dom-webpack": "0.0.0-experimental-c8b778b7f-20220825", + "redux": "4.2.1", + "redux-thunk": "^2.4.2", + "resolve-from": "^5.0.0", + "semver": "^7.5.3", + "shallow-compare": "^1.2.2", + "signal-exit": "^3.0.7", + "slugify": "^1.6.6", + "socket.io": "4.7.1", + "socket.io-client": "4.7.1", + "stack-trace": "^0.0.10", + "string-similarity": "^1.2.2", + "strip-ansi": "^6.0.1", + "style-loader": "^2.0.0", + "style-to-object": "^0.4.1", + "terser-webpack-plugin": "^5.3.9", + "tmp": "^0.2.1", + "true-case-path": "^2.2.1", + "type-of": "^2.0.1", + "url-loader": "^4.1.1", + "uuid": "^8.3.2", + "webpack": "^5.88.1", + "webpack-dev-middleware": "^4.3.0", + "webpack-merge": "^5.9.0", + "webpack-stats-plugin": "^1.1.3", + "webpack-virtual-modules": "^0.5.0", + "xstate": "^4.38.0", + "yaml-loader": "^0.8.0" + }, + "bin": { + "gatsby": "cli.js" + }, + "engines": { + "node": ">=18.0.0" + }, + "optionalDependencies": { + "gatsby-sharp": "^1.12.1" + }, + "peerDependencies": { + "react": "^18.0.0 || ^0.0.0", + "react-dom": "^18.0.0 || ^0.0.0" + } + }, + "sites/eu/node_modules/gatsby-core-utils": { + "version": "4.13.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.13.1.tgz", + "integrity": "sha512-w7G6SsQr8T2q+AJ1MxvRNGocCt+wjc22MiRLj2Zi3Ijpjszbr818JxwI4+aPt8WOSHlKT5SYCHICnEvcYPm9gg==", + "dependencies": { + "@babel/runtime": "^7.20.13", + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "fastq": "^1.15.0", + "file-type": "^16.5.4", + "fs-extra": "^11.1.1", + "got": "^11.8.6", + "hash-wasm": "^4.9.0", + "import-from": "^4.0.0", + "lmdb": "2.5.3", + "lock": "^1.1.0", + "node-object-hash": "^2.3.10", + "proper-lockfile": "^4.1.2", + "resolve-from": "^5.0.0", + "tmp": "^0.2.1", + "xdg-basedir": "^4.0.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "sites/eu/node_modules/gatsby-legacy-polyfills": { + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-3.13.0.tgz", + "integrity": "sha512-nFZzq0+iv1+fGbDq1Pry2tFGOuj7VFXXTicxtWWaz0+vdE72Gp7HBGIjxlrcUPW709JUc4J2L7DTUG74sNWEFw==", + "dependencies": { + "@babel/runtime": "^7.20.13", + "core-js-compat": "3.31.0" + } + }, + "sites/eu/node_modules/gatsby-parcel-config": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/gatsby-parcel-config/-/gatsby-parcel-config-1.12.1.tgz", + "integrity": "sha512-hH9m/dSJTkdeksBzLGi9U+Pey0CsPeHHrRP6pugxd7owtJUQqid37noyadqnawBo2LOwcGE4o69HhqGxGNXxbw==", + "dependencies": { + "@gatsbyjs/parcel-namer-relative-to-cwd": "^2.12.1", + "@parcel/bundler-default": "2.8.3", + "@parcel/compressor-raw": "2.8.3", + "@parcel/namer-default": "2.8.3", + "@parcel/optimizer-terser": "2.8.3", + "@parcel/packager-js": "2.8.3", + "@parcel/packager-raw": "2.8.3", + "@parcel/reporter-dev-server": "2.8.3", + "@parcel/resolver-default": "2.8.3", + "@parcel/runtime-js": "2.8.3", + "@parcel/transformer-js": "2.8.3", + "@parcel/transformer-json": "2.8.3" + }, + "engines": { + "parcel": "2.x" + }, + "peerDependencies": { + "@parcel/core": "^2.0.0" + } + }, + "sites/eu/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "sites/eu/node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "sites/eu/node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "sites/eu/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "sites/eu/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "sites/eu/node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "sites/eu/node_modules/make-dir/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "sites/eu/node_modules/mitt": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mitt/-/mitt-1.2.0.tgz", + "integrity": "sha512-r6lj77KlwqLhIUku9UWYes7KJtsczvolZkzp8hbaDPPaE24OmWl5s539Mytlj22siEQKosZ26qCBgda2PKwoJw==" + }, + "sites/eu/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "sites/eu/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "sites/eu/node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "sites/eu/node_modules/postcss-flexbugs-fixes": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz", + "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==", + "peerDependencies": { + "postcss": "^8.1.4" + } + }, + "sites/eu/node_modules/postcss-loader": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-5.3.0.tgz", + "integrity": "sha512-/+Z1RAmssdiSLgIZwnJHwBMnlABPgF7giYzTN2NOfr9D21IJZ4mQC1R2miwp80zno9M4zMD/umGI8cR+2EL5zw==", + "dependencies": { + "cosmiconfig": "^7.0.0", + "klona": "^2.0.4", + "semver": "^7.3.4" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "postcss": "^7.0.0 || ^8.0.1", + "webpack": "^5.0.0" + } + }, + "sites/eu/node_modules/query-string": { + "version": "6.14.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz", + "integrity": "sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==", + "dependencies": { + "decode-uri-component": "^0.2.0", + "filter-obj": "^1.1.0", + "split-on-first": "^1.0.0", + "strict-uri-encode": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "sites/eu/node_modules/react-refresh": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz", + "integrity": "sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "sites/eu/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "sites/eu/node_modules/style-to-object": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.4.tgz", + "integrity": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==", + "dependencies": { + "inline-style-parser": "0.1.1" + } + }, + "sites/eu/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "sites/eu/node_modules/tslib": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==" + }, + "sites/eu/node_modules/webpack-virtual-modules": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz", + "integrity": "sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==" + }, + "sites/eu/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "sites/row": { + "name": "@deriv/row", + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "gatsby": "^5.12.11", + "react": "^18.2.0", + "react-dom": "^18.2.0" + } + }, + "sites/row/node_modules/@builder.io/partytown": { + "version": "0.7.6", + "resolved": "https://registry.npmjs.org/@builder.io/partytown/-/partytown-0.7.6.tgz", + "integrity": "sha512-snXIGNiZpqjno3XYQN2lbBB+05hsQR/LSttbtIW1c0gmZ7Kh/DIo0YrxlDxCDulAMFPFM8J+4voLwvYepSj3sw==", + "bin": { + "partytown": "bin/partytown.cjs" + } + }, + "sites/row/node_modules/@graphql-codegen/plugin-helpers": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz", + "integrity": "sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg==", + "dependencies": { + "@graphql-tools/utils": "^8.8.0", + "change-case-all": "1.0.14", + "common-tags": "1.8.2", + "import-from": "4.0.0", + "lodash": "~4.17.0", + "tslib": "~2.4.0" + }, + "peerDependencies": { + "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, + "sites/row/node_modules/@graphql-tools/utils": { + "version": "8.13.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz", + "integrity": "sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==", + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "sites/row/node_modules/@types/eslint": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.29.0.tgz", + "integrity": "sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==", + "dependencies": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "sites/row/node_modules/@typescript-eslint/scope-manager": { + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz", + "integrity": "sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==", + "optional": true, + "peer": true, + "dependencies": { + "@typescript-eslint/types": "4.33.0", + "@typescript-eslint/visitor-keys": "4.33.0" + }, + "engines": { + "node": "^8.10.0 || ^10.13.0 || >=11.10.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "sites/row/node_modules/@typescript-eslint/types": { + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.33.0.tgz", + "integrity": "sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==", + "optional": true, + "peer": true, + "engines": { + "node": "^8.10.0 || ^10.13.0 || >=11.10.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "sites/row/node_modules/@typescript-eslint/typescript-estree": { + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz", + "integrity": "sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==", + "optional": true, + "peer": true, + "dependencies": { + "@typescript-eslint/types": "4.33.0", + "@typescript-eslint/visitor-keys": "4.33.0", + "debug": "^4.3.1", + "globby": "^11.0.3", + "is-glob": "^4.0.1", + "semver": "^7.3.5", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "sites/row/node_modules/@typescript-eslint/visitor-keys": { + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz", + "integrity": "sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==", + "optional": true, + "peer": true, + "dependencies": { + "@typescript-eslint/types": "4.33.0", + "eslint-visitor-keys": "^2.0.0" + }, + "engines": { + "node": "^8.10.0 || ^10.13.0 || >=11.10.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "sites/row/node_modules/acorn-walk": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", + "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", + "engines": { + "node": ">=0.4.0" + } + }, + "sites/row/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "sites/row/node_modules/babel-preset-gatsby": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-3.13.1.tgz", + "integrity": "sha512-JpWj9bkUZ2mlcu4Hc+8Yp8Bml5jmShW1IGVVCQyXrbiKHyBoTr77PhWqy00mvY9EPwlmfTPlgB6QrQBVONLqmw==", + "dependencies": { + "@babel/plugin-proposal-class-properties": "^7.18.6", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", + "@babel/plugin-proposal-optional-chaining": "^7.20.7", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-transform-classes": "^7.20.7", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-spread": "^7.20.7", + "@babel/preset-env": "^7.20.2", + "@babel/preset-react": "^7.18.6", + "@babel/runtime": "^7.20.13", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-macros": "^3.1.0", + "babel-plugin-transform-react-remove-prop-types": "^0.4.24", + "gatsby-core-utils": "^4.13.1", + "gatsby-legacy-polyfills": "^3.13.0" + }, + "engines": { + "node": ">=18.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.11.6", + "core-js": "^3.0.0" + } + }, + "sites/row/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "sites/row/node_modules/change-case-all": { + "version": "1.0.14", + "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.14.tgz", + "integrity": "sha512-CWVm2uT7dmSHdO/z1CXT/n47mWonyypzBbuCy5tN7uMg22BsfkhwT6oHmFCAk+gL1LOOxhdbB9SZz3J1KTY3gA==", + "dependencies": { + "change-case": "^4.1.2", + "is-lower-case": "^2.0.2", + "is-upper-case": "^2.0.2", + "lower-case": "^2.0.2", + "lower-case-first": "^2.0.2", + "sponge-case": "^1.0.1", + "swap-case": "^2.0.2", + "title-case": "^3.0.3", + "upper-case": "^2.0.2", + "upper-case-first": "^2.0.2" + } + }, + "sites/row/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "sites/row/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "sites/row/node_modules/core-js-compat": { + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.31.0.tgz", + "integrity": "sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw==", + "dependencies": { + "browserslist": "^4.21.5" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "sites/row/node_modules/dotenv": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", + "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", + "engines": { + "node": ">=10" + } + }, + "sites/row/node_modules/eslint-config-react-app": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz", + "integrity": "sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==", + "dependencies": { + "confusing-browser-globals": "^1.0.10" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + }, + "peerDependencies": { + "@typescript-eslint/eslint-plugin": "^4.0.0", + "@typescript-eslint/parser": "^4.0.0", + "babel-eslint": "^10.0.0", + "eslint": "^7.5.0", + "eslint-plugin-flowtype": "^5.2.0", + "eslint-plugin-import": "^2.22.0", + "eslint-plugin-jest": "^24.0.0", + "eslint-plugin-jsx-a11y": "^6.3.1", + "eslint-plugin-react": "^7.20.3", + "eslint-plugin-react-hooks": "^4.0.8", + "eslint-plugin-testing-library": "^3.9.0" + }, + "peerDependenciesMeta": { + "eslint-plugin-jest": { + "optional": true + }, + "eslint-plugin-testing-library": { + "optional": true + } + } + }, + "sites/row/node_modules/eslint-plugin-jest": { + "version": "24.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.7.0.tgz", + "integrity": "sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==", + "optional": true, + "peer": true, + "dependencies": { + "@typescript-eslint/experimental-utils": "^4.0.1" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@typescript-eslint/eslint-plugin": ">= 4", + "eslint": ">=5" + }, + "peerDependenciesMeta": { + "@typescript-eslint/eslint-plugin": { + "optional": true + } + } + }, + "sites/row/node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/experimental-utils": { + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz", + "integrity": "sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==", + "optional": true, + "peer": true, + "dependencies": { + "@types/json-schema": "^7.0.7", + "@typescript-eslint/scope-manager": "4.33.0", + "@typescript-eslint/types": "4.33.0", + "@typescript-eslint/typescript-estree": "4.33.0", + "eslint-scope": "^5.1.1", + "eslint-utils": "^3.0.0" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "*" + } + }, + "sites/row/node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/experimental-utils/node_modules/eslint-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "optional": true, + "peer": true, + "dependencies": { + "eslint-visitor-keys": "^2.0.0" + }, + "engines": { + "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=5" + } + }, + "sites/row/node_modules/eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "optional": true, + "peer": true, + "engines": { + "node": ">=10" + } + }, + "sites/row/node_modules/eslint-webpack-plugin": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.7.0.tgz", + "integrity": "sha512-bNaVVUvU4srexGhVcayn/F4pJAz19CWBkKoMx7aSQ4wtTbZQCnG5O9LHCE42mM+JSKOUp7n6vd5CIwzj7lOVGA==", + "dependencies": { + "@types/eslint": "^7.29.0", + "arrify": "^2.0.1", + "jest-worker": "^27.5.1", + "micromatch": "^4.0.5", + "normalize-path": "^3.0.0", + "schema-utils": "^3.1.1" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0", + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "sites/row/node_modules/find-cache-dir": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "dependencies": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + } + }, + "sites/row/node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "sites/row/node_modules/fs-extra": { + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", + "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, + "sites/row/node_modules/gatsby": { + "version": "5.12.11", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.11.tgz", + "integrity": "sha512-4XuN4bo6W6JnIYkvaCeV+5fKTzxv78aAgOTEW4doupP8/bD0bgLwuIHFwnvhEMHQiGdALoKukLkqhkgAShUK0w==", + "hasInstallScript": true, + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/core": "^7.20.12", + "@babel/eslint-parser": "^7.19.1", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/parser": "^7.20.13", + "@babel/runtime": "^7.20.13", + "@babel/traverse": "^7.20.13", + "@babel/types": "^7.20.7", + "@builder.io/partytown": "^0.7.5", + "@gatsbyjs/reach-router": "^2.0.1", + "@gatsbyjs/webpack-hot-middleware": "^2.25.3", + "@graphql-codegen/add": "^3.2.3", + "@graphql-codegen/core": "^2.6.8", + "@graphql-codegen/plugin-helpers": "^2.7.2", + "@graphql-codegen/typescript": "^2.8.8", + "@graphql-codegen/typescript-operations": "^2.5.13", + "@graphql-tools/code-file-loader": "^7.3.23", + "@graphql-tools/load": "^7.8.14", + "@jridgewell/trace-mapping": "^0.3.18", + "@nodelib/fs.walk": "^1.2.8", + "@parcel/cache": "2.8.3", + "@parcel/core": "2.8.3", + "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", + "@types/http-proxy": "^1.17.11", + "@typescript-eslint/eslint-plugin": "^5.60.1", + "@typescript-eslint/parser": "^5.60.1", + "@vercel/webpack-asset-relocator-loader": "^1.7.3", + "acorn-loose": "^8.3.0", + "acorn-walk": "^8.2.0", + "address": "1.2.2", + "anser": "^2.1.1", + "autoprefixer": "^10.4.14", + "axios": "^0.21.1", + "babel-jsx-utils": "^1.1.0", + "babel-loader": "^8.3.0", + "babel-plugin-add-module-exports": "^1.0.4", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-lodash": "^3.3.4", + "babel-plugin-remove-graphql-queries": "^5.12.1", + "babel-preset-gatsby": "^3.12.1", + "better-opn": "^2.1.1", + "bluebird": "^3.7.2", + "body-parser": "1.20.1", + "browserslist": "^4.21.9", + "cache-manager": "^2.11.1", + "chalk": "^4.1.2", + "chokidar": "^3.5.3", + "common-tags": "^1.8.2", + "compression": "^1.7.4", + "cookie": "^0.5.0", + "core-js": "^3.31.0", + "cors": "^2.8.5", + "css-loader": "^5.2.7", + "css-minimizer-webpack-plugin": "^2.0.0", + "css.escape": "^1.5.1", + "date-fns": "^2.30.0", + "debug": "^4.3.4", + "deepmerge": "^4.3.1", + "detect-port": "^1.5.1", + "devcert": "^1.2.2", + "dotenv": "^8.6.0", + "enhanced-resolve": "^5.15.0", + "error-stack-parser": "^2.1.4", + "eslint": "^7.32.0", + "eslint-config-react-app": "^6.0.0", + "eslint-plugin-flowtype": "^5.10.0", + "eslint-plugin-import": "^2.27.5", + "eslint-plugin-jsx-a11y": "^6.7.1", + "eslint-plugin-react": "^7.32.2", + "eslint-plugin-react-hooks": "^4.6.0", + "eslint-webpack-plugin": "^2.7.0", + "event-source-polyfill": "1.0.31", + "execa": "^5.1.1", + "express": "^4.18.2", + "express-http-proxy": "^1.6.3", + "fastest-levenshtein": "^1.0.16", + "fastq": "^1.15.0", + "file-loader": "^6.2.0", + "find-cache-dir": "^3.3.2", + "fs-exists-cached": "1.0.0", + "fs-extra": "^11.1.1", + "gatsby-cli": "^5.12.4", + "gatsby-core-utils": "^4.12.1", + "gatsby-graphiql-explorer": "^3.12.1", + "gatsby-legacy-polyfills": "^3.12.0", + "gatsby-link": "^5.12.1", + "gatsby-page-utils": "^3.12.1", + "gatsby-parcel-config": "1.12.1", + "gatsby-plugin-page-creator": "^5.12.3", + "gatsby-plugin-typescript": "^5.12.1", + "gatsby-plugin-utils": "^4.12.3", + "gatsby-react-router-scroll": "^6.12.0", + "gatsby-script": "^2.12.0", + "gatsby-telemetry": "^4.12.1", + "gatsby-worker": "^2.12.0", + "glob": "^7.2.3", + "globby": "^11.1.0", + "got": "^11.8.6", + "graphql": "^16.7.1", + "graphql-compose": "^9.0.10", + "graphql-http": "^1.19.0", + "graphql-tag": "^2.12.6", + "hasha": "^5.2.2", + "invariant": "^2.2.4", + "is-relative": "^1.0.0", + "is-relative-url": "^3.0.0", + "joi": "^17.9.2", + "json-loader": "^0.5.7", + "latest-version": "^7.0.0", + "linkfs": "^2.1.0", + "lmdb": "2.5.3", + "lodash": "^4.17.21", + "meant": "^1.0.3", + "memoizee": "^0.4.15", + "micromatch": "^4.0.5", + "mime": "^3.0.0", + "mini-css-extract-plugin": "1.6.2", + "mitt": "^1.2.0", + "moment": "^2.29.4", + "multer": "^1.4.5-lts.1", + "node-fetch": "^2.6.11", + "node-html-parser": "^5.4.2", + "normalize-path": "^3.0.0", + "null-loader": "^4.0.1", + "opentracing": "^0.14.7", + "p-defer": "^3.0.0", + "parseurl": "^1.3.3", + "physical-cpu-count": "^2.0.0", + "platform": "^1.3.6", + "postcss": "^8.4.24", + "postcss-flexbugs-fixes": "^5.0.2", + "postcss-loader": "^5.3.0", + "prompts": "^2.4.2", + "prop-types": "^15.8.1", + "query-string": "^6.14.1", + "raw-loader": "^4.0.2", + "react-dev-utils": "^12.0.1", + "react-refresh": "^0.14.0", + "react-server-dom-webpack": "0.0.0-experimental-c8b778b7f-20220825", + "redux": "4.2.1", + "redux-thunk": "^2.4.2", + "resolve-from": "^5.0.0", + "semver": "^7.5.3", + "shallow-compare": "^1.2.2", + "signal-exit": "^3.0.7", + "slugify": "^1.6.6", + "socket.io": "4.7.1", + "socket.io-client": "4.7.1", + "stack-trace": "^0.0.10", + "string-similarity": "^1.2.2", + "strip-ansi": "^6.0.1", + "style-loader": "^2.0.0", + "style-to-object": "^0.4.1", + "terser-webpack-plugin": "^5.3.9", + "tmp": "^0.2.1", + "true-case-path": "^2.2.1", + "type-of": "^2.0.1", + "url-loader": "^4.1.1", + "uuid": "^8.3.2", + "webpack": "^5.88.1", + "webpack-dev-middleware": "^4.3.0", + "webpack-merge": "^5.9.0", + "webpack-stats-plugin": "^1.1.3", + "webpack-virtual-modules": "^0.5.0", + "xstate": "^4.38.0", + "yaml-loader": "^0.8.0" + }, + "bin": { + "gatsby": "cli.js" + }, + "engines": { + "node": ">=18.0.0" + }, + "optionalDependencies": { + "gatsby-sharp": "^1.12.1" + }, + "peerDependencies": { + "react": "^18.0.0 || ^0.0.0", + "react-dom": "^18.0.0 || ^0.0.0" + } + }, + "sites/row/node_modules/gatsby-core-utils": { + "version": "4.13.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.13.1.tgz", + "integrity": "sha512-w7G6SsQr8T2q+AJ1MxvRNGocCt+wjc22MiRLj2Zi3Ijpjszbr818JxwI4+aPt8WOSHlKT5SYCHICnEvcYPm9gg==", + "dependencies": { + "@babel/runtime": "^7.20.13", + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "fastq": "^1.15.0", + "file-type": "^16.5.4", + "fs-extra": "^11.1.1", + "got": "^11.8.6", + "hash-wasm": "^4.9.0", + "import-from": "^4.0.0", + "lmdb": "2.5.3", + "lock": "^1.1.0", + "node-object-hash": "^2.3.10", + "proper-lockfile": "^4.1.2", + "resolve-from": "^5.0.0", + "tmp": "^0.2.1", + "xdg-basedir": "^4.0.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "sites/row/node_modules/gatsby-legacy-polyfills": { + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-3.13.0.tgz", + "integrity": "sha512-nFZzq0+iv1+fGbDq1Pry2tFGOuj7VFXXTicxtWWaz0+vdE72Gp7HBGIjxlrcUPW709JUc4J2L7DTUG74sNWEFw==", + "dependencies": { + "@babel/runtime": "^7.20.13", + "core-js-compat": "3.31.0" + } + }, + "sites/row/node_modules/gatsby-parcel-config": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/gatsby-parcel-config/-/gatsby-parcel-config-1.12.1.tgz", + "integrity": "sha512-hH9m/dSJTkdeksBzLGi9U+Pey0CsPeHHrRP6pugxd7owtJUQqid37noyadqnawBo2LOwcGE4o69HhqGxGNXxbw==", + "dependencies": { + "@gatsbyjs/parcel-namer-relative-to-cwd": "^2.12.1", + "@parcel/bundler-default": "2.8.3", + "@parcel/compressor-raw": "2.8.3", + "@parcel/namer-default": "2.8.3", + "@parcel/optimizer-terser": "2.8.3", + "@parcel/packager-js": "2.8.3", + "@parcel/packager-raw": "2.8.3", + "@parcel/reporter-dev-server": "2.8.3", + "@parcel/resolver-default": "2.8.3", + "@parcel/runtime-js": "2.8.3", + "@parcel/transformer-js": "2.8.3", + "@parcel/transformer-json": "2.8.3" + }, + "engines": { + "parcel": "2.x" + }, + "peerDependencies": { + "@parcel/core": "^2.0.0" + } + }, + "sites/row/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "sites/row/node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "sites/row/node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "sites/row/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "sites/row/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "sites/row/node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "sites/row/node_modules/make-dir/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "sites/row/node_modules/mitt": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mitt/-/mitt-1.2.0.tgz", + "integrity": "sha512-r6lj77KlwqLhIUku9UWYes7KJtsczvolZkzp8hbaDPPaE24OmWl5s539Mytlj22siEQKosZ26qCBgda2PKwoJw==" + }, + "sites/row/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "sites/row/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "sites/row/node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "sites/row/node_modules/postcss-flexbugs-fixes": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz", + "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==", + "peerDependencies": { + "postcss": "^8.1.4" + } + }, + "sites/row/node_modules/postcss-loader": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-5.3.0.tgz", + "integrity": "sha512-/+Z1RAmssdiSLgIZwnJHwBMnlABPgF7giYzTN2NOfr9D21IJZ4mQC1R2miwp80zno9M4zMD/umGI8cR+2EL5zw==", + "dependencies": { + "cosmiconfig": "^7.0.0", + "klona": "^2.0.4", + "semver": "^7.3.4" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "postcss": "^7.0.0 || ^8.0.1", + "webpack": "^5.0.0" + } + }, + "sites/row/node_modules/query-string": { + "version": "6.14.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz", + "integrity": "sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==", + "dependencies": { + "decode-uri-component": "^0.2.0", + "filter-obj": "^1.1.0", + "split-on-first": "^1.0.0", + "strict-uri-encode": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "sites/row/node_modules/react-refresh": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz", + "integrity": "sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "sites/row/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "sites/row/node_modules/style-to-object": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.4.tgz", + "integrity": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==", + "dependencies": { + "inline-style-parser": "0.1.1" + } + }, + "sites/row/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "sites/row/node_modules/tslib": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==" + }, + "sites/row/node_modules/webpack-virtual-modules": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz", + "integrity": "sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==" + }, + "sites/row/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "themes/gatsby-theme-deriv": { + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "gatsby": "^5.12.11", + "react": "^18.2.0", + "react-dom": "^18.2.0" + } + }, + "themes/gatsby-theme-deriv/node_modules/@builder.io/partytown": { + "version": "0.7.6", + "resolved": "https://registry.npmjs.org/@builder.io/partytown/-/partytown-0.7.6.tgz", + "integrity": "sha512-snXIGNiZpqjno3XYQN2lbBB+05hsQR/LSttbtIW1c0gmZ7Kh/DIo0YrxlDxCDulAMFPFM8J+4voLwvYepSj3sw==", + "bin": { + "partytown": "bin/partytown.cjs" + } + }, + "themes/gatsby-theme-deriv/node_modules/@graphql-codegen/plugin-helpers": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz", + "integrity": "sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg==", + "dependencies": { + "@graphql-tools/utils": "^8.8.0", + "change-case-all": "1.0.14", + "common-tags": "1.8.2", + "import-from": "4.0.0", + "lodash": "~4.17.0", + "tslib": "~2.4.0" + }, + "peerDependencies": { + "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + } + }, + "themes/gatsby-theme-deriv/node_modules/@graphql-tools/utils": { + "version": "8.13.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz", + "integrity": "sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==", + "dependencies": { + "tslib": "^2.4.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "themes/gatsby-theme-deriv/node_modules/@types/eslint": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.29.0.tgz", + "integrity": "sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==", + "dependencies": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "themes/gatsby-theme-deriv/node_modules/@typescript-eslint/scope-manager": { + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz", + "integrity": "sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==", + "optional": true, + "peer": true, + "dependencies": { + "@typescript-eslint/types": "4.33.0", + "@typescript-eslint/visitor-keys": "4.33.0" + }, + "engines": { + "node": "^8.10.0 || ^10.13.0 || >=11.10.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "themes/gatsby-theme-deriv/node_modules/@typescript-eslint/types": { + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.33.0.tgz", + "integrity": "sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==", + "optional": true, + "peer": true, + "engines": { + "node": "^8.10.0 || ^10.13.0 || >=11.10.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "themes/gatsby-theme-deriv/node_modules/@typescript-eslint/typescript-estree": { + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz", + "integrity": "sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==", + "optional": true, + "peer": true, + "dependencies": { + "@typescript-eslint/types": "4.33.0", + "@typescript-eslint/visitor-keys": "4.33.0", + "debug": "^4.3.1", + "globby": "^11.0.3", + "is-glob": "^4.0.1", + "semver": "^7.3.5", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "themes/gatsby-theme-deriv/node_modules/@typescript-eslint/visitor-keys": { + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz", + "integrity": "sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==", + "optional": true, + "peer": true, + "dependencies": { + "@typescript-eslint/types": "4.33.0", + "eslint-visitor-keys": "^2.0.0" + }, + "engines": { + "node": "^8.10.0 || ^10.13.0 || >=11.10.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "themes/gatsby-theme-deriv/node_modules/acorn-walk": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", + "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", + "engines": { + "node": ">=0.4.0" + } + }, + "themes/gatsby-theme-deriv/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "themes/gatsby-theme-deriv/node_modules/babel-preset-gatsby": { + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-3.13.1.tgz", + "integrity": "sha512-JpWj9bkUZ2mlcu4Hc+8Yp8Bml5jmShW1IGVVCQyXrbiKHyBoTr77PhWqy00mvY9EPwlmfTPlgB6QrQBVONLqmw==", + "dependencies": { + "@babel/plugin-proposal-class-properties": "^7.18.6", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", + "@babel/plugin-proposal-optional-chaining": "^7.20.7", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-transform-classes": "^7.20.7", + "@babel/plugin-transform-runtime": "^7.19.6", + "@babel/plugin-transform-spread": "^7.20.7", + "@babel/preset-env": "^7.20.2", + "@babel/preset-react": "^7.18.6", + "@babel/runtime": "^7.20.13", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-macros": "^3.1.0", + "babel-plugin-transform-react-remove-prop-types": "^0.4.24", + "gatsby-core-utils": "^4.13.1", + "gatsby-legacy-polyfills": "^3.13.0" + }, + "engines": { + "node": ">=18.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.11.6", + "core-js": "^3.0.0" + } + }, + "themes/gatsby-theme-deriv/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "themes/gatsby-theme-deriv/node_modules/change-case-all": { + "version": "1.0.14", + "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.14.tgz", + "integrity": "sha512-CWVm2uT7dmSHdO/z1CXT/n47mWonyypzBbuCy5tN7uMg22BsfkhwT6oHmFCAk+gL1LOOxhdbB9SZz3J1KTY3gA==", + "dependencies": { + "change-case": "^4.1.2", + "is-lower-case": "^2.0.2", + "is-upper-case": "^2.0.2", + "lower-case": "^2.0.2", + "lower-case-first": "^2.0.2", + "sponge-case": "^1.0.1", + "swap-case": "^2.0.2", + "title-case": "^3.0.3", + "upper-case": "^2.0.2", + "upper-case-first": "^2.0.2" + } + }, + "themes/gatsby-theme-deriv/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "themes/gatsby-theme-deriv/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "themes/gatsby-theme-deriv/node_modules/core-js-compat": { + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.31.0.tgz", + "integrity": "sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw==", + "dependencies": { + "browserslist": "^4.21.5" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "themes/gatsby-theme-deriv/node_modules/dotenv": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", + "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", + "engines": { + "node": ">=10" + } + }, + "themes/gatsby-theme-deriv/node_modules/eslint-config-react-app": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz", + "integrity": "sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==", + "dependencies": { + "confusing-browser-globals": "^1.0.10" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + }, + "peerDependencies": { + "@typescript-eslint/eslint-plugin": "^4.0.0", + "@typescript-eslint/parser": "^4.0.0", + "babel-eslint": "^10.0.0", + "eslint": "^7.5.0", + "eslint-plugin-flowtype": "^5.2.0", + "eslint-plugin-import": "^2.22.0", + "eslint-plugin-jest": "^24.0.0", + "eslint-plugin-jsx-a11y": "^6.3.1", + "eslint-plugin-react": "^7.20.3", + "eslint-plugin-react-hooks": "^4.0.8", + "eslint-plugin-testing-library": "^3.9.0" + }, + "peerDependenciesMeta": { + "eslint-plugin-jest": { + "optional": true + }, + "eslint-plugin-testing-library": { + "optional": true + } + } + }, + "themes/gatsby-theme-deriv/node_modules/eslint-plugin-jest": { + "version": "24.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.7.0.tgz", + "integrity": "sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==", + "optional": true, + "peer": true, + "dependencies": { + "@typescript-eslint/experimental-utils": "^4.0.1" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "@typescript-eslint/eslint-plugin": ">= 4", + "eslint": ">=5" + }, + "peerDependenciesMeta": { + "@typescript-eslint/eslint-plugin": { + "optional": true + } + } + }, + "themes/gatsby-theme-deriv/node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/experimental-utils": { + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz", + "integrity": "sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==", + "optional": true, + "peer": true, + "dependencies": { + "@types/json-schema": "^7.0.7", + "@typescript-eslint/scope-manager": "4.33.0", + "@typescript-eslint/types": "4.33.0", + "@typescript-eslint/typescript-estree": "4.33.0", + "eslint-scope": "^5.1.1", + "eslint-utils": "^3.0.0" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "*" + } + }, + "themes/gatsby-theme-deriv/node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/experimental-utils/node_modules/eslint-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "optional": true, + "peer": true, + "dependencies": { + "eslint-visitor-keys": "^2.0.0" + }, + "engines": { + "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=5" + } + }, + "themes/gatsby-theme-deriv/node_modules/eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "optional": true, + "peer": true, + "engines": { + "node": ">=10" + } + }, + "themes/gatsby-theme-deriv/node_modules/eslint-webpack-plugin": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.7.0.tgz", + "integrity": "sha512-bNaVVUvU4srexGhVcayn/F4pJAz19CWBkKoMx7aSQ4wtTbZQCnG5O9LHCE42mM+JSKOUp7n6vd5CIwzj7lOVGA==", + "dependencies": { + "@types/eslint": "^7.29.0", + "arrify": "^2.0.1", + "jest-worker": "^27.5.1", + "micromatch": "^4.0.5", + "normalize-path": "^3.0.0", + "schema-utils": "^3.1.1" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0", + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "themes/gatsby-theme-deriv/node_modules/find-cache-dir": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "dependencies": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + } + }, + "themes/gatsby-theme-deriv/node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "themes/gatsby-theme-deriv/node_modules/fs-extra": { + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", + "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, + "themes/gatsby-theme-deriv/node_modules/gatsby": { + "version": "5.12.11", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.11.tgz", + "integrity": "sha512-4XuN4bo6W6JnIYkvaCeV+5fKTzxv78aAgOTEW4doupP8/bD0bgLwuIHFwnvhEMHQiGdALoKukLkqhkgAShUK0w==", + "hasInstallScript": true, + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/core": "^7.20.12", + "@babel/eslint-parser": "^7.19.1", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/parser": "^7.20.13", + "@babel/runtime": "^7.20.13", + "@babel/traverse": "^7.20.13", + "@babel/types": "^7.20.7", + "@builder.io/partytown": "^0.7.5", + "@gatsbyjs/reach-router": "^2.0.1", + "@gatsbyjs/webpack-hot-middleware": "^2.25.3", + "@graphql-codegen/add": "^3.2.3", + "@graphql-codegen/core": "^2.6.8", + "@graphql-codegen/plugin-helpers": "^2.7.2", + "@graphql-codegen/typescript": "^2.8.8", + "@graphql-codegen/typescript-operations": "^2.5.13", + "@graphql-tools/code-file-loader": "^7.3.23", + "@graphql-tools/load": "^7.8.14", + "@jridgewell/trace-mapping": "^0.3.18", + "@nodelib/fs.walk": "^1.2.8", + "@parcel/cache": "2.8.3", + "@parcel/core": "2.8.3", + "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", + "@types/http-proxy": "^1.17.11", + "@typescript-eslint/eslint-plugin": "^5.60.1", + "@typescript-eslint/parser": "^5.60.1", + "@vercel/webpack-asset-relocator-loader": "^1.7.3", + "acorn-loose": "^8.3.0", + "acorn-walk": "^8.2.0", + "address": "1.2.2", + "anser": "^2.1.1", + "autoprefixer": "^10.4.14", + "axios": "^0.21.1", + "babel-jsx-utils": "^1.1.0", + "babel-loader": "^8.3.0", + "babel-plugin-add-module-exports": "^1.0.4", + "babel-plugin-dynamic-import-node": "^2.3.3", + "babel-plugin-lodash": "^3.3.4", + "babel-plugin-remove-graphql-queries": "^5.12.1", + "babel-preset-gatsby": "^3.12.1", + "better-opn": "^2.1.1", + "bluebird": "^3.7.2", + "body-parser": "1.20.1", + "browserslist": "^4.21.9", + "cache-manager": "^2.11.1", + "chalk": "^4.1.2", + "chokidar": "^3.5.3", + "common-tags": "^1.8.2", + "compression": "^1.7.4", + "cookie": "^0.5.0", + "core-js": "^3.31.0", + "cors": "^2.8.5", + "css-loader": "^5.2.7", + "css-minimizer-webpack-plugin": "^2.0.0", + "css.escape": "^1.5.1", + "date-fns": "^2.30.0", + "debug": "^4.3.4", + "deepmerge": "^4.3.1", + "detect-port": "^1.5.1", + "devcert": "^1.2.2", + "dotenv": "^8.6.0", + "enhanced-resolve": "^5.15.0", + "error-stack-parser": "^2.1.4", + "eslint": "^7.32.0", + "eslint-config-react-app": "^6.0.0", + "eslint-plugin-flowtype": "^5.10.0", + "eslint-plugin-import": "^2.27.5", + "eslint-plugin-jsx-a11y": "^6.7.1", + "eslint-plugin-react": "^7.32.2", + "eslint-plugin-react-hooks": "^4.6.0", + "eslint-webpack-plugin": "^2.7.0", + "event-source-polyfill": "1.0.31", + "execa": "^5.1.1", + "express": "^4.18.2", + "express-http-proxy": "^1.6.3", + "fastest-levenshtein": "^1.0.16", + "fastq": "^1.15.0", + "file-loader": "^6.2.0", + "find-cache-dir": "^3.3.2", + "fs-exists-cached": "1.0.0", + "fs-extra": "^11.1.1", + "gatsby-cli": "^5.12.4", + "gatsby-core-utils": "^4.12.1", + "gatsby-graphiql-explorer": "^3.12.1", + "gatsby-legacy-polyfills": "^3.12.0", + "gatsby-link": "^5.12.1", + "gatsby-page-utils": "^3.12.1", + "gatsby-parcel-config": "1.12.1", + "gatsby-plugin-page-creator": "^5.12.3", + "gatsby-plugin-typescript": "^5.12.1", + "gatsby-plugin-utils": "^4.12.3", + "gatsby-react-router-scroll": "^6.12.0", + "gatsby-script": "^2.12.0", + "gatsby-telemetry": "^4.12.1", + "gatsby-worker": "^2.12.0", + "glob": "^7.2.3", + "globby": "^11.1.0", + "got": "^11.8.6", + "graphql": "^16.7.1", + "graphql-compose": "^9.0.10", + "graphql-http": "^1.19.0", + "graphql-tag": "^2.12.6", + "hasha": "^5.2.2", + "invariant": "^2.2.4", + "is-relative": "^1.0.0", + "is-relative-url": "^3.0.0", + "joi": "^17.9.2", + "json-loader": "^0.5.7", + "latest-version": "^7.0.0", + "linkfs": "^2.1.0", + "lmdb": "2.5.3", + "lodash": "^4.17.21", + "meant": "^1.0.3", + "memoizee": "^0.4.15", + "micromatch": "^4.0.5", + "mime": "^3.0.0", + "mini-css-extract-plugin": "1.6.2", + "mitt": "^1.2.0", + "moment": "^2.29.4", + "multer": "^1.4.5-lts.1", + "node-fetch": "^2.6.11", + "node-html-parser": "^5.4.2", + "normalize-path": "^3.0.0", + "null-loader": "^4.0.1", + "opentracing": "^0.14.7", + "p-defer": "^3.0.0", + "parseurl": "^1.3.3", + "physical-cpu-count": "^2.0.0", + "platform": "^1.3.6", + "postcss": "^8.4.24", + "postcss-flexbugs-fixes": "^5.0.2", + "postcss-loader": "^5.3.0", + "prompts": "^2.4.2", + "prop-types": "^15.8.1", + "query-string": "^6.14.1", + "raw-loader": "^4.0.2", + "react-dev-utils": "^12.0.1", + "react-refresh": "^0.14.0", + "react-server-dom-webpack": "0.0.0-experimental-c8b778b7f-20220825", + "redux": "4.2.1", + "redux-thunk": "^2.4.2", + "resolve-from": "^5.0.0", + "semver": "^7.5.3", + "shallow-compare": "^1.2.2", + "signal-exit": "^3.0.7", + "slugify": "^1.6.6", + "socket.io": "4.7.1", + "socket.io-client": "4.7.1", + "stack-trace": "^0.0.10", + "string-similarity": "^1.2.2", + "strip-ansi": "^6.0.1", + "style-loader": "^2.0.0", + "style-to-object": "^0.4.1", + "terser-webpack-plugin": "^5.3.9", + "tmp": "^0.2.1", + "true-case-path": "^2.2.1", + "type-of": "^2.0.1", + "url-loader": "^4.1.1", + "uuid": "^8.3.2", + "webpack": "^5.88.1", + "webpack-dev-middleware": "^4.3.0", + "webpack-merge": "^5.9.0", + "webpack-stats-plugin": "^1.1.3", + "webpack-virtual-modules": "^0.5.0", + "xstate": "^4.38.0", + "yaml-loader": "^0.8.0" + }, + "bin": { + "gatsby": "cli.js" + }, + "engines": { + "node": ">=18.0.0" + }, + "optionalDependencies": { + "gatsby-sharp": "^1.12.1" + }, + "peerDependencies": { + "react": "^18.0.0 || ^0.0.0", + "react-dom": "^18.0.0 || ^0.0.0" + } + }, + "themes/gatsby-theme-deriv/node_modules/gatsby-core-utils": { + "version": "4.13.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.13.1.tgz", + "integrity": "sha512-w7G6SsQr8T2q+AJ1MxvRNGocCt+wjc22MiRLj2Zi3Ijpjszbr818JxwI4+aPt8WOSHlKT5SYCHICnEvcYPm9gg==", + "dependencies": { + "@babel/runtime": "^7.20.13", + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "fastq": "^1.15.0", + "file-type": "^16.5.4", + "fs-extra": "^11.1.1", + "got": "^11.8.6", + "hash-wasm": "^4.9.0", + "import-from": "^4.0.0", + "lmdb": "2.5.3", + "lock": "^1.1.0", + "node-object-hash": "^2.3.10", + "proper-lockfile": "^4.1.2", + "resolve-from": "^5.0.0", + "tmp": "^0.2.1", + "xdg-basedir": "^4.0.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "themes/gatsby-theme-deriv/node_modules/gatsby-legacy-polyfills": { + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-3.13.0.tgz", + "integrity": "sha512-nFZzq0+iv1+fGbDq1Pry2tFGOuj7VFXXTicxtWWaz0+vdE72Gp7HBGIjxlrcUPW709JUc4J2L7DTUG74sNWEFw==", + "dependencies": { + "@babel/runtime": "^7.20.13", + "core-js-compat": "3.31.0" + } + }, + "themes/gatsby-theme-deriv/node_modules/gatsby-parcel-config": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/gatsby-parcel-config/-/gatsby-parcel-config-1.12.1.tgz", + "integrity": "sha512-hH9m/dSJTkdeksBzLGi9U+Pey0CsPeHHrRP6pugxd7owtJUQqid37noyadqnawBo2LOwcGE4o69HhqGxGNXxbw==", + "dependencies": { + "@gatsbyjs/parcel-namer-relative-to-cwd": "^2.12.1", + "@parcel/bundler-default": "2.8.3", + "@parcel/compressor-raw": "2.8.3", + "@parcel/namer-default": "2.8.3", + "@parcel/optimizer-terser": "2.8.3", + "@parcel/packager-js": "2.8.3", + "@parcel/packager-raw": "2.8.3", + "@parcel/reporter-dev-server": "2.8.3", + "@parcel/resolver-default": "2.8.3", + "@parcel/runtime-js": "2.8.3", + "@parcel/transformer-js": "2.8.3", + "@parcel/transformer-json": "2.8.3" + }, + "engines": { + "parcel": "2.x" + }, + "peerDependencies": { + "@parcel/core": "^2.0.0" + } + }, + "themes/gatsby-theme-deriv/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "themes/gatsby-theme-deriv/node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "themes/gatsby-theme-deriv/node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "themes/gatsby-theme-deriv/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "themes/gatsby-theme-deriv/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "themes/gatsby-theme-deriv/node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "themes/gatsby-theme-deriv/node_modules/make-dir/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "themes/gatsby-theme-deriv/node_modules/mitt": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mitt/-/mitt-1.2.0.tgz", + "integrity": "sha512-r6lj77KlwqLhIUku9UWYes7KJtsczvolZkzp8hbaDPPaE24OmWl5s539Mytlj22siEQKosZ26qCBgda2PKwoJw==" + }, + "themes/gatsby-theme-deriv/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "themes/gatsby-theme-deriv/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "themes/gatsby-theme-deriv/node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "themes/gatsby-theme-deriv/node_modules/postcss-flexbugs-fixes": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz", + "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==", + "peerDependencies": { + "postcss": "^8.1.4" + } + }, + "themes/gatsby-theme-deriv/node_modules/postcss-loader": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-5.3.0.tgz", + "integrity": "sha512-/+Z1RAmssdiSLgIZwnJHwBMnlABPgF7giYzTN2NOfr9D21IJZ4mQC1R2miwp80zno9M4zMD/umGI8cR+2EL5zw==", + "dependencies": { + "cosmiconfig": "^7.0.0", + "klona": "^2.0.4", + "semver": "^7.3.4" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "postcss": "^7.0.0 || ^8.0.1", + "webpack": "^5.0.0" + } + }, + "themes/gatsby-theme-deriv/node_modules/query-string": { + "version": "6.14.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz", + "integrity": "sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==", + "dependencies": { + "decode-uri-component": "^0.2.0", + "filter-obj": "^1.1.0", + "split-on-first": "^1.0.0", + "strict-uri-encode": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "themes/gatsby-theme-deriv/node_modules/react-refresh": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz", + "integrity": "sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "themes/gatsby-theme-deriv/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "themes/gatsby-theme-deriv/node_modules/style-to-object": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.4.tgz", + "integrity": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==", + "dependencies": { + "inline-style-parser": "0.1.1" + } + }, + "themes/gatsby-theme-deriv/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "themes/gatsby-theme-deriv/node_modules/tslib": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==" + }, + "themes/gatsby-theme-deriv/node_modules/webpack-virtual-modules": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz", + "integrity": "sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==" + }, + "themes/gatsby-theme-deriv/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" } } } diff --git a/package.json b/package.json index b9b112c8404..b477a3931f0 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,6 @@ "extend": "^3.0.2", "firebase": "^9.23.0", "formik": "^2.4.5", - "gatsby": "^5.12.11", "gatsby-plugin-anchor-links": "^1.2.1", "gatsby-plugin-canonical-urls": "^5.12.0", "gatsby-plugin-html-minifier": "^2.0.0", @@ -62,10 +61,8 @@ "postcss-ts-classnames": "^0.3.0", "prompt-sync": "^4.2.0", "prop-types": "^15.8.1", - "react": "^18.2.0", "react-date-picker": "8.4.0", "react-device-detect": "^2.2.2", - "react-dom": "^18.2.0", "react-hook-form": "^7.48.2", "react-i18next": "^11.18.6", "react-intersection-observer": "^9.5.3", @@ -214,5 +211,8 @@ "react-dom": "^18.2.0" } }, - "workspaces": ["./sites/*", "./themes/*"] + "workspaces": [ + "./sites/*", + "./themes/*" + ] } diff --git a/sites/eu/package.json b/sites/eu/package.json index e414dfc4068..9b3698d96eb 100644 --- a/sites/eu/package.json +++ b/sites/eu/package.json @@ -8,5 +8,10 @@ }, "keywords": [], "author": "", - "license": "ISC" + "license": "ISC", + "dependencies": { + "gatsby": "^5.12.11", + "react": "^18.2.0", + "react-dom": "^18.2.0" + } } diff --git a/sites/row/package.json b/sites/row/package.json index 33f7ca5e47d..3a58ee857c2 100644 --- a/sites/row/package.json +++ b/sites/row/package.json @@ -8,5 +8,10 @@ }, "keywords": [], "author": "", - "license": "ISC" + "license": "ISC", + "dependencies": { + "gatsby": "^5.12.11", + "react": "^18.2.0", + "react-dom": "^18.2.0" + } } diff --git a/themes/gatsby-theme-deriv/package.json b/themes/gatsby-theme-deriv/package.json index f58d3df4f35..d6cd4102210 100644 --- a/themes/gatsby-theme-deriv/package.json +++ b/themes/gatsby-theme-deriv/package.json @@ -14,5 +14,10 @@ }, "keywords": [], "author": "", - "license": "ISC" + "license": "ISC", + "dependencies": { + "gatsby": "^5.12.11", + "react": "^18.2.0", + "react-dom": "^18.2.0" + } } From 70c6c62251389c21f374d4e39d6f1468f338e0dd Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Tue, 30 Jan 2024 10:39:53 +0800 Subject: [PATCH 20/64] chore: moved packages to theme --- package-lock.json | 1047 ++---------------------- package.json | 83 +- themes/gatsby-theme-deriv/package.json | 86 +- 3 files changed, 169 insertions(+), 1047 deletions(-) diff --git a/package-lock.json b/package-lock.json index fecb0f2dc42..5ca601bcaf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,82 +12,6 @@ "./sites/*", "./themes/*" ], - "dependencies": { - "@artsy/fresnel": "^6.2.1", - "@builder.io/partytown": "^0.8.1", - "@deriv-com/analytics": "^1.4.10", - "@deriv-com/blocks": "^0.80.0", - "@deriv-com/components": "^0.49.0", - "@deriv-com/hooks": "^0.11.0", - "@deriv-com/providers": "^0.12.0", - "@deriv/deriv-api": "^1.0.13", - "@deriv/quill-design": "^1.3.2", - "@deriv/quill-icons": "^1.16.1", - "@hookform/resolvers": "^3.3.2", - "@livechat/customer-sdk": "^3.1.5", - "@loadable/component": "^5.15.3", - "@radix-ui/react-accordion": "^1.1.2", - "@radix-ui/react-alert-dialog": "^1.0.5", - "@radix-ui/react-dropdown-menu": "^2.0.6", - "@radix-ui/react-navigation-menu": "^1.1.4", - "@svgr/webpack": "^8.1.0", - "@tanstack/react-table": "^8.10.7", - "@vercel/gatsby-plugin-vercel-builder": "^0.1.2", - "cli-select": "^1.1.2", - "clsx": "^1.2.1", - "commander": "^8.3.0", - "crc-32": "^1.2.2", - "cssnano": "^5.1.15", - "deriv-api-ts": "^1.0.7", - "embla-carousel-autoplay": "^6.2.0", - "embla-carousel-react": "8.0.0-rc11", - "eslint-import-resolver-node": "^0.3.9", - "extend": "^3.0.2", - "firebase": "^9.23.0", - "formik": "^2.4.5", - "gatsby-plugin-anchor-links": "^1.2.1", - "gatsby-plugin-canonical-urls": "^5.12.0", - "gatsby-plugin-html-minifier": "^2.0.0", - "gatsby-plugin-image": "3.11.0", - "gatsby-plugin-manifest": "^5.12.3", - "gatsby-plugin-robots-txt": "^1.8.0", - "gatsby-plugin-sass": "^6.12.3", - "gatsby-plugin-sharp": "^5.12.3", - "gatsby-plugin-sitemap": "^6.12.3", - "gatsby-plugin-svgr": "^3.0.0-beta.0", - "gatsby-plugin-use-query-params": "^1.0.1", - "gatsby-source-filesystem": "^5.12.1", - "gatsby-source-strapi": "^3.3.1", - "gatsby-transformer-sharp": "^5.12.3", - "i18next": "^21.10.0", - "install": "^0.13.0", - "js-cookie": "^2.2.1", - "lottie-web": "^5.12.2", - "match-sorter": "^6.3.1", - "npm": "^9.9.2", - "p-min-delay": "^4.0.2", - "postcss-discard-duplicates": "^5.1.0", - "postcss-ts-classnames": "^0.3.0", - "prompt-sync": "^4.2.0", - "prop-types": "^15.8.1", - "react-date-picker": "8.4.0", - "react-device-detect": "^2.2.2", - "react-hook-form": "^7.48.2", - "react-i18next": "^11.18.6", - "react-intersection-observer": "^9.5.3", - "react-is": "^17.0.2", - "react-ticker": "^1.3.2", - "react-tiny-popover": "^7.2.4", - "remove": "^0.1.5", - "rxjs": "^7.8.1", - "sass": "^1.69.5", - "swiper": "^9.4.1", - "terser-webpack-plugin": "^5.3.10", - "use-query-params": "^1.2.3", - "usehooks-ts": "^2.9.1", - "webpack": "^5.89.0", - "yup": "^1.3.2" - }, "devDependencies": { "@commitlint/cli": "^16.3.0", "@commitlint/config-conventional": "^16.2.4", @@ -97,12 +21,6 @@ "@graphql-codegen/typescript-operations": "^2.5.13", "@loadable/babel-plugin": "^5.16.1", "@parcel/watcher": "^2.3.0", - "@storybook/addon-actions": "^6.4.9", - "@storybook/addon-essentials": "^6.5.16", - "@storybook/addon-links": "^6.5.16", - "@storybook/builder-webpack5": "^6.5.16", - "@storybook/manager-webpack5": "^6.5.16", - "@storybook/react": "^6.5.16", "@stylelint/postcss-css-in-js": "^0.38.0", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^14.1.2", @@ -49928,893 +49846,94 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "gatsby": "^5.12.11", - "react": "^18.2.0", - "react-dom": "^18.2.0" - } - }, - "themes/gatsby-theme-deriv/node_modules/@builder.io/partytown": { - "version": "0.7.6", - "resolved": "https://registry.npmjs.org/@builder.io/partytown/-/partytown-0.7.6.tgz", - "integrity": "sha512-snXIGNiZpqjno3XYQN2lbBB+05hsQR/LSttbtIW1c0gmZ7Kh/DIo0YrxlDxCDulAMFPFM8J+4voLwvYepSj3sw==", - "bin": { - "partytown": "bin/partytown.cjs" - } - }, - "themes/gatsby-theme-deriv/node_modules/@graphql-codegen/plugin-helpers": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-2.7.2.tgz", - "integrity": "sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg==", - "dependencies": { - "@graphql-tools/utils": "^8.8.0", - "change-case-all": "1.0.14", - "common-tags": "1.8.2", - "import-from": "4.0.0", - "lodash": "~4.17.0", - "tslib": "~2.4.0" - }, - "peerDependencies": { - "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" - } - }, - "themes/gatsby-theme-deriv/node_modules/@graphql-tools/utils": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-8.13.1.tgz", - "integrity": "sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==", - "dependencies": { - "tslib": "^2.4.0" - }, - "peerDependencies": { - "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" - } - }, - "themes/gatsby-theme-deriv/node_modules/@types/eslint": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.29.0.tgz", - "integrity": "sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==", - "dependencies": { - "@types/estree": "*", - "@types/json-schema": "*" - } - }, - "themes/gatsby-theme-deriv/node_modules/@typescript-eslint/scope-manager": { - "version": "4.33.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz", - "integrity": "sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==", - "optional": true, - "peer": true, - "dependencies": { - "@typescript-eslint/types": "4.33.0", - "@typescript-eslint/visitor-keys": "4.33.0" - }, - "engines": { - "node": "^8.10.0 || ^10.13.0 || >=11.10.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "themes/gatsby-theme-deriv/node_modules/@typescript-eslint/types": { - "version": "4.33.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.33.0.tgz", - "integrity": "sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==", - "optional": true, - "peer": true, - "engines": { - "node": "^8.10.0 || ^10.13.0 || >=11.10.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "themes/gatsby-theme-deriv/node_modules/@typescript-eslint/typescript-estree": { - "version": "4.33.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz", - "integrity": "sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==", - "optional": true, - "peer": true, - "dependencies": { - "@typescript-eslint/types": "4.33.0", - "@typescript-eslint/visitor-keys": "4.33.0", - "debug": "^4.3.1", - "globby": "^11.0.3", - "is-glob": "^4.0.1", - "semver": "^7.3.5", - "tsutils": "^3.21.0" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "themes/gatsby-theme-deriv/node_modules/@typescript-eslint/visitor-keys": { - "version": "4.33.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz", - "integrity": "sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==", - "optional": true, - "peer": true, - "dependencies": { - "@typescript-eslint/types": "4.33.0", - "eslint-visitor-keys": "^2.0.0" - }, - "engines": { - "node": "^8.10.0 || ^10.13.0 || >=11.10.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "themes/gatsby-theme-deriv/node_modules/acorn-walk": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", - "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", - "engines": { - "node": ">=0.4.0" - } - }, - "themes/gatsby-theme-deriv/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "themes/gatsby-theme-deriv/node_modules/babel-preset-gatsby": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-3.13.1.tgz", - "integrity": "sha512-JpWj9bkUZ2mlcu4Hc+8Yp8Bml5jmShW1IGVVCQyXrbiKHyBoTr77PhWqy00mvY9EPwlmfTPlgB6QrQBVONLqmw==", - "dependencies": { - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", - "@babel/plugin-proposal-optional-chaining": "^7.20.7", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-transform-classes": "^7.20.7", - "@babel/plugin-transform-runtime": "^7.19.6", - "@babel/plugin-transform-spread": "^7.20.7", - "@babel/preset-env": "^7.20.2", - "@babel/preset-react": "^7.18.6", - "@babel/runtime": "^7.20.13", - "babel-plugin-dynamic-import-node": "^2.3.3", - "babel-plugin-macros": "^3.1.0", - "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^4.13.1", - "gatsby-legacy-polyfills": "^3.13.0" - }, - "engines": { - "node": ">=18.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.11.6", - "core-js": "^3.0.0" - } - }, - "themes/gatsby-theme-deriv/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "themes/gatsby-theme-deriv/node_modules/change-case-all": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/change-case-all/-/change-case-all-1.0.14.tgz", - "integrity": "sha512-CWVm2uT7dmSHdO/z1CXT/n47mWonyypzBbuCy5tN7uMg22BsfkhwT6oHmFCAk+gL1LOOxhdbB9SZz3J1KTY3gA==", - "dependencies": { - "change-case": "^4.1.2", - "is-lower-case": "^2.0.2", - "is-upper-case": "^2.0.2", - "lower-case": "^2.0.2", - "lower-case-first": "^2.0.2", - "sponge-case": "^1.0.1", - "swap-case": "^2.0.2", - "title-case": "^3.0.3", - "upper-case": "^2.0.2", - "upper-case-first": "^2.0.2" - } - }, - "themes/gatsby-theme-deriv/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "themes/gatsby-theme-deriv/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "themes/gatsby-theme-deriv/node_modules/core-js-compat": { - "version": "3.31.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.31.0.tgz", - "integrity": "sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw==", - "dependencies": { - "browserslist": "^4.21.5" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "themes/gatsby-theme-deriv/node_modules/dotenv": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", - "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", - "engines": { - "node": ">=10" - } - }, - "themes/gatsby-theme-deriv/node_modules/eslint-config-react-app": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz", - "integrity": "sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==", - "dependencies": { - "confusing-browser-globals": "^1.0.10" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - }, - "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^4.0.0", - "@typescript-eslint/parser": "^4.0.0", - "babel-eslint": "^10.0.0", - "eslint": "^7.5.0", - "eslint-plugin-flowtype": "^5.2.0", - "eslint-plugin-import": "^2.22.0", - "eslint-plugin-jest": "^24.0.0", - "eslint-plugin-jsx-a11y": "^6.3.1", - "eslint-plugin-react": "^7.20.3", - "eslint-plugin-react-hooks": "^4.0.8", - "eslint-plugin-testing-library": "^3.9.0" - }, - "peerDependenciesMeta": { - "eslint-plugin-jest": { - "optional": true - }, - "eslint-plugin-testing-library": { - "optional": true - } - } - }, - "themes/gatsby-theme-deriv/node_modules/eslint-plugin-jest": { - "version": "24.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.7.0.tgz", - "integrity": "sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==", - "optional": true, - "peer": true, - "dependencies": { - "@typescript-eslint/experimental-utils": "^4.0.1" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "@typescript-eslint/eslint-plugin": ">= 4", - "eslint": ">=5" - }, - "peerDependenciesMeta": { - "@typescript-eslint/eslint-plugin": { - "optional": true - } - } - }, - "themes/gatsby-theme-deriv/node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/experimental-utils": { - "version": "4.33.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz", - "integrity": "sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==", - "optional": true, - "peer": true, - "dependencies": { - "@types/json-schema": "^7.0.7", - "@typescript-eslint/scope-manager": "4.33.0", - "@typescript-eslint/types": "4.33.0", - "@typescript-eslint/typescript-estree": "4.33.0", - "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "*" - } - }, - "themes/gatsby-theme-deriv/node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/experimental-utils/node_modules/eslint-utils": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", - "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", - "optional": true, - "peer": true, - "dependencies": { - "eslint-visitor-keys": "^2.0.0" - }, - "engines": { - "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=5" - } - }, - "themes/gatsby-theme-deriv/node_modules/eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "optional": true, - "peer": true, - "engines": { - "node": ">=10" - } - }, - "themes/gatsby-theme-deriv/node_modules/eslint-webpack-plugin": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-2.7.0.tgz", - "integrity": "sha512-bNaVVUvU4srexGhVcayn/F4pJAz19CWBkKoMx7aSQ4wtTbZQCnG5O9LHCE42mM+JSKOUp7n6vd5CIwzj7lOVGA==", - "dependencies": { - "@types/eslint": "^7.29.0", - "arrify": "^2.0.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.5", - "normalize-path": "^3.0.0", - "schema-utils": "^3.1.1" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "eslint": "^7.0.0 || ^8.0.0", - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "themes/gatsby-theme-deriv/node_modules/find-cache-dir": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/avajs/find-cache-dir?sponsor=1" - } - }, - "themes/gatsby-theme-deriv/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "themes/gatsby-theme-deriv/node_modules/fs-extra": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", - "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=14.14" - } - }, - "themes/gatsby-theme-deriv/node_modules/gatsby": { - "version": "5.12.11", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.11.tgz", - "integrity": "sha512-4XuN4bo6W6JnIYkvaCeV+5fKTzxv78aAgOTEW4doupP8/bD0bgLwuIHFwnvhEMHQiGdALoKukLkqhkgAShUK0w==", - "hasInstallScript": true, - "dependencies": { - "@babel/code-frame": "^7.18.6", - "@babel/core": "^7.20.12", - "@babel/eslint-parser": "^7.19.1", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/parser": "^7.20.13", - "@babel/runtime": "^7.20.13", - "@babel/traverse": "^7.20.13", - "@babel/types": "^7.20.7", - "@builder.io/partytown": "^0.7.5", - "@gatsbyjs/reach-router": "^2.0.1", - "@gatsbyjs/webpack-hot-middleware": "^2.25.3", - "@graphql-codegen/add": "^3.2.3", - "@graphql-codegen/core": "^2.6.8", - "@graphql-codegen/plugin-helpers": "^2.7.2", - "@graphql-codegen/typescript": "^2.8.8", - "@graphql-codegen/typescript-operations": "^2.5.13", - "@graphql-tools/code-file-loader": "^7.3.23", - "@graphql-tools/load": "^7.8.14", - "@jridgewell/trace-mapping": "^0.3.18", - "@nodelib/fs.walk": "^1.2.8", - "@parcel/cache": "2.8.3", - "@parcel/core": "2.8.3", - "@pmmmwh/react-refresh-webpack-plugin": "^0.5.10", - "@types/http-proxy": "^1.17.11", - "@typescript-eslint/eslint-plugin": "^5.60.1", - "@typescript-eslint/parser": "^5.60.1", - "@vercel/webpack-asset-relocator-loader": "^1.7.3", - "acorn-loose": "^8.3.0", - "acorn-walk": "^8.2.0", - "address": "1.2.2", - "anser": "^2.1.1", - "autoprefixer": "^10.4.14", - "axios": "^0.21.1", - "babel-jsx-utils": "^1.1.0", - "babel-loader": "^8.3.0", - "babel-plugin-add-module-exports": "^1.0.4", - "babel-plugin-dynamic-import-node": "^2.3.3", - "babel-plugin-lodash": "^3.3.4", - "babel-plugin-remove-graphql-queries": "^5.12.1", - "babel-preset-gatsby": "^3.12.1", - "better-opn": "^2.1.1", - "bluebird": "^3.7.2", - "body-parser": "1.20.1", - "browserslist": "^4.21.9", - "cache-manager": "^2.11.1", - "chalk": "^4.1.2", - "chokidar": "^3.5.3", - "common-tags": "^1.8.2", - "compression": "^1.7.4", - "cookie": "^0.5.0", - "core-js": "^3.31.0", - "cors": "^2.8.5", - "css-loader": "^5.2.7", - "css-minimizer-webpack-plugin": "^2.0.0", - "css.escape": "^1.5.1", - "date-fns": "^2.30.0", - "debug": "^4.3.4", - "deepmerge": "^4.3.1", - "detect-port": "^1.5.1", - "devcert": "^1.2.2", - "dotenv": "^8.6.0", - "enhanced-resolve": "^5.15.0", - "error-stack-parser": "^2.1.4", - "eslint": "^7.32.0", - "eslint-config-react-app": "^6.0.0", - "eslint-plugin-flowtype": "^5.10.0", - "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsx-a11y": "^6.7.1", - "eslint-plugin-react": "^7.32.2", - "eslint-plugin-react-hooks": "^4.6.0", - "eslint-webpack-plugin": "^2.7.0", - "event-source-polyfill": "1.0.31", - "execa": "^5.1.1", - "express": "^4.18.2", - "express-http-proxy": "^1.6.3", - "fastest-levenshtein": "^1.0.16", - "fastq": "^1.15.0", - "file-loader": "^6.2.0", - "find-cache-dir": "^3.3.2", - "fs-exists-cached": "1.0.0", - "fs-extra": "^11.1.1", - "gatsby-cli": "^5.12.4", - "gatsby-core-utils": "^4.12.1", - "gatsby-graphiql-explorer": "^3.12.1", - "gatsby-legacy-polyfills": "^3.12.0", - "gatsby-link": "^5.12.1", - "gatsby-page-utils": "^3.12.1", - "gatsby-parcel-config": "1.12.1", - "gatsby-plugin-page-creator": "^5.12.3", - "gatsby-plugin-typescript": "^5.12.1", - "gatsby-plugin-utils": "^4.12.3", - "gatsby-react-router-scroll": "^6.12.0", - "gatsby-script": "^2.12.0", - "gatsby-telemetry": "^4.12.1", - "gatsby-worker": "^2.12.0", - "glob": "^7.2.3", - "globby": "^11.1.0", - "got": "^11.8.6", - "graphql": "^16.7.1", - "graphql-compose": "^9.0.10", - "graphql-http": "^1.19.0", - "graphql-tag": "^2.12.6", - "hasha": "^5.2.2", - "invariant": "^2.2.4", - "is-relative": "^1.0.0", - "is-relative-url": "^3.0.0", - "joi": "^17.9.2", - "json-loader": "^0.5.7", - "latest-version": "^7.0.0", - "linkfs": "^2.1.0", - "lmdb": "2.5.3", - "lodash": "^4.17.21", - "meant": "^1.0.3", - "memoizee": "^0.4.15", - "micromatch": "^4.0.5", - "mime": "^3.0.0", - "mini-css-extract-plugin": "1.6.2", - "mitt": "^1.2.0", - "moment": "^2.29.4", - "multer": "^1.4.5-lts.1", - "node-fetch": "^2.6.11", - "node-html-parser": "^5.4.2", - "normalize-path": "^3.0.0", - "null-loader": "^4.0.1", - "opentracing": "^0.14.7", - "p-defer": "^3.0.0", - "parseurl": "^1.3.3", - "physical-cpu-count": "^2.0.0", - "platform": "^1.3.6", - "postcss": "^8.4.24", - "postcss-flexbugs-fixes": "^5.0.2", - "postcss-loader": "^5.3.0", - "prompts": "^2.4.2", + "@artsy/fresnel": "^6.2.1", + "@builder.io/partytown": "^0.8.1", + "@deriv-com/analytics": "^1.4.10", + "@deriv-com/blocks": "^0.80.0", + "@deriv-com/components": "^0.49.0", + "@deriv-com/hooks": "^0.11.0", + "@deriv-com/providers": "^0.12.0", + "@deriv/deriv-api": "^1.0.13", + "@deriv/quill-design": "^1.3.2", + "@deriv/quill-icons": "^1.16.1", + "@hookform/resolvers": "^3.3.2", + "@livechat/customer-sdk": "^3.1.5", + "@loadable/component": "^5.15.3", + "@radix-ui/react-accordion": "^1.1.2", + "@radix-ui/react-alert-dialog": "^1.0.5", + "@radix-ui/react-dropdown-menu": "^2.0.6", + "@radix-ui/react-navigation-menu": "^1.1.4", + "@svgr/webpack": "^8.1.0", + "@tanstack/react-table": "^8.10.7", + "@vercel/gatsby-plugin-vercel-builder": "^0.1.2", + "cli-select": "^1.1.2", + "clsx": "^1.2.1", + "commander": "^8.3.0", + "crc-32": "^1.2.2", + "cssnano": "^5.1.15", + "deriv-api-ts": "^1.0.7", + "embla-carousel-autoplay": "^6.2.0", + "embla-carousel-react": "8.0.0-rc11", + "eslint-import-resolver-node": "^0.3.9", + "extend": "^3.0.2", + "firebase": "^9.23.0", + "formik": "^2.4.5", + "gatsby-plugin-anchor-links": "^1.2.1", + "gatsby-plugin-canonical-urls": "^5.12.0", + "gatsby-plugin-html-minifier": "^2.0.0", + "gatsby-plugin-image": "3.11.0", + "gatsby-plugin-manifest": "^5.12.3", + "gatsby-plugin-robots-txt": "^1.8.0", + "gatsby-plugin-sass": "^6.12.3", + "gatsby-plugin-sharp": "^5.12.3", + "gatsby-plugin-sitemap": "^6.12.3", + "gatsby-plugin-svgr": "^3.0.0-beta.0", + "gatsby-plugin-use-query-params": "^1.0.1", + "gatsby-source-filesystem": "^5.12.1", + "gatsby-source-strapi": "^3.3.1", + "gatsby-transformer-sharp": "^5.12.3", + "i18next": "^21.10.0", + "install": "^0.13.0", + "js-cookie": "^2.2.1", + "lottie-web": "^5.12.2", + "match-sorter": "^6.3.1", + "npm": "^9.9.2", + "p-min-delay": "^4.0.2", + "postcss-discard-duplicates": "^5.1.0", + "postcss-ts-classnames": "^0.3.0", + "prompt-sync": "^4.2.0", "prop-types": "^15.8.1", - "query-string": "^6.14.1", - "raw-loader": "^4.0.2", - "react-dev-utils": "^12.0.1", - "react-refresh": "^0.14.0", - "react-server-dom-webpack": "0.0.0-experimental-c8b778b7f-20220825", - "redux": "4.2.1", - "redux-thunk": "^2.4.2", - "resolve-from": "^5.0.0", - "semver": "^7.5.3", - "shallow-compare": "^1.2.2", - "signal-exit": "^3.0.7", - "slugify": "^1.6.6", - "socket.io": "4.7.1", - "socket.io-client": "4.7.1", - "stack-trace": "^0.0.10", - "string-similarity": "^1.2.2", - "strip-ansi": "^6.0.1", - "style-loader": "^2.0.0", - "style-to-object": "^0.4.1", - "terser-webpack-plugin": "^5.3.9", - "tmp": "^0.2.1", - "true-case-path": "^2.2.1", - "type-of": "^2.0.1", - "url-loader": "^4.1.1", - "uuid": "^8.3.2", - "webpack": "^5.88.1", - "webpack-dev-middleware": "^4.3.0", - "webpack-merge": "^5.9.0", - "webpack-stats-plugin": "^1.1.3", - "webpack-virtual-modules": "^0.5.0", - "xstate": "^4.38.0", - "yaml-loader": "^0.8.0" - }, - "bin": { - "gatsby": "cli.js" - }, - "engines": { - "node": ">=18.0.0" - }, - "optionalDependencies": { - "gatsby-sharp": "^1.12.1" - }, - "peerDependencies": { - "react": "^18.0.0 || ^0.0.0", - "react-dom": "^18.0.0 || ^0.0.0" - } - }, - "themes/gatsby-theme-deriv/node_modules/gatsby-core-utils": { - "version": "4.13.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.13.1.tgz", - "integrity": "sha512-w7G6SsQr8T2q+AJ1MxvRNGocCt+wjc22MiRLj2Zi3Ijpjszbr818JxwI4+aPt8WOSHlKT5SYCHICnEvcYPm9gg==", - "dependencies": { - "@babel/runtime": "^7.20.13", - "ci-info": "2.0.0", - "configstore": "^5.0.1", - "fastq": "^1.15.0", - "file-type": "^16.5.4", - "fs-extra": "^11.1.1", - "got": "^11.8.6", - "hash-wasm": "^4.9.0", - "import-from": "^4.0.0", - "lmdb": "2.5.3", - "lock": "^1.1.0", - "node-object-hash": "^2.3.10", - "proper-lockfile": "^4.1.2", - "resolve-from": "^5.0.0", - "tmp": "^0.2.1", - "xdg-basedir": "^4.0.0" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "themes/gatsby-theme-deriv/node_modules/gatsby-legacy-polyfills": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-3.13.0.tgz", - "integrity": "sha512-nFZzq0+iv1+fGbDq1Pry2tFGOuj7VFXXTicxtWWaz0+vdE72Gp7HBGIjxlrcUPW709JUc4J2L7DTUG74sNWEFw==", - "dependencies": { - "@babel/runtime": "^7.20.13", - "core-js-compat": "3.31.0" - } - }, - "themes/gatsby-theme-deriv/node_modules/gatsby-parcel-config": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/gatsby-parcel-config/-/gatsby-parcel-config-1.12.1.tgz", - "integrity": "sha512-hH9m/dSJTkdeksBzLGi9U+Pey0CsPeHHrRP6pugxd7owtJUQqid37noyadqnawBo2LOwcGE4o69HhqGxGNXxbw==", - "dependencies": { - "@gatsbyjs/parcel-namer-relative-to-cwd": "^2.12.1", - "@parcel/bundler-default": "2.8.3", - "@parcel/compressor-raw": "2.8.3", - "@parcel/namer-default": "2.8.3", - "@parcel/optimizer-terser": "2.8.3", - "@parcel/packager-js": "2.8.3", - "@parcel/packager-raw": "2.8.3", - "@parcel/reporter-dev-server": "2.8.3", - "@parcel/resolver-default": "2.8.3", - "@parcel/runtime-js": "2.8.3", - "@parcel/transformer-js": "2.8.3", - "@parcel/transformer-json": "2.8.3" - }, - "engines": { - "parcel": "2.x" - }, - "peerDependencies": { - "@parcel/core": "^2.0.0" - } - }, - "themes/gatsby-theme-deriv/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "themes/gatsby-theme-deriv/node_modules/jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "themes/gatsby-theme-deriv/node_modules/jest-worker/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "themes/gatsby-theme-deriv/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "themes/gatsby-theme-deriv/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "themes/gatsby-theme-deriv/node_modules/make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "themes/gatsby-theme-deriv/node_modules/make-dir/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "themes/gatsby-theme-deriv/node_modules/mitt": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mitt/-/mitt-1.2.0.tgz", - "integrity": "sha512-r6lj77KlwqLhIUku9UWYes7KJtsczvolZkzp8hbaDPPaE24OmWl5s539Mytlj22siEQKosZ26qCBgda2PKwoJw==" - }, - "themes/gatsby-theme-deriv/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "themes/gatsby-theme-deriv/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "themes/gatsby-theme-deriv/node_modules/pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "themes/gatsby-theme-deriv/node_modules/postcss-flexbugs-fixes": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz", - "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==", - "peerDependencies": { - "postcss": "^8.1.4" - } - }, - "themes/gatsby-theme-deriv/node_modules/postcss-loader": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-5.3.0.tgz", - "integrity": "sha512-/+Z1RAmssdiSLgIZwnJHwBMnlABPgF7giYzTN2NOfr9D21IJZ4mQC1R2miwp80zno9M4zMD/umGI8cR+2EL5zw==", - "dependencies": { - "cosmiconfig": "^7.0.0", - "klona": "^2.0.4", - "semver": "^7.3.4" - }, - "engines": { - "node": ">= 10.13.0" + "react-date-picker": "8.4.0", + "react-device-detect": "^2.2.2", + "react-hook-form": "^7.48.2", + "react-i18next": "^11.18.6", + "react-intersection-observer": "^9.5.3", + "react-is": "^17.0.2", + "react-ticker": "^1.3.2", + "react-tiny-popover": "^7.2.4", + "remove": "^0.1.5", + "rxjs": "^7.8.1", + "sass": "^1.69.5", + "swiper": "^9.4.1", + "terser-webpack-plugin": "^5.3.10", + "use-query-params": "^1.2.3", + "usehooks-ts": "^2.9.1", + "webpack": "^5.89.0", + "yup": "^1.3.2" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "devDependencies": { + "@storybook/addon-actions": "^6.4.9", + "@storybook/addon-essentials": "^6.5.16", + "@storybook/addon-links": "^6.5.16", + "@storybook/builder-webpack5": "^6.5.16", + "@storybook/manager-webpack5": "^6.5.16", + "@storybook/react": "^6.5.16" }, "peerDependencies": { - "postcss": "^7.0.0 || ^8.0.1", - "webpack": "^5.0.0" - } - }, - "themes/gatsby-theme-deriv/node_modules/query-string": { - "version": "6.14.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz", - "integrity": "sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==", - "dependencies": { - "decode-uri-component": "^0.2.0", - "filter-obj": "^1.1.0", - "split-on-first": "^1.0.0", - "strict-uri-encode": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "themes/gatsby-theme-deriv/node_modules/react-refresh": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz", - "integrity": "sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "themes/gatsby-theme-deriv/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "themes/gatsby-theme-deriv/node_modules/style-to-object": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.4.tgz", - "integrity": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==", - "dependencies": { - "inline-style-parser": "0.1.1" - } - }, - "themes/gatsby-theme-deriv/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "gatsby": "^5.13.1", + "react": "^18.2.0", + "react-dom": "^18.2.0" } - }, - "themes/gatsby-theme-deriv/node_modules/tslib": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", - "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==" - }, - "themes/gatsby-theme-deriv/node_modules/webpack-virtual-modules": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz", - "integrity": "sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==" - }, - "themes/gatsby-theme-deriv/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" } } } diff --git a/package.json b/package.json index b477a3931f0..491c31e6f13 100644 --- a/package.json +++ b/package.json @@ -3,82 +3,7 @@ "description": "Deriv.com static content", "version": "0.1.0", "author": "Deriv", - "dependencies": { - "@artsy/fresnel": "^6.2.1", - "@builder.io/partytown": "^0.8.1", - "@deriv-com/analytics": "^1.4.10", - "@deriv-com/blocks": "^0.80.0", - "@deriv-com/components": "^0.49.0", - "@deriv-com/hooks": "^0.11.0", - "@deriv-com/providers": "^0.12.0", - "@deriv/deriv-api": "^1.0.13", - "@deriv/quill-design": "^1.3.2", - "@deriv/quill-icons": "^1.16.1", - "@hookform/resolvers": "^3.3.2", - "@livechat/customer-sdk": "^3.1.5", - "@loadable/component": "^5.15.3", - "@radix-ui/react-accordion": "^1.1.2", - "@radix-ui/react-alert-dialog": "^1.0.5", - "@radix-ui/react-dropdown-menu": "^2.0.6", - "@radix-ui/react-navigation-menu": "^1.1.4", - "@svgr/webpack": "^8.1.0", - "@tanstack/react-table": "^8.10.7", - "@vercel/gatsby-plugin-vercel-builder": "^0.1.2", - "cli-select": "^1.1.2", - "clsx": "^1.2.1", - "commander": "^8.3.0", - "crc-32": "^1.2.2", - "cssnano": "^5.1.15", - "deriv-api-ts": "^1.0.7", - "embla-carousel-autoplay": "^6.2.0", - "embla-carousel-react": "8.0.0-rc11", - "eslint-import-resolver-node": "^0.3.9", - "extend": "^3.0.2", - "firebase": "^9.23.0", - "formik": "^2.4.5", - "gatsby-plugin-anchor-links": "^1.2.1", - "gatsby-plugin-canonical-urls": "^5.12.0", - "gatsby-plugin-html-minifier": "^2.0.0", - "gatsby-plugin-image": "3.11.0", - "gatsby-plugin-manifest": "^5.12.3", - "gatsby-plugin-robots-txt": "^1.8.0", - "gatsby-plugin-sass": "^6.12.3", - "gatsby-plugin-sharp": "^5.12.3", - "gatsby-plugin-sitemap": "^6.12.3", - "gatsby-plugin-svgr": "^3.0.0-beta.0", - "gatsby-plugin-use-query-params": "^1.0.1", - "gatsby-source-filesystem": "^5.12.1", - "gatsby-source-strapi": "^3.3.1", - "gatsby-transformer-sharp": "^5.12.3", - "i18next": "^21.10.0", - "install": "^0.13.0", - "js-cookie": "^2.2.1", - "lottie-web": "^5.12.2", - "match-sorter": "^6.3.1", - "npm": "^9.9.2", - "p-min-delay": "^4.0.2", - "postcss-discard-duplicates": "^5.1.0", - "postcss-ts-classnames": "^0.3.0", - "prompt-sync": "^4.2.0", - "prop-types": "^15.8.1", - "react-date-picker": "8.4.0", - "react-device-detect": "^2.2.2", - "react-hook-form": "^7.48.2", - "react-i18next": "^11.18.6", - "react-intersection-observer": "^9.5.3", - "react-is": "^17.0.2", - "react-ticker": "^1.3.2", - "react-tiny-popover": "^7.2.4", - "remove": "^0.1.5", - "rxjs": "^7.8.1", - "sass": "^1.69.5", - "swiper": "^9.4.1", - "terser-webpack-plugin": "^5.3.10", - "use-query-params": "^1.2.3", - "usehooks-ts": "^2.9.1", - "webpack": "^5.89.0", - "yup": "^1.3.2" - }, + "dependencies": {}, "devDependencies": { "@commitlint/cli": "^16.3.0", "@commitlint/config-conventional": "^16.2.4", @@ -88,12 +13,6 @@ "@graphql-codegen/typescript-operations": "^2.5.13", "@loadable/babel-plugin": "^5.16.1", "@parcel/watcher": "^2.3.0", - "@storybook/addon-actions": "^6.4.9", - "@storybook/addon-essentials": "^6.5.16", - "@storybook/addon-links": "^6.5.16", - "@storybook/builder-webpack5": "^6.5.16", - "@storybook/manager-webpack5": "^6.5.16", - "@storybook/react": "^6.5.16", "@stylelint/postcss-css-in-js": "^0.38.0", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^14.1.2", diff --git a/themes/gatsby-theme-deriv/package.json b/themes/gatsby-theme-deriv/package.json index d6cd4102210..9756af4d5e9 100644 --- a/themes/gatsby-theme-deriv/package.json +++ b/themes/gatsby-theme-deriv/package.json @@ -16,7 +16,91 @@ "author": "", "license": "ISC", "dependencies": { - "gatsby": "^5.12.11", + "@artsy/fresnel": "^6.2.1", + "@builder.io/partytown": "^0.8.1", + "@deriv-com/analytics": "^1.4.10", + "@deriv-com/blocks": "^0.80.0", + "@deriv-com/components": "^0.49.0", + "@deriv-com/hooks": "^0.11.0", + "@deriv-com/providers": "^0.12.0", + "@deriv/deriv-api": "^1.0.13", + "@deriv/quill-design": "^1.3.2", + "@deriv/quill-icons": "^1.16.1", + "@hookform/resolvers": "^3.3.2", + "@livechat/customer-sdk": "^3.1.5", + "@loadable/component": "^5.15.3", + "@radix-ui/react-accordion": "^1.1.2", + "@radix-ui/react-alert-dialog": "^1.0.5", + "@radix-ui/react-dropdown-menu": "^2.0.6", + "@radix-ui/react-navigation-menu": "^1.1.4", + "@svgr/webpack": "^8.1.0", + "@tanstack/react-table": "^8.10.7", + "@vercel/gatsby-plugin-vercel-builder": "^0.1.2", + "cli-select": "^1.1.2", + "clsx": "^1.2.1", + "commander": "^8.3.0", + "crc-32": "^1.2.2", + "cssnano": "^5.1.15", + "deriv-api-ts": "^1.0.7", + "embla-carousel-autoplay": "^6.2.0", + "embla-carousel-react": "8.0.0-rc11", + "eslint-import-resolver-node": "^0.3.9", + "extend": "^3.0.2", + "firebase": "^9.23.0", + "formik": "^2.4.5", + "gatsby-plugin-anchor-links": "^1.2.1", + "gatsby-plugin-canonical-urls": "^5.12.0", + "gatsby-plugin-html-minifier": "^2.0.0", + "gatsby-plugin-image": "3.11.0", + "gatsby-plugin-manifest": "^5.12.3", + "gatsby-plugin-robots-txt": "^1.8.0", + "gatsby-plugin-sass": "^6.12.3", + "gatsby-plugin-sharp": "^5.12.3", + "gatsby-plugin-sitemap": "^6.12.3", + "gatsby-plugin-svgr": "^3.0.0-beta.0", + "gatsby-plugin-use-query-params": "^1.0.1", + "gatsby-source-filesystem": "^5.12.1", + "gatsby-source-strapi": "^3.3.1", + "gatsby-transformer-sharp": "^5.12.3", + "i18next": "^21.10.0", + "install": "^0.13.0", + "js-cookie": "^2.2.1", + "lottie-web": "^5.12.2", + "match-sorter": "^6.3.1", + "npm": "^9.9.2", + "p-min-delay": "^4.0.2", + "postcss-discard-duplicates": "^5.1.0", + "postcss-ts-classnames": "^0.3.0", + "prompt-sync": "^4.2.0", + "prop-types": "^15.8.1", + "react-date-picker": "8.4.0", + "react-device-detect": "^2.2.2", + "react-hook-form": "^7.48.2", + "react-i18next": "^11.18.6", + "react-intersection-observer": "^9.5.3", + "react-is": "^17.0.2", + "react-ticker": "^1.3.2", + "react-tiny-popover": "^7.2.4", + "remove": "^0.1.5", + "rxjs": "^7.8.1", + "sass": "^1.69.5", + "swiper": "^9.4.1", + "terser-webpack-plugin": "^5.3.10", + "use-query-params": "^1.2.3", + "usehooks-ts": "^2.9.1", + "webpack": "^5.89.0", + "yup": "^1.3.2" + }, + "devDependencies": { + "@storybook/addon-actions": "^6.4.9", + "@storybook/addon-essentials": "^6.5.16", + "@storybook/addon-links": "^6.5.16", + "@storybook/builder-webpack5": "^6.5.16", + "@storybook/manager-webpack5": "^6.5.16", + "@storybook/react": "^6.5.16" + }, + "peerDependencies": { + "gatsby": "^5.13.1", "react": "^18.2.0", "react-dom": "^18.2.0" } From 68f88c8053e102eea89a7cbec7fd2a2b9667632c Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Tue, 30 Jan 2024 10:43:31 +0800 Subject: [PATCH 21/64] chore: added theme config and options --- sites/eu/gatsby-config.js | 4 ++++ sites/row/gatsby-config.js | 4 ++++ themes/gatsby-theme-deriv/gatsby-node.js | 12 +++++++----- 3 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 sites/eu/gatsby-config.js create mode 100644 sites/row/gatsby-config.js diff --git a/sites/eu/gatsby-config.js b/sites/eu/gatsby-config.js new file mode 100644 index 00000000000..535cbe51ed1 --- /dev/null +++ b/sites/eu/gatsby-config.js @@ -0,0 +1,4 @@ +module.exports = { + plugins: [{ resolve: `gatsby-theme-deriv`, options: {isEUPage: true} }], + } + \ No newline at end of file diff --git a/sites/row/gatsby-config.js b/sites/row/gatsby-config.js new file mode 100644 index 00000000000..e36cb2c3a98 --- /dev/null +++ b/sites/row/gatsby-config.js @@ -0,0 +1,4 @@ +module.exports = { + plugins: [{ resolve: `gatsby-theme-deriv`, options: {isEUPage: false} }], + } + \ No newline at end of file diff --git a/themes/gatsby-theme-deriv/gatsby-node.js b/themes/gatsby-theme-deriv/gatsby-node.js index 88ff0b4c9a1..de8e3b88fef 100644 --- a/themes/gatsby-theme-deriv/gatsby-node.js +++ b/themes/gatsby-theme-deriv/gatsby-node.js @@ -14,7 +14,7 @@ exports.onPreBuild = async () => { } // Based upon https://github.com/gatsbyjs/gatsby/tree/master/examples/using-i18n -const BuildPage = (page, actions) => { +const BuildPage = (page, actions, isEUPage) => { const { createRedirect, createPage } = actions const is_responsible_trading = /responsible/g.test(page.path) const is_contact_us = /contact_us/g.test(page.path) @@ -205,6 +205,7 @@ const BuildPage = (page, actions) => { context: { ...page.context, locale: lang, + isEUPage, localeResources: translations_cache[lang], pathname: localized_path, }, @@ -349,8 +350,9 @@ const BuildPage = (page, actions) => { return current_page }) } -exports.onCreatePage = ({ page, actions }) => { +exports.onCreatePage = ({ page, actions }, options) => { const { deletePage } = actions + const {isEUPage} = options; const isProduction = process.env.GATSBY_ENV === 'production' const pagesToBuild = process.env.GATSBY_BUILD_PAGES if (pagesToBuild) { @@ -372,14 +374,14 @@ exports.onCreatePage = ({ page, actions }) => { deletePage(page) if (isProduction) { - return BuildPage(page, actions) + return BuildPage(page, actions, isEUPage) } else { if (pages.includes(page.path)) { - return BuildPage(page, actions) + return BuildPage(page, actions, isEUPage) } } } else { - return BuildPage(page, actions) + return BuildPage(page, actions, isEUPage) } } From 64e83529ad236b6a6d0f1089879a9a79ead0c4fa Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Tue, 30 Jan 2024 10:45:43 +0800 Subject: [PATCH 22/64] chore: added row script --- package.json | 2 +- sites/row/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 491c31e6f13..e802ad37074 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "build": "GATSBY_CPU_COUNT=2 gatsby build --log-pages && node scripts/copy-htaccess.js", "update:deriv-com-libs": "npm i @deriv-com/blocks@latest @deriv-com/components@latest @deriv-com/hooks@latest @deriv-com/providers@latest", "partytown": "partytown copylib public/~partytown", - "develop": "GATSBY_CPU_COUNT=2 gatsby develop -o", + "develop:row": "npm run develop --workspace @deriv/row", "format": "npm run format --workspace gatsby-theme-deriv", "stylelint": "npm run stylelint --workspace gatsby-theme-deriv", "eslint": "npm run eslint --workspace gatsby-theme-deriv", diff --git a/sites/row/package.json b/sites/row/package.json index 3a58ee857c2..c928b742795 100644 --- a/sites/row/package.json +++ b/sites/row/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "develop": "GATSBY_CPU_COUNT=2 gatsby develop -o" }, "keywords": [], "author": "", From c13bca0d42cc359765e6ce640f99f9c91fbf9469 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Tue, 30 Jan 2024 10:49:12 +0800 Subject: [PATCH 23/64] chore: moved i18 files to theme --- i18n-config-en.js => themes/gatsby-theme-deriv/i18n-config-en.js | 0 i18n-config.js => themes/gatsby-theme-deriv/i18n-config.js | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename i18n-config-en.js => themes/gatsby-theme-deriv/i18n-config-en.js (100%) rename i18n-config.js => themes/gatsby-theme-deriv/i18n-config.js (100%) diff --git a/i18n-config-en.js b/themes/gatsby-theme-deriv/i18n-config-en.js similarity index 100% rename from i18n-config-en.js rename to themes/gatsby-theme-deriv/i18n-config-en.js diff --git a/i18n-config.js b/themes/gatsby-theme-deriv/i18n-config.js similarity index 100% rename from i18n-config.js rename to themes/gatsby-theme-deriv/i18n-config.js From 1642f02846131a353cab33ebfe913b653b9484c9 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Tue, 30 Jan 2024 10:56:25 +0800 Subject: [PATCH 24/64] chore: updated favicon path in gatsby config --- themes/gatsby-theme-deriv/gatsby-config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/gatsby-theme-deriv/gatsby-config.js b/themes/gatsby-theme-deriv/gatsby-config.js index ee60d0462bc..cd23f590900 100644 --- a/themes/gatsby-theme-deriv/gatsby-config.js +++ b/themes/gatsby-theme-deriv/gatsby-config.js @@ -1,3 +1,4 @@ +const path = require("path"); const language_config = require(`./i18n-config.js`) const plugin = require('./src/features/styles/postcss-plugin/plugin') const isBrowser = typeof window !== 'undefined' @@ -229,7 +230,7 @@ module.exports = { background_color: '#000000', theme_color: '#000000', display: 'standalone', - icon: './favicons/favicon-512x512.png', + icon: path.resolve(__dirname, "./", "favicons", "favicon-512x512.png"), icons: [ { src: `favicons/favicon-48x48.png`, From c2e994fdeed62a5fa2b21fab46b9527664310ae3 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Tue, 30 Jan 2024 12:38:04 +0800 Subject: [PATCH 25/64] chore: moved babel tailwind and js config file to theme --- themes/gatsby-theme-deriv/.babelrc | 11 +++++++++++ .../gatsby-theme-deriv/jsconfig.json | 0 .../gatsby-theme-deriv/postcss.config.js | 0 .../gatsby-theme-deriv/tailwind.config.js | 0 4 files changed, 11 insertions(+) create mode 100644 themes/gatsby-theme-deriv/.babelrc rename jsconfig.json => themes/gatsby-theme-deriv/jsconfig.json (100%) rename postcss.config.js => themes/gatsby-theme-deriv/postcss.config.js (100%) rename tailwind.config.js => themes/gatsby-theme-deriv/tailwind.config.js (100%) diff --git a/themes/gatsby-theme-deriv/.babelrc b/themes/gatsby-theme-deriv/.babelrc new file mode 100644 index 00000000000..9f54b45ad01 --- /dev/null +++ b/themes/gatsby-theme-deriv/.babelrc @@ -0,0 +1,11 @@ +{ + "presets": [ + [ + "babel-preset-gatsby", + { + "stage": "build-javascript" // This fixes the code splitting issue, refer https://github.com/gatsbyjs/gatsby/issues/35731 + } + ] + ], + "plugins": ["@loadable/babel-plugin"] +} diff --git a/jsconfig.json b/themes/gatsby-theme-deriv/jsconfig.json similarity index 100% rename from jsconfig.json rename to themes/gatsby-theme-deriv/jsconfig.json diff --git a/postcss.config.js b/themes/gatsby-theme-deriv/postcss.config.js similarity index 100% rename from postcss.config.js rename to themes/gatsby-theme-deriv/postcss.config.js diff --git a/tailwind.config.js b/themes/gatsby-theme-deriv/tailwind.config.js similarity index 100% rename from tailwind.config.js rename to themes/gatsby-theme-deriv/tailwind.config.js From 0930ef31b0dec23eb2991c90849b0ea5a99f59ed Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Tue, 30 Jan 2024 13:50:45 +0800 Subject: [PATCH 26/64] chore: added clean script --- package.json | 3 +++ sites/eu/package.json | 3 ++- sites/row/package.json | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e802ad37074..06348c4add8 100644 --- a/package.json +++ b/package.json @@ -83,6 +83,9 @@ "update:deriv-com-libs": "npm i @deriv-com/blocks@latest @deriv-com/components@latest @deriv-com/hooks@latest @deriv-com/providers@latest", "partytown": "partytown copylib public/~partytown", "develop:row": "npm run develop --workspace @deriv/row", + "clean:row": "npm run clean --workspace @deriv/row", + "develop:eu": "npm run develop --workspace @deriv/eu", + "clean:eu": "npm run clean --workspace @deriv/eu", "format": "npm run format --workspace gatsby-theme-deriv", "stylelint": "npm run stylelint --workspace gatsby-theme-deriv", "eslint": "npm run eslint --workspace gatsby-theme-deriv", diff --git a/sites/eu/package.json b/sites/eu/package.json index 9b3698d96eb..a881b309e8c 100644 --- a/sites/eu/package.json +++ b/sites/eu/package.json @@ -4,7 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "develop": "GATSBY_CPU_COUNT=2 gatsby develop -o", + "clean": "rimraf dist *.tsbuildinfo node_modules public .cache" }, "keywords": [], "author": "", diff --git a/sites/row/package.json b/sites/row/package.json index c928b742795..fd30cb1fd69 100644 --- a/sites/row/package.json +++ b/sites/row/package.json @@ -4,7 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "develop": "GATSBY_CPU_COUNT=2 gatsby develop -o" + "develop": "GATSBY_CPU_COUNT=2 gatsby develop -o", + "clean": "rimraf dist *.tsbuildinfo node_modules public .cache" }, "keywords": [], "author": "", From 358102748f6c06d26870ef5c1e56515ffb84f3a9 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Tue, 30 Jan 2024 14:25:42 +0800 Subject: [PATCH 27/64] chore: updated eslint and tsconfig to fix alias import error --- .eslintrc | 21 ++++----- package-lock.json | 47 +++++++++++++++++++ package.json | 2 +- themes/gatsby-theme-deriv/jsconfig.json | 2 +- themes/gatsby-theme-deriv/src/pages/index.tsx | 2 +- themes/gatsby-theme-deriv/tsconfig.json | 14 +++++- tsconfig.json | 16 +------ 7 files changed, 73 insertions(+), 31 deletions(-) diff --git a/.eslintrc b/.eslintrc index 1802e11d057..8600fc66944 100644 --- a/.eslintrc +++ b/.eslintrc @@ -83,7 +83,7 @@ ] } ], - "import/no-useless-path-segments": "error", + // "import/no-useless-path-segments": "error", "import/prefer-default-export": 0, "import/order": [ "error", @@ -127,21 +127,16 @@ "jest": true }, "settings": { + "import/parsers": { + "@typescript-eslint/parser": [".ts", ".tsx"] + }, "import/resolver": { + "typescript": { + "project": ["tsconfig.json", "themes/gatsby-theme-deriv/tsconfig.json"] + }, "node": { - "paths": [ - "src" - ], - "extensions": [ - ".js", - ".jsx", - ".ts", - ".tsx" - ] + "project": ["tsconfig.json", "themes/gatsby-theme-deriv/tsconfig.json"] } - }, - "react": { - "version": "17" } } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 5ca601bcaf0..d3c67f9fc1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,6 +40,7 @@ "babel-plugin-styled-components": "^2.1.4", "babel-preset-gatsby": "^2.25.0", "eslint": "^7.32.0", + "eslint-import-resolver-typescript": "^3.6.1", "eslint-loader": "^4.0.2", "eslint-plugin-deprecation": "^1.5.0", "eslint-plugin-import": "^2.29.0", @@ -22542,6 +22543,31 @@ "ms": "^2.1.1" } }, + "node_modules/eslint-import-resolver-typescript": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.1.tgz", + "integrity": "sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==", + "dev": true, + "dependencies": { + "debug": "^4.3.4", + "enhanced-resolve": "^5.12.0", + "eslint-module-utils": "^2.7.4", + "fast-glob": "^3.3.1", + "get-tsconfig": "^4.5.0", + "is-core-module": "^2.11.0", + "is-glob": "^4.0.3" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/unts/projects/eslint-import-resolver-ts" + }, + "peerDependencies": { + "eslint": "*", + "eslint-plugin-import": "*" + } + }, "node_modules/eslint-loader": { "version": "4.0.2", "dev": true, @@ -27132,6 +27158,18 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/get-tsconfig": { + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.2.tgz", + "integrity": "sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==", + "dev": true, + "dependencies": { + "resolve-pkg-maps": "^1.0.0" + }, + "funding": { + "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" + } + }, "node_modules/get-user-locale": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/get-user-locale/-/get-user-locale-1.5.1.tgz", @@ -42185,6 +42223,15 @@ "node": ">=8" } }, + "node_modules/resolve-pkg-maps": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", + "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", + "dev": true, + "funding": { + "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" + } + }, "node_modules/resolve-url": { "version": "0.2.1", "license": "MIT" diff --git a/package.json b/package.json index 06348c4add8..faa873dcd52 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "description": "Deriv.com static content", "version": "0.1.0", "author": "Deriv", - "dependencies": {}, "devDependencies": { "@commitlint/cli": "^16.3.0", "@commitlint/config-conventional": "^16.2.4", @@ -32,6 +31,7 @@ "babel-plugin-styled-components": "^2.1.4", "babel-preset-gatsby": "^2.25.0", "eslint": "^7.32.0", + "eslint-import-resolver-typescript": "^3.6.1", "eslint-loader": "^4.0.2", "eslint-plugin-deprecation": "^1.5.0", "eslint-plugin-import": "^2.29.0", diff --git a/themes/gatsby-theme-deriv/jsconfig.json b/themes/gatsby-theme-deriv/jsconfig.json index 4942b6211b7..cf113d3cd40 100644 --- a/themes/gatsby-theme-deriv/jsconfig.json +++ b/themes/gatsby-theme-deriv/jsconfig.json @@ -1,5 +1,5 @@ { "compilerOptions": { - "baseUrl": "src", + "baseUrl": "./src", } } \ No newline at end of file diff --git a/themes/gatsby-theme-deriv/src/pages/index.tsx b/themes/gatsby-theme-deriv/src/pages/index.tsx index 42d7dc40504..351f73b4f27 100644 --- a/themes/gatsby-theme-deriv/src/pages/index.tsx +++ b/themes/gatsby-theme-deriv/src/pages/index.tsx @@ -1,8 +1,8 @@ import React from 'react' -import { WithIntl } from 'components/localization' import HomePage from 'features/pages/home' import { SEO } from 'components/containers' import { TGatsbyHead } from 'features/types' +import { WithIntl } from 'components/localization' const Home = () => { return diff --git a/themes/gatsby-theme-deriv/tsconfig.json b/themes/gatsby-theme-deriv/tsconfig.json index 63cf149c0a2..d2e5e261506 100644 --- a/themes/gatsby-theme-deriv/tsconfig.json +++ b/themes/gatsby-theme-deriv/tsconfig.json @@ -1,7 +1,19 @@ { "extends": "../../tsconfig.json", "compilerOptions": { - "baseUrl": "src", + "baseUrl": "./src", + "plugins": [ + { + "name": "typescript-plugin-css-modules", + "options": { + "rendererOptions": { + "sass": { + "loadPaths": ["./src"] + } + } + } + } + ] }, "include": [ "./src/**/*", diff --git a/tsconfig.json b/tsconfig.json index ef666a5aaf1..84b256ffcc1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,18 +13,6 @@ "moduleResolution": "Bundler", "module": "ESNext", "resolveJsonModule": true, - "downlevelIteration": true, - "plugins": [ - { - "name": "typescript-plugin-css-modules", - "options": { - "rendererOptions": { - "sass": { - "loadPaths": ["./src"] - } - } - } - } - ] - }, + "downlevelIteration": true + } } From 64547f83cc77bfd78a74034bef697d735c8db30c Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Tue, 30 Jan 2024 14:45:52 +0800 Subject: [PATCH 28/64] chore: added theme to sites --- package-lock.json | 2 ++ sites/eu/package.json | 1 + sites/row/package.json | 1 + 3 files changed, 4 insertions(+) diff --git a/package-lock.json b/package-lock.json index d3c67f9fc1d..6fd6a919764 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48109,6 +48109,7 @@ "license": "ISC", "dependencies": { "gatsby": "^5.12.11", + "gatsby-theme-deriv": "^1.0.0", "react": "^18.2.0", "react-dom": "^18.2.0" } @@ -49002,6 +49003,7 @@ "license": "ISC", "dependencies": { "gatsby": "^5.12.11", + "gatsby-theme-deriv": "^1.0.0", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/sites/eu/package.json b/sites/eu/package.json index a881b309e8c..9ba3ba91bd9 100644 --- a/sites/eu/package.json +++ b/sites/eu/package.json @@ -12,6 +12,7 @@ "license": "ISC", "dependencies": { "gatsby": "^5.12.11", + "gatsby-theme-deriv": "^1.0.0", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/sites/row/package.json b/sites/row/package.json index fd30cb1fd69..7192dadd93f 100644 --- a/sites/row/package.json +++ b/sites/row/package.json @@ -12,6 +12,7 @@ "license": "ISC", "dependencies": { "gatsby": "^5.12.11", + "gatsby-theme-deriv": "^1.0.0", "react": "^18.2.0", "react-dom": "^18.2.0" } From 4f0b2010a76ce23a55163030430d5fcc7f5c1794 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Tue, 30 Jan 2024 14:56:43 +0800 Subject: [PATCH 29/64] chore: fixed sass classnames issue --- themes/gatsby-theme-deriv/gatsby-config.js | 2 +- .../src/features/styles/postcss-plugin/plugin.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/gatsby-theme-deriv/gatsby-config.js b/themes/gatsby-theme-deriv/gatsby-config.js index cd23f590900..8476d70fa87 100644 --- a/themes/gatsby-theme-deriv/gatsby-config.js +++ b/themes/gatsby-theme-deriv/gatsby-config.js @@ -72,7 +72,7 @@ module.exports = { require('postcss-discard-duplicates'), require('autoprefixer'), // better cross-browser compatibility plugin({ - dest: 'src/classnames.d.ts', + dest: path.resolve(__dirname, "src", "classnames.d.ts"), exportAsDefault: true, }), require('cssnano')({ diff --git a/themes/gatsby-theme-deriv/src/features/styles/postcss-plugin/plugin.js b/themes/gatsby-theme-deriv/src/features/styles/postcss-plugin/plugin.js index 2fc35c9e136..c5a840dbf64 100644 --- a/themes/gatsby-theme-deriv/src/features/styles/postcss-plugin/plugin.js +++ b/themes/gatsby-theme-deriv/src/features/styles/postcss-plugin/plugin.js @@ -1,3 +1,4 @@ +const path = require('path') const postcss = require('postcss') const ClassNameCollector = require('./class-name-collector') @@ -9,7 +10,7 @@ function getSingleton() { if (!instance) { instance = anyGlobal[key] = new ClassNameCollector({ - dest: 'src/classnames.d.ts', + dest: path.resolve(__dirname, "src", "classnames.d.ts"), }) } From 82c566ba6fe2bb6dbcca2be06f246bee9cf12690 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Tue, 30 Jan 2024 16:01:57 +0800 Subject: [PATCH 30/64] chore: updated tailwind config --- tailwind.config.js | 8 ++++++++ themes/gatsby-theme-deriv/postcss.config.js | 6 +++++- themes/gatsby-theme-deriv/tailwind.config.js | 9 +++++++-- 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 tailwind.config.js diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 00000000000..b3de70647c2 --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,8 @@ +/** @type {import('tailwindcss').Config} */ +module.exports = { + theme: { + extend: {}, + }, + plugins: [], + presets: [require('@deriv/quill-design/quill-tailwind/tailwind.config')], +} \ No newline at end of file diff --git a/themes/gatsby-theme-deriv/postcss.config.js b/themes/gatsby-theme-deriv/postcss.config.js index 96bb01e7dd1..24a5abac7e5 100644 --- a/themes/gatsby-theme-deriv/postcss.config.js +++ b/themes/gatsby-theme-deriv/postcss.config.js @@ -1,6 +1,10 @@ +const { join } = require('path'); + module.exports = { plugins: { - tailwindcss: {}, + tailwindcss: { + config: join(__dirname, 'tailwind.config.js'), + }, autoprefixer: {}, }, } \ No newline at end of file diff --git a/themes/gatsby-theme-deriv/tailwind.config.js b/themes/gatsby-theme-deriv/tailwind.config.js index ac97cca6774..8aef6a228a9 100644 --- a/themes/gatsby-theme-deriv/tailwind.config.js +++ b/themes/gatsby-theme-deriv/tailwind.config.js @@ -1,9 +1,14 @@ +const { join } = require('path'); + /** @type {import('tailwindcss').Config} */ module.exports = { - content: ['./src/**/*.{js,jsx,ts,tsx}'], + content: [join( + __dirname, + 'src/**/*.{ts,tsx,js,jx}', + ),], theme: { extend: {}, }, plugins: [], - presets: [require('@deriv/quill-design/quill-tailwind/tailwind.config')], + presets: [require('../../tailwind.config')], } \ No newline at end of file From d91a855b03147f8ffb1e7e42256b7adeeb98a201 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Tue, 30 Jan 2024 18:07:25 +0800 Subject: [PATCH 31/64] chore: fixed env issue --- themes/gatsby-theme-deriv/gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/gatsby-theme-deriv/gatsby-config.js b/themes/gatsby-theme-deriv/gatsby-config.js index 8476d70fa87..8caf8a814e5 100644 --- a/themes/gatsby-theme-deriv/gatsby-config.js +++ b/themes/gatsby-theme-deriv/gatsby-config.js @@ -4,7 +4,7 @@ const plugin = require('./src/features/styles/postcss-plugin/plugin') const isBrowser = typeof window !== 'undefined' require('dotenv').config({ - path: `.env.${process.env.NODE_ENV}`, + path: path.resolve(__dirname, '..', '..', `.env.${process.env.NODE_ENV}`), }) const origin = isBrowser && window.location.origin From 771b88ddab9ed0bde0d6ffcd169bf69b8ef21e0d Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Tue, 30 Jan 2024 18:36:18 +0800 Subject: [PATCH 32/64] chore: fixed eslint issues --- .../components/templates/banners/award-banners/index.tsx | 2 +- .../pages/home/live-pricing/table-component/symbol-icon.tsx | 1 + .../gatsby-theme-deriv/src/pages/deriv-go/_what-is-deriv-go.tsx | 2 +- themes/gatsby-theme-deriv/src/pages/landing/_types.ts | 2 +- .../src/pages/signup-affiliates/utils/_birth-picker.tsx | 1 + .../src/pages/trading-specification/components/_elements.tsx | 1 + 6 files changed, 6 insertions(+), 3 deletions(-) diff --git a/themes/gatsby-theme-deriv/src/features/components/templates/banners/award-banners/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/banners/award-banners/index.tsx index 2e462517f8b..8002778d93b 100644 --- a/themes/gatsby-theme-deriv/src/features/components/templates/banners/award-banners/index.tsx +++ b/themes/gatsby-theme-deriv/src/features/components/templates/banners/award-banners/index.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { awardImagesRow, awardImagesEu } from './data' +import { awardImagesRow } from './data' import { AwardProps } from './awardProps' import * as styles from './award-banner.module.scss' import Container from 'features/components/atoms/container' diff --git a/themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/table-component/symbol-icon.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/table-component/symbol-icon.tsx index 475fcf0665e..0f5e68f2d7b 100644 --- a/themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/table-component/symbol-icon.tsx +++ b/themes/gatsby-theme-deriv/src/features/pages/home/live-pricing/table-component/symbol-icon.tsx @@ -1,3 +1,4 @@ +/*eslint import/namespace: ['error', { allowComputed: true }]*/ import React from 'react' import * as icons from 'components/elements/symbols-shortcode' import Image from 'features/components/atoms/image' diff --git a/themes/gatsby-theme-deriv/src/pages/deriv-go/_what-is-deriv-go.tsx b/themes/gatsby-theme-deriv/src/pages/deriv-go/_what-is-deriv-go.tsx index 1395f43880d..141d1490889 100644 --- a/themes/gatsby-theme-deriv/src/pages/deriv-go/_what-is-deriv-go.tsx +++ b/themes/gatsby-theme-deriv/src/pages/deriv-go/_what-is-deriv-go.tsx @@ -1,6 +1,6 @@ import React from 'react' import styled from 'styled-components' -import { ContentType } from './index' +import { ContentType } from 'pages/landing/_types' import { Localize } from 'components/localization' import { SectionContainer, Container, Flex } from 'components/containers' import { Header } from 'components/elements/typography' diff --git a/themes/gatsby-theme-deriv/src/pages/landing/_types.ts b/themes/gatsby-theme-deriv/src/pages/landing/_types.ts index fefbcc2296f..ae343600766 100644 --- a/themes/gatsby-theme-deriv/src/pages/landing/_types.ts +++ b/themes/gatsby-theme-deriv/src/pages/landing/_types.ts @@ -2,7 +2,7 @@ import type { ImageDataLike } from 'gatsby-plugin-image' import { TString } from 'types/generics' export type ContentType = { - title: TString + title: TString | string header?: TString second_title?: TString subtitle?: TString diff --git a/themes/gatsby-theme-deriv/src/pages/signup-affiliates/utils/_birth-picker.tsx b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/utils/_birth-picker.tsx index 717225f5af8..c23b38453d5 100644 --- a/themes/gatsby-theme-deriv/src/pages/signup-affiliates/utils/_birth-picker.tsx +++ b/themes/gatsby-theme-deriv/src/pages/signup-affiliates/utils/_birth-picker.tsx @@ -1,5 +1,6 @@ import React, { useState } from 'react' import styled, { css } from 'styled-components' +// eslint-disable-next-line import/default import DatePicker from 'react-date-picker' import { AffiliateLabel } from './_affiliate-input' import Calendar from 'images/svg/signup-affiliates/calendar.svg' diff --git a/themes/gatsby-theme-deriv/src/pages/trading-specification/components/_elements.tsx b/themes/gatsby-theme-deriv/src/pages/trading-specification/components/_elements.tsx index a1b93093393..2085bde34e3 100644 --- a/themes/gatsby-theme-deriv/src/pages/trading-specification/components/_elements.tsx +++ b/themes/gatsby-theme-deriv/src/pages/trading-specification/components/_elements.tsx @@ -1,3 +1,4 @@ +/*eslint import/namespace: ['error', { allowComputed: true }]*/ import React, { useEffect, useState } from 'react' import styled, { css } from 'styled-components' import { Popover, ArrowContainer } from 'react-tiny-popover' From 490d0033b9ee03ad20273af13c60db16c029e3c7 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Wed, 31 Jan 2024 11:23:40 +0800 Subject: [PATCH 33/64] chore: added build script --- package.json | 4 ++-- sites/row/package.json | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index faa873dcd52..e7c113a4654 100644 --- a/package.json +++ b/package.json @@ -78,8 +78,8 @@ ], "license": "Apache License 2.0", "scripts": { - "analyze-bundle": "GENERATE_JSON_STATS=true gatsby build && npx webpack-bundle-analyzer -m static -r ./webpack-bundle-report/report.html ./public/stats.json", - "build": "GATSBY_CPU_COUNT=2 gatsby build --log-pages && node scripts/copy-htaccess.js", + "analyze-bundle:row": "npm run analyze-bundle --workspace @deriv/row", + "build:row": "npm run build --workspace @deriv/row", "update:deriv-com-libs": "npm i @deriv-com/blocks@latest @deriv-com/components@latest @deriv-com/hooks@latest @deriv-com/providers@latest", "partytown": "partytown copylib public/~partytown", "develop:row": "npm run develop --workspace @deriv/row", diff --git a/sites/row/package.json b/sites/row/package.json index 7192dadd93f..907a672a474 100644 --- a/sites/row/package.json +++ b/sites/row/package.json @@ -4,8 +4,10 @@ "description": "", "main": "index.js", "scripts": { + "build": "GATSBY_CPU_COUNT=2 gatsby build --log-pages", "develop": "GATSBY_CPU_COUNT=2 gatsby develop -o", - "clean": "rimraf dist *.tsbuildinfo node_modules public .cache" + "clean": "rimraf dist *.tsbuildinfo node_modules public .cache", + "analyze-bundle": "GENERATE_JSON_STATS=true gatsby build && npx webpack-bundle-analyzer -m static -r ./webpack-bundle-report/report.html ./public/stats.json" }, "keywords": [], "author": "", From e99f18ed0d0f54c0932ffc2a15c717f4fe5317d7 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Wed, 31 Jan 2024 14:15:32 +0800 Subject: [PATCH 34/64] chore: fixed html minification issue --- package-lock.json | 24 ++---------- sites/eu/gatsby-config.js | 5 ++- sites/row/gatsby-config.js | 12 +++++- themes/gatsby-theme-deriv/gatsby-config.js | 13 ------- themes/gatsby-theme-deriv/gatsby-node.js | 45 +++++++++++++++++++++- themes/gatsby-theme-deriv/package.json | 2 +- 6 files changed, 64 insertions(+), 37 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6fd6a919764..fcc3749e14a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25371,14 +25371,6 @@ "gatsby": "^2 || ^3 || ^4 || ^5" } }, - "node_modules/gatsby-plugin-html-minifier": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-html-minifier/-/gatsby-plugin-html-minifier-2.0.0.tgz", - "integrity": "sha512-AqJUR/NNtWsDYt5hBeJXmLudQH1MUResXYDiGSTj3spE974JYHYSxNP+WkWsbBMof+0XEzUtHJAQzHOSp8habg==", - "peerDependencies": { - "html-minifier": "^4.0.0" - } - }, "node_modules/gatsby-plugin-image": { "version": "3.11.0", "license": "MIT", @@ -28212,7 +28204,6 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/html-minifier/-/html-minifier-4.0.0.tgz", "integrity": "sha512-aoGxanpFPLg7MkIl/DDFYtb0iWz7jMFGqFhvEDZga6/4QTjneiD8I/NXL1x5aaoCp7FSIT6h/OhykDdPsbtMig==", - "peer": true, "dependencies": { "camel-case": "^3.0.0", "clean-css": "^4.2.1", @@ -28253,7 +28244,6 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz", "integrity": "sha512-+MbKztAYHXPr1jNTSKQF52VpcFjwY5RkR7fxksV8Doo4KAYc5Fl4UJRgthBbTmEx8C54DqahhbLJkDwjI3PI/w==", - "peer": true, "dependencies": { "no-case": "^2.2.0", "upper-case": "^1.1.1" @@ -28263,7 +28253,6 @@ "version": "4.2.4", "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz", "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==", - "peer": true, "dependencies": { "source-map": "~0.6.0" }, @@ -28274,20 +28263,17 @@ "node_modules/html-minifier/node_modules/commander": { "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "peer": true + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" }, "node_modules/html-minifier/node_modules/lower-case": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz", - "integrity": "sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA==", - "peer": true + "integrity": "sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA==" }, "node_modules/html-minifier/node_modules/no-case": { "version": "2.3.2", "resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz", "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==", - "peer": true, "dependencies": { "lower-case": "^1.1.1" } @@ -28296,7 +28282,6 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz", "integrity": "sha512-eQE845L6ot89sk2N8liD8HAuH4ca6Vvr7VWAWwt7+kvvG5aBcPmmphQ68JsEG2qa9n1TykS2DLeMt363AAH8/w==", - "peer": true, "dependencies": { "no-case": "^2.2.0" } @@ -28304,8 +28289,7 @@ "node_modules/html-minifier/node_modules/upper-case": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz", - "integrity": "sha512-WRbjgmYzgXkCV7zNVpy5YgrHgbBv126rMALQQMrmzOVC4GM2waQ9x7xtm8VU+1yF2kWyPzI9zbZ48n4vSxwfSA==", - "peer": true + "integrity": "sha512-WRbjgmYzgXkCV7zNVpy5YgrHgbBv126rMALQQMrmzOVC4GM2waQ9x7xtm8VU+1yF2kWyPzI9zbZ48n4vSxwfSA==" }, "node_modules/html-parse-stringify": { "version": "3.0.1", @@ -49929,7 +49913,6 @@ "formik": "^2.4.5", "gatsby-plugin-anchor-links": "^1.2.1", "gatsby-plugin-canonical-urls": "^5.12.0", - "gatsby-plugin-html-minifier": "^2.0.0", "gatsby-plugin-image": "3.11.0", "gatsby-plugin-manifest": "^5.12.3", "gatsby-plugin-robots-txt": "^1.8.0", @@ -49941,6 +49924,7 @@ "gatsby-source-filesystem": "^5.12.1", "gatsby-source-strapi": "^3.3.1", "gatsby-transformer-sharp": "^5.12.3", + "html-minifier": "^4.0.0", "i18next": "^21.10.0", "install": "^0.13.0", "js-cookie": "^2.2.1", diff --git a/sites/eu/gatsby-config.js b/sites/eu/gatsby-config.js index 535cbe51ed1..93be37eb5b0 100644 --- a/sites/eu/gatsby-config.js +++ b/sites/eu/gatsby-config.js @@ -1,4 +1,7 @@ +const path = require("path") + module.exports = { - plugins: [{ resolve: `gatsby-theme-deriv`, options: {isEUPage: true} }], + plugins: [{ resolve: `gatsby-theme-deriv`, options: {isEUPage: true, + buildDirPath: path.resolve(__dirname, "..", "..", "sites", "row", 'public/index.html')} }], } \ No newline at end of file diff --git a/sites/row/gatsby-config.js b/sites/row/gatsby-config.js index e36cb2c3a98..7775c2bd577 100644 --- a/sites/row/gatsby-config.js +++ b/sites/row/gatsby-config.js @@ -1,4 +1,14 @@ +const path = require("path") + module.exports = { - plugins: [{ resolve: `gatsby-theme-deriv`, options: {isEUPage: false} }], + plugins: [ + { + resolve: `gatsby-theme-deriv`, + options: { + isEUPage: false, + buildDirPath: path.resolve(__dirname, "..", "..", "sites", "row", 'public/index.html') + } + } + ], } \ No newline at end of file diff --git a/themes/gatsby-theme-deriv/gatsby-config.js b/themes/gatsby-theme-deriv/gatsby-config.js index 8caf8a814e5..34a1580eecd 100644 --- a/themes/gatsby-theme-deriv/gatsby-config.js +++ b/themes/gatsby-theme-deriv/gatsby-config.js @@ -52,19 +52,6 @@ module.exports = { ], plugins: [ 'gatsby-plugin-postcss', - { - resolve: 'gatsby-plugin-html-minifier', - options: { - collapseWhitespace: true, - decodeEntities: true, - minifyCSS: true, - minifyJS: true, - removeComments: true, - removeEmptyAttributes: true, - removeRedundantAttributes: true, - useShortDoctype: true, - }, - }, { resolve: 'gatsby-plugin-sass', options: { diff --git a/themes/gatsby-theme-deriv/gatsby-node.js b/themes/gatsby-theme-deriv/gatsby-node.js index de8e3b88fef..b600654780f 100644 --- a/themes/gatsby-theme-deriv/gatsby-node.js +++ b/themes/gatsby-theme-deriv/gatsby-node.js @@ -6,6 +6,8 @@ const { copyLibFiles } = require('@builder.io/partytown/utils') const webpack = require('webpack') const StylelintPlugin = require('stylelint-webpack-plugin') const TerserPlugin = require('terser-webpack-plugin') +const minify = require('html-minifier').minify; +const fs = require('fs'); const translations_cache = {} @@ -440,4 +442,45 @@ exports.onCreateWebpackConfig = ({ stage, actions, loaders, getConfig }, { ...op } } : {}), }) -} \ No newline at end of file +} + +const minificationOptions = { + collapseWhitespace: true, + decodeEntities: true, + minifyCSS: true, + minifyJS: true, + removeComments: true, + removeEmptyAttributes: true, + removeRedundantAttributes: true, + useShortDoctype: true, +} + +exports.onPostBuild = (_, {buildDirPath}) => { + return new Promise((resolve, reject) => { + // do async work + console.log('=== HMTL minification started ==='); + + console.log('full path', buildDirPath); + fs.readFile(buildDirPath, 'utf8', (err, inp) => { + if (err) { + reject(); + throw err; + } + var result = minify(inp, minificationOptions); + var reducedPercentage = ( + ((inp.length - result.length) / inp.length) * + 100 + ).toFixed(2); + console.log(`We have reduced index.html by ${reducedPercentage}%`); + + fs.writeFile(buildDirPath, result, err2 => { + if (err2) { + reject(); + throw err; + } + console.log('index.html has been saved!'); + resolve(); + }); + }); + }); +}; \ No newline at end of file diff --git a/themes/gatsby-theme-deriv/package.json b/themes/gatsby-theme-deriv/package.json index 9756af4d5e9..e11a9f53cde 100644 --- a/themes/gatsby-theme-deriv/package.json +++ b/themes/gatsby-theme-deriv/package.json @@ -50,7 +50,6 @@ "formik": "^2.4.5", "gatsby-plugin-anchor-links": "^1.2.1", "gatsby-plugin-canonical-urls": "^5.12.0", - "gatsby-plugin-html-minifier": "^2.0.0", "gatsby-plugin-image": "3.11.0", "gatsby-plugin-manifest": "^5.12.3", "gatsby-plugin-robots-txt": "^1.8.0", @@ -62,6 +61,7 @@ "gatsby-source-filesystem": "^5.12.1", "gatsby-source-strapi": "^3.3.1", "gatsby-transformer-sharp": "^5.12.3", + "html-minifier": "^4.0.0", "i18next": "^21.10.0", "install": "^0.13.0", "js-cookie": "^2.2.1", From 56702a34f1c653d9aa5753df972102f86d9eb2f5 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Wed, 31 Jan 2024 14:19:57 +0800 Subject: [PATCH 35/64] chore: fixed html minification issue --- sites/eu/gatsby-config.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sites/eu/gatsby-config.js b/sites/eu/gatsby-config.js index 93be37eb5b0..580ee84c72a 100644 --- a/sites/eu/gatsby-config.js +++ b/sites/eu/gatsby-config.js @@ -1,7 +1,14 @@ const path = require("path") module.exports = { - plugins: [{ resolve: `gatsby-theme-deriv`, options: {isEUPage: true, - buildDirPath: path.resolve(__dirname, "..", "..", "sites", "row", 'public/index.html')} }], + plugins: [ + { + resolve: `gatsby-theme-deriv`, + options: { + isEUPage: true, + buildDirPath: path.resolve(__dirname, "..", "..", "sites", "eu", 'public/index.html') + } + } + ], } \ No newline at end of file From 0b227138a938573f908782e58de3e1040c6e69dc Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Wed, 31 Jan 2024 14:26:07 +0800 Subject: [PATCH 36/64] chore: updated partytown scripts --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e7c113a4654..59793334689 100644 --- a/package.json +++ b/package.json @@ -80,8 +80,9 @@ "scripts": { "analyze-bundle:row": "npm run analyze-bundle --workspace @deriv/row", "build:row": "npm run build --workspace @deriv/row", - "update:deriv-com-libs": "npm i @deriv-com/blocks@latest @deriv-com/components@latest @deriv-com/hooks@latest @deriv-com/providers@latest", - "partytown": "partytown copylib public/~partytown", + "update:deriv-com-libs": "npm i @deriv-com/blocks@latest @deriv-com/components@latest @deriv-com/hooks@latest @deriv-com/providers@latest --workspace gatsby-theme-deriv", + "partytown:row": "partytown copylib sites/row/public/~partytown", + "partytown:eu": "partytown copylib sites/eu/public/~partytown", "develop:row": "npm run develop --workspace @deriv/row", "clean:row": "npm run clean --workspace @deriv/row", "develop:eu": "npm run develop --workspace @deriv/eu", From f227025f6c6c134382b1e906df6d99e8931ac729 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Wed, 31 Jan 2024 14:30:45 +0800 Subject: [PATCH 37/64] chore: updated serve scripts --- package.json | 7 ++++--- sites/eu/package.json | 5 ++++- sites/row/package.json | 1 + 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 59793334689..bb4c4b89772 100644 --- a/package.json +++ b/package.json @@ -90,9 +90,10 @@ "format": "npm run format --workspace gatsby-theme-deriv", "stylelint": "npm run stylelint --workspace gatsby-theme-deriv", "eslint": "npm run eslint --workspace gatsby-theme-deriv", - "start": "npm run develop", - "start-80": "sudo gatsby develop -p 80", - "serve": "gatsby serve", + "start:row": "npm run develop:row", + "start:eu": "npm run develop:eu", + "serve:row": "npm run serve:row", + "serve:eu": "npm run serve:eu", "test": "npm run eslint && npm run stylelint", "jest": "jest --passWithNoTests --detectOpenHandles", "jest:coverage": "npm run jest -- --coverage", diff --git a/sites/eu/package.json b/sites/eu/package.json index 9ba3ba91bd9..f133d85c35f 100644 --- a/sites/eu/package.json +++ b/sites/eu/package.json @@ -4,8 +4,11 @@ "description": "", "main": "index.js", "scripts": { + "build": "GATSBY_CPU_COUNT=2 gatsby build --log-pages", "develop": "GATSBY_CPU_COUNT=2 gatsby develop -o", - "clean": "rimraf dist *.tsbuildinfo node_modules public .cache" + "serve": "gatsby serve", + "clean": "rimraf dist *.tsbuildinfo node_modules public .cache", + "analyze-bundle": "GENERATE_JSON_STATS=true gatsby build && npx webpack-bundle-analyzer -m static -r ./webpack-bundle-report/report.html ./public/stats.json" }, "keywords": [], "author": "", diff --git a/sites/row/package.json b/sites/row/package.json index 907a672a474..f40f5eed28a 100644 --- a/sites/row/package.json +++ b/sites/row/package.json @@ -6,6 +6,7 @@ "scripts": { "build": "GATSBY_CPU_COUNT=2 gatsby build --log-pages", "develop": "GATSBY_CPU_COUNT=2 gatsby develop -o", + "serve": "gatsby serve", "clean": "rimraf dist *.tsbuildinfo node_modules public .cache", "analyze-bundle": "GENERATE_JSON_STATS=true gatsby build && npx webpack-bundle-analyzer -m static -r ./webpack-bundle-report/report.html ./public/stats.json" }, From fdf6e45fb32a794afbe16e8026ce3c4cdffce955 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Wed, 31 Jan 2024 15:32:11 +0800 Subject: [PATCH 38/64] chore: updated htaccess script --- package.json | 3 ++- scripts/copy-htaccess.js | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bb4c4b89772..559dd8bb0b0 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,8 @@ "license": "Apache License 2.0", "scripts": { "analyze-bundle:row": "npm run analyze-bundle --workspace @deriv/row", - "build:row": "npm run build --workspace @deriv/row", + "build:row": "npm run build --workspace @deriv/row && node scripts/copy-htaccess.js row", + "build:eu": "npm run build --workspace @deriv/eu && node scripts/copy-htaccess.js eu", "update:deriv-com-libs": "npm i @deriv-com/blocks@latest @deriv-com/components@latest @deriv-com/hooks@latest @deriv-com/providers@latest --workspace gatsby-theme-deriv", "partytown:row": "partytown copylib sites/row/public/~partytown", "partytown:eu": "partytown copylib sites/eu/public/~partytown", diff --git a/scripts/copy-htaccess.js b/scripts/copy-htaccess.js index 237b5eb2782..fc9b2acb468 100644 --- a/scripts/copy-htaccess.js +++ b/scripts/copy-htaccess.js @@ -1,11 +1,17 @@ const fs = require('fs'); const path = require('path'); +const region = process.argv[2] + +function generatePublicPath(region){ + return path.join(__dirname, '..', "sites", region, 'public', '.htaccess'); +} + // Path to your custom .htaccess file in the project root const htaccessPath = path.join(__dirname, '..', '.htaccess'); // Path to the Gatsby public directory -const publicPath = path.join(__dirname, '..', 'public', '.htaccess'); +const publicPath = generatePublicPath(region); fs.copyFile(htaccessPath, publicPath, (err) => { if (err) { From b4bce287ffb20a2dcce064ca133b11712d3d0d48 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Wed, 31 Jan 2024 16:53:34 +0800 Subject: [PATCH 39/64] chore: updated translation scripts --- crowdin/messages.json | 4751 +------------------------------ scripts/extract-translations.js | 19 +- 2 files changed, 14 insertions(+), 4756 deletions(-) diff --git a/crowdin/messages.json b/crowdin/messages.json index 377a31b1832..9e26dfeeb6e 100644 --- a/crowdin/messages.json +++ b/crowdin/messages.json @@ -1,4750 +1 @@ -{ - "3670321": "<0>IVV.US The iShares Core S&P 500 ETF tracks the performance of an index of large-capitalisation US equities.", - "3965745": "Your payout can potentially grow by 1% or 5% on average per tick.", - "4506932": "How do I add a Deriv X account?", - "5629598": "Company website/social media URL*", - "5681962": "EUR/USD DFX10 Index", - "6312314": "Deriv (V) Ltd (Company No. 014556), incorporated on the 17th February 2016, is registered in the Republic of Vanuatu with its registered office located at 1276, Govant Building, Kumul Highway, Port Vila, Republic of Vanuatu. Deriv (V) Ltd is licensed by the Vanuatu Financial Services Commission <0>(view licence) and is a member of the <1>Financial Markets Association.", - "7128051": "How can I adjust or remove my self-exclusion limits?", - "7228511": "Determine your commission per transaction, subject to our established thresholds.", - "7359443": "Focused accounts for a focused strategy", - "7588258": "2. Click Trade on your preferred MT5 account, then click the pencil icon next to the password section.", - "11019706": "Your available balance for Deriv P2P may not reflect your entire Deriv balance. This is because deposits made via some payment methods won’t be available for Deriv P2P. See <0>Why is my Deriv P2P balance different from my Deriv account balance? for more info.", - "11528850": "tnt", - "13119092": "clients", - "15238581": "Go to the first item in the media gallery and click <0>Get media code.", - "17217397": "Cryptocurrency", - "19552684": "USD Basket", - "20135418": "100,000", - "22146527": "Secure, responsive platform", - "22354933": "Your money is held in secure financial institutions and is always available to you, should you wish to withdraw. We don't use your money for our business purposes.", - "22360354": "Enjoy trading a wide range of offerings that mimic characteristics of financial markets or are derived from them.", - "22418565": "exchanged to date", - "22632484": "Can I close a turbo options contract before the end of the contract duration?", - "22995280": "The platform to start with. It’s powerful yet easy to use.", - "24062713": "0.2 },", - "24763773": "Sony Group Corp", - "24900606": "Gold Basket", - "26480598": "General", - "26596220": "Finance", - "27830635": "Deriv (V) Ltd", - "28675270": "Chief Financial Officer", - "28681430": "Join great marketing minds at Deriv’s office in Ciudad del Este, Paraguay. Be part of a vibrant team that develops the company’s growth in the region.", - "29394238": "<0> 280,000", - "33219178": "We'll pay your IB commission into your MT5 (Derived account daily).", - "33430960": "How dynamic leverage is calculated", - "33727397": "You can fund your margin account with EUR, USD and GBP. If you wish to use other currencies, please reach out to us and we will review your request.", - "34997376": "Deriv in numbers", - "35374636": "user friendly icon", - "36380780": "

Here's how to open a Touch/No Touch contract:

  • Choose an instrument to trade.
  • Set the duration of your contract.
  • Set your preferred barrier.
  • Enter your stake or desired potential payout.
  • Place your trade.
", - "36614989": "To register a complaint and seek assistance, follow these easy steps", - "37075461": "5
(Per USD 100k
turnover)", - "39595561": "See how your bot is performing as it executes each trade and receive notifications via Telegram.", - "41078219": "Get into the Deriv Trader experience", - "41570825": "Are High/Low Ticks options available on Deriv Trader?", - "42007661": "Get the widest range of markets, trades and platforms", - "42762042": "Add stake amount to receive payout quote", - "48132512": "Join and grow with us.", - "48235639": "The potential payout and loss (your initial stake) amounts are clearly displayed before you open the trade.", - "48469443": "Complete <0>this form, and we'll get in touch with you in a couple of days.
You'll need a real Deriv trading account, too. If you don't have one, sign up <1>here.", - "48763975": "What if I am unhappy with the outcome of my complaint?", - "49026512": "Get into the DMT5 experience", - "49321507": "Do you offer micro forex pairs on Deriv MT5?", - "49940599": "swap free", - "50041988": "View current openings at Deriv’s office in the Cayman Islands. Join us and be part of a talented team that analyses compliance and trading strategies.", - "50089383": "Join the Deriv affiliate partnership programme and introducing broker (IB) programme to earn commissions from various income opportunities.", - "51072754": "Help centre | Frequently asked questions | Deriv X | Deriv", - "53686232": "How do I place an In/Out trade on Deriv?", - "53801223": "Hong Kong 50", - "54033225": "0.10", - "54316667": "Trade natural resources that are central to the world’s economy and profit from the opportunities created by the markets.", - "56705073": "<0>ERX.US The Direxion Daily Energy Bull 2X Shares tracks the Energy Select Sector Index.", - "56714378": "Frequently asked questions - Deriv P2P", - "57395040": "Point Value", - "57885236": "Your card issuer may have blocked your transaction. Please contact your card issuer to check.", - "59521256": "Page not found", - "59699543": "Yes, you can open multiple vanilla options contracts at the same time, depending on your options trading strategies.", - "60772773": "USD/RUB", - "61452818": "Predict whether the last digit of the exit price will be higher or lower than your selected number.", - "61663093": "Continuous indices", - "63192246": "Can I offer prospective clients an incentive to sign up to Deriv using my affiliate link?", - "64577063": "A referred client based in the EU deposits USD 100 in one transaction", - "65207943": "Call option", - "65433881": "TRADE TYPES", - "66236354": "20B+ USD in daily trades from 90,000 daily clients with almost instant uptime.", - "67066283": "Client trades multipliers with a stake of USD 100. The commission generated from the client’s trade is USD 0.60.", - "67611998": "How can I deposit funds into my Deriv MT5 real money account?", - "67923436": "No, Deriv Bot will stop running when your web browser is closed.", - "69523331": "If the selected barrier is close to the current price of the underlying instrument, the probability of the spot price touching the barrier in a \"Touch\" contract is higher compared to a \"No Touch\" contract. In this scenario, the potential payout amount for a \"Touch\" contract is lower.", - "69859952": "Please enter your company name.", - "70604999": "As jump indices are synthetics, you can trade them 24/7, 365 days of the year.", - "70668746": "If you select 'Rise', you receive the payout if the exit price is higher than the entry price.", - "71016232": "OMG/USD", - "71057750": "Go to {{platform_name}} dashboard", - "71263224": "How can I cancel my withdrawal?", - "71535160": "Calculate the overnight fees for holding any open positions. The fees can be positive or negative depending on your swap rate.", - "71630191": "Do not share your account information and other personal details with anyone via Telegram.", - "71650838": "Speak simply and plainly, and not hide behind ambiguity", - "73765361": "Chief Audit Executive", - "74138086": "Take control of your trades on Deriv MT5", - "74593350": "3. Select Real account or Demo account.", - "76083876": "<0>A social media admin
Promote our products and services on your social media pages, and earn commission when you convert your audience into traders.", - "76802666": "We've sent a message to {{email}} with a link to activate your account.", - "79497287": "Exchange-traded funds", - "80411232": "Keep your login details secure and <0>enable two-factor authentication to prevent unauthorised usage of your account.", - "80429744": "Fast and stable", - "83428444": "Start trading accumulators on Deriv", - "84123624": "Partnership Programme | Deriv", - "84402478": "Where do I find the blocks I need?", - "84605906": "The Deriv MT5 Financial account offers you leverage to trade contracts for difference (CFDs) on forex, stocks, stock indices, commodities, synthetic indices, and cryptocurrencies.", - "85248718": "Memorandum and articles of association", - "85633362": "Can I exit an Only Ups/Only Downs contract before it expires?", - "85952646": "Yes, you can open multiple contracts with different parameters simultaneously.", - "86747176": "They provide rewards that sound too good to be true.", - "89633652": "A chart illustrating a losing Differs trade type contract", - "92905834": "With these indices, there is an average of one drop (crash) or one spike (boom) in prices that occur in a <0>series of 500, or 1,000 ticks.", - "94340092": "Asian options are available on the SmartTrader and Deriv Bot trading platforms. You can trade Asian options on synthetics.", - "94412618": "Yes, you can customise the trade duration of your Only Ups/Only Downs contracts. The available time periods range from 2 ticks to 5 ticks.", - "95016326": "Kindly follow the steps:", - "96820070": "<0>50 lots with 100 leverage:", - "97278922": "Max effective leverage", - "97694950": "Trade wisely, and don’t let your emotions influence your decisions. Do not trade when you are tired or are under the influence of alcohol.", - "98233667": "Copy trading on Deriv cTrader", - "98801789": "A chart illustrating winning a payout if the Reset Call exit price exceeds the entry price", - "100976940": "How does the commission scheme work?", - "101279915": "qr code", - "101415754": "DSI20", - "103740464": "

To open a Up/Down contract, you'll need to:

  • Select your preferred market and trading asset.
  • Choose the type of Up/Down option you want to trade (Rise/Fall; Rise Equals/Falls Equals; Higher/Lower).
  • Set other optional contract parameters.
  • Choose the contract duration.
  • Enter your stake or preferred potential payout amount.
  • Open your contract.
", - "104744952": "Complete the form and click Submit.", - "105613424": "What is the minimum amount to open a position on Deriv MT5?", - "106492474": "high-close option trade", - "106560608": "Instagram", - "109865596": "Enjoy weekend trading on Deriv and get the most out of your trades", - "110140669": "If you are a professional trader, the MT5 trading signals service allows you to share your strategies with other traders for free or a subscription fee that you determine. When traders subscribe to your signal, your deals are automatically replicated on their accounts each time you place a trade.", - "111464658": "<0>5 lots traded with DL on <0>BTC/USD is split between:", - "113378532": "ETH/USD", - "114014970": "Trade now", - "115911783": "Of course, this list isn’t complete. Every day, impersonators come up with new ways to try to steal your information and money.", - "117174749": "Can I close an open position before expiry?", - "117273069": "<0>Wall Street 30 follows the stock performance of the top 30 listed companies in the US.", - "117318539": "Password should have lower and uppercase English letters with numbers.", - "117920584": "As per <0>our terms, we only allow one account per client, which you can open in the currency of your choice (either fiat or crypto). If you want to trade with other currencies, you can add multiple cryptocurrency accounts to your profile.", - "118164751": "This plan is available exclusively for EU-based clients. <0>Please note that according to regulations, you cannot have clients who reside in Portugal or Spain.", - "119888059": "Who can apply", - "120094726": "GDX.US", - "120180174": "0–19.999%", - "121961018": "If you're residing in the EU or UK, <0>contact us via live chat, and we'll help you with it.", - "123005346": "No artificial barriers to customer withdrawals", - "127307725": "A politically exposed person (PEP) is someone appointed with a prominent public position. Close associates and family members of a PEP are also considered to be PEPs.", - "128120244": "Since 1999, the Group has served traders around the world with integrity and reliability. We always hold ourselves to the highest ethical standards and regulatory requirements.", - "131637194": "For <0>metals, there is a fixed commission of USD 4 per lot. A deal for 1 lot of XAU/USD will pay out USD 4 in commission based on the following formula:", - "132319176": " take profit level", - "135121884": "What’s next?", - "135210620": "Deriv is <0>regulated by several entities including the Malta Financial Services Authority (MFSA), the Labuan Financial Services Authority (Labuan FSA), the Vanuatu Financial Services Commission (VFSC), and the British Virgin Islands Financial Services Commission.", - "138055021": "Synthetic indices", - "138627645": "- Entering your stake or preferred potential payout amount.", - "140083133": "Fund your account. Start trading on the mobile app, desktop app, or web browser.", - "141909159": "You’ll be brought back to the Cashier page. Click <0>Review pending and select the transaction that you'd like to cancel.", - "143734792": "Terms that govern keeping and transferring funds in Deriv and the bonuses you might get", - "144377171": "Daily withdrawal limits", - "146650698": "Take me to DP2P", - "148355417": "Rapid trade execution speeds for your clients", - "148382928": "American Airlines Group Inc", - "149494223": "Blue sky and buildings - Kigali", - "149834389": "USD ≤ 20,000 per month", - "150593055": "Currency exchangers", - "151178438": "Enjoy zero commission trading on all assets. Plus, pay no swap charges on overnight positions for selected derived indices and financial assets.", - "152299772": "Why should I join your affiliate programme?", - "152524253": "Trade the world’s markets with our popular user-friendly platform.", - "154463429": "Our demo trading experience will represent real-money trading, especially with contract pricing and trading restrictions.", - "154883335": "Exclusive access to innovative assets", - "155518428": "graph", - "155869362": "high low", - "156487821": "DEX 1500 DOWN Index", - "158763587": "Check the profit", - "159648667": "A chart illustrating a winning Over trade type contract", - "160123390": "European <0>indices", - "161870324": "Pick the best rates and place an order, or create an ad for the rates you want.", - "163040015": "Join Deriv’s affiliate and IB programmes and get a chance to be a partner with a trusted online trading provider.", - "164316225": "<0>Scroll up on this page for more information on the commission plan.", - "165821674": "human resources department", - "166309424": "Zero charges with prompt monthly and daily payouts", - "166527033": "Phishing websites often have URLs that:", - "167985771": "You can unsubscribe by going to the <0>Personal details page. Uncheck the checkbox that says \"Get updates about Deriv products, services and events.\" at the bottom of the page, and click <1>Submit.", - "170450188": "Leave your positions open overnight without worrying about extra charges.", - "171302334": "So in this scenario, you would set your stop loss amount at <0>-7.23 USD.", - "171586173": "Discover career opportunities at Deriv across our office locations around the globe.", - "171638706": "Variables", - "171678405": "Can I choose the duration of a Touch/No Touch contract?", - "175068676": "Choose from forex, stocks & indices, commodities, and derived.", - "175074759": "Trade when you’re free from the distractions of weekday responsibilities.", - "176773798": "0.5%", - "176823932": "We may decline your verification documents if they are insufficiently clear, invalid, expired, or have cropped edges.", - "176972763": "<0>GLD.US The SPDR Gold Shares ETF tracks the price of gold bullion in the over-the-counter (OTC) market.", - "177720589": "If you hit <0>Yes, the details you entered will be lost, and you’ll need to restart the registration process.", - "179737767": "Our legacy options trading platform.", - "180412186": "Predict whether the exit spot will be strictly higher or lower than the entry spot at the end of the contract period.", - "181754600": "How can I identify emails from impersonators of Deriv customer support?", - "182234515": "Choose the type of partner account you want to register", - "182438100": "Frequently asked questions - DBot", - "183032954": "No, the High/Low Ticks options are only available on the SmartTrader and Deriv Bot trading platforms, and are available to trade on synthetics.", - "186459036": "Your net profit will depend on how much the final price is above the predetermined strike price, with the maximum potential gains growing if the price of the underlying asset rises significantly. Your losses are limited to the initial stake required to purchase the call option.", - "188128139": "CFDs - ETFs", - "189421598": "What are the durations for Reset Call/Reset Put contracts?", - "192531494": "Advanced charting widgets", - "192890975": "Can I open multiple accumulator contracts at the same time?", - "193611235": "Exchange in minutes. Less waiting, more trading. Deposit and withdraw in minutes.", - "194431525": "Provide a representative demo experience", - "194961269": "How options contracts work", - "195031216": "Complaints procedure", - "195335391": "Earn based on your sub-affiliate’s commission.", - "198900889": "Can I open more than one Deriv account?", - "200040108": "Zero", - "200347746": "You’ll be brought back to the <0>Cashier page. Click Review pending and select the transaction that you'd like to cancel.", - "201096446": "UNG.US", - "202712649": "Fast and secure deposit and withdrawal options", - "203271702": "Try again", - "205183907": "What can I do when I find any unrecognised transactions on my Deriv cashier account?", - "209516313": "The MT5 trading signals service allows you to copy the trades of more experienced traders to your MT5 account. Once you’ve subscribed to a signal, the provider’s deals will be automatically replicated on your Deriv MT5 trading account each time they place a trade.", - "209799068": "A contract for difference (CFD) allows you to trade on the price movement of an asset, without buying the underlying asset.", - "210989591": "Add a Deriv X real account.", - "211232058": "Yes, you can close an open Ups/Downs position before its expiry regardless of trade duration.", - "213113093": "Sharp prices", - "213171673": "Chevron", - "213336563": "<0>3351.46", - "213942851": "Check our <0>Status page to see if there is any system or website maintenance going on.", - "214754372": "USD/CHF DFX20 Index", - "215636541": "MT5 Financial STP", - "216114973": "Stocks & indices", - "216777430": "Log in.", - "218274863": "Digital options", - "218708637": "On Deriv, you can trade CFDs with:", - "221408375": "Deriv partnership programme is free to join. There are absolutely no charges or hidden fees to worry about.", - "222685906": "( 1", - "223464180": "Clients in the rest of the world (except for certain countries such as the USA, Canada, and Hong Kong) who wish to trade CFDs on financial instruments (via MT5 Financial accounts) and derived indices (via MT5 Derived accounts) can have Deriv MT5 and Deriv X accounts under Deriv (V) Ltd.", - "224650827": "IOT/USD", - "225329740": "A chart illustrating an accumulators contract payout", - "228957856": "Let’s say you want to keep 0.01 lots of Volatility 75 Index with an asset price of 400,000 USD and swap rate of -7.5 open for one night.", - "229604337": "Crash 900 Index", - "229966861": "Use it on your", - "230596356": "Customise your DBot strategy", - "230864514": "The stop loss and/or take profit level helps you to manage your risk when you are selling a contract.", - "231339904": "To open a Reset Call/Reset Put contract, you'll need to:", - "231711709": "Trade anytime", - "231722280": "What are commodities?", - "233475101": "Read <0>this article to learn more about trading CFDs on Deriv.", - "233805198": "Most trusted award", - "234187697": "trader tools", - "234782678": "You can reset your affiliate password <0>here.", - "236080779": "Feature-rich charts", - "236686595": "24-hour trading (Monday-Friday), based on forex market hours", - "236845507": "What are contracts for difference (CFDs)?", - "237637819": "Where can I trade Touch/No Touch options?", - "238084240": "What’s the minimum amount to open a position on Deriv cTrader?", - "239216026": "XMR/USD", - "239429137": "Useful menus where you can find out how each asset’s margin impacts your trade before placing them.", - "241331061": "Deriv GO is really good! I've been looking for an app like this which is easy to use.", - "242356757": "Submit a report", - "243072878": "15 - 5,000", - "243084503": "Estimate the stop loss and/or take profit levels as well as the pip value for your contract to mitigate your risk when buying or selling a position.", - "244046593": "Start trading stocks & indices on Deriv in 3 simple steps", - "247341426": "Browse, find, and apply for jobs in IT, compliance, and accounts at our Labuan office.", - "247754618": "Do I need a Deriv account to become a payment agent?", - "247817566": "With a Digits contract, you predict whether the last digit of the last tick of your contract will meet specified criteria, depending on the contract type you select.", - "248446741": "Predict which will be the highest or the lowest tick in a series of five ticks.", - "250159252": "web browser logo", - "250681139": "How do I log in to Deriv X?", - "251340836": "Help centre | Frequently asked questions | Deriv MT5 | Deriv", - "253683843": "Yes, both trade types allow you to choose the trade duration or expiry time. You'll just need to select the timeframe within which you expect the asset's price to move in your predicted direction.", - "255124284": "HKD/JPY", - "255460854": "Mobile payments", - "256855210": "A fast and secure peer-to-peer deposit and withdrawal service.", - "256942335": "Multiple income opportunities and generous commissions", - "256966056": "To manage your funds, please click the button below.", - "257449963": "Follow these steps to see your earnings:", - "258090508": "The above information is updated monthly and, therefore, may not reflect current trading conditions. Certain offerings and specifications may vary depending on your country of residence, regulated jurisdiction, and individual trading circumstances.", - "258310842": "Workspace", - "259593484": "real account", - "260003723": "Example 2", - "261878007": "If you select 'Matches', you receive the payout if the last digit of the exit price is the same as your prediction.", - "262590832": "Open long and short positions, depending on your preferred trading strategy.", - "263232709": "1 - 2 working days", - "263938952": "If the reset spot is beneficial based on your market prediction, it replaces your original entry price (or strike price). For it to be beneficial, the reset spot needs to be:", - "264391901": "Enjoy synthetic markets that emulate the excitement of real-world markets without unpredictable real-world disruptions.", - "265269975": "Your local currency", - "265644304": "Trade types", - "268305063": "<0>Log in to your Deriv account. Don’t have one? <1>Sign up for free.", - "270484328": "Can I buy or sell turbo options on Deriv?", - "270727821": "Stock Indices", - "271560771": "Enter the amount you wish to trade with.", - "272283021": "You can now log in to Deriv MT5 with your new password.", - "273133328": "EEM.US", - "273847089": "ends between/ends outside option trade", - "273946464": "Contact us via <0>live chat.", - "274268819": "Volatility 100 Index", - "274392779": "the Labuan Financial Services Authority", - "274438767": "The order amount is locked in escrow until both parties confirm that the transaction has been completed from their end.", - "275116637": "Deriv X", - "275316510": "Impersonators ask you to send confidential information over an unsecure platform, for example via SMS, WhatsApp, email, etc.", - "276482397": "No, you can't.", - "278001160": "With these indices, there is an average of one drop (crash) or one spike (boom) in prices that occur in a series of <0>300, 500, 600, 900 or 1,000 ticks.", - "278499050": "Use your local currency to make deposits into and withdrawals from your Deriv account.", - "279593550": "Partner Signup Page | Deriv", - "281247370": "Margin Calculator", - "284321953": "Can I close a lookbacks contract before the expiry time?", - "286131911": "Frequently asked questions - Fraud Prevention", - "286667499": "Open a real account, make a deposit, and start trading derived FX and other markets.", - "286879509": "When do I need to verify my account?", - "288004682": "No hidden fees or commissions.", - "288565174": "How much does it cost to register for the IB programme?", - "288719886": "Czech Republic", - "289008060": "Facebook Inc", - "290903014": "ou od", - "291605393": "Greece", - "291856470": "Please generate an address on the cryptocurrency deposit page whenever you want to make a deposit. Always use a freshly generated address to ensure accuracy.", - "292497263": "Click on your account balance and click <0>Add or manage account.", - "292647067": "Earn a potentially high payout by trading vanilla options on Deriv, if your market prediction is right within a limited timeframe.", - "294335245": "Update your browser to get the best Deriv experience", - "295072338": "The email is poorly written, with incorrect grammar and many typos.", - "295173783": "Long/Short", - "300201586": "Open a demo account on Deriv and practise with an unlimited amount of virtual funds on our award-winning platforms.", - "301901540": "Make fast deposits using PIX, Brazilian banks’ most popular payment solution.", - "302542488": "background pattern", - "302938619": "<0>100 lots traded with DL on <0>US Tech 100 is split between:", - "304202010": "How can I place a High/Low Ticks trade?", - "305281565": "Are Only Ups/Only Downs available to trade on Deriv Trader?", - "305547463": "User-friendly features", - "306400894": "Enjoy trading markets and indices mimicking actual market movements, with little to no disruption from real-world events.", - "306846388": "Online trading is exciting but involves risks and can lead to an addiction. At Deriv, we look out for our customers’ best interests and encourage them to practise <0>secure and responsible trading. If you are new to this, you can also practise trading with unlimited virtual funds before you risk your money.", - "307902006": "Enjoy high leverage and low spreads on our Deriv MT5 platform, now offering a range of stocks and stock indices from the brands you love.", - "309180597": "Expand your client base by helping traders fund their accounts through local bank wires and e-payments. Facilitate and earn from every transaction.", - "309993304": "Try Deriv at no risk", - "310298121": "<0>Digital options that allow you to predict the outcome from two possible results and earn a fixed payout if your prediction is correct.", - "310888572": "A global online trading broker for forex, commodities & other financial markets. Sign up for a demo account and join over 2.5 million traders.", - "311457810": "Our pip calculator helps you to estimate the pip value in your trades so that you can better manage your risk.", - "311876462": "Send us an email with the following:", - "315192357": "Swap rate", - "315778047": "<0>Everyone is verified", - "316920917": "Oops, sorry...", - "317551740": "$ 8.00", - "317744607": "Discover DBot now", - "317753588": "Second website/social media URL", - "318239044": "Pfizer", - "318433321": "Instruments available for options trading", - "318815297": "Trade the way you like", - "319619035": "Will my inactive Deriv MT5 account be deactivated even though I still have a balance?", - "320565687": "<0>Gold Basket measures the value of gold against a basket of five global currencies (EUR, GBP, JPY, AUD, USD), each weighted by 20%.", - "322368988": "Multipliers - Synthetics: Volatility 250 (1s) Index", - "323360883": "Baskets", - "325128398": "3. Duration", - "326242312": "Volume in lots", - "327728169": "12.5", - "328362983": "0.4%", - "331304444": "- Setting the duration of your trade.", - "332492567": "-10 ]", - "332641574": "Total commission earned: USD 0.60 * 40% = USD 0.24", - "332961148": "How can I add, remove or change my accepted payment methods?", - "333367028": "(-(3400", - "334005764": "What is Deriv Trader?", - "335040248": "About us", - "336277289": "Available on <0>web browser", - "337900732": "Denmark", - "339084000": "LEGAL", - "339879944": "GBP/USD", - "339999882": "{ -24", - "341589956": "Air France KLM SA", - "343021270": "Trade with a real CFDs account. Get access to leverage and trade positions larger than your existing capital.", - "343586987": "So in this scenario, you would set your take profit level at <0>6.83 USD.", - "343897818": "Forex Topics", - "346997549": "When you purchase a 'Close-Low' contract, your payout will be equal to the difference between the exit price and the lowest price over the duration of the contract multiplied by the multiplier.", - "348548765": "4. You can trade via the desktop app, web terminal, or mobile app.", - "349994198": "Multipliers on Crash and Boom", - "350443733": "Fedex", - "351335938": "ABOUT US", - "351897258": "Check Icon", - "352494339": "Get trading with Deriv MT5", - "353928381": "Why should I join the affiliate programme?", - "354060979": "<0>1 lot with 1000 leverage:", - "356733895": "Know your potential profit with fixed payouts, or maximise potential profit with variable payouts if your predictions are right.", - "357105933": "Go to the Trader’s hub and choose the Demo option.", - "357273365": "For DEX Indices, a deal of 3 lots of the DEX 600 DOWN Index for a price of USD 6000 will pay out USD 0.5 in commission based on the following formula:", - "358257887": "Once your submitted document has been approved, go to Cashier > DP2P to register your Deriv P2P account.", - "358369253": "Can I close In/Out options before the end of the trade duration?", - "358838306": "Vice President of Customer Support", - "360357815": "High/Low ticks | Digital options contract | Deriv", - "361051814": "Let’s say you want to calculate the take profit level and pip value when you want to sell 3 lots of Volatility 50 Index priced at 249.5961 USD with a take profit amount of 84 USD.", - "364422126": "Available 24/7 with varying levels of volatility, our synthetic indices are priced based on algorithms that are audited for fairness by an independent third party.", - "365224830": "Basket indices trading online | Basket indices trading demo account | Deriv", - "365975557": "DEX 1500 UP Index", - "368545289": "Use a weak password.", - "369107014": "25 - 1,500", - "369418918": "<0>Stop loss and/or take profit level = asset price - {stop loss OR take profit amount ÷ (volume × contract size)}", - "370132757": "What is a Deriv X password?", - "372045575": "Verification code was sent to {{email}}. If you have received the code please continue. If you didn't receive the code please make sure you didn't have any account already.", - "372486876": "We’ll typically take 1-3 business days to review your documents and will inform you of the result via email once it’s done.", - "372500096": "Cryptocurrency market | Crypto trading | Deriv", - "373168737": "Can I go to the regulator directly instead of contacting you first?", - "373753849": "Easy to use trading features", - "375485199": "24/7 customer support via live chat on our website", - "376073087": "<0>Deriv MT5 (DMT5) and <1>Deriv X are both multi-asset trading platforms where you can trade CFDs with leverage on multiple asset classes. The major difference between them is the platform layout — MT5 has a simple all-in-one view, while on Deriv X you can customise the layout according to your preference.", - "376358538": "- Select your preferred trading asset.", - "376773528": "Deriv Life", - "378043056": "Each of these indices replicates the performance of top publicly traded companies in a financial market in the Asia/ Oceania region.", - "379401010": "Partners", - "381970124": "If you select 'Odd', you receive the payout if the last digit of the exit price is an odd number (e.g. 1, 3, 5, 7, 9).", - "383145223": "Stocks Ebook", - "383607920": "The stop loss and take profit amount for a contract on DTrader is calculated based on the formula:", - "386236966": "Trade smartly", - "386443705": "How and when will I receive my Deriv IB commissions?", - "387541185": "Many of our clients are looking for ways to fund their accounts using payment methods that are not directly available on Deriv. As a payment agent, you'll be able to help them fund their accounts while charging a fixed commission per transaction.", - "388794040": "Only Ups/Only Downs Icon", - "389616032": "

The closer the barrier is to the spot price, the higher the chance for your turbo options contract to expire worthless (which means, your contract will expire without any payout or profit).

Deriv offers a higher potential payout per point to compensate for this risk. The amount you’ll potentially receive at your contract’s expiry will be higher for every point above or below the barrier, as long as the barrier is not touched or breached throughout the contract duration.

", - "390409172": "3 steps for faster deposits and withdrawals", - "390647540": "Real account", - "391187276": "Enjoy trading on a secure, intuitive platform built for new and expert traders.", - "393215173": "the British Virgin Islands Financial Services Commission", - "393841045": "<0>Note:", - "393899903": "You can only service Deriv clients in your country of residence.", - "395057342": "Who we are", - "395698348": "<0>1 lot with 1,500 leverage:", - "396319850": "How to register for Deriv P2P?", - "396323780": "DEX Indices", - "396992773": "Deriv is the best broker in the world so far in terms of the assets they offer, ease of withdrawals and deposits, plus other services. Keep on giving us the best, Deriv!", - "399056226": "How can I recognise phishing websites?", - "400968378": "locations", - "401039438": "Have consistent, regular sign ups via your referral link", - "401450104": "> 3 - 5 billion", - "401498558": "Deriv (FX) Ltd (Company No. LL13394), incorporated on the 18th January 2017, is registered in the Federal Territory of Labuan (Malaysia) with its registered office located at Unit No. 3A-16, Level 3A, Labuan Times Square, Jalan Merdeka, 87000, Federal Territory of Labuan, Malaysia. Deriv (FX) Ltd is licensed by the Labuan Financial Services Authority <0>(view licence) and is a member of the <1>Labuan Fintech Association.", - "403435120": "Trade the way you want with 2 flexible trade types.", - "405110755": "You can trade forex, cryptocurrencies, and derived on Deriv Trader. Some markets may not be available in certain countries.", - "405259925": "Fast CFDs platform with inbuilt copy trading.", - "406075956": "If you select ‘Odd’, you will win the payout if the last digit of the last tick is an odd number (i.e. 1, 3, 5, 7, or 9).", - "406403062": "Can I change my growth rate after opening the contract?", - "407739127": "A monthly service fee of USD 1,500 will be charged at the end of each month. The fee is accrued and only charged if the minimum volume requirements are not exceeded.", - "408925924": "Up to x1000", - "410425831": "JP Morgan Chase", - "411474127": "help centre", - "411594407": "Take a look at Deriv GO’s product roadmap, give us your feedback on what we’re building, and suggestions on what to build next.", - "411774174": "-0.12 ", - "412433839": "I agree to the <0>terms and conditions.", - "413762216": "Can I exit an open Reset Call/Reset Put contract before expiry?", - "415028859": "Local currency", - "415543200": "This depends on the margin required for each asset. You’ll be able to see the required margin for each asset before opening your position.", - "416296716": "Maximum payout", - "417690017": "Touch / No Touch", - "417855021": "Name is required", - "418173024": "Markets available for CFD trading", - "419648873": "Trade global stocks and stock indices now on our DMT5 platform.", - "421097985": "

Yes, you can enter multiple contracts at the same time. If you open multiple contract simultaneously, you'll get to diversify your trading portfolio and take advantage of various market opportunities.

Do note that the specific rules and limitations on the number of contracts you can enter simultaneously may vary depending on trade type. Some may have restrictions on the number of contracts you can open, while others may have other specific conditions that may allow for greater flexibility.

", - "421158556": "You may refer to <0>our terms for more information. If you need help getting into your account, <1>contact us via live chat.", - "421232681": "Additional terms", - "421563171": "What are vanilla options?", - "422844635": "Please read our <0>Terms and conditions, <1>Risk disclosure, and <2>Secure and responsible trading to fully understand the risks involved before using our services. The information on this website does not constitute investment advice.", - "426355147": "<0> {{loss_percent}}% of retail investor accounts lose money when trading CFDs with Deriv, read our full Risk disclosure here.", - "426923558": "The closer the barrier is to the spot price, the higher the chance for your turbo options contract to expire worthless (which means, your contract will expire without any payout or profit).", - "427008206": "Be transparent", - "427157274": "Earn when your clients trade on an MT5 Financial account.

All commission rates are quoted in USD.", - "428153715": "Brand new synthetic indices are now available on DTrader and Deriv MT5", - "429395367": "Guide and tutorial for DBot", - "429483909": "<0>2 lots with 100 leverage:", - "430936420": "Access over 50 assets and also trade with up to 1:1000 leverage and zero commission on trades.", - "431284069": "Your net profit will depend on how much the spot price falls below the barrier, with the maximum potential gains growing if the underlying price falls significantly. Your losses are limited to the initial stake required to purchase the short turbo option.", - "432518896": "Client trust is our highest priority, and that’s why millions of users choose us. Here are some of the things that make us a leading online trading service provider.", - "432775041": "Get Trading", - "433348384": "Real accounts are not available to politically exposed persons (PEPs).", - "434113887": "Frequently asked questions - Deriv MT5", - "434254071": "rc rp", - "434669878": "Best forex spread award", - "435601722": "Arrow", - "436791456": "4. Your new Deriv cTrader account is ready.", - "437269575": "Minimise the potential risks associated with your chosen trading strategies.", - "437330008": "Full disclosure of each providers’ performances.", - "437894033": "Or sign up with", - "440651350": "Example of dynamic leverage calculation for forex", - "441137968": "- Enter your stake or preferred potential payout amount.", - "441557166": "Deriv X - a multi-asset CFD trading platform available on Deriv", - "442871824": "Predict which of the next 5 price ticks will be the highest or the lowest.", - "443075033": "25 - 100", - "443594501": "For your Deriv MT5 and Deriv X real accounts, log in to close any open positions.", - "443887309": "Your credit card balance may be insufficient.", - "445501522": "<0>LQD.US The iShares iBoxx $ Investment Grade Corporate Bond ETF tracks the performance of an index of US dollar-denominated, investment-grade corporate bonds.", - "446255815": "Then, you’ll need to verify your identity by submitting your document(s).", - "447611673": "All Deriv partnership programmes are free. Get your affiliate commissions paid to your method of choice every month and IB commissions paid to your Deriv MT5 account daily.", - "448045694": "If you select 'Only Downs', you receive the payout if all consecutive ticks fall successively after the entry.", - "449277904": "What is Deriv GO", - "450215437": "2", - "451624200": "XTZ/USD", - "452170875": "Pip calculator", - "452461550": "MT5 Swap Free", - "453450172": "<0>Note: For a wider selection of signal providers for Deriv, go to <1>MQL5 showcase page and search for <0>Deriv under the <0>Broker server field.", - "454217012": "<0>Note: Your buy and sell limits on Deriv P2P are set at our discretion.", - "455544956": "A chart illustrating a winning Fall trade type contract", - "455738681": "The <0>DSI30 switches between regimes every <1>30 minutes on average.", - "455897892": "Cryptocurrencies Ebook", - "456795878": "Malta Senglea Church", - "456825069": "Trading experts", - "457224397": "The potential payout and potential loss (your initial stake) will be clearly displayed before you enter the trade.", - "459292723": "community", - "459886707": "E-wallets", - "460878453": "5 - 10,000", - "462589616": "How can I open a turbo options trade on Deriv?", - "463393690": "Coming soon", - "465003790": "DMT5 login", - "465545226": "A chart illustrating a turbos long contract payout", - "467389382": "background svg", - "469222213": "Click on the <0>My Statistics tab and select your signal provider.", - "469552854": "Want to know more about CFD trading conditions for the instruments we offer?", - "469798381": "Years of service", - "470277541": "Maximum duration", - "472630909": "It will take 1-3 working days for your application to be reviewed.", - "472915014": "Deriv is one of the world’s largest online brokers. We offer CFDs and other derivatives on forex, stocks & indices, cryptocurrencies, commodities, and derived indices to millions of registered users across the globe.", - "473760456": "We speak plainly to avoid ambiguity, disclose the terms of all contracts, and are clear about the risks of trading and how we make money.", - "474616293": "The trading platform to fit your style", - "475611258": "Help centre | Frequently asked questions | About Deriv | Deriv", - "476241116": "Provide expert tips and opinions on online trading via a website, blog, YouTube channel, webinars, or other forms of digital media.", - "476381528": "commission", - "476621330": "Opening an account", - "477729987": "Trade on", - "478181841": "A deal for 5 lots of the Jump 10 Index for a price of USD 90,000 will pay out USD 2.25 in commission based on the following formula:", - "479311128": "Open trades at a lower cost and increase your potential gains.", - "479852820": "With High/Low Ticks, you predict which of the 5 ticks within the trade duration will be the highest or lowest.", - "480930125": "Start trading ETFs on Deriv in 3 simple steps", - "481274667": "How can I withdraw funds from my Deriv MT5 real money account?", - "481411401": "Regulation", - "482100031": "Trade the way you want with 3 exciting trade types.", - "483166710": "You can open an Asians trade by:", - "485805015": "Can I close a High/Low Ticks contract before the contract expires?", - "486632400": "Open a digital options contract with a High/Low ticks trade type on Deriv’s trading platforms and earn payouts with accurate market predictions.", - "486935836": "I forgot my Google/Facebook/Apple account password. How can I log in to my Deriv account?", - "487017462": "Smart support team", - "487236738": "How it’s calculated", - "489679731": "SGD/JPY", - "489777784": "EFA.US", - "491908760": "Receive payout quote or stake amount based on the position you have defined.", - "492590863": "Please enter a valid URL format", - "492921093": "25 - 500", - "493240844": "Signup to Deriv.com and trade online with as little as $1 USD on major currencies, stocks, indices, and commodities.", - "493380976": "A chart illustrating a winning Stays Between trade type contract", - "493622337": "How can we help?", - "494843334": "You can trade forex, stock indices, commodities, and synthetic indices on DTrader.", - "495251898": "A chart illustrating a vanilla put option trade with no payout", - "495686884": "Why choose us for your online trading | Deriv", - "497469280": "We aim to provide our customers with reliable systems that have high uptime and low latency, even on low-speed mobile data networks. We provide good security and cross-device compatibility for all major desktop and mobile devices.", - "497567508": "Your Deriv MT5 history will be downloaded as an XML file.", - "497905436": "How do I check my available balance for Deriv P2P?", - "500325680": "Make instant deposits using your local voucher system.", - "500999639": "Some trade types may not be available in certain countries.", - "501763239": "Major pairs", - "502070112": "<0>VEA.US The Vanguard FTSE Developed Markets ETF tracks a benchmark index that measures the investment return of stocks issued by companies located in Canada and the major markets of Europe and the Pacific region.", - "502374174": "Earn commission from your clients' trades on Deriv's CFD trading platforms.", - "504465748": "We'll email you a verification link. Click that link and set a new password for your Deriv account.", - "506442463": "What is the onboarding procedure?", - "506797447": "<0>EUR Basket measures the value of the Euro against a basket of five global currencies (USD, AUD, GBP, JPY, CAD), each weighted by 20%.", - "507838091": "Available on <0>Android, <1>iOS and <2>web browser", - "508640915": "Why trade accumulators on Deriv", - "509964491": "Trade even when most financial markets are closed", - "510416775": "Turbo options allow you to earn a potentially high payout if your market predictions are right and if the spot price does not touch or breach a predetermined barrier.", - "510912921": "If the selected condition is not met or if the exit price is equal to either barrier, your stake is lost.", - "511244573": "If you select 'Touch', you receive the payout if the market price touches the barrier at any time during the contract period.", - "512031600": "The percentage of position value required as collateral. Calculated as (% x trade size).", - "514514217": "If the selected condition is not met, your stake is lost.", - "515077577": "<0>10 lots traded with DL on <0>XAU/USD is split between:", - "517286342": "

To place a vanilla options contract, you’ll need to:

  • Select the underlying asset you want to trade.
  • Determine your contract duration or end time.
  • Predict the asset’s price movement by choosing Call or Put.
  • Select your preferred strike price
  • Enter your stake.
  • Purchase the contract
", - "517833647": "Volatility 50 (1s) Index", - "517844699": "Alibaba Group Holding Ltd", - "518906831": "Can I use the same address to make a cryptocurrency deposit?", - "519988278": "Fox Corp Class B", - "520136698": "Boom 500 Index", - "520226183": "Open a demo account and start trading for free. Practise with an unlimited amount of virtual funds.", - "520696532": "Your trusted broker with intuitive forex trading platforms, convenient payment options, and a 24/7 support team.", - "521140114": "Start trading commodities on Deriv in 3 simple steps", - "521161227": "DSI30", - "524082501": "As a payment agent, you are an independent exchanger. You can:", - "524230462": "How can I sign up as a Deriv IB?", - "524459540": "How do I create variables?", - "524469079": "An intuitive interface", - "524640779": "Please enter a valid password", - "524754401": "Instruments available for multipliers trading", - "526128866": "

Payout per point indicates the payout you will receive for each point above or below the strike price (which is selected before you enter the contract) within the contract period. This amount will depend on your stake.

For Call options, payout per point indicates the amount of payout you’ll gain for each point above the predetermined strike price, at the contract's expiry.

For Put options, payout per point indicates the amount of payout you’ll gain for each point below the predetermined strike price, at the contract's expiry.

Please note that this payout does not equal to potential profit. You'll only earn potential profit once the payout amount exceeds your stake amount.

", - "527660774": "Trading tools | Swap, pip, and margin calculators | Deriv", - "528858838": "Lead/USD", - "529056539": "Options", - "530866080": "What information should I include when making a complaint?", - "533462850": "Who is Deriv Prime?", - "534798809": "Our intelligent routing to servers worldwide ensures rapid execution speeds and a stable, uninterrupted price feed with 99.97% uptime.", - "538228086": "Close-Low", - "539261300": "OS icon", - "539645627": "We aim to deliver market-leading products that are trusted around the world.", - "540538076": "40+ stocks", - "541218901": "Full name*", - "541543954": "<0>Revenue share
Earn commission of up to 45% based on the monthly net revenue generated by your clients. The higher their net revenue, the higher your commission payout.", - "542274641": "High leverage, tight spreads", - "543111387": "Deposit and withdraw in Bitcoin, the world’s first cryptocurrency.", - "545720337": "potential profit", - "548533437": "This is available to all Deriv affiliates.", - "548719701": "You are responsible for any connectivity or bridging fees charged by third-party providers to transact through our platform.", - "548820232": "The basics of forex trading", - "549849868": "Predict whether the market will touch or not touch a target at any time during the contract period.", - "550365780": "Open a demo account and practise with an unlimited amount of virtual funds.", - "550921370": "No matter if you are large, small, or have just started, Deriv Prime will provide top-of-book liquidity solutions with very fast execution at unmatched fair pricing and conditions.", - "551739457": "3. Under CFDs, look for Deriv cTrader and hit Trade.", - "552929836": "How does the Reset Call/Reset Put contract type differ from the Rise/Fall contract type?", - "554014185": "Online trading is exciting, but it can be addictive. Deriv.com provides you with the opportunity to either self-exclude or set limits on your trading activities on this website.", - "554620691": "Please enter a valid number", - "554672635": "3. Use a logic block to check if <0>Total profit/loss is more than the <0>Stop loss threshold amount. You can find the <0>Total profit/loss variable under <0>Analysis > Stats on the <0>Blocks menu on the left. Your bot will continue to purchase new contracts until the <0>Total profit/loss amount exceeds the <0>Stop loss threshold amount.", - "554856552": "To register as a Deriv IB, you must meet the following criteria:", - "557095822": "Click the <0>Renew button to renew the service or the <0>Unsubscribe button to cancel the subscription.", - "558735677": "Can I open multiple Asians contracts simultaneously?", - "560142031": "Available 24/7, our synthetic indices emulate price movements of real-world markets with varying levels of volatility. As they aren't based on actual underlying assets, they are unaffected by real-world market events. The pricing of our synthetic indices is backed by algorithms that are audited for fairness by an independent third party. Read <0>this article to learn more about trading synthetic indices on Deriv.", - "560243784": "Liquidity solutions provider | Deriv Prime", - "560338255": "<0>UNG.US The United States Natural Gas Fund ETF tracks in percentage terms the movements of natural gas prices.", - "561359365": "1. Select the market and asset you want to trade.", - "562528971": "Zinc/USD", - "562753315": "Guernsey | Our office – Channel Islands | Deriv", - "564216330": "<0>1 lot with 300 leverage:", - "566274201": "1. Market", - "567322404": "Antivirus", - "567739189": "Why do my Deriv MT5 positions always start with a loss?", - "568729968": "responsive platform", - "570656160": "You can use your Deriv MT5 demo account for as long as you want. However, if your account is inactive for 30 days, we'll deactivate it automatically.", - "571990120": "You can also search for the blocks you want using the search bar above the categories.", - "573384365": "If you are still having issues, please contact our support team via ", - "573706432": "Select market to trade", - "574805081": "<0>SPXS.US The Direxion Daily S&P 500 Bear 3X Shares ETF seeks to reflect 300% of the inverse of the performance of the S&P 500.", - "575071944": "Awards", - "575534504": "Low spreads", - "576643640": "

Reset Call/Reset Put contracts offer the ability to reset the strike price at a potentially more advantageous level. In this contract, your market prediction is your contract's exit price against the reset price (instead of the entry price). Reset contract types also typically offer a lower fixed payout percentage compared to Rise/Fall contracts.

Meanwhile, Rise/Fall contracts consider the contract's exit price against the contract's entry price, based on your market prediction.

In both instances, the potential payout is fixed upon entry.

", - "576793632": "0 - 15 million <0>(Crypto)", - "577779861": "Withdrawal", - "580973510": "higher/lower option trade", - "581168980": "Legal", - "581576971": "Hit <0>Reset at the bottom of stats panel.", - "582048648": "Contact Us | Online Trading | Deriv.com", - "582179280": "Yes, your contract will close automatically if the market price touches the selected barrier at any time during the contract period, no matter which contract type you are trading.", - "582602639": "If you have been contacted by a potential impersonator or if you have any questions, contact us <0>via live chat.", - "583345172": "Deriv X widgets to customise your CFD trading", - "586006302": "<0>Over/Under: Predict whether the last digit of the last tick of a contract will be higher or lower than a specific number.", - "586157262": "<0>3350.11", - "588230867": "Deriv Trader is an advanced trading platform that allows you to trade more than 50 assets in the form of digitals, multiplier, and lookback options.", - "589124954": "This amount is calculated based on your stake and the barrier you have selected.", - "589650317": "Lookbacks | Digital options contract | Deriv", - "590141689": "Yes, Deriv cTrader offers stop loss, take profit, pending orders, and other risk-management tools.", - "590149919": "Ensure that you make payment to the correct seller within 1 hour.", - "590858519": "Say goodbye to overnight charges, keep your positions open for as long as you want.*", - "591295543": "Dynamic tiers ⁠— Stock indices", - "591710014": "Why trade baskets on Deriv", - "592964176": "Join over 2.5 million traders", - "594612229": "16-18 January 2024", - "595022058": "100", - "595278941": "Asset price", - "595722471": "Return to player (RTP) % for lookbacks for a multiplier of 1 and 1m duration is around 87% on average.", - "596287611": "Markets available", - "596893160": "Botswana", - "600260061": "Frequently asked questions - Security", - "601623685": "<0>Learn more", - "601830517": "3. Set your preferred tick duration and last digit prediction.", - "602265590": "Stop loss works slightly differently in Crash/Boom/Range break indices. This is because sudden fluctuations in market price from one tick to the next can sometimes surpass the stop loss you have set. When the market price exceeds your stop loss amount, your contract will be automatically closed at that point, instead of exactly at the stop loss level.", - "603094883": "However, it is important to note that the availability of early exit may vary depending on the specific trade type. Some trade types may have restrictions or it may only be available within a certain timeframe.", - "604031157": "A software developer with your own trading platform that can be linked to Deriv’s API. Head to the <0>Deriv API page for more info on how our API works.", - "604863126": "The frequency of tick generation differs between indices, with some generating ticks every second and others generating them every two seconds.", - "605798512": "There is a minimum of USD 0.01 if you would like to transfer funds to another platform.", - "606371596": "How to trade the forex market", - "607535944": "5 - 30 minutes", - "607853927": "The price barrier in Touch/No Touch contracts refers to the specified price level that the underlying instrument's price needs to touch or not touch during the contract duration.", - "612131072": "Clients in the rest of the world (except for restricted countries such as the USA, Canada, and Hong Kong) can have accounts under Deriv (SVG) LLC.", - "613877038": "Chart", - "613971219": "Email image", - "617759430": "Earn commissions when your referral deposits 100 USD – whether it's a single deposit or accumulated over time.", - "618098617": "Your IB commissions earned from MT5 and Deriv EZ are credited directly into your Deriv MT5 account daily. You can transfer the funds to your Deriv account and withdraw them via your preferred payment method.", - "618453683": "On Deriv, you can trade CFDs with high leverage, enabling you to pay just a fraction of the contract’s value. It will amplify your potential gain and also increase your potential loss.", - "619354706": "Max(6.83, -10) ", - "619481945": "Mobile number is required", - "619610610": "Close your account at any time you want.", - "621291584": "0.75", - "622253642": "Save time – no need to open, monitor, and close trades.", - "623188171": "Trade cryptocurrencies and synthetic indices anytime, even on weekends and holidays.", - "623694668": "VWO.US", - "624256060": "Define optional parameters that give you more control over your trading, including stop loss, take profit, and deal cancellation.", - "627774646": "Additional income stream from monthly subscriptions.", - "627845959": "Things to keep in mind when trading multipliers", - "628661446": "If the selected condition is not met or if the last tick is equal to the average of all the ticks, your stake is lost.", - "628823666": "Can I enter many High/Low Ticks contracts at the same time?", - "629081848": "Higher/Lower Icon", - "629101274": "If you select ‘Only Downs’, you win the payout if consecutive ticks fall successively after the entry spot. No payout if any tick rises or is equal to any of the previous ticks.", - "630520732": "The Deriv IB Programme is completely free.", - "630831015": "Dtrader trading platform", - "631600257": "Strong regulatory compliance that instils confidence in clients from all over the world.", - "632417472": "Trade multipliers on synthetics 24/7, 365 days a year. Trade multipliers on forex and cryptocurrencies round the clock on weekdays.", - "633498400": "You should enter 8-13 numbers", - "633640589": "${GENERAL}", - "635121138": "Affiliate and IB programme | Deriv", - "635805347": "Dos and don'ts of promoting our products and services", - "636073620": "Subscribe to Deriv MetaTrader 5 trading signals to copy the trades of experienced traders, or become a signal provider and share your strategies.", - "636098452": "Deriv GO is our mobile app optimised for trading multipliers on the go. Trade on forex, derived indices, and cryptocurrencies, and maximise your potential profit without risking more than your stake.", - "636857983": "Take advantage of a highly liquid market with round-the-clock trading. Profit from correctly predicting the movement of the world's most popular cryptocurrencies.", - "636968212": "If you encounter any issues with a transaction on Deriv P2P, first try to resolve it with the trader you’re dealing with. If they’re not willing to help, please let us know via <0>live chat, and we’ll help you resolve it.", - "637013579": "Our classic \"drag-and-drop\" tool for creating trading bots, featuring pop-up trading charts, for advanced users.", - "640307277": "Vice President of Engineering", - "640979467": "<0>IWM.US The iShares Russell 2000 ETF tracks the investment results of an index of small-capitalisation US equities.", - "642995056": "Email", - "643714136": "Binary bot for creating trading bot", - "645294370": "<0>A trading mentor
Do you mentor other traders? Help them become better traders and earn commission when they sign up and trade on our platforms.", - "645317079": "We'll remove the <0>withdrawal limit once your account has been verified.", - "645902266": "EUR/NZD", - "645954408": "When the market price climbs to 8,700 USD, you decide to set the stop loss level at 8,200 USD. After a few ticks, the price dives to 8,100 USD, surpassing your stop loss level. Your trade will automatically close at 8,100 USD.", - "646017912": "Our flagship app for trading options and multipliers.", - "646157763": "sb go", - "647610263": "synthetic indices", - "648610617": "The requested URL was not found", - "649962941": "2. Trade type", - "651200588": "Markets including metals and energies.", - "652884735": "How much does it cost to register for the affiliate programme?", - "653618948": "Monitor the chart", - "655249194": "Deriv X is our second CFD platform, after MT5. It’s packed with features and built to fit your trading style.", - "655519080": "Deutsche Bank AG", - "655902997": "You may reactivate your account by <1>logging in with your email address and password. If you're unable to do so, please <0>contact us via live chat, and we'll help you further.", - "656430237": "How do I rate or recommend my trade partners on Deriv P2P?", - "657066292": "You can connect to your trusted bridge partner via a FIX API protocol connection.", - "658337631": "Got a <0>Binary.com account? You can <1>log in to <0>Deriv with your <0>Binary.com username and password", - "659338852": "Stop loss or ", - "661969161": "Execution speed", - "662615740": "10 world indices", - "662679188": "DTrader | Online trading platform | Deriv", - "663180477": "Customer-first trading experience", - "663689984": "Diagonal", - "664572363": "stays between/goes outside option trade", - "665599274": "Fill up the form and click <0>Confirm.", - "665617825": "CPA (EU-based clients only)", - "665777772": "XLM/USD", - "666057433": "Trade popular assets in the commodities market such as silver, gold, oil, and more without owning the underlying asset. Speculate on the price movements and benefit from our high leverage and competitive spreads.", - "666146179": "Financial institutions", - "668322984": "Automated copying – no extra work from you.", - "671884384": "Trade the commodities market and speculate on the price movements of oil and precious metals like gold and silver. Enjoy low spreads and zero commission.", - "672008428": "ZEC/USD", - "675017060": "payments department", - "678886974": "USD > 20,000 per month", - "680204734": "The minimum amount for withdrawal will vary depending on the latest exchange rates. The figures shown here have been rounded.", - "680953516": "MARKETS", - "682063263": "Your Deriv P2P account may be blocked for one of the following reasons:", - "682108610": "Whether you’re a beginner or a seasoned trader, our trading experience is something you’ll love.", - "682418965": "Jordan – Our office | Deriv", - "683810917": "Check your daily IB commission", - "686215092": "Stop loss with Crash/Boom", - "686385193": "Let’s say you want to calculate the take profit level when you open a position for Volatility 100 Index priced at 3376.24 USD with a stake amount of 10 USD, a multiplier value of x100, and a take profit amount of 7.54 USD in Down direction.", - "686387939": "How do I clear my transaction log?", - "686707119": "Are In/Out options available on Deriv Trader?", - "686961748": "<0>Deriv Trader is an advanced trading platform where you can trade digital and lookback options and multipliers on more than 50 assets.", - "688617121": "High leverage", - "689068852": "Where can I see my ads?", - "689400450": "It's the best broker in the world. I will recommend it to anyone every day all the time. Their support agents are really helpful in all areas.", - "690959930": "Reset password | Deriv", - "693342485": "Community managers", - "695741498": "Step index", - "696057317": "World indices", - "698401220": "1.17524)|", - "699722384": "1. You must have an MQL5 community account to subscribe to trading signals. If you don't have an account yet, please go to <0>MQL5.com to register.", - "700128691": "We’re steadfast in our commitment to high ethical standards. Find more reasons to know why Deriv is the choice of online traders.", - "700971061": "You can find your Deriv MT5 server name on your <0>Deriv MT5 dashboard. Click Trade on your preferred MT5 account and look for the server below the broker name.", - "701236336": "Website url", - "701775446": "Volatility 200 Index", - "701840176": "Commission per USD 100k turnover", - "702074152": "PARTNERS", - "702303938": "affiliate ib", - "704465777": "After making your payment, share the receipt with the seller via the chat feature in Deriv P2P.", - "704532260": "Sign up with just your email. No credit card or minimum deposit required.", - "704777433": "Deep, reliable liquidity with fast execution for professionals, seasoned institutions, start-ups, and more", - "705397132": "Automated trading. No coding required.", - "706043807": "A dedicated account manager to help you with any questions", - "706069088": "About Deriv", - "706434010": "Deriv X logo", - "706931524": "When you purchase a 'High-Close' contract, your payout will be equal to the difference between the highest price and the exit price over the duration of the contract multiplied by the multiplier.", - "710137133": "Apply now", - "712547410": "total trade turnover", - "714321435": "laptop mt5", - "714478782": "<0>AUD Basket measures the value of the Australian dollar against a basket of five global currencies (USD, EUR, GBP, JPY, CAD), each weighted by 20%.", - "715753532": "Find your role with us by browsing Deriv job opportunities in Cyberjaya, Malaysia.", - "717379127": "Enjoy multiple chart views, 90+ indicators, and 13 drawing tools.", - "720519019": "Reset my password", - "721271099": "If you select 'Ends Between', you receive the payout if the exit price remains between the high and low barriers.", - "722183289": "Predict whether consecutive ticks will rise or fall successively after the entry.", - "723828787": "restart conditions", - "723998774": "Log in or sign up for a Deriv account.<0 />", - "726009006": "<0>5 lots with 500 leverage:", - "726056166": "How do I log in to my Deriv cTrader account?", - "727308009": "They ask you to download files containing malware or virus that can infect your device.", - "728710085": "No, it isn’t. <0>Deriv P2P is a peer-to-peer service for our clients to make deposits and withdrawals using their local currency. As our payment agent, you can use Deriv P2P to offer your services to Deriv clients in your country.", - "728740336": "Will my contract close automatically if the market price touches the barrier at any time during the \"Touch\" contract period?", - "728921347": "Use analysis tools, indicators, and smart logic such as take profit and stop loss to maximise your profits and limit losses.", - "730281403": "Make instant bank transfers to all the major banks in your country.", - "731382582": "BNB/USD", - "731636050": "Can I open multiple turbo options contracts simultaneously?", - "732351316": "Step 3 : Address details (3 of 5)", - "733057061": "Learn how to trade cryptocurrencies with Deriv", - "733615113": "No, it isn’t. DP2P is a peer-to-peer service for our clients to make deposits and withdrawals using their local currency. As our payment agent, you can use the DP2P platform to offer your services to Deriv clients in your country", - "733921210": "For instance, if you are trading the USD/JPY forex pair, the swap charge will be computed in Japanese Yen (JPY) which is the quote currency. On the other hand, if you are trading oil, then the swap charge will be computed in US Dollar (USD), which is the denomination of the underlying asset – oil.", - "733955450": "Trading online can be exciting, but it’s important to keep in mind that there are risks involved including addiction and financial losses. To avoid the danger of addiction, it is important that you engage in a careful self-analysis to check if you are at risk, and follow some basic principles and guidelines.", - "736376851": "If you select 'Higher', you receive the payout if the exit price is above the barrier.", - "736634601": "explore it on appgallery", - "737466973": "The contract size is one standard lot of Volatility 75 Index = 1", - "737537871": "Mobile app for multipliers trading on the go.", - "739412906": "<0>Stays Between/Goes Outside: Predict whether the market will stay inside or go outside two price targets at any time during the contract period.", - "739759950": "Tick counters are available between consecutive barrier crosses to help you make smart trading decisions.", - "740609768": "What should I do if I have a dispute with the trader I’m dealing with?", - "741504928": "For marketers, influencers and introducing brokers to monetise their network. Earn competitive commissions and get access to high-quality promotional materials.", - "742785981": "Forex Expo Dubai", - "743105449": "How can I deposit funds into my Deriv X real money account?", - "743107247": "USD 20,000 x 30% = USD 6,000", - "743673813": "Go to <0>Bot Builder.", - "744748902": "Max 1 hour", - "745037442": "Accumulator options allow you to predict whether the current spot price remains within a predefined range from the previous spot price.", - "746666368": "Deriv Group has a history that dates back to 1999 when we laid the groundwork for the world’s first fixed-odds trading service. Since then, we have grown from strength to strength, garnering the trust of traders around the world.", - "746928132": "Yes, you’ll need a Deriv real account to process deposits and withdrawals for our clients.", - "750427805": "matches/differs option trade", - "752024971": "Reached maximum number of digits", - "754014828": "Start trading derived FX on Deriv in 3 simple steps", - "754435349": "200+", - "754502256": "Buy contract", - "755433132": "What are digital options?", - "755567027": "Can payment agent offer their services to a premium payment agent?", - "756066527": "I agree to the <0>terms and conditions", - "756258759": "The <0>DEX 600DN has frequent small spikes and occasional major drops, which occur <0>every 600 seconds on average.", - "756310599": "We will be transparent about the terms of all contracts so that customers can make informed choices.", - "756453521": "Pie chart explaining relation between margin and leverage", - "757309464": "Purchase the contract if you are satisfied with the quote, or re-define your position.", - "757475465": "DSI10", - "758038191": "Find your role with us by browsing Deriv job opportunities in Melaka, Malaysia.", - "759844711": "Yes, it's completely free of charge <0>to join.", - "760192418": "Trade wisely, and don’t let your emotions influence your decisions. Don’t trade when you’re prone to bad judgement.", - "762926186": "A quick strategy is a ready-made strategy that you can use in Deriv Bot. There are 3 quick strategies you can choose from: Martingale, D'Alembert, and Oscar's Grind.", - "763072092": "MT5 trading signals subscriptions expire automatically after one month. To renew or cancel a subscription, follow these steps.", - "763514492": "Get integrated help", - "764856444": "We have a huge mission, an incredible team, and rapid growth.", - "764879840": "GLD.US", - "764958509": "Trade on global financial markets and multiply your potential profit without losing more than your stake.", - "768795461": "Start trading cryptocurrencies on Deriv in 3 simple steps", - "769728384": "<0>USD 100 Volume", - "770100372": "Instant access", - "771178720": "We provide marketing materials such as banners, videos, and text ads that you can use to bring new clients to our platform.", - "773309981": "Oil/USD", - "774654899": "DMT5 trading platform at Deriv", - "775706054": "Do you sell trading bots?", - "775826029": "In the Copy tab of your Deriv cTrader account, search for strategy providers. Pick your favourite strategies, allocate funds, and start copy trading.", - "777072220": "Click the Buy button to open your trade.", - "778624300": "Take advantage of Deriv's trading calculators that help you to calculate your swap, pip, profit, and losses for the CFD and multiplier trading.", - "779522948": "Ipoh | Our office – Malaysia | Deriv", - "780041225": "If you already have a demo account, here’s how to add a real account:", - "780087756": "The same formula applies to all synthetic indices except <0>Step Index, which has the following formula:", - "781916470": "<0>Tight spreads — The spread is the difference between the buy price and sell price. The tighter the spread, the lower the cost to enter the market.", - "783153785": "Unlimited virtual funds", - "783391379": "To receive the minimum commission (0.01 in any currency) allowed by the system, the minimum volume requirement is calculated based on the following formulas:", - "783545585": "Correctly predict the price movements of the world's most popular cryptocurrencies. Over 17 crypto pairs to trade on.<0 />", - "783815409": "Configure your trading and risk management parameters. Then click OK to complete the process.", - "784131672": "Jumps", - "784262660": "New and promising", - "785833862": "Open a digital options contract with a Digits trade type on Deriv’s trading platforms and earn payouts with accurate market predictions.", - "785969488": "Jump 75 Index", - "785973496": "Portugal", - "788015089": "*available for selected pairs:", - "788744327": "Click <0>Change next to the password field, then click <0>Change Deriv MT5 password.", - "789376489": "USD/HKD", - "790534726": "Implement controls to prevent unlawful activity", - "794990233": "Via Trader's Hub", - "795493132": "Poland", - "798954978": "Go to your MT5 desktop app terminal and click on the Signals tab to view the list of signal providers. Not available on the web version.", - "799457743": "Simple.", - "799923297": "<0>Turnover
Earn up to 1.5% commission for each contract bought by your clients. The lower the probability of winning, the higher your commission payout.", - "800934856": "Explore our office locations | Deriv", - "802021852": "If you're buying, you'll need to make payment and share your payment confirmation with the seller. Once the seller has confirmed that they've received your payment, the exchange amount will be credited into your Deriv account.", - "802622821": "Explore trading on markets with multipliers on Deriv. Trade forex, cryptocurrencies, and more and maximise potential profit without risking more than your stake.", - "803547668": "paid out since inception", - "803989222": "The Synthetics account allows you to trade on Deriv’s proprietary synthetic indices that are available 24/7 and simulate real-world market movements.", - "806165583": "Australia 200", - "808426886": "We don’t practise hard-selling, offer financial or trading advice, nor make promises of guaranteed returns. We don’t encourage vulnerable people to trade and implement controls to prevent any unlawful activity.", - "809146176": "Not applicable", - "809480545": "If you'd like to log in using your email address instead, follow these steps:", - "809734567": "In the <0>MQL5 signals showcase page, click the Create signal button.", - "809743883": "Trading forex pairs on Deriv GO", - "811176466": "Available on <0>Android & <1>web browser", - "811665902": "What is Deriv MetaTrader 5 (Deriv MT5)?", - "812101045": "Stop loss and/or take profit calculator for margin", - "813485850": "Remember the 5 Don'ts:", - "813911098": "

Here's how to place a High/Low Ticks trade:

  • Choose your preferred trading asset.
  • Predict which of the next 5 ticks will be the highest or lowest in the series.
  • Enter your stake or preferred potential payout amount.
  • Open your trade.
", - "814009433": "Total trade turnover", - "814289409": "Then, withdraw your funds.", - "815602603": "Sign in to your Deriv account. If you don’t have one, sign up for free.", - "815608184": "For Long turbo options, the payout per point indicates the amount of potential payout you gain for each point above the barrier, at the contract’s expiry.", - "817575649": "How do I find ads in different currencies?", - "817909711": "Plus", - "818087675": "Get trading on Deriv", - "818603208": "If you have active orders, keep the app open (either on your phone or computer) until your orders are completed. Try to complete your orders within 1 hour.", - "818659471": "6. Stop loss", - "821579030": "QID.US", - "822013794": "<0>Contact us via live chat to get help with changing your account currency.", - "822932128": "Help centre | Frequently asked questions | Deriv", - "824381946": "This gives you the margin requirement in the quote currency for forex pairs, or in the denomination of the underlying asset for other instruments.", - "825368341": "A chart illustrating a terminated turbos short contract", - "825675433": "Stocks & indices trades available on Deriv", - "826324021": "Deriv.com on laptop and mobile", - "826511719": "USD/SEK", - "829379369": "You can automate your trading strategy using a trading bot. A trading bot is an automated computer program that purchases trade contracts for you while following a specific set of instructions that you provide.", - "829457879": "1. <0>Log in to your Deriv account.", - "829579058": "Secure", - "831164350": "Let’s say you want to calculate the stop loss level and pip value when you want to buy a lot of EUR/USD priced at 1.17524 USD with a stop loss amount of 24 USD.", - "831282685": "Drop us an email", - "831784233": "Close-Low Icon", - "832324110": "Our locations", - "832827564": "This plan is not available for IBs who promote to clients residing in the EU.", - "833547634": "Currency weight", - "835328271": "accumulators take profit", - "835766128": "Check performance of your bot", - "836171053": "Partnership opportunity", - "836198432": "Benefits of subscribing to MT5 signals", - "837161837": "Select 'Rise' to receive the payout if the exit price is higher than or equal to the entry price.", - "837251632": "Trade global stocks and stock indices now on our Deriv MT5 platform", - "837396666": "<0>IEMG.US The iShares Core MSCI Emerging Mkts ETF tracks an index of large-, mid-, and small-capitalisation emerging market equities.", - "838017583": "Not all payment methods are available in your country. Kindly check your cashier for further information. Withdrawals may take up to 15 working days to reflect in your bank account.", - "838569559": "Our platforms", - "840305493": "Nickel/USD", - "841698576": "What are the contract duration ranges for Digits contract types?", - "842404857": "One or more disputes were raised against you. Please contact us via <0>live chat for more information.", - "847028402": "Check your email", - "850220566": "You can trade forex, stock indices, commodities, cryptocurrencies, and derived on Deriv Trader. Some markets may not be available in certain countries.", - "850240893": "USD/JPY DFX10 Index", - "850368662": "Experience the power of copy trading on Deriv cTrader - The intuitive CFD trading platform with a wide range of features for an enhanced trading experience.", - "850735123": "Topic suggestions", - "851827893": "Find your role with us by browsing Deriv job opportunities in Ipoh, Malaysia.", - "852527030": "Step 2", - "854414022": "Deriv GO mobile trading app", - "855941254": "The MT5 Derived account offers contracts for difference (CFDs) on derived indices. These indices include our proprietary synthetic indices as well as indices derived from the price movement of real financial markets. Selected derived indices can be traded 24/7, even on weekends and holidays, while the others are available for trade round the clock on weekdays.", - "856157434": "20+ years of experience", - "856801593": "We are registered with the Financial Commission, an international independent organisation dedicated to resolving disputes within the financial services industry (<0>view membership).", - "856928872": "Yes, as long as you pass our checks. Initially, you'll start with a 500 USD limit for buy and sell orders.", - "860052562": "Airbnb", - "861659702": "Easy-to-use platforms, superior charts", - "862283602": "Phone number*", - "862480295": "Our swap calculator helps you to estimate the swap charges required to keep your positions open overnight on Deriv MT5.", - "866130068": "product department", - "866196404": "What are the major differences between DTrader, Deriv MT5 and Deriv X?", - "867182964": "6,000 + 2,250 = USD 8,250", - "867244595": "We’re unable to process your sign-up request at this time. Please try again.", - "867458310": "No, the trade barrier can only be set before you open a contract. Once your turbo options contract is opened, the barrier cannot be changed.", - "867582421": "Help centre | Frequently asked questions | Account | Deriv", - "868154618": "Accounts", - "868287466": "You’ll need to:", - "868499940": "Start trading with Deriv", - "869176308": "Do not worry, if you encounter any issue along the process, please reach out to our support through <0>Live Chat for further assistance.", - "870239780": "What markets can I trade on Deriv Trader?", - "871462332": "Take advantage of high leverage and low spreads on Deriv MT5 and Deriv X.", - "872087592": "For Rise/Fall, contract durations range from 1 tick and 365 days.", - "874881951": "Browse job opportunities available at our Dubai office. Find your role in IT, marketing, and human resources.", - "875101277": "If I close my web browser, will Deriv Bot continue to run?", - "876316694": "The services offered on Deriv.com are provided by Deriv Group. The Group has several subsidiary companies that are licensed to operate Deriv.com in their registered jurisdictions.", - "876462120": "2. On the left side panel, under the “Security & Safety” category, choose the “Email and passwords” or you may click <0>here", - "876581050": "Slovakia", - "877621770": "Copy trading your way", - "877897643": "Advantages of trading forex on DTrader", - "878441070": "Can I change the currency of my Deriv MT5 account?", - "878676836": "Key information documents", - "878897196": "Deal cancellation isn’t available for Crash and Boom indices. The stop-out feature will close your contract automatically when your loss reaches or exceeds a percentage of your stake. The stop-out percentage is shown below your stake on Deriv Trader and varies according to your chosen multiplier.", - "878922748": "What is the CFDs account?", - "880363071": "Deriv Master Affiliate Programme", - "881413021": "Why trade commodities on Deriv", - "882216897": "Email is required", - "882980057": "Trading available everyday", - "884274624": "For Higher/Lower contracts, potential payouts can range from 1% to 3,900% of your stake, depending on where the barrier is set.", - "884464347": "These indices simulate market trends with asset prices going through 3 regimes:", - "886343062": "Never download apps via Telegram.", - "886712679": "Licensed and regulated", - "887615993": " Stop loss or ", - "888507830": "To prevent this, check your ads regularly. If they've been deactivated, you can reactivate them by hitting <0>Activate on the <0>My ads page.", - "888619169": "If you have made a deposit or have added a real MT5 account, follow these steps:", - "888978991": "Each of these indices replicates the performance of top publicly traded companies in financial markets in Europe.", - "890646842": "White architecture building in Ipoh", - "890667695": "45%", - "893607771": "Benefit from round-the-clock trading hours (Monday to Friday), high liquidity, low barriers to entry, a wide range of offerings, and opportunities to trade on world events.", - "893980632": "Have more questions? Check out the <0>FAQ section on the MQL5 website.", - "894402947": "Fee per million", - "895567953": "assets to unleash your bot", - "895594801": "Select the signal provider you prefer and click the Subscribe button.", - "896028940": "Got more questions?", - "896455617": "BAT/USD", - "897072394": "deriv.app platform video", - "897325464": "Instruments available for CFD trading", - "897732167": "Deriv MT5 logo", - "898646134": "To see your account’s trading limits, go to Settings > Security and safety > <0>Account limits.", - "899411431": "Once you’re shown options to select from, choose “Complaints”. You can also type \"complaint\".", - "899612897": "You should enter 8-13 numbers.", - "901158881": "This feature allows you to set the level of profit that you are comfortable with when the market moves in your favour. Once the amount is reached, your position will be closed automatically and your earnings will be deposited into your Deriv account.", - "902057285": "Click Yes to confirm the cancellation. Your funds will be returned to your Deriv account, and your account balance will be updated accordingly.", - "903422317": "Get instant access to your trades wherever you are whenever you want.", - "904780038": "Set the restart conditions", - "907733837": "Predict whether the market price will touch or not touch the chosen barrier (target) during the contract period.", - "909083576": "404 - Page not found | Deriv", - "910109245": "7-8 October 2024", - "910572263": "1. Create the following variables and place them under <0>Run once at start:", - "910806943": "You’ll earn a fixed commission based on the volume of individual trades bought by your referred clients.", - "912406629": "Follow these steps:", - "913276286": "1. Go to your <0>Deriv MT5 dashboard.", - "913548355": "Connect with fellow traders and transfer money in minutes.", - "913719394": "If you select ‘Over’, you will win the payout if the last digit of the last tick is greater than your prediction.", - "915392164": "Open long or short positions based on your predictions of the market price movements.", - "915554307": "Your potential. Our technology.", - "916591715": "The above information is updated monthly and, therefore, may not reflect current trading conditions.", - "917157780": "If you select 'Differs', you receive the payout if the last digit of the exit price is different than your prediction.", - "917922170": "- Select the underlying asset you want to trade.", - "918587905": "Are you sure you want to delete your account?", - "918634571": "When you open a position, barriers are created around the asset’s price. The upper and lower barriers are automatically calculated for every tick based on your chosen asset and accumulator value. If you close your position before either of the barriers is reached, you will make a profit.", - "920363635": "Frequently asked questions - IB programme", - "920654544": "Currently, you can only buy Long and Short turbo options contracts on Deriv.", - "922601177": "CPA", - "925239281": "How do I withdraw funds from my Deriv X real money account?", - "927364570": "<0>Setting > Proof of address", - "927510190": "Predict whether the market will stay inside or go outside two price targets at any time during the contract period.", - "927830157": "User-friendly platforms with powerful chart widgets", - "929514030": "Enjoy trading asset prices derived from simulated markets.", - "929553858": "They ask you to download file attachments or remote access software (such as Teamviewer) to give them remote control of your device. For example, an impersonator may take control and install ransomware on your device and then demand a ransom. If the ransom isn’t paid, you may lose access to your device permanently.", - "930211164": "24/7 trading", - "931595451": "Indices simulating real-world markets with 24/7 trading.", - "931896911": "Go to the <0>History section.", - "932190946": "Daily deposit limits", - "934685291": "This helps you to set the stop loss and take profit level when the asset price moves in Up or Down direction.", - "935167918": "3.75", - "935645176": "Additional terms and restrictions for Deriv clients in certain countries", - "937831119": "Last name*", - "938314093": "ARRK.US", - "938692453": "Swaps charged upon rollover for short (sell) positions.", - "938792466": "Customise your contracts to suit your style and risk appetite using innovative features like stop loss, take profit, and deal cancellation.", - "941356208": "Create a Deriv real money account", - "941387945": "Quick account sign-up", - "941978699": "5 - 2,500", - "942579238": "Only Ups/Only Downs contracts allow you to make market predictions speculating the direction of an underlying asset's price movements.", - "943118208": "We aim to process your deposits and withdrawals within 24 hours. However, please note that these processing times and limits are estimates and may vary due to reasons outside our control. We make every effort to provide you with a speedy and seamless experience.", - "943520915": "If you trade an Even/Odd contract, you predict whether the last digit will be an even or odd number.", - "943716510": "Introduction to cryptocurrencies", - "946654704": "Client trades with a stake of USD 10.", - "947541466": "Trade 24/7 on our proprietary synthetics that simulate real-world market movements. These indices are unaffected by regular
market hours, global events, or market and liquidity risks. Manage your exposure by selecting the volatility level to suit your risk appetite.", - "947758334": "City is required", - "948545552": "150+", - "949495445": "even/odd option trade", - "949617971": "Your Deriv X password is linked to the standalone Deriv X trading platform while your Deriv password gives you access to platforms hosted on our website such as DTrader and DBot.", - "949859957": "Submit", - "953170529": "Enjoy zero commission trading on all assets.", - "954358534": "Rating a great experience lets you show your appreciation towards your trade partners. They’ll be encouraged to maintain their excellent standards upon receiving your positive ratings. Your ratings and recommendations will also help other Deriv P2P users find reliable trade partners.", - "955451911": "Take advantage of high leverage and tight spreads on Deriv’s CFD trading platforms.", - "958430760": "In/Out", - "958956881": "A chart illustrating a losing Low Ticks trade type contract", - "959971586": "We'll email you instructions to reset your password.", - "960618190": "Trade various assets in multiple markets simultaneously.", - "961338094": "Enter multiplier value", - "961504190": "You’ll receive a 20% flat rate of your sub-affiliate’s commission (this will be credited from Deriv’s funds and will not affect your sub-affiliate’s commission). Please note that this does not include your sub-affiliate’s IB commission.", - "961530723": "Netflix Inc", - "961728715": "platform", - "962218636": "Airbus SE", - "963202666": "How do I sign up as an affiliate?", - "968367390": "Traders typically analyse the underlying market and price trends to determine the likelihood of prices rising or falling over a given time period.", - "968576099": "Up/Down", - "968627888": "24/7 trading, including weekends and public holidays", - "970654740": "fast, secure deposit and withdrawal", - "971775193": "<0>Using a quick strategy", - "972651810": "Multiple income opportunities", - "973734471": "Finland", - "974172050": "Asians | Digital options contract | Deriv", - "974236233": "Enter a name for your variable, and hit <0>Create. New block containing your new variable will appear below.", - "974534578": "Asian <0>indices", - "974888153": "High-Low", - "976566872": "For example, you predict that the market will go up, and buy a contract on Crash 300 index at 8,000 USD.", - "977955517": "Online trading platform | Forex, cryptos, stocks | Deriv", - "978785299": "How do I block someone on Deriv P2P?", - "980197763": "Swap short (Daily %)", - "980696453": "DTrader | Online Trading Platform | Deriv.com", - "982146443": "WhatsApp", - "983081962": "Master affiliate", - "987462335": "payment methods", - "992411597": "If you select ‘Even’, you will win the payout if the last digit of the last tick is an even number (i.e. 2, 4, 6, 8, or 0).", - "992485806": "Your position is automatically closed when your stop loss level is at <0>1.1750 and when your stop loss pip value is <0>24 USD.", - "993380717": "info symbol", - "995624454": "Target position", - "1000512133": "API", - "1000991093": "Forex online trading platforms | Forex trading demo account | Deriv", - "1001160515": "Sell", - "1001493249": "What happens after I submit a complaint through live chat?", - "1001731723": "Yes, as long as you haven’t opened a Deriv MT5 Financial STP account, you can still trade without verifying your account.", - "1002030917": "Deriv cTrader is an easy-to-use multi-asset CFD trading platform with many features that new and experienced traders can enjoy.", - "1002482141": "Accumulator options", - "1005117812": "What should I do if I'm not happy with the response from your customer support team?", - "1005687893": "Online trading with Deriv | Simple. Flexible. Reliable.", - "1005941063": "Deposit and withdraw in Litecoin, a durable cryptocurrency with fast transaction processing.", - "1008063635": "A Reset Call/Reset Put option provides the opportunity for the contract's entry price (also known as strike price) to be reset automatically at the midpoint of the trade duration, if the underlying asset's price moves favourably with your market prediction.", - "1009128101": "Easy to set up – no installation required.", - "1009492128": "With Deriv Prime’s liquidity solutions for online trading, you get unbeatable spreads on the commodities, cryptocurrencies, and forex markets.", - "1010178911": "For more info, contact your country manager.", - "1010278278": "Can I delete my Deriv MT5 account history?", - "1010645311": "Predict the price movements of commodities like silver, gold, and oil, and use margin to amplify your possible profits.", - "1011699543": "Trade the price movements of natural resources that are central to the world’s economy and make the most of the market action.", - "1015371290": "Experienced affiliate managers answer all your queries and provide you with excellent promotional and educational materials.", - "1015510435": "BMW", - "1019419532": "Vanilla options allow you to express a bullish or bearish view on an underlying asset by purchasing either a Call or a Put option. You can earn a potentially high payout if your predictions are right within a timed contract and based on market conditions.", - "1021490172": "Try another keyword", - "1021695271": "Graphs and charts", - "1022161791": "Join Deriv’s team in Germany and work on next-gen fintech products. View our current openings for a chance to build a fulfilling career.", - "1022211991": "Security", - "1022314764": "Affiliate and IBs", - "1022404909": "No overnight charges on swap-free accounts", - "1023044581": "Deriv X dashboard with tools to track your online trading", - "1023795011": "Even/Odd", - "1023972728": "<0>Swap charge = volume × contract size × point value × swap rate", - "1024366221": "The page you are looking for does not exist.", - "1024756670": "Trade on multiple markets", - "1025026772": "Jump indices correspond to simulated markets with large, sudden price changes. They have constant volatilities ranging from 10% to 100%.", - "1025032938": "Do I have to pay any fees to become a payment agent for Deriv?", - "1026160856": "Predict whether the last digit of the last tick of a contract will be an even number or an odd number.", - "1026344937": "Please contact our Customer Support team via <0>live chat if you have doubts or concerns.", - "1026845997": "Endpoint", - "1027349186": "First Name", - "1029179269": "Set profit level", - "1030898603": "What is the maximum I can lose when I trade turbo options?", - "1032907147": "AUD/NZD", - "1033295623": "For <0>stock indices, a deal for 20 lots of JP225 for a price of JPY 32,500 will pay out USD 0.05 in commission based on the following formula:", - "1033311672": "Mobile number*", - "1033547927": "Use a trading bot for automating your trading strategy. A trading bot is an automated computer program that purchases trade contracts for you while following a specific set of instructions that you provide. Build your trading bot for free on DBot or Binary Bot; no coding is needed. You’ll also find 3 free pre-built strategies on DBot that you can customise to your needs.", - "1033805779": "All Deriv partnership programmes are free to join. There are absolutely no charges or hidden fees to worry about.", - "1034116598": "You can trade turbo options on the Deriv Trader trading platform, on volatility indices under Deriv’s derived indices.", - "1034875052": "Excellent and reliable services; tested and trusted!", - "1035890756": "Add a Deriv real account.", - "1037202727": "Password is requried", - "1039678171": "FOR CLIENTS", - "1040447467": "|(1.1750", - "1040702244": "Turbo options", - "1041405933": "Read <0>this article to learn more about automated trading on Deriv.", - "1045309798": "Swap rates (overnight funding)", - "1045757354": "Estimate the level and amount of the stop loss and take profit for your contract to mitigate your risk in case the market price moves against your prediction.", - "1046578159": "GBP/SGD", - "1048498219": "A deal for 1 lot of the Volatility 50 (1s) Index for a price of USD 600,000 will pay out USD 22.50 in commission based on the following formula:", - "1049125557": "Swap Calculator", - "1050003244": "USD/ZAR", - "1051548992": "Make instant e-wallet deposits.", - "1051666965": "Volatility 300 Index", - "1051732300": "Secure and responsible online trading guidelines | Deriv", - "1053153674": "Jump 50 Index", - "1053405337": "Min deposit", - "1053893680": "Develop web, desktop, and mobile applications using Deriv API.", - "1054141122": "Careers", - "1055232026": "You can't reactivate your Deriv MT5 account. Instead, you can create a new one on your <0>Deriv MT5 dashboard.", - "1055401343": "Trade forex, stocks & indices, cryptocurrencies, commodities, and derived.", - "1056824072": "How can I become a Deriv P2P user?", - "1057239639": "Set optional parameters for your trade", - "1061987610": "Join great trading minds at Deriv in Singapore and build your career in developing online trading solutions, particularly for CFD trading.", - "1062240703": "Yes, we’re regulated by", - "1062607057": "After hitting <0>Import, select <0>Local and click <0>Continue.", - "1063195621": "Predict the performance of global giants including Apple, Amazon, and Netflix. Trade CFDs with leverage and no commission on stocks and stock indices.", - "1063761992": "Enjoy low spreads on our Deriv MT5 platform, now offering a range of stocks and stock indices from the brands you love.", - "1064820408": "How will Deriv contact me if I need to submit my details or documents?", - "1065883839": "For forex, a deal of 0.1 lots of GBP/USD will pay out USD 0.25 in commission based on the following formula:", - "1067137194": "Explore <0>CFDs on Deriv MT5, and enjoy high leverage and low spreads to increase your returns when the market moves in your favour.", - "1067372545": "2. Under CFDs, look for Deriv cTrader and select <0>Get.", - "1068522332": "Deriv MT5 gives you access to multiple asset classes – forex, stocks & indices, cryptocurrencies, commodities, exchange-traded funds, and derived indices — on a single platform. With exclusive access to innovative trade types, Deriv brings the MT5 experience to a superior level for both new and experienced traders.", - "1069916328": "Youtube", - "1070284669": "<0>Stop loss and take profit level in the Down direction = asset price × {(-stop loss OR take profit amount - commission) ÷ (stake × multiplier) + 1}", - "1070403135": "weekend trading", - "1070720669": "Enjoy trading asset prices derived from
simulated markets.", - "1072012627": "Country is required", - "1072128975": "Once your identity has been verified, you can use Deriv P2P on desktop or mobile.", - "1072571985": "If you created your Deriv account using Apple/Google/Facebook, try resetting your Apple/Google/Facebook password. After that, you should be able to log in to Deriv as usual.", - "1073047412": "Fake url", - "1074234859": "Don’t act immediately if you’re being pressured to. ", - "1076548216": "Leverage Deriv’s technology to launch your own trading app. Deliver an enhanced trading experience to your clients and earn from every trade executed on your app.", - "1077779258": "General Motors Company", - "1078303105": "Stop out", - "1079537687": "Biogen Inc", - "1080905136": "opportunities", - "1081045854": "If you select 'Even', you receive the payout if the last digit of the exit price is an even number (e.g. 2, 4, 6, 8, 0).", - "1081306780": "IIP Platinum Companies", - "1081935332": "Currently, you can only buy vanilla call and put options on Deriv.", - "1082230343": "- Enter your stake amount or desired potential payout amount.", - "1083621931": "Please note that the availability of early exit from your trading position depends on the specific trade type, or it may only be available within a certain timeframe.", - "1084407062": "These indices correspond to simulated markets with <0>constant volatilities of 10%, 25%, 50%, 75%, and 100%. There is an equal probability of an up or down jump <0>every 20 minutes, on average. The jump size is <0>around 30 times the normal price movement, on average.", - "1084960586": "Disclose the terms of all contracts", - "1088428939": "These indices correspond to financial markets with volatilities of 10% and 20%. One tick is generated for every tick of the corresponding forex pair.", - "1089110190": "You accidentally gave us another email address (usually a work or a personal one instead of the one you meant).", - "1089165018": "Get in touch", - "1090964405": "Monthly volume requirement", - "1091197091": "How are payouts calculated for In/Out options?", - "1091315173": "Scan for viruses: Run a full system scan on your computer and any devices you used to access your account. Make sure your antivirus and anti-malware software is up to date.", - "1093308928": "

No, these are two different contract types.

With High/Low Ticks, you predict which of the 5 ticks within the trade duration will be the highest or lowest.

With Higher/Lower, you predict the overall price direction of a trading instrument over a specified time period.

", - "1094162624": "<0>High-Close: When you purchase a ‘High-Close’ contract, your win or loss will be equal to the multiplier times the difference between the high and the close over the duration of the contract.", - "1095420663": "Purchase the contract", - "1097133380": "0.35", - "1097188292": "Take profit level", - "1098544147": "They ask you to fill up a form on an unsecure website without an HTTPS (secured) connection.", - "1098718347": "Know the margin impact on your CFD trading", - "1099312636": "Who can become a premium payment agent?", - "1099692935": "You can trade Touch/No Touch options on the Deriv Trader, SmartTrader, and Deriv Bot trading platforms. They are available on multiple markets — forex, commodities, stock indices, and synthetics.", - "1101454934": "If you select 'Fall', you receive the payout if the exit price is lower than the entry price.", - "1101534866": "A chart illustrating a winning Asian Down trade type contract", - "1101987089": "> 10 billion", - "1103215117": "Limit the losses you may incur within a specified period.", - "1104653915": "Get the upside of CFDs without the downside of losing more than your stake.", - "1105219900": "If something sounds too good to be true, don’t trust it.", - "1105452228": "If you’re interested in becoming an IB, all you need to do is head to the signup page and fill out the application form. We’ll review your application and get in touch if it’s successful. If you’re already registered as a Deriv affiliate, you can email us at affiliates@deriv.com instead.", - "1106425559": "Discover SmartTrader now", - "1106746692": "Open a real account, make a deposit, and start trading stocks & indices and other markets.", - "1109217274": "Success!", - "1109366785": "If you select 'Only Ups', you receive the payout if all consecutive ticks rise successively after the entry.", - "1111357400": "- Choose the instrument you want to trade.", - "1113469496": "This gives you the swap charge in USD.", - "1115835371": "Frequently asked questions - Account", - "1119260541": "Go long or short on our OTC German index and utilise leverage to increase your potential profit.", - "1119887091": "Verification", - "1120025399": "Options trades available on {{market_name}}", - "1120122161": "For further information, see Section 4 on Deriv P2P in <0>our terms.", - "1121213064": "close-low option trade", - "1121705391": "24/7 chat", - "1122860902": "No, the trade types allow you to choose the duration or expiry time but the contract will be held till the end of duration or expiry selected.", - "1123456902": "They ask you to download unsecure mobile apps in the form of APK files that aren’t offered on Google Play Store or Apple App Store. ", - "1123710409": "How to calculate margin", - "1123908498": "MTC/USD", - "1124560181": "Flexibility with multiple markets", - "1124829631": "What conversion rates do you use for deposits and withdrawals?", - "1124905330": "Customise your trade types", - "1126492980": "The <0>Buy/Sell tab shows you ads by other advertisers. You can see your ads in the <0>My ads tab.", - "1126725671": "A notice to help you understand the risks that might arise when you trade on Deriv", - "1126917116": "Micro pairs", - "1128046384": "No. You can withdraw your commission whenever you want.", - "1129126362": "<0> -0.83", - "1130568086": "To withdraw funds from your Deriv X account, you’ll first need to transfer the funds to your Deriv account. Go to Cashier, click \"Transfer\", and follow the instructions on the screen.", - "1136360582": "In this e-book we will cover", - "1136731907": "Note that these are approximate values only and will differ depending on the leverage that is set for your account and the asset you want to trade.", - "1138338302": "If you're residing in the EU, <0>contact us via live chat, and we'll help you with it.", - "1139331057": "You will receive a payout if the spot price remains above a predetermined barrier throughout the entire trade duration. If the spot price touches or breaches the barrier at any time before the contract expires, the initial stake (premium) is lost.", - "1141200231": "Spain 35", - "1145468876": "Trade on the world’s most popular cryptocurrencies and potentially profit from correctly anticipating price movements.", - "1147203358": "Derived in the EU consist of synthetic indices whose prices are generated using a random number generator with no influence from real-world events.", - "1147542946": "You may also set your preferred filters like the time period when you view the report.", - "1149190992": "Trade selected derived and financial assets without overnight charges.", - "1150115412": "1. Please log in to your account and go to the “Manage account settings”.", - "1150953111": "Tight spreads", - "1151456638": "We value team players that collaborate freely across departments with humility and ambition.", - "1151925602": "Predict whether the last digit of the last tick of a contract will be higher or lower than a specific number.", - "1153826782": "A sub-affiliate earns USD 200 from their Revenue Share plan. The same sub-affiliate earns USD 100 from their IB programme. Here is how we calculate their total commissions:", - "1155361880": "Need help? Please <0>contact us via live chat.", - "1155971726": "Click <0>here to close your account.", - "1156299297": "10 - 5,000", - "1158148313": "Digits Matches/Differs", - "1158730509": "iFX Expo Dubai", - "1159364664": "DEX 600UP", - "1162231811": "Example 1:", - "1164065807": "Loss with Deriv's multiplier", - "1165952627": "For further information, see Section 4 on Deriv P2P in <0>our terms and conditions.", - "1167224712": "We offer various payment methods - Bank wires, debit/credit cards, e-wallets and cryptocurrencies to make your transactions more convenient!", - "1168167679": "members", - "1169092422": "Vanilla options", - "1169337138": "A chart illustrating a losing Under trade type contract", - "1169378202": "Payment agents | Partnership programmes | Deriv", - "1169889619": "Already have an account? <0>Log in", - "1170266535": "<0>Deriv Trader offers multipliers trading on a range of underlying assets such as forex, cryptocurrencies, and derived. This platform allows you to open multipliers trades that offer the opportunity to multiply potential profit without risking more than your stake. You may find this platform more intuitive if you're new to the trading world.", - "1171083830": "Hit <0>Get next to <0>Deriv account.", - "1171332705": "Username*", - "1171765024": "Step 3", - "1172611503": "If you select ‘Asian Fall’, you will win the payout if the last tick is lower than the average of the ticks.", - "1172806588": "Make instant deposits using your local e-wallet.", - "1175717636": "What kind of reports can I generate from my affiliate account?", - "1177080017": "DBot | Trading robot | Deriv", - "1178409440": "The time period during which an asset or market is available for trading.", - "1179997681": "When making a complaint, make sure to include your full name, account number, a clear description of the problem, important dates, and any proof or documents that support your complaint. The more specific and detailed your complaint, the better our team can help you.", - "1181506313": "Deriv P2P is a great app, I love it!", - "1181734082": "accumulators trade type", - "1182027402": "app store logo", - "1182198798": "For example, if you close your position at a certain point, your equity is the total of your account balance plus the profit or loss at that point. If the ratio of this to your currently used margin is lower than Deriv’s stop out level, stop out may be applied.", - "1182470294": "Don't have a Deriv.com account yet?", - "1183868384": "Is Deriv regulated?", - "1184301560": "Explore Deriv’s partnership programme and get a chance to be a partner with a trusted pioneer. All our programmes are free of charge with no hidden fees.", - "1185518626": "Enjoy trading a wide range of offerings that mimic characteristics of financial markets.", - "1185936927": "The Deriv Introducing Broker (IB) Programme is a partnership opportunity where you benefit from referring new clients to trade on our CFD trading platforms.", - "1186149510": "Can I open multiple Reset Call/Reset Put contracts with different barriers simultaneously?", - "1187487273": "Volatility 15 (1s) Index", - "1189346909": "To withdraw from your Deriv account into your personal account, go to Cashier, click \"Withdrawal\", and follow the instructions on the screen. You’ll need to verify your withdrawal request and confirm your withdrawal amount.", - "1189875009": "Proven track record", - "1190588251": "We treat all customers equitably, handle complaints with integrity, and offer competitive prices with no hidden costs and no artificial barriers on customer withdrawals.", - "1191311301": "How do I set an investor password for my Deriv MT5 account?", - "1191789799": "Password should be more than 8 characters including 1 uppercase and 1 number", - "1192961783": "Licence and regulatory information | Deriv", - "1195213035": "If you wish to resume trading when your self-exclusion expires and once you have made a request to remove self-exclusion, there will be a cooling-off period of 24 hours before you are allowed access to our site.", - "1195268336": "A chart illustrating the loss of a contract if the Reset Call exit price is below the entry price", - "1196310280": "Intel", - "1197939158": "Don't accept", - "1197965598": "Accumulators (or accumulator options) allow you to heighten your potential profit exponentially without risking more than your stake. Your potential profit will increase regardless of market movement, as long as the price moves within the trade barriers.", - "1198529439": "Please enter a valid street", - "1198781410": "We’ve designed a customer-centric and intuitive trading experience for Deriv that’s optimised to convert visitors into clients. We’ll also provide you with the tools and creative materials you need to drive traffic to Deriv.", - "1199693297": "20 - 800", - "1203468323": "- Set other optional contract parameters.", - "1203741029": "Use this variable to store your loss limit. You can assign any amount you want. Your bot will stop when your losses hits or exceeds this amount.", - "1206098262": "zero commission", - "1206384192": "VTI.US", - "1207548197": "Payouts for all potential outcomes are calculated based strictly on the probabilities of each occurring at the time the trade is placed.", - "1207745067": "TBT.US", - "1208382171": "We may request more information during the signup process.", - "1211358412": "What does \"reset\" mean in Reset Call and Reset Put trades?", - "1211817306": "Cryptocurrency trades available on Deriv", - "1211885166": "In both instances, the potential payout is fixed upon entry.", - "1212071727": " Stop loss or take", - "1212156967": "Trade on asset prices derived from real-world or simulated markets. Manage your exposure by selecting the volatility level to suit your risk appetite. Choose from our 24/7 synthetics, derived FX indices, and baskets.", - "1212276106": "<0>4 lots with 500 leverage:", - "1213111346": "What is CFD trading?", - "1213373089": "Take profit pip value", - "1214098313": "Enjoy the convenience and security of storing your strategies on your Google Drive.", - "1214594210": "Lookback commission:", - "1215186826": "SDS.US", - "1215856651": "What markets can I trade with accumulator options?", - "1216205330": "No. To keep your funds safe, you are strictly prohibited from using payment methods that are not yours. If you do use someone else’s payment method, we’ll suspend your Deriv account for security purposes.", - "1216280249": "Trading responsibly", - "1217597413": "Step Indexes", - "1219754757": "Your safety, our priority", - "1220962322": "Deriv GO is amazingly easy to use.", - "1221532796": "How multipliers contracts work", - "1221549296": "Earn when your clients trade on a Deriv X account.

All commission rates are quoted in USD.", - "1221671301": "With these indices, there is an equal probability of up/down movement in a price series with a <0>fixed step size of 0.1.", - "1222077877": "Please bear in mind that if you decide to manually terminate the trade early (before expiry), you will be charged an additional exit fee. Additionally, early termination less than 15 seconds before expiry is not possible.", - "1225695057": "100,0001 ) }", - "1225761821": "Rise or fall? Assessing stocks", - "1225940651": "Make easy deposits through your local banks.", - "1226498477": "A chart illustrating a vanilla call option trade with no payout", - "1226639859": "Secure & responsible trading", - "1226773856": "What contract types do you offer on Deriv Trader?", - "1228718006": "|( 1.1750", - "1229753077": "Got questions? Need help? Call or email a dedicated team of affiliate managers for all the answers.", - "1230198893": "Deriv’s easy and free setup of DBot trader can automate your trading without writing codes. Create your own bot trader using our tutorials and guides!", - "1232451396": "What is a complaint?", - "1233175774": "A sub-affiliate generates USD 300 worth of commission. Here is how we calculate their total commissions:", - "1234764728": "Asset Price is required", - "1235997543": "What are the differences between the MT5 Derived, Financial, and Swap-free accounts?", - "1236398277": "<0>One tick is generated <0>every second for volatility indices <0>150 (1s), and 250 (1s).", - "1237147454": "Trading platforms", - "1238045844": "A referred client is a client who signed up to Deriv using your tracking link and made a deposit into their account. As an affiliate, you’ll receive commissions based on the successful deposits of your referred client.", - "1238990222": "The predicted payout is actually based on the barrier that is selected.", - "1239162155": "You will earn 20% flat rate of what your sub-affiliate generates from their commission.", - "1240797431": "Start trading the world's most popular cryptocurrencies on Deriv, and take advantage of a highly volatile market with round-the-clock trading.", - "1241426772": "<0>Margin = (volume × contract size × asset price) ÷ leverage", - "1242501035": "Once you've met the required criteria, we'll increase your limits to 5,000 USD for buy orders and 2,000 USD for sell orders.", - "1244109656": "Deriv cTrader:", - "1244168183": "IBM", - "1244469368": "Predict whether the last digit of the exit price will be an even or odd number.", - "1246145751": "Help centre | Frequently asked questions | Security | Deriv", - "1248844726": "Deriv MT5 (DMT5)", - "1249011149": "Expert support", - "1250814650": "We offer the widest selection of derivatives to trade, with sharp prices and tight spreads that attract over 2.5 million online traders worldwide. Our technology provides an intuitive and powerful trading experience, enabling our clients to understand risk more effectively to make informed trading decisions.", - "1250818586": "Which Deriv trading platforms can I use to trade Reset Call/Reset Put contracts?", - "1250845738": "$ 7.00", - "1254667788": "Dbot trading platform at Deriv", - "1256295276": "Trading online can be exciting, but it’s important to be reminded that there are risks involved. We encourage all our users to secure their accounts and trade responsibly to experience the best in online trading.", - "1257029444": "Please check your email and click on the link provided to reset your password.", - "1257890198": "A chart illustrating a High-Close contract", - "1258668610": "Build your bot using drag and drop", - "1259598687": "GBP/JPY", - "1260276530": "Numerous intraday trading opportunities", - "1260799247": "What is the difference between turbo and vanilla options?", - "1262019133": "Can I open an accumulator contract at any time?", - "1263353982": "friendly support", - "1265354463": "Easy to use platform", - "1267981299": "The In/Out contract types allow you to speculate whether the market price of the underlying asset stays within or goes outside of predetermined barriers during the contract period or at the end of the contract period.", - "1268136992": "Go to <0>Deriv P2P > <1>Buy/Sell.", - "1268305678": "|(221.5961", - "1269265960": "The Deriv Affiliate Programme is an exciting partnership programme where you can benefit by bringing in new clients to trade on Deriv platforms.", - "1272012156": "GBP/CHF", - "1272902088": "100,000 ) }", - "1274309337": "DOG/USD", - "1274713580": "Get your funds quickly and easily. We support a variety of withdrawal options.", - "1275474387": "Quick", - "1275674402": "Go long and short", - "1277672291": "Yes, you are allowed to enter multiple High/Low Ticks contracts at the same time.", - "1277917401": "If you choose an Only Downs contract, you will win a potential payout if the price only decreases during the selected time period.", - "1280161359": "Why copy trade?", - "1280380287": "Hungary", - "1280397222": "Have your own platform (for example, YouTube channel, blog, social media platforms, etc) to promote your link.", - "1280750550": "Deriv Investments (Europe) Limited is licensed and regulated by the Malta Financial Services Authority under the Investment Services Act (<0>licence). Deriv (FX) Ltd is licensed by the Labuan Financial Services Authority (<1>licence). Deriv (BVI) Ltd is licensed by the British Virgin Islands Financial Services Commission (<2>licence). Deriv (V) Ltd is licensed by the Vanuatu Financial Services Commission (<3>licence). Deriv (SVG) LLC has a registered office at First Floor, SVG Teachers Credit Union Uptown Building, Corner of James and Middle Street, Kingstown P.O., St Vincent and the Grenadines. The holding company for these subsidiaries is Deriv.com Limited, with the registration number 71479 and the registered address at 2nd Floor, 1 Cornet Street, St Peter Port, Guernsey, GY1 1BZ.", - "1281089964": "Help centre | Frequently asked questions | Payment Agent | Deriv", - "1282206384": "Cayman Islands – Our office | Deriv", - "1284073736": "3. To log in on your desktop, click Trade on web terminal.", - "1284380628": "ETF trades available on Deriv", - "1284608813": "No, you cannot close an In/Out options trade before the trade duration's expiry. This is because the potential payout is defined based on the contract duration, selected barrier, and stake.", - "1285517993": "Automate your trading ideas without writing code", - "1286094280": "Withdraw", - "1286648079": "Return to player for mulitplier options is in the range of 95.0-99.9% for all indices on an average. Using a different multiplier or duration may affect the RTP.", - "1286733654": "Brokerage firms", - "1287479000": "Seamless integration with existing systems", - "1287500494": "No. You can only use your account as a payment agent to perform clients’ deposits and withdrawal requests. For trading purposes, you will need to open a separate account.", - "1288690494": "Can I increase my daily buy or sell limit on Deriv P2P?", - "1288864776": "Buy your contract", - "1289363035": "Use our demo account and learn how to trade by using risk-free virtual funds.", - "1289646209": "Margin call", - "1290456515": "

Yes, your contract will close automatically if the market price touches the selected barrier at any time during the contract period, no matter which contract type you are trading.

If you are trading a \"Touch\" contract and the market price touches the selected barrier, the contract will close and you will win the potential payout.

On the other hand, if you are trading a \"No Touch\" contract and the market price touches the selected barrier, the contract will close and you will lose your stake.

", - "1290935043": "In your affiliate dashboard, go to the “Finances” tab and select “Payment instructions” to change or set your preferred payment method.", - "1291852379": "50 - 5,000", - "1293479771": "PnL for margin", - "1294884975": "30%", - "1296602191": "For mobile app sign-ups, set the broker code to <0>Deriv.com Limited.<0>", - "1298753999": "Three of the most commonly used strategies in automated trading are Martingale, D'Alembert, and Oscar's Grind — you can find them already-made and waiting for you in Deriv Bot.", - "1298837204": "

With a Digits contract, you predict whether the last digit of the last tick of your contract will meet specified criteria, depending on the contract type you select.

If you trade a Matches/Differs contract, you predict whether the last digit will match or be different from a selected number.

If you trade an Even/Odd contract, you predict whether the last digit will be an even or odd number.

If you trade an Over/Under contract, you predict whether the last digit will be over or under a specific number.

", - "1299144461": "Terms and conditions", - "1299666269": "Limassol | Our office – Cyprus | Deriv", - "1302363062": "Turbo options can be considered a lower-cost or a higher-risk-and-return alternative to vanilla options. Though the odds of the contract expiring worthless can be high (which is when the contract expires without you earning a payout), your loss is strictly limited to your invested stake.", - "1302849350": "You can find your Deriv MT5 server name on your <0>Deriv MT5 dashboard. Look for <1>server in between the broker name and login ID.", - "1303016265": "Yes", - "1303443662": "Yes, as long as you haven’t being prompt to verify your account with us.", - "1304304475": "Scan to download Deriv P2P", - "1305441150": "Frequently asked questions - About Deriv", - "1307306020": "SmartTrader trading platform", - "1308171976": "Do I need to pay taxes on my trades/profits?", - "1308801287": "Derived FX indices are simulated assets with prices derived from the price movements of real major forex pairs. Our algorithms track real-world currency prices and dampen fluctuations caused by news events and market sentiment. Plus, you can choose to trade them at the volatility you prefer.", - "1309138051": "If you continue to do well, you can increase your limit to 10,000 USD for buy and sell orders.", - "1311522952": "Weekend trades, fast deposits & withdrawals, plus synthetics trading - what’s better than this?", - "1312819271": "Let’s say you want to trade 2 lots of EUR/USD.", - "1313291854": "If you select 'Reset Call', you receive the payout if the exit price is higher than either the entry price or the price at reset time.", - "1316697520": "Markets available for multipliers trading", - "1319030942": "Signup failed", - "1320418221": "Estimate the margin you need to hold your positions. The result depends on leverage, volume lot, and your Deriv MT5 account balance.", - "1323941798": "Short", - "1324376913": "Our values are the fabric of our culture", - "1325181938": "Street*", - "1326142154": "high-low option trade", - "1326235397": "These indices correspond to simulated markets with constant volatilities of 10%, 25%, 50%, 75%, and 100%.", - "1327067520": "Deriv P2P makes withdrawals and deposits simple, it’s the best user-friendly app.", - "1328010458": "A professional trader searching for a liquidity solutions provider", - "1329985014": "38,000+", - "1330415177": "<0>Watch this video to learn how to build a trading bot on Deriv Bot. Also, <1>check out this blog post on building a trading bot.", - "1331252898": "20 - 500", - "1332168410": "Learn more", - "1333244023": "With accumulators, your potential profit increases exponentially, but your risk is limited to your stake. As long as the price moves within the trade barriers, your potential profit will rise regardless of market movement.", - "1334260583": "Managing your account", - "1335102098": "Additional terms for our API users", - "1337435130": "Learn more about our commission plans on <0>our Affiliate and IB Programme page.", - "1337728167": "0.02760334", - "1337826979": "All four precious metals and crude oil available", - "1338047609": "SLV.US", - "1338451541": "Deriv Go logo", - "1338973079": "A chart illustrating a winning Differs trade type contract", - "1339067509": "banner information", - "1344216985": "We can’t deliver the email to this address (usually because of firewalls or filtering).", - "1345965490": "- lower than the entry price for a Reset Call contract, or", - "1346204508": "Take profit", - "1349080073": "Please enter only alphabetic characters", - "1351421019": "Where can I trade Asian options?", - "1353732907": "Refers to the currency pair or other product that can be traded.", - "1354275546": "Hassle-free deposits and withdrawals", - "1354590562": "Logs", - "1355211363": "List of trading strategy providers in the copy trading terminal", - "1355382340": "Margin requirement (%)", - "1355808192": "Browse our FAQ", - "1356508578": "USD 5,000 x 45% = USD 2,250", - "1357246497": "The stop loss and take profit level for a contract on DTrader is calculated based on the formula:", - "1357493810": "Trade natural resources that are central to the world's economy.", - "1358358188": "<0> -0.24", - "1363124819": "You can cancel your withdrawal on the <0>Cashier page by following the steps mentioned in the next paragraph. Please note that you cannot cancel withdrawals if:", - "1363502727": "PnL for multipliers", - "1363645836": "Derived FX", - "1364296672": "We will price and settle all contracts accurately and fairly, based on reliable data feeds and without undue delay, so that customers can trust our prices throughout the website.", - "1364677622": "These indices correspond to simulated markets with <0>constant volatilities of 150%, and 250%.", - "1364947573": "Dtrader artboard", - "1364958515": "Stocks", - "1364972610": "How do High/Low Ticks contracts work?", - "1365926355": "Deriv X trading paltform", - "1367358043": "<0>USD 200 Volume", - "1367856592": "Choose which plan you would like to subscribe.", - "1367990698": "Volatility 10 Index", - "1370484308": "A chart illustrating a losing High Ticks trade type contract", - "1370655673": "Affiliate and IB programmes | Partnership programmes | Deriv", - "1371193412": "Cancel", - "1372981277": "Responsive platforms", - "1373549717": "Jump Indices", - "1374586234": "Grow your potential payout at every tick with accumulator options. Accumulator trading is available on volatility indices under derived indices.", - "1375342464": "Deriv MT5 signals", - "1376119698": "Why does the \"Matches\" contract have a higher predicted payout compared to \"Differs\"?", - "1376184475": "Can I download the chart on Deriv Trader?", - "1376955476": "Swap charge", - "1377692190": "1. Go to your Deriv X dashboard.", - "1380047398": "Scan to download", - "1380676466": " is required", - "1383065219": "Please create a username and password for your affiliate account.", - "1384321002": "If you are not satisfied with the outcome, you can escalate your complaint, provided that the <0>complaints policy associated with your account states that escalation is possible.", - "1384941966": "Citigroup", - "1385878133": "No money", - "1386344585": "A fast and secure peer-to-peer deposit and withdrawal service. Easily exchange with fellow traders to move funds in and out of your Deriv account.", - "1387503299": "Log in", - "1390275511": "You can set limits to your trading in your account settings. Limits may be strengthened at any time.", - "1391134932": "clients on Deriv MT5", - "1391269416": "<0>Close-Low: When you purchase a ‘Close-Low’ contract, your win or loss will be equal to the multiplier times the difference between the close and the low over the duration of the contract.", - "1391632806": "Traders are rated based on their completion rate and speed of exchanges.", - "1393006010": "The basics of CFD trading", - "1393234525": "400,000", - "1393602451": "Click <0>Yes to confirm the cancellation. Your funds will be returned to your Deriv account, and your account balance will be updated accordingly.", - "1394086167": "Open a demo account on Deriv and practise with an unlimited amount of virtual funds.", - "1394564425": "Please enter the 8 character verification code that was sent to {{email}} to activate your account.", - "1396179592": "Commission", - "1396296688": "How do I identify a scam social media account?", - "1396417530": "Bear Market Index", - "1396538058": "3. Complete the transaction", - "1396938764": "PLATFORMS", - "1397101722": "5. Your funds will be available in your Deriv account immediately.", - "1397329579": "Earn commissions on your referrals' deposits, relying on our track record of prompt payouts and a successful affiliate programme. Your referred clients will enjoy a seamless experience, advanced trading tools, and a wide range of financial instruments on our platforms.", - "1399001016": "Let’s say you want to calculate the take profit amount when you want to open a position for Volatility 100 Index priced at 3376.24 USD with a stake amount of 10 USD, a multiplier value of x100, and a take profit level of 3400 in Up direction.", - "1400962248": "High-Close", - "1401296151": "No hidden fees", - "1402648635": "Make easy deposits and withdrawal using Mobile Money.", - "1402997163": "- Barrier levels", - "1403586449": "Competitively tighter spreads", - "1403761038": "Real account ", - "1403848854": "The Deriv MT5 Standard account offers new and experienced traders high leverage and variable spreads for maximum flexibility.", - "1404594106": "Swap short (Daily points)", - "1405194573": "Locate the live chat widget on our website or app at the bottom right corner of the screen.", - "1405237333": "Head of People Management", - "1405929527": "Your IB commissions earned from Deriv X are credited directly into your Deriv account daily.", - "1406209174": "Trade with a regulated industry pioneer trusted by traders for more than 20 years.", - "1406360927": "Minor pairs", - "1407191858": "DTrader", - "1407410270": "How do I get started as a copier?", - "1408071788": "Low capital requirement", - "1409139116": "Ensure that you’ve entered the correct amount and exchange rate in your ads.", - "1409308163": "Favourite assets", - "1410320737": "Go to Deriv MT5 dashboard", - "1411032790": "Multiple charts to view your online trading", - "1412121500": "How do I open a Touch/No Touch contract on Deriv?", - "1412644174": "We process your deposits and withdrawals internally within 1 to 3 business days (depending on your <0>payment method). It may take longer for your funds to reach you due to the different processing times by banks and payment service providers. See our <0>Payment methods page for a complete list of the processing times for each payment method.", - "1413295628": "DIA.US", - "1413567719": "What is payout per point?", - "1413977299": "You can trade Digits contracts on the Deriv Trader, SmartTrader, and Deriv Bot trading platforms, on synthetics.", - "1414394793": "Country*", - "1415101574": "We have a diverse suite of 7 trading platforms: <0>Deriv MT5, <1>Deriv X, <2>Deriv Trader, <3>Deriv Bot, <4>Deriv GO, <5>SmartTrader, and <6>Binary Bot. Each of these platforms is designed to fit any trading style, regardless of your trading experience.", - "1416184764": "How can I identify Deriv customer support impersonators on Telegram?", - "1416248668": "Choose the best rates", - "1417996846": "Can a premium payment agent provide their services to another premium payment agent?", - "1418467036": "Payment agents | Partners | Deriv", - "1418674132": "A complaint is defined as a spoken or written expression of your dissatisfaction with the products or services that the Company offers. If you believe these have led to, or may lead to, monetary loss, considerable distress, or significant inconvenience, then your voiced dissatisfaction is considered a complaint.", - "1419977958": "Available on <0>Android, <1>iOS, <2>Mac OS, <3>Windows, <4>Linux and <5>web browser", - "1421015099": "Find your role with us by browsing Deriv job opportunities in Reading, UK.", - "1421304071": "By joining our affiliate programme, you’ll benefit from:", - "1421464735": "You can get more info about this on our <0>Regulatory information page.", - "1423609990": "Trade with leverage on the price movement of popular crypto-fiat pairs.", - "1425594249": "Our best trading experience on your mobile.", - "1425780786": "DTrader keeps online trading simple, allowing you to trade forex, indices, commodities and synthetic indices.", - "1426151926": "Can I change the server for my Deriv MT5 account?", - "1426790442": "Speculate on the price movements of major forex pairs and increase your profit potential without losing more than your stake.", - "1426999669": "- Select your preferred trading instrument.", - "1427173643": "Understanding risk", - "1429208886": "Exchange-traded funds (ETFs)", - "1433574125": "Please note:", - "1434042960": "SPXS.US", - "1435174148": "Every order must be completed and confirmed within 1 hour.", - "1435321289": "Process all deposits and withdrawals quickly and accurately", - "1435793182": "Predict whether the exit spot will be higher or lower than either the entry spot or the spot at reset time.", - "1437505451": "Pip Calculator", - "1437672633": "Step 4 : Personal details (4 of 5)", - "1438632095": "Please enter a valid company registration number.", - "1442199408": "Deriv MT5 trading platform", - "1446857185": "
  1. Select the market and asset you want to trade.
  2. Choose which Digits contract to open (Matches/Differs; Even/Odd; Over/Under).
  3. Set your preferred tick duration and last digit prediction.
  4. Enter your stake or desired potential payout amount.
  5. Open your Digits trade.
", - "1446914689": "Guernsey alt img", - "1449337630": "countless trading", - "1450233348": "If you haven’t made a deposit or added a real MT5 account, follow these steps:", - "1451636739": "Intuitive tools", - "1452901553": "Derived trading gives you a chance to make a profit from correctly predicting the price movement of instruments that mimic characteristics of financial markets or are derived from them.", - "1454068319": "To use Deriv P2P, you’ll first need a Deriv real USD account. If you don’t already have one, <0>sign up for free.", - "1454189755": "If the exit spot is equal to either the low barrier or the high barrier, you don't win the payout.", - "1454243296": "Minimal capital requirements, limited risk", - "1454599585": "<0>Escrow fund protection", - "1456673219": "How and when will I receive my commission payout?", - "1456712815": "- Specifying the duration of the trade", - "1456920032": "<0>Deriv X and <1>Deriv MT5 offer CFD trading on a similar range of assets, where you're able to open positions with leverage and your potential profit is only known when you close your positions. It's riskier than digital options trading because while you may potentially gain a lot if you win, you may also lose a lot if you don't. Deriv X and Deriv MT5 are popular among our traders who enjoy the risks as part of the excitement of CFD trading.", - "1457227649": "Trade derived and financial assets on one CFD account, without needing to switch between multiple accounts.", - "1457245906": "Hits and impressions", - "1458062110": "<0>XLE.US The Energy Select Sector SPDR® Fund ETF tracks the energy sector of the S&P 500 Index.", - "1461287243": "You can open a position for as low as 1 USD.", - "1462469069": "Make deposits and withdrawals using your credit and debit cards.", - "1464424169": "Contract size", - "1464468524": "Tanzania", - "1466745668": "Predict what number will be the last digit of the last tick of a contract.", - "1466788657": "For more info, <0>check out this blog post on the basics of building a trading bot.", - "1467325385": "Global affiliate support", - "1468688914": "Make instant deposits using crypto to your fiat account.", - "1469255430": "terms and conditions", - "1469626982": "USD/CNH", - "1469959339": "Low capital", - "1470207808": "Latvia", - "1472787414": "Stocks and stock indices: the basics", - "1473143391": "software testing department", - "1475851225": "On average, there is an equal probability of an up or down jump every 20 minutes, and the jump size is around 30 times the normal price movement.", - "1476598931": "The lowest possible spread obtainable with the current trading conditions.", - "1478263443": "Do note that the specific rules and limitations on the number of contracts you can enter simultaneously may vary depending on trade type. Some may have restrictions on the number of contracts you can open, while others may have other specific conditions that may allow for greater flexibility.", - "1478423964": "Deriv's proprietary synthetics are free of market and liquidity risks. Enjoy 24/7 synthetic trading on Deriv MT5, DTrader, and our other platforms.", - "1479399998": "Find your role with us by browsing Deriv job opportunities in Kigali, Rwanda.", - "1481797714": "Go to DTrader", - "1482484637": "Contact us via live chat", - "1484774405": "0.25", - "1485059739": "This formula also applies to <0>metals & <0>basket indices. Commission rates, contract sizes, and deal prices depend on the individual asset.", - "1485752074": "Trade on secure, intuitive, and easy to use platforms with powerful chart technology.", - "1486637984": "Affiliates residing in the EU may sign up for the Turnover plan. However, only clients residing outside of the EU can be referred under this plan.", - "1487776383": "With vanilla options, there are no barriers involved and your potential payout is determined by how much the final price is above or below the predetermined strike price.", - "1488330426": "Nigeria", - "1488581694": "Ciudad del Este – Our office | Deriv", - "1489350747": "To become an IB, you'll need to be an existing affiliate with a Deriv account and an MT5 Synthetic real account. If you do, you can apply to become an IB by writing to us at <0>affiliates@deriv.com. <1>Get more info about our IB programme.", - "1489994179": "Find your role with us by browsing Deriv job opportunities in Asunción, Paraguay.", - "1490099054": "who we are", - "1490540125": "How can I automate my trading strategy?", - "1490936453": "For your Deriv real account, go to <0>Reports to close or sell your open positions.", - "1491181763": "Range Break 100 Index", - "1492594418": "Easily make deposits and withdrawals on your desktop and mobile devices.", - "1493671770": "<1>Note: You need to upgrade your MQL5 account to seller status to be able to add a signal. If you’ve not upgraded yet, <0>follow the steps on this page to register as a seller.", - "1493835906": "France", - "1494599636": "100 )", - "1496486675": "Why can't I withdraw using Maestro or Mastercard?", - "1496810530": "GBP/AUD", - "1497761103": "Multiplier commission:", - "1498651658": "Yes. <0>Contact us via live chat, and we'll help you through it. We'll need the following information:", - "1499173053": "AUD/USD DFX10 Index", - "1499964738": "Who can partner with Deriv Prime?", - "1501210063": "affiliate", - "1502162725": "Flexible trade types with minimal capital requirements", - "1502175389": "This gives you the swap charge in the quote currency for forex pairs, or in the denomination of the underlying asset for commodities.", - "1502295249": " profit amount", - "1502453121": "Your orders are available in the <1>Orders tab at <0>Cashier > Deriv P2P.", - "1502642397": "Choose from three powerful platforms — designed with you in mind", - "1503602940": "If your margin level drops below Deriv’s margin call level, you’ll get a margin call, which is a warning that your account is approaching the stop out level.", - "1504670496": "The minimum amount you’ll need to open a position on Deriv MT5 depends on the margin required for each asset. You can calculate the margin required using our <0>margin calculator.", - "1505958817": "Lookbacks allow you to earn a payout depending on the optimum high or low achieved by the market during the duration of a contract.", - "1505978883": "<0>View all questions", - "1506241009": "<0>Community managers
Manage an active online community that's passionate about online trading, investing, or personal finance.", - "1507742032": "Volatility Indices", - "1508028373": "Note: Deriv has no control over payments made between Deriv P2P traders. Please ensure you follow the payment instructions as agreed between you and the trader you are dealing with, and provide your preferred method of payment and instructions when you post your ads.", - "1508447392": "Not all payment methods are available in your country. Kindly check your cashier for further information.", - "1509244758": "Method", - "1509481560": "What are the different contract durations available for turbo options?", - "1510075920": "Gold/USD", - "1511280539": "Take advantage of an easy-to-use interface for trading and charting that both new and experienced traders can enjoy.", - "1516021730": "20 - 1,000", - "1516676261": "Deposit", - "1518575473": "Uptime", - "1519951161": "Space not available", - "1523687535": "We don’t pay commission, but you can set your own commission rate per transaction within reasonable thresholds. When you sign up, our team will be in touch to work out the details with you.", - "1524248407": "Trade on financial markets plus our proprietary synthetics that are available 24/7.", - "1524725659": "When will the commission be paid out?", - "1525885795": "As a payment agent, will I receive commissions from Deriv?", - "1527682674": "Register for Deriv P2P by logging into your Deriv account in the app.", - "1528001864": "DMT5 - ${current_step}", - "1528031455": "Already have an account?", - "1528753539": "4. We'll send you an email. Click the Change password button in that email.", - "1529602839": "Level", - "1529762880": "You must have a minimum balance in your Deriv account while your application is under review. The amount of this balance depends on your country of residence. You only need to maintain the minimum balance until your application is successful.", - "1529770577": "Derived indices consist of asset prices generated from real-world and simulated markets and indices, with little to no influence from real-world events. You can trade from a variety of derived indices, including synthetic indices, derived FX indices, and baskets.", - "1533284111": "What is a floating exchange rate?", - "1533452395": "Earn based on each contract's payout probability or client's trade. <0>Learn more", - "1535175777": "Make deposits and withdrawals through your local bank in real-time.", - "1536955851": "Options trading | Trading types | Deriv", - "1537212469": "Spot price", - "1539984821": "The Deriv support team is available via live chat 24/7 – even on weekends. You can also find answers at our <0>Help centre and get help from fellow traders in <1>Community.", - "1540432357": "Client trades with a stake of USD 10 and a payout of USD 15. Payout probability = 10/15 x 100 = 66.67%", - "1540879673": "How do I change my affiliate payment method?", - "1541818425": "Reset password", - "1542038811": "High percentage", - "1542393407": "CFD trading features on Deriv", - "1545962889": "The Master Affiliate Programme is another exciting opportunity where you can benefit from bringing in new affiliates to Deriv. You’ll earn based on the commission of your sub-affiliates.", - "1546535785": "Are there any conditions that I should meet before I can withdraw my commission?", - "1548745350": "Deriv Prime is the institutional arm of Deriv Group, and staying true to its guiding principles, effectively democratises liquidity provision to financial institutions. No matter if you are large, small, or have just started, Deriv Prime will provide top-of-book liquidity solutions with very fast execution at unmatched fair pricing and conditions.", - "1549352292": "With turbo options, you need to define a barrier before opening a contract. If the spot price touches or breaches this barrier at any time throughout the contract duration, your contract will expire worthless. This means that you will not receive a payout and will lose your initial stake amount. To compensate for this risk, turbo options will have a higher payout per point and potential payout, depending on how far the selected barrier is from the opening spot price. Another difference to note is that trading turbo options carries more risk than trading vanilla options.", - "1549497379": "High leverage, tight forex spreads", - "1550413103": "checklist", - "1550574351": "Let’s say you want to keep two lots of EUR/USD with a point value of 0.00001 and swap rate of -0.12 open for one night.", - "1551153165": "You can trade the following options on Deriv:", - "1551172020": "AUD Basket", - "1552847627": "Know all the details about how you can become the payment agent on Deriv. Send us an email to apply!", - "1553185861": "partnership programmes", - "1553783327": "Get expert, friendly support when you need it.", - "1553836855": "Create a demo account", - "1555213049": "List of shareholders", - "1555615086": "Please note that this payout amount does not equal the potential profit. You'll only earn profit once this amount exceeds your stake amount. In case the spot price touches or breaches the barrier, your contract is terminated and you will not receive a payout.", - "1555685209": "How do I place a lookbacks trade?", - "1556627632": "You can trade vanilla options on Deriv Trader. They are offered on volatility indices.", - "1556746882": "Please note that this payout does not equal to potential profit. You'll only earn potential profit once the payout amount exceeds your stake amount.", - "1556866509": "If you purchase a contract with deal cancellation, the ‘Cancel’ button allows you to terminate your contract and get back your full stake. On the other hand, using the ‘Close’ button lets you terminate your position at the current price, which can lead to a loss if you close a losing trade.", - "1556922066": "Easily exchange with fellow traders to move funds in and out of your Deriv account.", - "1557145860": "

This is because to win a Digits \"Matches\" contract, the number you choose must exactly match the last digit of your contract's last tick. Since the probability of this outcome is lower (with possible digits ranging from 0 to 9), the potential payout is higher.

With a Digits \"Differs\" contract, there is a higher chance that the last digit of your contract's last tick will be different, so potential payouts are lower.

Payouts for all potential outcomes are calculated based strictly on the probabilities of each occurring at the time the trade is placed.

", - "1557466457": "Enter stake amount", - "1557535154": "Is it free to join your affiliate programme?", - "1557977381": "

The potential payout is predetermined based on the specific details of the trade and if your market predictions are right.

For Rise/Fall contracts, potential payouts generally range from 85% to 95% of your stake.

For Higher/Lower contracts, potential payouts can range from 1% to 3,900% of your stake, depending on where the barrier is set.

The potential payout and potential loss (your initial stake) will be clearly displayed before you enter the trade.

", - "1559712313": "Commodity trades available on Deriv", - "1560383409": "Android", - "1561008060": "
  • Choose the instrument you want to trade.
  • Select the duration of your contract.
  • Enter your stake or desired potential payout.
  • Predict the price direction of the instrument.
  • Open your contract.
", - "1562241070": "All favourite markets and more", - "1563919822": "You'll get daily commission payouts in your MT5 Synthetic account.", - "1565046344": "Click on unofficial links and files.", - "1565220133": "you reside in the UK, or", - "1566423426": "You can reset your password <0>here.", - "1567023771": "Europe 50", - "1567026093": "countries", - "1569272032": "<0>VTI.US The Vanguard Total Stock Market ETF tracks the CRSP US Total Market Index.", - "1569743220": "Let's start", - "1571653008": "Use our free demo account, and trade with unlimited virtual funds. It’s the easiest way to learn how to use our products.", - "1571816719": "What is a referred client?", - "1573231398": "Why trade cryptocurrencies on Deriv", - "1573429525": "Call/Put", - "1573589662": "Do keep in mind that we do not allow unauthorised incentives, gifts, and payments to encourage client signups. Payment will be withheld if any suspicions or activity of this conduct is discovered.", - "1574365902": "Please enter a valid url", - "1574476135": "Let’s say you predict that the market will go up.", - "1575069722": "Here are some of the ways we ensure that Deriv P2P is as secure as possible:", - "1575147178": "Only ups/Only downs | Digital options contract | Deriv", - "1575395900": "It is completely free to join our affiliate partnership programme.", - "1575765583": "Hit <0>OK to confirm.", - "1577236867": "Limit the amount of time you may trade in a session.", - "1577454262": "If you wish to reduce or remove the self-exclusion period, contact <0>Customer Support.", - "1578596075": "Silver/EUR", - "1580016637": "Are you sure you want to stop receiving Deriv emails?", - "1580079138": "You are in control", - "1580154314": "The MT5 Swap-free account offers swap-free CFD trading on selected derived and financial assets. With 24/7 trading available for synthetic indices and cryptocurrencies, this account allows you to leave your positions open overnight without additional charges.", - "1581615041": "Yes, you’ll need a real Deriv USD account before using Deriv P2P.", - "1582462514": "Check your spelling and try again", - "1584558075": "Promote your services to Deriv clients in your country.", - "1586341728": "Smart Gold Index", - "1586599741": "Clients or payment agents can discuss and negotiate fees with the premium payment agent.", - "1587479998": "Convenient deposits and withdrawals", - "1588439646": "Our profit and loss calculator for multipliers helps to determine the stop loss and take profit level in your trades to minimise losses and maximise gains.", - "1588850507": "<0>USD Basket measures the value of the US dollar against a basket of five global currencies (EUR, GBP, JPY, CAD, AUD), each weighted by 20%.", - "1589165958": "Try “Trade”", - "1589206610": "Open your trade", - "1591242575": "How we use and protect the information you give us", - "1591498220": "Do I need a Deriv account to use Deriv P2P?", - "1591811733": "Deriv cTrader is not available in your country", - "1593423002": "Follow the instructions to create your real account.", - "1593716245": "What are the trading limits on my account?", - "1595387343": "Monitor accounts: Keep a close eye on your accounts for any suspicious activity. This includes checking for unauthorised transactions, changes to account settings, or new login attempts.", - "1595539912": "Processing time", - "1596747747": "Boom 600 Index ", - "1597478217": "No, you cannot close an Asians contract before it expires.", - "1598664071": "List of directors", - "1599891822": "Stop loss amount in Down direction", - "1602016750": "Company registration number*", - "1602627054": "So your pip value is <0>2 USD.", - "1602716515": "When you join our IB programme,", - "1602800752": "Save your strategies", - "1603929481": "Deriv Prime partners with regulated financial institutions, including:", - "1604222298": "Margin calculator", - "1604903805": "Yes, you can download the chart on Deriv Trader (in .csv and .png) by clicking <0>Download on the toolbar on the left.", - "1604927699": "You can block a user on Deriv P2P by hitting the 3 dots on their <0>Advertiser's page and choosing <0>Block.", - "1605502300": "<0>VWO.US The Vanguard FTSE Emerging Mkts ETF tracks the FTSE Emerging Markets All Cap China A Inclusion Index.", - "1606548273": "No distractions", - "1607559519": "Affiliates", - "1609344910": "Download Deriv X app", - "1609581006": "DTrader keeps online trading simple. Trade forex, commodities, stock indices, cryptocurrencies, and Deriv’s synthetic indices.", - "1609966739": "See our <0>terms and conditions for more info.", - "1611194169": "1. Sign up with Deriv", - "1611981849": "Where can I see my orders?", - "1612027338": "security department", - "1613233789": "Blog", - "1613273277": "Real world market", - "1614573899": "Open a digital options contract with an Asians trade type on Deriv’s trading platforms and earn payouts with accurate market predictions.", - "1614857155": "Please enter a valid city", - "1616071522": "<0>France 40 tracks the performance of the 40 most traded stocks among the top 100 listed companies in France.", - "1616502762": "<0>US Tech 100 follows the stock performance of the 100 largest non-financial companies in the US.", - "1617759657": "Already have a Deriv affiliate account? ", - "1618280107": "Offer competitive prices on all our products", - "1619070150": "You are being redirected to an external website.", - "1619579199": "Why is my Deriv P2P balance different from my Deriv account balance?", - "1620412346": "No, In/Out options are only available on the SmartTrader and Deriv Bot trading platforms. They are available to trade on a range of markets such as forex, derived indices, stock indices, and commodities.", - "1620854129": "The minimum deposit is 0.01 USD. You can make a maximum of 10 transactions a day.", - "1621224521": "How can I reactivate my Deriv account?", - "1621463985": "We are honoured to serve everyone who relies on our products and services, and we only want to offer the best. That’s why our principles and values are so important in defining who we are, why we do what we do, and how we treat our clients and each other. Across our international offices, we are committed to the following principles in everything that we do.", - "1622334173": "EUR/ZAR", - "1623894448": "How do I create an API token?", - "1624895344": "Payment methods you will accept from clients", - "1625849815": "Due to regulatory requirements, derived indices are unavailable in some countries. Refer to ‘Product offering’ in our <0>terms of use for more info.", - "1625898053": "Make easy deposits via any major bank.", - "1627655124": "To place a vanilla options contract, you’ll need to:", - "1628981793": "Can I trade cryptocurrencies on Deriv Bot?", - "1631281562": "GBP Basket", - "1631620531": "Years of industry experience", - "1631705059": "Predict whether the exit spot will be higher or lower than a price target (the barrier) at the end of the contract period.", - "1633022779": "Synthetic indices and cryptocurrencies are available for trading 24/7.", - "1633102593": "Software developers", - "1634507782": "Range Break 200 Index", - "1634696689": "From (lots)", - "1635959746": "high close", - "1636039779": "Road Town, British Virgin Islands – Our team | Deriv", - "1636066113": "Partnership opportunities", - "1636527166": "Forex trades available on Deriv", - "1636782601": "Multipliers", - "1637050346": "Why did my credit card deposit get declined?", - "1637552314": "Once you are satisfied with the parameters that you have set, select either ‘Up’ or ‘Down’ to purchase your contract. Otherwise, continue to customise the parameters and place your order when you are satisfied with the conditions.", - "1637921239": "Go to your Account settings. Click the “Security and safety” drop-down menu, and select “Email and passwords”. Under “Deriv X password”, click “Change password” to reset your password.", - "1641578390": "1 }", - "1642979958": "We’ll seek more info on the transaction by reaching out to you and the trader you are dealing with, and we’ll try to resolve the issue within 12 hours. We’ll keep you informed of the status.", - "1643536080": "Total commission earned: USD 10,000 x 30% = USD 3,000", - "1643788930": "Copy the trading strategies of seasoned traders at a fee.", - "1643887982": "Amazon.com Inc", - "1644074880": "If you have questions or need help, please contact us via <0>live chat.", - "1644277104": "A chart illustrating a winning High Ticks trade type contract", - "1644876351": "Go to portal", - "1645164568": "zero cost to build", - "1648545897": "Vince Stanzione.", - "1648742236": "Dutch square of Melaka", - "1648938920": "Netherlands 25", - "1650136049": "Walmart Inc", - "1650771580": "Energy (Oil)", - "1651159021": "Your cTrader account is linked to your Deriv account. <0/>Please click the button to proceed with <1>deleting your Deriv account.", - "1651972947": "Open a real account, make a deposit, and start trading multipliers for real.", - "1652448981": "hl ticks", - "1652756662": "Open a digital options contract with an In/Out trade type on Deriv’s trading platforms and earn payouts with accurate market predictions.", - "1653650288": "Market-based values with limited influence from real-world events", - "1654085043": "A chart illustrating a losing Lower trade type contract", - "1655763047": "Google", - "1658508250": "What is the difference between Rise/Fall and Higher/Lower contracts?", - "1658594963": "Can I change the tick duration for the High/Low Ticks contract type?", - "1659675491": "Practise trading from the mobile app, desktop app, or through your web browser.", - "1659681650": "- Asset managers", - "1659687862": "Deriv.com Limited is the holding company for the above subsidiaries with the registration number 71479 and the registered address is located at 2nd Floor, 1 Cornet Street, St Peter Port, Guernsey, GY1 1BZ.", - "1661123842": "- Purchase the contract", - "1661263248": "How can I download my Deriv MT5 history?", - "1663880277": "Will I be required to pay a fee to become a premium payment agent?", - "1664747386": "Paypal", - "1665738338": "Balance", - "1667409996": "Disclose how we make money", - "1669172828": "Predict market trends and diversify your risk by trading the world’s top performing stocks & indices.", - "1671799496": "Deriv Prime partners with regulated financial institutions, including:
  • Brokerage firms
  • Asset managers
  • Investment funds
  • Professional trading groups / professional traders
  • Corporate clients
  • Other financial institutions
", - "1672523550": "Join over 2.5 million traders worldwide", - "1672776151": "Claim a FREE e-book now!", - "1673294000": "What is the price barrier in Touch/No Touch contracts?", - "1673505406": "An impersonator’s main goal is to steal your sensitive information and funds.", - "1673824550": "Minimum stake", - "1674164323": "<0>With a x500 multiplier, if the market goes down 2%, you'll <1>lose only $100. An automatic stop out kicks in if your loss reaches your stake amount.", - "1674363165": "traders worldwide", - "1674798397": "Trade multipliers on our mobile app.", - "1676292946": "Forex trading gives you the chance to profit from changes in the relative values of currencies on the forex market.", - "1677027187": "Forex", - "1677553724": "Want to learn more about Deriv P2P? Head to our <0>Help centre.", - "1677622373": "Account type", - "1678399849": "Reset Call/Reset Put contracts offer the ability to reset the strike price at a potentially more advantageous level. In this contract, your market prediction is your contract's exit price against the reset price (instead of the entry price). Reset contract types also typically offer a lower fixed payout percentage compared to Rise/Fall contracts.", - "1679379528": "Take advantage of tight spreads on Deriv’s CFD trading platforms.", - "1680084265": "CFDs - Stocks", - "1680253672": "As per <0>our terms, we only allow one account per client, which you can open in the currency of your choice.", - "1680490573": "Terms and ethical standards for all our affiliates, introducing brokers, API users, and payment agents", - "1680831768": "To change your payment method, please contact us via livechat.", - "1681876785": "Age-verify your account by submitting <0>proof of identity.", - "1682675914": "High leverage, low spreads", - "1682843058": "Up/Down | Digital options contract | Deriv", - "1682903370": "We have the following commission plan:", - "1686378613": "DBot is a web-based strategy builder for trading digital options. It’s a platform where you can build your own trading bot using drag-and-drop 'blocks'.", - "1688330506": "<0>221.5961", - "1688556728": "European indices", - "1690730424": "Only Latin and Alphabet characters", - "1691701175": "Stock & indices", - "1691844143": " Based on the number of ticks and the accumulator value, your potential profit may exceed your set amount multiple times.", - "1692056155": "Unsubscribe | Emails | Deriv", - "1692148560": "Measures the value of gold against a basket of five global currencies (EUR, GBP, JPY, AUD, USD), each weighted by 20%.", - "1693556143": "This is to protect you from losing your money when using deal cancellation. With deal cancellation, you are allowed to reclaim your full stake amount (minus a small fee) if you cancel your contract within an hour of opening the position. Stop loss, on the other hand, will close your contract at a loss if the market moves against your position. However, once the deal cancellation expires, you can set a stop loss level on the open contract.", - "1693902817": "Risk awareness and management", - "1694777943": "A user-friendly trading platform", - "1695892307": "Can I enter multiple lookbacks contracts simultaneously?", - "1696396625": "google", - "1698515050": "Create partner account", - "1700291683": "It’s completely free of charge to join the IB programme.", - "1701577545": "The maximum duration for every contract is limited and differs according to the chosen accumulator value. When the maximum duration is reached, the contract will be automatically closed.", - "1702295087": "Make easy deposits and withdrawals using Vietnam's famous banks.", - "1702860224": "You can use debit and credit cards, e-wallets, cryptocurrency wallets, Deriv P2P, online banking, fiat onramp, and payment agents for deposits and withdrawals (see our <0>Payment methods page for a detailed list). Once you log in to your Deriv account, you’ll be able to see payment methods available in your country on the <1>Cashier page.", - "1703673631": "No, you cannot change the tick duration for High/Low Ticks. This contract type is always based on the next 5 price ticks after the contract is open. This is fixed across all instruments that can be traded with this contract type.", - "1704208859": "icon", - "1704406787": "Choose the block you want and drag it to the workspace.", - "1707301172": "Stocks, unlocked", - "1708242802": "Use a secure web browser such as Google Chrome. Always install the latest software updates because they include security patches.", - "1709273595": "One standard lot of forex = 100,000 units", - "1709893717": "You'll have access to reports that show your hits, impressions, click-through rates, clients' trading activity, and more.", - "1710149982": "- Predict the price direction of the instrument.", - "1710907277": "If you already have an active ad with an exchange rate of 10%, you can't have another active ad with the same rate.", - "1711575167": "Available to trade on Deriv MT5 and Deriv X (with margin), DTrader (with options and multipliers), and Deriv GO (with multipliers).", - "1711929671": "Max ( 6.83, -10 )", - "1714709402": "Who sets the commission rate per transaction?", - "1714971394": "pdf icon black", - "1715011380": "Jump 25 Index", - "1715241142": "How do I see my earnings?", - "1715385824": "investors in people - platinum", - "1715781230": "To onboard with Deriv Prime’s liquidity solution and trading services, you will need to follow a streamlined process:
  1. Account application: Contact us to connect with a dedicated support team to guide you through the entire onboarding journey.
  2. Verification: Satisfy all compliance and regulatory requirements including Know Your Business (KYB) requirements.
  3. Margin account settlement: Fund your margin account to meet the minimum balance based on our scalable commercial plan.
  4. Connectivity: Integrate with our platform using your preferred connectivity method.
", - "1718887977": "HYG.US", - "1720812007": "

Up/Down options are divided into two types:

Rise/Fall contracts, where you make a market prediction on whether your contract's exit price has risen or fallen by the end of the contract period. If you trade with the Allows Equals requirement, you're predicting that the contract's exit price can also be equal to the entry price.

Higher/Lower contracts, where you set a barrier before opening your contract and make a market prediction on whether the underlying asset's price is higher or lower than the predetermined barrier at the end of the contract period.

", - "1724327730": "Let’s say you want to trade 1 lot of Volatility 75 Index.", - "1725135126": "Delete account", - "1728420651": "Withdrawals last month", - "1730081262": "Spot your favourite brand?", - "1733322890": "Effortless", - "1733606989": "0.50", - "1733660945": "Funds available as soon as confirmed", - "1734026582": "This plan is available exclusively for affiliates who promote to clients residing in EU.", - "1734683614": "Chief Executive Officer", - "1736625026": "What are accumulators?", - "1737371600": "Where can I trade vanilla options on Deriv?", - "1739086943": "Wall Street 30", - "1739322571": "XLE.US", - "1739668049": "Close your account", - "1740682986": "secure and responsible trading", - "1741049129": "Min withdrawal", - "1741108305": "- Place your trade.", - "1742122525": "Automate your trading with DBot, Deriv’s trading robot which you can build without writing code.", - "1742671486": "Can I select the duration for an Asians contract?", - "1743279813": "Why trade with Deriv cTrader", - "1743448290": "Payment agents", - "1744637366": "Available on <0>Android and <1>iOS", - "1744940662": "Best Forex Broker Latin America", - "1745193633": "Redirect notice", - "1746051371": "Download the app", - "1746052061": "> 5 - 10 billion", - "1746782390": "Will I still be able to trade with my account after registering as a payment agent?", - "1748626120": "No hidden costs", - "1748670878": "Can I use my Binance wallet to make the cryptocurrency deposit?", - "1748925202": "How can I reactivate my Deriv MT5 account?", - "1752444975": "Company second website/social media URL", - "1752586208": "What payment methods can I use to exchange with other traders?", - "1752611984": "Open a digital options contract with an Up/Down trade type on Deriv’s trading platforms and earn payouts with accurate market predictions.", - "1753559268": "We'll pay your IB commission into your MT5 Synthetic account daily.", - "1755228338": "Securing your account", - "1756407392": "Terms of cooperation", - "1757587944": "close low", - "1758111931": "active users", - "1758663702": "It refers to the exchange rate used in Deriv P2P ads. In some countries where it isn't feasible to use a fixed exchange rate (due to market volatility), you can set the exchange rate for your ad to a specific percentage of the market price.", - "1758803741": "- Enter your stake amount.", - "1760376318": "Yes, provided that you follow all the relevant terms and conditions (see the tab entitled 'For business partners' on our <0>Terms and conditions page).", - "1760558932": "Apple", - "1761947056": "What are the differences between the Deriv MT5 Standard, Advanced, and Synthetic Indices accounts?", - "1763031267": "A chart illustrating winning a payout if the Reset Put exit price exceeds the reset price", - "1764495771": "How can I close my account?", - "1765454171": "Commission rate", - "1767992960": "Sounds great. Let's get started.", - "1768089459": "Paris | Our office – France | Deriv", - "1769159485": "Yes, you can open multiple Reset Call/Reset Put contracts with different durations and different stake amounts or desired potential payouts at the same time.", - "1770479100": "If you select ‘Higher’, you win the payout if the exit spot is strictly higher than the barrier.", - "1771323174": "rise fall", - "1771364541": "5. You'll be taken to the Change password screen. Enter a new password and click Create.", - "1771672206": "The <0>DEX 900UP has frequent small drops and occasional major spikes, which occur <0>every 900 seconds on average.", - "1772047578": "Why are my Deriv MT5 login details different from my Deriv login details?", - "1772406884": "Deriv P2P is good. It’s easy to deposit and withdraw for small traders.", - "1773351605": "The completion rate is the percentage of orders that the advertiser could complete within 1 hour.", - "1774791951": "Predict whether the exit spot will be inside or outside two price targets at the end of the contract period.", - "1781738442": "reset call/reset put option trade", - "1782703044": "Sign up", - "1783526986": "How do I build a trading bot?", - "1783810811": "Please note, while our swap-free accounts come with no overnight financing charges, the spreads on these accounts might be slightly wider than those on our regular account. However, we strive to keep our spreads competitive and offer the best possible pricing to our clients at all times.", - "1784343675": "Please <0>contact us via live chat immediately, and we'll help to disable 2FA on your account. When you have a new phone, please <1>re-enable 2FA.", - "1784507274": "Affiliates residing in the EU may sign up for the Revenue share plan. However, only clients residing outside of the EU can be referred under this plan.", - "1784680288": "You'll always be informed of the margin impact on your account before every trade.", - "1786089908": "Learn about options trading on Deriv. Earn payouts by correctly predicting price movements in forex, synthetic indices, and other popular financial markets.", - "1786590725": "1 - 5 working days", - "1786747559": "Our regulators require us to verify your account in accordance with anti-money laundering (AML) and Know Your Customer (KYC) laws. If we have prompted you to upload your documents to verify your account, it means that you'll only be able to continue using our services after your account is verified.", - "1787584197": "Gave incorrect email ID", - "1787682106": "A chart illustrating a vanilla put option trade payout", - "1791730321": "Purchase the contract if you are satisfied with the position you have defined.", - "1791797947": "<0>Sign up for free if you don’t have a Deriv account yet.", - "1792712933": "Phishing is a cyberattack where scammers try to trick clients into revealing personal information like their passwords or bank details. Scammers pose as real companies and create fake emails, social media profiles, and numbers to get you to take actions that compromise your data and security. Clicking on malicious links or files in phishing emails may download viruses to your device and expose your data.", - "1792856800": "Open a demo account and get unlimited virtual funds to practise on our platforms — Deriv Trader, SmartTrader, and Deriv Bot.", - "1795749796": "Help centre | Frequently asked questions | DBot | Deriv", - "1798650572": "Your potential payout will then depend on whether the underlying asset's exit price is higher than the reset spot price (for Reset Call) or lower than the reset spot price (for Reset Put).", - "1798757280": "Residence is requried", - "1798765888": "Copy the link in the <0>Landing page URL field. This is the referral link that you can share with your clients.", - "1802409084": "Pip value", - "1802815712": "facebook", - "1803286637": "arrow desktop", - "1803532016": "CFDs trade type", - "1804237829": "Swap long (Daily points)", - "1804642811": "Create demo account", - "1805335441": "- Placing the trade.", - "1805947103": "Changing your credentials is just a click away", - "1806355993": "No commission", - "1806363804": "If you select 'Ends Outside', you receive the payout if the exit price is above the higher barrier or below the low barrier.", - "1806416151": "The Deriv IB Programme is a partnership where you benefit from referring new clients to trade on our DMT5 platform.", - "1807936072": "Cyprus", - "1808393236": "Login", - "1810304465": "You'll need to transfer the funds from your Deriv MT5 account to your Deriv account. You can do this on the <0>Cashier page. Your funds will be available in your Deriv account as soon as you complete the transfer.", - "1810957214": "Let’s say you want to calculate the stop loss level when you open a position for Volatility 100 Index priced at 3376.24 USD with a stake amount of 10 USD, a multiplier value of x100, and a stop loss amount of 7.54 USD in Up direction.", - "1812325040": "Source of wealth documentation", - "1812354014": "The margin required for a contract on Deriv MT5 is calculated based on the formula:", - "1813020144": "Is there a minimum amount if I want to transfer my funds from one platform to another?", - "1813700208": "Boom 300 Index", - "1813703795": "Sign up as our affiliate and IB", - "1813982788": "Deriv (FX) Ltd is licensed by the Labuan Financial Services Authority <0>(licence). Deriv (BVI) Ltd is licensed by the British Virgin Islands Financial Services Commission <1>(licence). Deriv (V) Ltd is licensed by the Vanuatu Financial Services Commission <2>(licence). Deriv (SVG) LLC has a registered office at First Floor, SVG Teachers Credit Union Uptown Building, Corner of James and Middle Street, Kingstown P.O., St Vincent and the Grenadines. The holding company for these subsidiaries is Deriv.com Limited, with the registration number 71479 and the registered address at 2nd Floor, 1 Cornet Street, St Peter Port, Guernsey, GY1 1BZ.", - "1815044592": "If you select ‘Only Ups’, you win the payout if consecutive ticks rise successively after the entry spot. No payout if any tick falls or is equal to any of the previous ticks.", - "1815324634": "The minimum deposit and withdrawal amount varies depending on the payment method. The lowest deposit and withdrawal amount is 5 USD/EUR/GBP/AUD via e-wallets. See our <0>Payment methods page for a complete list of payment methods and their minimum deposit and withdrawal amounts.", - "1816305227": "If you’re in the EU or UK:", - "1817888235": "Predict and gain from exciting spikes and dips with our Crash/Boom indices.", - "1819313168": "Trade anywhere, anytime.", - "1819398727": "Digits Over/Under", - "1819952453": "Our introducing broker programme is available to all Deriv affiliates.", - "1822982010": "<0>EFA.US The iShares MSCI EAFE ETF tracks an index of large- and mid-capitalisation developed market equities outside of the US and Canada.", - "1823119628": "the Vanuatu Financial Services Commission", - "1823770507": "DOT/USD", - "1823821664": "Available on Demo accounts only", - "1824094317": "24x7 trading", - "1824121544": "Various trading strategies", - "1826550764": "Why choose us", - "1826719972": "stock indices", - "1828442573": "commodities", - "1830057548": "We have 3 commission plans:", - "1830257093": "You earn USD 100 when a referred client successfully deposits a one-time or cumulative total of USD 100 into their Deriv account.", - "1831107230": "0.01", - "1831254808": "If you keep any position open overnight, an adjustment (swap rate) will be applied to your trading account to compensate for the cost of keeping that position open. Instruments traded on our platforms are subject to different swap rates. These rates are based on conditions such as time and number of days, including public holidays, that you hold your positions open.", - "1831680837": "withdrawal", - "1832233363": "Here are a few steps you can take immediately when you discover unrecognised transactions:", - "1832403532": "No, payment agents cannot conduct transactions with other payment agents. They can only accept clients' transaction requests.", - "1832974109": "SmartTrader", - "1833184260": "Deriv X is a fully customisable, easy-to-use online trading platform offering CFDs on forex, commodities, cryptocurrencies, and synthetic indices.", - "1833336618": "This e-book has been brought to you by a veteran online trader and New York Times bestselling author,", - "1833396487": "No, early exits are not available for Reset Call/Reset Put contracts.", - "1834217776": "For financial accounts, the pip value is in the quote currency for forex pairs.", - "1834917527": "Stocks & stock indices", - "1835104690": "For financial accounts, the stop loss and/or take profit pip value is in the quote currency for forex pairs.", - "1836702894": "<0>2", - "1838639373": "Resources", - "1841788070": "Palladium/USD", - "1841852640": "Deriv partnership programmes", - "1842268335": "No results for <0>'{{search_value}}'", - "1842306349": "Trade stocks", - "1842977728": "Use public wifi.", - "1844394355": "5. If you're adding your first Deriv X account, you'll need to set your Deriv X password. If you've already set your Deriv X password, you'll need to enter it now.", - "1845394200": "At Deriv, we enforce best-in-class security measures such as SSL encryption to protect your account and personal data.", - "1846521577": "Is the Deriv Payment Agent Programme the same as Deriv P2P (DP2P)?", - "1846664697": "Use the chat feature in Deriv P2P to communicate with the trader you're dealing with.", - "1848198099": "<0>With an equivalent $100 position on CFDs, with 1:500 leverage, you risk 2% * $50,000 = <1>$1,000 loss.", - "1850849836": "If you select 'High Tick', you receive a payout if your selected tick is the highest of the 5 ticks.", - "1852511168": "Example 2:", - "1853363847": "Available to trade on Deriv MT5 and Deriv X (with margin) and DTrader (with multipliers).", - "1855719834": "DEX 900DN", - "1857302542": "Can I open a corporate or business account?", - "1858113285": "Yes, you can open multiple contracts at the same time to take advantage of market opportunities.", - "1858147490": "Just drag the XML file from your computer onto the workspace, and your bot will be loaded accordingly. Alternatively, you can hit <0>Import in <0>Bot Builder, and choose to import your bot from your computer or from your Google Drive.", - "1859772193": "If you select ‘Allow equals’, you win the payout if the exit spot is higher than or equal to the entry spot for ‘Rise’. Similarly, you win the payout if the exit spot is lower than or equal to the entry spot for ‘Fall’.", - "1860472068": "Online banking", - "1861302455": "You can place an In/Out trade by:", - "1861802946": "Want to trade
Options on the go?", - "1862283751": "Trade forex, synthetic indices, and cryptocurrencies wherever, whenever you want and maximise your potential profit with multipliers on Deriv GO.", - "1862328242": "success", - "1864779741": "Check your accounts: Review all your other online accounts (email, social media, banking, etc.) to ensure they haven't been compromised as well. If you use the same password for multiple accounts, change those passwords too.", - "1867740000": "GBP/USD DFX10 Index", - "1868644151": "Partner with us as an affiliate. Earn commission from the total net revenue of your referred clients’ from option trading platforms.", - "1868860566": "EUR/SEK", - "1869230144": "<0>-7.23", - "1869497149": "Enjoy a smooth trading experience with easy-to-use charts and a pleasant dark theme.", - "1870912643": "Frequently asked questions - Complaints procedure", - "1871377550": "Do you offer pre-built trading bots on Deriv Bot?", - "1872216697": "Yes, you can choose the duration of your Asians contract anywhere between 5 and 10 ticks.", - "1872568231": "GBP/TRY", - "1872607463": "banner", - "1873174451": "Postcode is required", - "1873182175": "Apple account sign in page", - "1873188024": "A deal for 1 lot of the Volatility Index 75 for a price of USD 500,000 per USD 100,000 turnover will pay out a commission of USD 5. The minimum volume required to receive the minimum commission of USD 0.01 is determined using this formula:", - "1874424045": "I lost my phone. How can I disable two-factor authentication (2FA)?", - "1875123330": "24.88", - "1875308862": "take profit level", - "1875849532": "No, accumulator options are not currently available on Deriv Bot at the moment.", - "1876344462": "Novartis AG", - "1876786466": "This is due to the spread, which is the difference between the ‘bid’ and ‘ask’ prices. Your positions will start earning a profit when the market moves in your favour.", - "1877646703": "It acts as a reference point to determine the trade's outcome.", - "1877728389": "This is because to win a Digits \"Matches\" contract, the number you choose must exactly match the last digit of your contract's last tick. Since the probability of this outcome is lower (with possible digits ranging from 0 to 9), the potential payout is higher.", - "1877794406": "Android, Apple & Huawei", - "1878172674": "No, we don't. However, you'll find quick strategies on Deriv Bot that'll help you build your own trading bot for free.", - "1878857985": "Yes, you can. You can open contracts with different parameters to take advantage of more market opportunities.", - "1879930260": "No hard-selling", - "1880965589": "Revenue share", - "1881441674": "Read our terms and conditions to know how Deriv manages data feeds, security, privacy, and more.", - "1881705591": "Commodities trading on Deriv lets you profit from correctly predicting the market movement on precious metals and crude oil.", - "1882011796": "If you don’t ask for a removal of self-exclusion after the expiry, it is not removed automatically.", - "1883903201": "In/Out | Digital options contract | Deriv", - "1887624510": "Who can apply as a Master Affiliate?", - "1887774290": "Scan to download Deriv GO Ultimate Android APK (Android 5.0 and above)", - "1888267724": "Predict whether the market price will be higher or lower than a price target (the barrier) at the end of the contract.", - "1889180006": "

No, they are not the same.

When you trade a Higher/Lower contract, you speculate on the price direction of an underlying asset over a time period.

When you trade High/Low Ticks, you predict which tick is the highest within a 5-tick contract.

", - "1889326047": "Available as web and mobile apps", - "1889877402": "Trade types option duration", - "1890149882": "The standardised amount of an asset in one contract.", - "1890990339": "<0>Hong Kong 50 tracks the stock performance of the 50 largest listed companies in Hong Kong.", - "1893015908": "Uber Technologies Inc", - "1893117061": "The <0>DEX 1500DN has frequent small spikes and occasional major drops, which occur <0>every 1,500 seconds on average.", - "1895066494": "Multipliers - Forex", - "1896254409": "

The higher your stake amount, the higher the payout per point.

This means that the potential payout amount you’ll receive at your contract’s expiry will be higher for every point between the barrier and the spot price, as long as the barrier is not touched or breached throughout the contract duration.

", - "1897018869": "ETC/USD", - "1897592978": "Can I open multiple Only Ups/Only Downs contracts at the same time?", - "1897857805": "What should I do if I am phished or my credentials are compromised?", - "1898130358": "On your computer", - "1898704920": "EUR/HKD", - "1899843488": "margin calculator", - "1900817499": "Stocks, ETFs, & stock indices", - "1902324847": "With these indices, there is an average of one drop (crash) or one spike (boom) in prices that occur in <0>a series of 300 ticks.", - "1902398472": "Yes, you can. You will need to notify your account manager if you wish to do so.", - "1903084812": "Choose from {{platform_count}} powerful platforms — designed with you in mind", - "1903393516": "Our Deriv support community can help you find answers.", - "1903495030": "For synthetic accounts, the stop loss and/or take profit pip value is in USD.", - "1903577078": "The <0>DSI20 switches between regimes every <1>20 minutes on average.", - "1903975933": "To change your payment method, please contact us via <0>live chat.", - "1904055007": "We’ll help you maximise your earnings with a plan that suits your business.", - "1904774976": "<0>Germany 40 follows the stock performance of the 40 major listed companies in Germany.", - "1905259287": "Yes, a premium payment agent can conduct transactions with other premium payment agents.", - "1905276604": "30+ crypto pairs", - "1905380076": "Settle the payment with the counterparty of your transaction.", - "1905702565": "Client money protection", - "1906101554": "You’ll earn a payout based on the volume of your clients' trades. Find out more <0>here.", - "1906568376": "There was an error fetching the live pricing data", - "1907226338": "Coca-Cola", - "1907562333": "You will receive a payout if the spot price remains below a predetermined barrier throughout the entire trade duration. If the spot price touches or breaches the barrier at any time before the contract expires, the initial stake (premium) is lost.", - "1908121069": "Learn more about Deriv P2P", - "1908933179": "

To place a turbo options trade on Deriv, you’ll need to:

  • Select the underlying asset you want to trade.
  • Choose your preferred contract duration or end time.
  • Select Long or Short depending on your market predictions.
  • Determine a trade barrier.
  • Enter your stake amount.
  • Open your contract.
", - "1909509169": "Principles", - "1909647105": "TRX/USD", - "1909809509": "Swap calculator", - "1909980423": "Go to <0>Cashier > Deriv P2P and register.", - "1911713696": "No, your account safety is your sole responsibility. Please visit our <0>blog to learn safety tips on identifying and reporting phishing attempts.", - "1912846049": "To trade High/Low Ticks, all you need to do is predict which of the next 5 ticks within the contract period is the highest or lowest in the series.", - "1913017782": "A chart illustrating a losing Asian Down trade type contract", - "1914042845": "matches differs", - "1914696793": "Here are some ways to identify impersonators of Deriv customer support:", - "1914949637": "What is the Deriv Affiliate Programme?", - "1915387440": "If you’re selling:", - "1915593205": "0.0535087", - "1916887645": "Maximise profits, limit losses", - "1916987097": "A chart illustrating a winning No Touch trade type contract’", - "1917728156": "- Choose your preferred contract duration or end time.", - "1920861305": "Deriv MT5 is the MT5 platform on Deriv. It is a multi-asset online platform designed to give new and experienced traders access to a wide range of financial markets.", - "1921658872": "CFDs - Synthetics: Crash 300 Index", - "1922529883": "Boom 1000 Index", - "1923530212": "Flexible.", - "1923836405": "Must be exactly 8 characters", - "1923984982": "Flagship options, accumulators, & multipliers trading platform.", - "1924997360": "[ { 10", - "1925717346": "The point value is derivied from the current digits of the asset. In this example, the digit is 5, so the point value is 0.00001.", - "1926519171": "Limit the amount of money you may trade within a specified period.", - "1928776934": "Active traders", - "1928930389": "GBP/NOK", - "1930078733": "Disclaimer: Affiliates residing in the EU may sign up for the Revenue share plan. However, only clients residing outside of the EU can be referred under this plan.", - "1930677092": "Fill up the form and hit <0>Post ad.", - "1931163835": "What is forex?", - "1932481526": "laptop dtrader eu", - "1932561482": "Buy the contract", - "1933869329": "Cancel and close features are not allowed simultaneously.", - "1934290400": "<0>Deriv X is an-easy-to-use trading platform where you can trade CFDs on various assets on a platform layout that you can customise according to your preference.", - "1935201826": "Earn based on the monthly net revenue generated by your clients.", - "1935401816": "Narrow spreads", - "1936980019": "<0>4 lots with 1,000 leverage:", - "1938567033": "{ ( -7.54", - "1939014728": "How do I remove blocks from the workspace?", - "1939374383": "Earn", - "1940177604": "Trading", - "1940628215": "Ask the community", - "1941420265": "Change deriv API endpoint.", - "1942214601": "Stop loss level in Up direction", - "1943315997": "<0>Scroll up on this page for more information on the commission plans.", - "1944218125": "Instrument", - "1944427070": "If you select 'Under', you receive the payout if the last digit of the exit price is less than your prediction.", - "1947069292": "You can create an API token <0>here. Give your token a name, select the scope, and click <1>Create.", - "1947993791": "Which currencies are accepted for funding?", - "1948044825": "MT5 Derived", - "1948092185": "GBP/CAD", - "1948852958": "You can find your referral link on your affiliate dashboard. Click the “Support” tab and follow the instructions provided.", - "1952688371": "Which Deriv trading platforms can I use to trade Digits contracts?", - "1952996668": "Average execution speeds of under 50ms and intelligent routing to servers across the globe.", - "1953016421": "Why trade options on Deriv", - "1954845108": "A chart illustrating a losing Odd trade type contract", - "1955645943": "Sub-affiliate’s total commission: 200 + 100 = USD 300 (including IB commission)", - "1958336398": "This formula also applies to <0>ETFs. Contract sizes and deal prices depend on the individual asset.", - "1958538866": "Oil", - "1959548433": "Set the duration of your trade. Depending on whether you have a short-term or long-term view of the markets, you can set your preferred duration, starting from 1 to 10 ticks or 15 seconds to 365 days.", - "1959678342": "Highs & Lows", - "1961462165": "4. Hit Add real account or Add demo account.", - "1962097923": "Help centre | Frequently asked questions | IB programme | Deriv", - "1962711128": "How do Asians contracts work?", - "1963262703": "What does ‘completion rate’ mean?", - "1964675673": "Partner with a trusted online trading provider.", - "1964923685": "XLF.US", - "1966310384": "So in this scenario, you would set your take profit level at <0>3350.11.", - "1966441786": "Baskets trades available on Deriv", - "1967743855": "We will be clear about all fees and charges.", - "1968527966": "Enjoy trading asset prices derived from real-world or simulated markets.", - "1969128618": "Manage an active online community that’s passionate about online trading, investing, or personal finance.", - "1970155983": "regulatory information", - "1971270452": "Powerful, intuitive platforms", - "1975052344": "Why traders choose vanilla options", - "1975258895": "VOO.US", - "1976014299": "For <0>oil, a deal for 10 lots for a price of USD 96 will pay out USD 0.05 in commission based on the following formula:", - "1976889936": "Yes, you can select the duration of your Touch/No Touch contract. You can choose to open a contract for as short as 5 ticks to as long as 365 days (depending on the trading asset selected).", - "1978148367": "Open a real account, make a deposit, and start trading for real. Trade forex, indices, commodities, and more.", - "1979503547": "Trading terms", - "1980724783": "The point value is derived from the current digits of the asset. In this example, the digit is 5, so the point value is 0.00001.", - "1981714597": "The world’s most popular digital currencies.", - "1982404952": "Get quote", - "1983480826": "Sign in", - "1983854834": "24/7 trading with the world’s top crypto assets.", - "1984717496": "After you send your complaint through live chat, our team will review the information you provided. You'll get a response to your complaint or updates on its status via email.", - "1984996183": "I forgot my affiliate password. What should I do?", - "1986498784": "BTC/LTC", - "1987441296": "What is Deriv MT5?", - "1988153223": "Email address", - "1988527170": "If you select ‘No Touch’, you win the payout if the market never touches the barrier at any time during the contract period.", - "1989494280": "If you're not satisfied with the answer you get from our customer support team, you can make a formal complaint by contacting our compliance team at <0>complaints@deriv.com. They will review your complaint independently to see if we treated you fairly within our rights and our contractual obligations to you. For more details, log in to your account and check our <1>complaints policy. It explains the steps you can take for further help.", - "1990796034": "360", - "1991022173": "Total commission earned: 10 x 0.5% = USD 0.05", - "1991524207": "Jump 100 Index", - "1991711258": "LNK/USD", - "1992041985": "Why have my ads disappeared from the My ads page?", - "1994023526": "The email address you entered had a mistake or typo (happens to the best of us).", - "1994248927": "Download Deriv P2P.", - "1994533632": "Click on the block you want to remove and press <0>Delete on your keyboard.", - "1995407297": "Earn 100 USD when a referred client deposits 100 USD in their Deriv account, whether it's a one-time deposit or accumulated over time. It's simple, transparent, and rewarding!", - "1995896523": "DMT5 is developed to give you the best CFD trading experience. You can access our MT5 trader through desktop and even mobile.", - "1996332377": "1 ) }", - "1997138507": "If the last tick is equal to the average of the ticks, you don't win the payout.", - "1997358332": "download deriv-go", - "1998452473": "Earn up to 45% lifetime commission with an online trading provider that enables anyone to trade on several popular financial markets with the utmost convenience. Deriv Group Ltd — the owner of Deriv.com — has a proven track record of running successful referral programmes with prompt payouts.", - "1999120464": "Forex (Minor)", - "2000568638": "World markets including precious metals and energies.", - "2000965959": "Trading hours", - "2002128854": "

No, early exits are not available for Reset Call/Reset Put contracts.

Please note that the availability of early exit from your trading position depends on the specific trade type, or it may only be available within a certain timeframe.

", - "2003802343": "There is absolutely no requirement to withdraw your IB commissions.", - "2003837569": "Example 3:", - "2004028477": "Tradine ideas", - "2004778820": "<0>1.1750", - "2005074806": "Try PnL for margin calculator", - "2005984105": "- Open your contract.", - "2006350986": "Some causes that can compromise your account are if you:", - "2006812563": "Predict whether the exit price will end inside or outside two barrier levels at the end of the contract.", - "2006998561": "DEX 1500UP", - "2007092908": "Trade with leverage and low spreads for better returns on successful trades.", - "2009954464": "<0>VNQ.US The Vanguard Real Estate ETF tracks the return of the MSCI US Investable Market Real Estate 25/50 Index.", - "2010015270": "Why choose Deriv Prime?", - "2010532749": "In your affiliate dashboard, go to “Reports” and click on “Detailed activity report”.", - "2010744433": "We will strive to offer 24/7 live chat services to make agents available for any customer who requests a chat. Agents will be trained to answer relevant questions about the service.", - "2011732553": "Is the accumulated payout correlated with the direction of the underlying index?", - "2012239282": "In <0>Bot Builder, hit <0>Reset on the toolbar at the top. This will clear the workspace. Please note that any unsaved changes will be lost.", - "2015114251": "What is the minimum / maximum I can deposit into my Deriv X account?", - "2017988148": "download on the app store", - "2018198484": "Trading cryptocurrencies gives you the chance to earn profits from price movements without owning the underlying digital coins. In other words, you can earn by correctly predicting whether the price of a cryptocurrency will go up or down.", - "2018600727": "Deriv Investments (Europe) Limited is entitled to provide services in any other EU member state through EU passporting rights. Above is a list of the EU countries that have access to Deriv.com via EU passporting rights.", - "2019968401": "Why trade with Deriv X", - "2023310659": "Currencies", - "2023444069": "Swap-free", - "2025697174": "Fixed and variable", - "2027817162": "Yes, you can open multiple In/Out contracts with different barrier limits at the same time.", - "2027881275": "CPA (EU only)", - "2028060161": "These indices correspond to simulated markets where asset prices spike or drop due to news events. Small movements are quite frequent, with occasional major spikes or drops.", - "2028163119": "EOS/USD", - "2028685334": "These indices are characterised by an average of one crash or boom in a series of 1000, 500, or 300 ticks.", - "2029388799": "20–39.999%", - "2032245485": "Digits | Digital options contract | Deriv", - "2032401971": "Let’s say you want to calculate the stop loss amount when you want to open a position for Volatility 100 Index priced at 3376.24 USD with a stake amount of 10 USD, a multiplier value of x100, and a stop loss level of 3400 in Down direction.", - "2032565787": "How to plan your trading activities without spending hours each day analysing the world market", - "2032603277": "Payout per point indicates the potential payout you will receive at the contract’s expiry for every point above or below your predetermined barrier.", - "2032869486": "With each tick, your payout will increase based on the accumulator value you select, as long as the price change is within the barrier.", - "2034083038": "signal-subscriber", - "2035207280": "5 - 1,000", - "2035670983": "Fewer distractions", - "2036526456": "Learn more about our payment methods and how to use them.", - "2036671182": "If you select 'Over', you receive the payout if the last digit of the exit price is greater than your prediction.", - "2041571225": "- Brokerage firms", - "2041763181": "Once we've paid your commission into your account, you can withdraw whenever you want.", - "2042720038": "High Ticks/Low Ticks, Asians, Reset Call/Reset Put, Digits, and Only Ups/Only Downs are available exclusively on synthetics.", - "2043507434": "Here's what you can do:", - "2044967354": "You can see your available balance in the <0>My profile tab.", - "2044999022": "Trade jump indices, the new synthetics with a twist", - "2045663780": "You call the shots", - "2045764916": "0.0006631", - "2046788283": "What markets can I trade on DTrader?", - "2048307729": "Help Deriv clients to make multiple deposits and withdrawals daily.", - "2049136184": "Username is required", - "2049759467": "Can I customise the duration for an Only Ups/Only Downs contract?", - "2051986867": "So you will require a swap charge of <0>0.24 USD to keep the position open for one night.", - "2053673142": "By pressing “Create demo account”, you confirm that you are 18 or older. You understand that we may use your email address to send you information about Deriv products and services as well as market news. You can always unsubscribe from these emails in your account settings. For more information, please take a look at Deriv’s <0>Security and privacy.", - "2054675943": "Form submission error. Please submit the form again.", - "2055209818": "You will receive a payout at the contract's expiry if the final price is lower than the strike price (which is determined at the beginning of the contract period). If the final price is at or above the strike price, you will lose your initial stake (premium).", - "2056079566": "Get our help", - "2056273990": "Why traders choose turbo options", - "2056339251": "15 - 10,000", - "2056393733": "Versatile", - "2057618836": "How to calculate stop loss and take profit level", - "2057662499": "Profit with x500 multipliers", - "2058893631": "Financial disclosure report", - "2060368992": "min read", - "2061191384": "Deriv peer-to-peer (DP2P)", - "2061563052": "- Determine your contract duration or end time.", - "2061681232": "<0>Ends Between/Ends Outside: Predict whether the exit spot will be inside or outside two price targets at the end of the contract period.", - "2062318031": "Deriv X is a customisable multi-asset trading platform. Offering CFDs on forex, commodities, exchange-traded funds, stocks & indices, cryptocurrencies, and derived indices, Deriv X gives you a versatile trading experience that lets you customise your trading environment.", - "2062902293": "To open a Up/Down contract, you'll need to:", - "2062903400": "Set a limit", - "2063623452": "status", - "2063987970": "<0>Lookbacks that allow you to earn a payout depending on the optimum high or low achieved by the market during the duration of a contract.", - "2064152905": "Maximize Potential Profit", - "2064273783": "Cashier limits", - "2064293002": "You can’t set a take profit level when you purchase a multipliers contract with deal cancellation. However, once the deal cancellation expires, you can set a take profit level on the open contract.", - "2065278286": "Spread", - "2067757832": "Derived Indices", - "2068595952": "What is derived?", - "2069255870": "Will Deriv compensate for my loss if my account falls under a scamming/phishing trap?", - "2069455291": "Date of Birth*", - "2069660515": "Postal/Zip code*", - "2070356006": "Start earning based on your chosen commission plan –– up to 45% of the total net revenue generated by your referred clients.", - "2070897729": "Trade CFDs on forex, commodities, cryptocurrencies, stocks, stock indices, and derived indices.", - "2071458958": "The minimum volume for micro forex pairs is 0.1 lot.", - "2071562301": "Singapore – Our office | Deriv", - "2071797823": "If the selected condition is not met including if the tick is equal to any of the previous ticks, your stake is lost.", - "2071808494": "Expert and friendly support", - "2071998706": "For forex, there is a fixed commission of USD 2 per lot. A deal of 0.2 lots of GBP/JPY will pay out USD 0.4 in commission based on the following formula:", - "2074119658": "Customise your contracts to suit your risk appetite using innovative features like stop loss, take profit, and deal cancellation.", - "2075608900": "Competitive fixed and variable spreads", - "2075864188": "FREE", - "2076930425": "Find out how Deriv P2P works", - "2077489833": "Do I get commission as a payment agent?", - "2079084552": "Deriv (BVI) Limited (Company No. 1841206), incorporated on the 15th September 2014, is registered in the British Virgin Islands with its registered office located at Kingston Chambers, P.O. Box 173, Road Town, Tortola British Virgin Islands. Deriv (BVI) Ltd is licensed by the British Virgin Islands Financial Services Commission <0>(view licence).", - "2080629326": "Select your XML file and hit <0>Open.", - "2080773053": "Available instruments", - "2083818875": "<0>SLV.US The iShares Silver Trust ETF seeks to reflect generally the performance of the price of silver.", - "2086048243": "Certificate of incorporation", - "2087247269": "Not at all. Joining our payment agent programme is completely free.", - "2088836522": "1. CVV failure. Please contact your bank to check.", - "2089087110": "Basket indices", - "2089257874": "internal audit department", - "2092654058": "To onboard with Deriv Prime’s liquidity solution and trading services, you will need to follow a streamlined process:", - "2094921906": "Street is required", - "2095230169": "Reliable", - "2097023111": "A low-cost way to trade diverse asset groups", - "2097310605": "Why trade synthetics on Deriv", - "2099115062": "Zimbabwe", - "2099783388": "CFD trading: order types", - "2100068559": "Expand your client base, gain additional business exposure, and earn more revenue when you sign up as a payment agent on Deriv.", - "2100986179": "The CFD trading platform to fit your style.", - "2101271941": "Don’t set up two-factor authentication. ", - "2102247413": "You’ll need the following documents to verify your account:", - "2102489869": "ebook", - "2106640360": "Partners' guide", - "2106955649": "<0>IJR.US The iShares Core S&P Small-Cap ETF tracks the investment results of an index of small-capitalisation US equities.", - "2108009353": "IWM.US", - "2108799022": "<0>Rise/Fall: Predict whether the exit spot will be strictly higher or lower than the entry spot at the end of the contract period.", - "2109279238": "derived", - "2109387636": "How many trading platforms do you offer?", - "2109960759": "Company name is required", - "2110013669": "Password*", - "2112006652": "FIL/USD", - "2112510770": "Check if your browser and device are updated. If they're not, compatibility issues may prevent the email from reaching you.", - "2115934251": "When you open a turbo options contract, you’ll pay an initial stake amount. This is the cost of entering the turbo options trade. You’ll also need to determine a trade barrier. The spot price must not touch or breach this barrier throughout your contract duration, otherwise your contract will be terminated early without any gains.", - "2116064244": "By pressing “Get your free ebook now!”, you confirm that you are 18 or older. You understand that we may use your email address to send you information about Deriv products and services as well as market news. You can always unsubscribe from these emails in your account settings. For more information, please take a look at Deriv’s <0>Security and privacy.", - "2117645838": "On DP2P, all exchanges are completed within 2 hours.", - "2118131708": "Zero charges with prompt monthly payouts", - "2118875269": "Why trade with Deriv GO", - "2119124849": "Be a registered affiliate", - "2119735108": "API users", - "2120082443": "A chart illustrating a winning Even trade type contract", - "2120092418": "Wait for our reply", - "2121227568": "NEO/USD", - "2121790637": "How to buy your first multipliers contract on Deriv Trader", - "2123318546": "RTS28 2021", - "2124129338": "Deriv - An online trading platform that offers a wide selection of derivatives to trade on", - "2126425899": "Adidas Salomon", - "2127031078": "Available to trade 24/7 on popular crypto assets", - "2127438954": "For synthetic, the swap charge is calculated on an annual basis for long and short positions based on this formula:", - "2127504445": "Once you have determined the above parameters, you can open an Asians trade on SmartTrader and Deriv Bot.", - "2129099656": "Select your desired trade type — Up and Down, High and Lows, Digits, etc.", - "2130006600": "Deriv P2P is a flawless innovation.", - "2130618063": "Yes, you can enter multiple contracts with varying parameters at the same time.", - "2130695061": "Cookies help us to give you a better experience and personalised content on our site. ", - "2130869735": "CFDs and other products offered on this website are complex instruments with a high risk of losing money rapidly owing to leverage.<0> {{loss_percent}}% of retail investor accounts lose money when trading CFDs with Deriv, read our full Risk disclosure here. You should consider whether you understand how CFDs work and whether you can afford to take the high risk of losing your money.", - "2131676421": "No commissions", - "2132941523": "Fund your Deriv real account with your preferred payment method.", - "2132973892": "Sign up for a free <0>Deriv demo account.", - "2135527846": "Trade Basket indices online with Deriv. Open a demo account and enjoy a wide range of currency pairs on our responsive and intuitive trading platforms.", - "2135584635": "Make instant deposits using fiat to your crypto account.", - "2135626355": "Automate your trading. No coding required.", - "2136716746": "Partner with a trusted online trading provider", - "2137077186": "IVW.US", - "2137683344": "What is a dormant fee?", - "2139905716": "In addition to their simplicity to understand, the main reason traders choose to trade vanilla options is because they offer potentially high profit as they do not have a fixed payout, while losses are strictly limited to the initial stake amount.", - "2142042461": "Trading CFDs increases both potential profit and loss", - "2142117024": "Take profit amount in Up direction", - "2143477659": "We settle all contracts fairly, process all deposits and withdrawals promptly, and provide reliable support and a high-quality trading experience to all our customers.", - "2143762194": "Create your Deriv account now and start trading!", - "2144015434": "On Deriv, trading CFDs on leverage lets you pay only a small fraction of the contract’s value and amplify your potential profit, similarly increasing your potential loss.", - "2144113378": "A chart illustrating a losing Rise trade type contract", - "2144330112": "<0>Deriv MT5 offers CFD trading on a similar range of assets, where you're able to open positions with leverage and your potential profit is only known when you close your positions. It's riskier than multipliers trading because while you may potentially gain a lot if you win, you may also lose a lot if you don't. Deriv MT5 is popular among our traders who enjoy the risks as part of the excitement of CFD trading.", - "2144910817": "How are vanilla options contracts settled?", - "2145594485": "95% and above", - "2146735239": "How do I predict the price movement in a Rise/Fall or Higher/Lower trade?", - "2147176310": "1. Find or create an ad", - "2147244655": "How do I import my own trading bot into Deriv Bot?", - "-1266531692": "Derived indices", - "-49538650": "Trade on asset prices derived from real-world or simulated markets. Manage your exposure by selecting the volatility level to suit your risk appetite. Choose from our 24/7 synthetics, derived FX, and baskets.", - "-1954765400": "Trade global stocks of your favourite household brands and international stock market indices on Deriv. Expand your trading opportunities with access to a wide range of stocks and indices at competitive prices, and the convenience to trade indices beyond standard market hours.", - "-1995163270": "ETFs", - "-493573295": "Diversify your portfolio with various assets, such as bonds, commodities, and indices, without the high cost of owning the underlying assets.", - "-1959484303": "Cryptocurrencies", - "-999492653": "Take advantage of a highly liquid market with round-the-clock trading. Profit from correctly predicting the movement of world's most popular cryptocurrencies.", - "-362324454": "Commodities", - "-2072074553": "Speculate on the price movements of silver, gold, oil and more. Profit from the price difference when the market moves in the direction that you have predicted.", - "-302324438": " Derived trading gives you a chance to make a profit from correctly predicting the price movement of instruments that mimic characteristics of financial markets or are derived from them.", - "-1770464254": "Stocks & indices trading allows you to profit from the price movements in a market without buying the underlying assets.", - "-916334830": "ETFs allow you to diversify your portfolio with various assets that track bonds, commodities, and indices, without the high cost of owning the underlying assets.", - "-1252607893": "Crypto trading gives you an opportunity to benefit from correctly predicting the price movements of cryptocurrencies without buying them.", - "-1178380712": "Deriv Bot", - "-1341835667": "Deriv Trader", - "-523689715": "Forex market icon", - "-543177967": "Stock indices", - "-763273340": "Digits", - "-1048378719": "Reset Call/Reset Put", - "-1282312809": "High/Low Ticks", - "-151151292": "Asians", - "-1237186896": "Only Ups/Only Downs", - "-1386887449": "Lookbacks", - "-1845318986": "Facebook", - "-640204246": "Twitter", - "-2077109769": "Linkedin", - "-1028545578": "Start trading options on Deriv", - "-1197864059": "Create free demo account", - "-866630583": "Practise", - "-1076138910": "Trade", - "-874422884": "Open a real account, make a deposit, and start trading options for real.", - "-214202452": "Conveniently withdraw your funds through any of our supported withdrawal methods.", - "-1101198978": "Don't have a Deriv account yet?", - "-1313526207": "Flexible payout options", - "-526191051": "All favorite markets and more", - "-19137602": "Trade on all popular markets plus our proprietary synthetics that are available 24/7.", - "-797743726": "Open an account now and gain access to the world of trading. No need to wait — you can begin trading in minutes.", - "-1318406909": "Deposit as little as 5 USD to start trading and customise your trades to suit your strategy.", - "-354212645": "Return to homepage", - "-1382581758": "My experience so far is just awesome! You can do instant buying and selling, and I hope to continue enjoying using Deriv P2P. Keep up the good work!", - "-459332544": "I have never seen a platform that is so flexible with multiple resources that meet everyone’s needs. If that’s not enough, Deriv is second to none on customer support services!", - "-2033498676": "Deriv has multiple withdrawal methods, including Deriv P2P, which is fast and convenient. Their support team is available any time and responds very quickly to any queries.", - "-1810714093": "Deriv GO is a very nice app – payments have been swift and easy. I would highly recommend it.", - "-1426812612": "Deriv is the most reliable broker - excellent customer support and fast payments. It’s a great platform for commodities, forex, and synthetics trading.", - "-1019430823": "Low spreads on Synthetics and fast withdrawals - Deriv is a good broker!", - "-935743086": "Wow! Deriv GO is so perfect, it's convenient and reliable. I highly recommend using the app.", - "-1206803300": "I've been a trader for many years, and I've never encountered a good broker like Deriv before – it's the best for customer care and payment options!", - "-13898976": "It's been a really great experience trading forex on Deriv - it's a smooth and seamless operation!", - "-143741607": "Deriv is the best forex broker I have ever come across!", - "-1355865870": "Accumulator options are currently offered on volatility indices under derived indices.", - "-1804143171": "Not at the moment. You can only open one contract per instrument at a time.", - "-1029770383": "No, the growth rate can only be set before opening the contract. Once you open the contract, the growth rate cannot be changed.", - "-1006501388": "Opening accumulator contracts for a specific instrument and growth rate may be temporarily unavailable when our internal aggregate stake limits have been reached for that particular combination. If this happens, you can choose another instrument or the same instrument with a different growth rate. The limits will reset when a loss condition is triggered or when someone trading the same combination closes their position. When this happens, you’ll be able to open new contracts again as normal. ", - "-279332604": "Can I close an accumulator contract at any time?", - "-739028004": "Yes, you can close your accumulator contract whenever you are satisfied with the payout amount. However, if the current spot price touches or breaches the limits of the predefined range, your contract will automatically close and you’ll lose your accumulated payout.", - "-645733950": "No, the accumulated payout for accumulator options is not correlated with the direction of the underlying index. The payout growth depends solely on the underlying index’s price moving tick by tick while remaining within a predefined range. The range width is determined by the growth rate and the symbol selected. Whether the broader index moves up, down or sideways is irrelevant to the payout unless the price touches or breaches the range limits, triggering a loss.", - "-2030162175": "Are accumulators available as a trade type on Deriv Bot?", - "-618428895": "A chart illustrating a terminated accumulators contract", - "-1943051914": "Accumulator options allow you to express your view on the range of movement of an index. With accumulators, your payout will grow exponentially as long as the current spot price remains within a predefined range from the previous spot price.", - "-271256835": "The size of the predefined range depends on the growth rate and the chosen index when opening the contract. You can set the growth rate at 1%, 2%, 3%, 4%, or 5%. A higher growth rate means a narrower range, and vice versa.", - "-599939737": "Your payout will grow exponentially based on the chosen growth rate for each small movement (tick) in the spot price, as long as the current spot price remains within the range. The payout can continue to grow until either the maximum number of ticks or the maximum payout is reached.", - "-1260044497": "You can manually close the contract any time before the price touches or breaches either the upper or lower range. By doing so, you will receive the current accumulated payout, which is the sum of your initial stake and profit. However, if the current spot price touches or moves outside the range, the contract is terminated, and you lose the accumulated payout.", - "-1670293565": "How can I open an Asians trade?", - "-864764932": "

You can open an Asians trade by:

  • Choosing your preferred instrument.
  • Setting the duration of your trade.
  • Entering your preferred stake amount or desired potential payout.
  • Making your market prediction.

Once you have determined the above parameters, you can open an Asians trade on SmartTrader and Deriv Bot.

", - "-301798903": "Asians contracts calculate the average price of an underlying asset over a predetermined trade duration of 5 to 10 ticks. When you open an Asians trade, you'll predict whether the final price tick (the last tick) will be higher or lower than the average price throughout the contract period.", - "-723444435": "Can I close an Asians contract before the contract expires?", - "-22880088": "Asians Icon", - "-1781596146": "A chart illustrating a winning Asian Up trade type contract", - "-1400493212": "A chart illustrating a losing Asian Up trade type contract", - "-1594563325": "Predict whether the exit price (last tick) will be higher or lower than the average of the ticks during the contract period.", - "-1842569150": "If you select 'Asian Rise', you will receive the payout if the last tick is higher than the average of all the ticks during the contract period.", - "-1348714589": "If you select 'Asian Fall', you will receive the payout if the last tick is lower than the average of all the ticks during the contract period.", - "-2037519594": "- Choosing your preferred instrument.", - "-1640821722": "- Entering your preferred stake amount or desired potential payout.", - "-1363681457": "- Making your market prediction.", - "-687786574": "What are the steps to open a Digits trade on Deriv?", - "-1344270144": "Can I close a Digits contract before the expiry time?", - "-930087698": "What are Digits contracts?", - "-1453264491": "The contract durations range from 1 tick up to 10 ticks, depending on your selected trading asset and market conditions.", - "-2145958510": "Can I trade multiple Digits contracts simultaneously?", - "-107145669": "Yes. Given the contract types available, you can trade multiple Digits simultaneously, depending on your trading strategy. You can open separate trades for different digits and take advantage of different market predictions within the same timeframe.", - "-1056801333": "A chart illustrating a winning Matches trade type contract", - "-1952787160": "A chart illustrating a losing Matches trade type contract", - "-198937453": "Predict whether the last digit of the exit price will match or differ from your selected number.", - "-84444564": "Digits Even/Odd", - "-1020847048": "A chart illustrating a losing Even trade type contract", - "-1282490812": "A chart illustrating a winning Odd trade type contract", - "-666537618": "Digit Over/Under", - "-1258359896": "A chart illustrating a losing Over trade type contract", - "-86003492": "A chart illustrating a winning Under trade type contract", - "-315007655": "2. Choose which Digits contract to open (Matches/Differs; Even/Odd; Over/Under).", - "-223115856": "4. Enter your stake or desired potential payout amount.", - "-1382087342": "5. Open your Digits trade.", - "-1431706557": "If you trade a Matches/Differs contract, you predict whether the last digit will match or be different from a selected number.", - "-133551495": "If you trade an Over/Under contract, you predict whether the last digit will be over or under a specific number.", - "-610107691": "With a Digits \"Differs\" contract, there is a higher chance that the last digit of your contract's last tick will be different, so potential payouts are lower.", - "-520564221": "No, you cannot close a High/Low Ticks contract before it expires as the contract considers the highest or lowest tick in a 5-tick contract duration.", - "-980995563": "Is High/Low Ticks the same contract type as Higher/Lower?", - "-1804188612": "A chart illustrating a winning Low Ticks trade type contract", - "-279118758": "If you select 'Low Tick', you receive a payout if your selected tick is the lowest of the 5 ticks.", - "-959592301": "Here's how to place a High/Low Ticks trade:", - "-349693452": "- Choose your preferred trading asset.", - "-1450942485": "- Predict which of the next 5 ticks will be the highest or lowest in the series.", - "-2147374339": "- Open your trade.", - "-53079008": "No, these are two different contract types.", - "-731658946": "With Higher/Lower, you predict the overall price direction of a trading instrument over a specified time period.", - "-1901488758": "

You can place an In/Out trade by:

  • Choosing your preferred instrument to trade.
  • Specifying the duration of the trade
  • Setting the upper and lower price boundaries.
  • Entering your stake or preferred potential payout amount.
  • Placing the trade.
", - "-1106111721": "What are In/Out contracts?", - "-1656002492": "Can I customise the duration of my In/Out contract?", - "-22246763": "Yes, you can choose the duration of your In/Out contract by setting a preferred duration or end time. You can set your contract from as short as 2 minutes to 365 days.", - "-374873567": "Can I open multiple In/Out contracts with different parameters at the same time?", - "-496589215": "What are the upper and lower price boundaries in In/Out options?", - "-1677006305": "The upper and lower price boundaries in the In/Out trade type define the range within which the price of the underlying assets must either stay in or go out of for the trade to be considered won.", - "-1456325587": "

Payouts for all In/Out contracts are fixed, based on:

  • Trade duration
  • Barrier levels
  • Market conditions

For \"Ends Between\" trades with wider barriers, the price of the underlying asset has more room to fluctuate while still ending the contract inside the barriers. In this scenario, potential payouts are usually lower due to the higher probability of the price staying between the barriers.

With narrower barriers, the price has less room to move. So, potential payouts are often higher due to a lower probability of the price staying between the barriers.

", - "-1348863536": "In/Out Icon", - "-1673960856": "Ends Between/Ends Outside", - "-139876734": "A chart illustrating a winning Ends Between trade type contract", - "-376150880": "A chart illustrating a losing Ends Between trade type contract", - "-1332492085": "A chart illustrating a winning Ends Outside trade type contract", - "-1364325655": "A chart illustrating a losing Ends Outside trade type contract", - "-1326361265": "Stays Between/Goes Outside", - "-938075818": "A chart illustrating a losing Stays Between trade type contract", - "-1160655353": "A chart illustrating a winning Goes Outside trade type contract", - "-1528034267": "A chart illustrating a losing Goes Outside trade type contract", - "-989395721": "Predict whether the price will stay between two barriers or touch either barrier before the end of the contract.", - "-1576239556": "If you select 'Stays Between', you receive the payout if the price does not reach the high or low barriers before the end of the contract.", - "-1576773755": "If you select 'Goes Outside', you receive the payout if the price touches either the high or low barriers before the end of the contract.", - "-1475813701": "- Choosing your preferred instrument to trade.", - "-923299441": "- Setting the upper and lower price boundaries.", - "-357078575": "Payouts for all In/Out contracts are fixed, based on:", - "-1682172347": "- Trade duration", - "-2031112269": "- Market conditions", - "-2084559619": "For \"Ends Between\" trades with wider barriers, the price of the underlying asset has more room to fluctuate while still ending the contract inside the barriers. In this scenario, potential payouts are usually lower due to the higher probability of the price staying between the barriers.", - "-1302372516": "With narrower barriers, the price has less room to move. So, potential payouts are often higher due to a lower probability of the price staying between the barriers.", - "-1093843322": "Where can I trade lookbacks on Deriv?", - "-1805431841": "You can trade lookbacks on the SmartTrader trading platform on synthetics.", - "-1596154417": "
  • Select your preferred trading instrument.
  • Choose the type of lookback option you want to trade (High-Close; Close-Low; High-Low).
  • Enter your preferred contract duration.
  • Choose the multiplier by which you want your potential payout to grow.
  • Make your market prediction.
  • Place your trade.
", - "-1611391492": "How do lookbacks contracts work?", - "-178298929": "The lookbacks options contract allows you to speculate on the spread between 2 price points reached by an underlying asset over a specified period. Lookbacks payouts are based on a multiplier applied to the difference between those selected price points.", - "-1438328018": "No, you cannot close a lookbacks contract before its expiry. However, you can choose your preferred contract duration or expiry time before you open a trade.", - "-1106513085": "Can I customise a lookbacks contract time period?", - "-29766201": "Yes, you can customise the time your lookbacks contract. You can select any time period from 1 to 30 minutes.", - "-2038980878": "High-Close Icon", - "-1515696068": "High-Low Icon", - "-1922011906": "A chart illustrating a High-Low contract", - "-1805430868": "When you purchase a 'High-Low' contract, your payout will be equal to the difference between the highest price and the lowest price over the duration of the contract multiplied by the multiplier.", - "-1045902715": "A chart illustrating a Close-Low contract", - "-1445240375": "- Choose the type of lookback option you want to trade (High-Close; Close-Low; High-Low).", - "-706357982": "- Enter your preferred contract duration.", - "-164121811": "- Choose the multiplier by which you want your potential payout to grow.", - "-1459463426": "- Make your market prediction.", - "-1617758690": "Only Ups/Only Downs are currently only available on the Deriv Bot and SmartTrader trading platforms. These options contracts can be traded on synthetics.", - "-700914596": "How do I open an Only Ups/Only Downs contract?", - "-1259527858": "How do Only Ups/Only Downs contracts work?", - "-1901167719": "

Only Ups/Only Downs contracts allow you to make market predictions speculating the direction of an underlying asset's price movements.

If you choose an Only Ups contract, you will win a potential payout if the price only increases during the selected time period.

If you choose an Only Downs contract, you will win a potential payout if the price only decreases during the selected time period.

", - "-1787389647": "No, you cannot exit the contract before it expires.", - "-689650437": "A chart illustrating a winning Only Ups trade type contract", - "-273813615": "A chart illustrating a losing Only Ups trade type contract", - "-1203636465": "A chart illustrating a winning Only Downs trade type contract", - "-1947225045": "A chart illustrating a losing Only Downs trade type contract", - "-1957987042": "- Select the duration of your contract.", - "-1426232228": "- Enter your stake or desired potential payout.", - "-528153567": "If you choose an Only Ups contract, you will win a potential payout if the price only increases during the selected time period.", - "-762276447": "You can find Reset Call/Reset Put contracts in SmartTrader and Deriv Bot, and they are available on synthetics.", - "-1333610680": "How can I open a Reset Call/Reset Put contract?", - "-527213163": "

To open a Reset Call/Reset Put contract, you'll need to:

  • Select your preferred trading asset.
  • Specify the trade duration.
  • Enter your stake amount or desired potential payout amount.
  • Select the price direction based on your market predictions.
  • Open your contract.
", - "-1677166916": "How does Reset Call/Reset Put work?", - "-1134051776": "

A Reset Call/Reset Put option provides the opportunity for the contract's entry price (also known as strike price) to be reset automatically at the midpoint of the trade duration, if the underlying asset's price moves favourably with your market prediction.

The reset spot price is set at the precise midpoint of the total trade duration. For example, if you enter a 10-hour Reset Call option, the reset would occur at the 5 hour point, and the price at that exact 5 hour mark becomes the reset spot.

If the reset spot is beneficial based on your market prediction, it replaces your original entry price (or strike price). For it to be beneficial, the reset spot needs to be:

  • -lower than the entry price for a Reset Call contract, or
  • -higher than the entry price for a Reset Put contract.

Your potential payout will then depend on whether the underlying asset's exit price is higher than the reset spot price (for Reset Call) or lower than the reset spot price (for Reset Put).

If the reset spot price is less favourable, your original contract terms remain in effect (which means, it is the contract's original entry price that is considered). The reset is automatic, but whether it is applied depends on which price (original or reset) is more optimal for a potential payout.

", - "-1610904880": "Durations for Reset Call/Reset Put contracts range from 5 ticks to 120 minutes (2 hours).", - "-867968226": "In Reset Call and Reset Put trades, \"reset\" refers to the condition where the strike price is reset at the midpoint of the trade duration. This happens if the market is moving in the opposite of your market prediction. When this happens, the contract will compare your predicted direction against the reset price instead of the original spot price at the contract's expiry.", - "-1380050504": "A chart illustrating winning a payout if the Reset Call exit price exceeds the reset time", - "-1025050479": "A chart illustrating the loss of a contract if the Reset Call exit price is below the reset time", - "-714750455": "A chart illustrating winning a payout if the Reset Put exit price is below the reset time", - "-322740436": "A chart illustrating the loss of a contract if the Reset Put exit price exceeds the reset time", - "-222252442": "A chart illustrating the loss of a contract if the Reset Put exit price exceeds the entry price", - "-453075958": "Predict whether the exit price will be higher or lower than either the entry price or the price at reset time (always snapped at half the contract period).", - "-1060595452": "If you select 'Reset Put', you receive the payout if the exit price is lower than either the entry price or the price at reset time.", - "-2023637285": "If the selected condition is not met or the exit price is equal to either the entry price or price at reset time, your stake is lost.", - "-1109117770": "- Specify the trade duration.", - "-1447540637": "- Select the price direction based on your market predictions.", - "-264657167": "The reset spot price is set at the precise midpoint of the total trade duration. For example, if you enter a 10-hour Reset Call option, the reset would occur at the 5 hour point, and the price at that exact 5 hour mark becomes the reset spot.", - "-1727460166": "- higher than the entry price for a Reset Put contract.", - "-2078748417": "If the reset spot price is less favourable, your original contract terms remain in effect (which means, it is the contract's original entry price that is considered). The reset is automatic, but whether it is applied depends on which price (original or reset) is more optimal for a potential payout.", - "-1686735535": "Meanwhile, Rise/Fall contracts consider the contract's exit price against the contract's entry price, based on your market prediction.", - "-201730632": "How do Touch/No Touch contracts work?", - "-386360370": "With Touch/No Touch contracts, you predict whether the market price of the underlying instrument touches or does not touch a predetermined barrier at any time during a specified contract period.", - "-1433106248": "Can I open multiple Touch/No Touch contracts at the same time?", - "-812692907": "Why does the \"Touch\" contract have a higher potential payout amount compared to the \"No Touch\" contract?", - "-180588272": "

The predicted payout is actually based on the barrier that is selected.

If the selected barrier is far from the current price of the underlying instrument, the probability of the spot price touching the barrier in a \"Touch\" contract is lower compared to a \"No Touch\" contract. In this scenario, the potential payout amount for a \"Touch\" contract is higher.

If the selected barrier is close to the current price of the underlying instrument, the probability of the spot price touching the barrier in a \"Touch\" contract is higher compared to a \"No Touch\" contract. In this scenario, the potential payout amount for a \"Touch\" contract is lower.

The potential payout and loss (your initial stake) amounts are clearly displayed before you open the trade.

", - "-1047993307": "

The price barrier in Touch/No Touch contracts refers to the specified price level that the underlying instrument's price needs to touch or not touch during the contract duration.

It acts as a reference point to determine the trade's outcome.

The potential payout percentage varies and depends on the barrier level selected as well as the probability of the condition being met at any time during the contract duration.

", - "-234177320": "Touch/NoTouch", - "-1691868913": "Touch/No Touch", - "-1135384310": "A chart illustrating a winning Touch trade type contract", - "-1779167017": "A chart illustrating a losing Touch trade type contract’", - "-1152691826": "A chart illustrating a losing No Touch trade type contract", - "-1320417421": "If you select 'No Touch', you receive the payout if the market never touches the barrier at any time during the contract period.", - "-1459384882": "Here's how to open a Touch/No Touch contract:", - "-1707027896": "- Choose an instrument to trade.", - "-27908705": "- Set the duration of your contract. ", - "-482228898": "- Set your preferred barrier.", - "-47479361": "If you are trading a \"Touch\" contract and the market price touches the selected barrier, the contract will close and you will win the potential payout.", - "-122126329": "On the other hand, if you are trading a \"No Touch\" contract and the market price touches the selected barrier, the contract will close and you will lose your stake.", - "-288175823": "If the selected barrier is far from the current price of the underlying instrument, the probability of the spot price touching the barrier in a \"Touch\" contract is lower compared to a \"No Touch\" contract. In this scenario, the potential payout amount for a \"Touch\" contract is higher.", - "-1863212669": "The potential payout percentage varies and depends on the barrier level selected as well as the probability of the condition being met at any time during the contract duration.", - "-1078851321": "Where can I trade Up/Down options?", - "-1193612050": "You can trade Up/Down options on the Deriv Trader, SmartTrader, and Deriv Bot trading platforms. They are available to trade on forex, stock indices, commodities, and derived indices.", - "-1287498214": "How can I open an Up/Down contract?", - "-102172683": "What are Up/Down options?", - "-1031199979": "

Yes, you can close an open Ups/Downs position before its expiry regardless of trade duration.

However, it is important to note that the availability of early exit may vary depending on the specific trade type. Some trade types may have restrictions or it may only be available within a certain timeframe.

", - "-259173309": "Can I select the duration or expiry time for Rise/Fall and Higher/Lower trades?", - "-912974734": "

Yes, both trade types allow you to choose the trade duration or expiry time. You'll just need to select the timeframe within which you expect the asset's price to move in your predicted direction.

For Rise/Fall, contract durations range from 1 tick and 365 days.

For Higher/Lower, contract durations range from 5 ticks to 365 days.

", - "-1383394916": "Can I enter multiple Up/Down contracts at the same time?", - "-490241699": "How can I know my potential payout for a Rise/Fall or Higher/Lower trade?", - "-93105108": "A Higher/Lower contract is typically a Rise/Fall contract with an adjustable barrier that can be applied before purchasing the contract. For example, in a \"Higher\" contract, the further away the barrier is from the current market price, the higher the potential payout and vice versa for a Lower contract.", - "-2023939689": "Are Higher/Lower contracts the same as High/Low Ticks?", - "-1084299525": "

Traders typically analyse the underlying market and price trends to determine the likelihood of prices rising or falling over a given time period.

To identify trends, you can consider a number of factors, including:

  • Recent price swings and market volatility
  • Economic news and events
  • Trends revealed by using technical indicators.
", - "-176958841": "Rise/Fall Icon", - "-922253974": "Rise/Fall", - "-1028232495": "A chart illustrating a winning Rise trade type contract", - "-1503795121": "A chart illustrating a losing Fall trade type contract", - "-1269133041": "Predict whether the market price will rise or fall by the end of the contract.", - "-1265191238": "With the 'Allow equals' option (available on selected instruments):", - "-333702220": "Select 'Fall' to receive the payout if the exit price is lower than or equal to the entry price.", - "-1361254291": "Higher/Lower", - "-3072021": "A chart illustrating a winning Higher trade type contract", - "-1193493105": "A chart illustrating a losing Higher trade type contract", - "-1333679424": "A chart illustrating a winning Lower trade type contract’", - "-1559541459": "If you select 'Lower', you receive the payout if the exit price is below the barrier.", - "-943414951": "If the selected condition is not met or if the exit price is equal to the barrier, your stake is lost.", - "-523202029": "- Select your preferred market and trading asset.", - "-1270188966": "- Choose the type of Up/Down option you want to trade (Rise/Fall; Rise Equals/Falls Equals; Higher/Lower).", - "-542134713": "- Choose the contract duration.", - "-594748291": "Up/Down options are divided into two types:", - "-40796548": "Rise/Fall contracts, where you make a market prediction on whether your contract's exit price has risen or fallen by the end of the contract period. If you trade with the Allows Equals requirement, you're predicting that the contract's exit price can also be equal to the entry price.", - "-1442333638": "Higher/Lower contracts, where you set a barrier before opening your contract and make a market prediction on whether the underlying asset's price is higher or lower than the predetermined barrier at the end of the contract period.", - "-1588394993": "For Higher/Lower, contract durations range from 5 ticks to 365 days.", - "-452651685": "Yes, you can enter multiple contracts at the same time. If you open multiple contract simultaneously, you'll get to diversify your trading portfolio and take advantage of various market opportunities.", - "-22899259": "The potential payout is predetermined based on the specific details of the trade and if your market predictions are right.", - "-396211507": "For Rise/Fall contracts, potential payouts generally range from 85% to 95% of your stake.", - "-682790957": "No, they are not the same.", - "-1175233604": "When you trade a Higher/Lower contract, you speculate on the price direction of an underlying asset over a time period.", - "-856462598": "When you trade High/Low Ticks, you predict which tick is the highest within a 5-tick contract.", - "-1972929701": "To identify trends, you can consider a number of factors, including:", - "-496481746": "- Recent price swings and market volatility", - "-1883518863": "- Economic news and events- Trends revealed by using technical indicators.", - "-1138851390": "How do turbo options work?", - "-633742038": "

When you open a turbo options contract, you’ll pay an initial stake amount. This is the cost of entering the turbo options trade. You’ll also need to determine a trade barrier. The spot price must not touch or breach this barrier throughout your contract duration, otherwise your contract will be terminated early without any gains.

If the spot price never touches or breaches your predetermined barrier, you will receive a potential payout based on the movement of the underlying asset, when your contract expires.

Please bear in mind that if you decide to manually terminate the trade early (before expiry), you will be charged an additional exit fee. Additionally, early termination less than 15 seconds before expiry is not possible.

", - "-1610692266": "

Payout per point indicates the potential payout you will receive at the contract’s expiry for every point above or below your predetermined barrier.

This amount is calculated based on your stake and the barrier you have selected.

For Long turbo options, the payout per point indicates the amount of potential payout you gain for each point above the barrier, at the contract’s expiry.

For Short turbo options, the payout per point indicates the amount of potential payout you gain for each point below the barrier, at the contract’s expiry.

Please note that this payout amount does not equal the potential profit. You‘ll only earn profit once this amount exceeds your stake amount. In case the spot price touches or breaches the barrier, your contract is terminated and you will not receive a payout.

", - "-261138752": "Where can I trade turbo options on Deriv?", - "-1914989036": "Yes, you can open multiple turbo options contracts at the same time.", - "-909342016": "The maximum you can lose is the initial stake amount that you pay when you open a turbo options contract.", - "-1693330773": "Can I adjust or remove the barrier once a position is open?", - "-68889179": "How are payouts calculated for different stake amounts?", - "-991807564": "How are payouts calculated for different barriers?", - "-690764846": "You can only close time-based contracts up to 15 seconds before the contract duration expires. If you have opened a tick-based contract, you cannot close your position before it expires.", - "-1682252979": "You can open turbo options contracts with trade durations of 5 to 10 ticks, or from 15 seconds up to 365 days.", - "-181229027": "

With turbo options, you need to define a barrier before opening a contract. If the spot price touches or breaches this barrier at any time throughout the contract duration, your contract will expire worthless. This means that you will not receive a payout and will lose your initial stake amount. To compensate for this risk, turbo options will have a higher payout per point and potential payout, depending on how far the selected barrier is from the opening spot price. Another difference to note is that trading turbo options carries more risk than trading vanilla options.

With vanilla options, there are no barriers involved and your potential payout is determined by how much the final price is above or below the predetermined strike price.

", - "-1683683754": "Long", - "-1863072826": "A chart illustrating a terminated turbos long contract", - "-724197484": "Your net profit will depend on how much the spot price exceeds the barrier, with the maximum potential gains growing if the underlying price rises significantly. Your losses are limited to the initial stake required to purchase the long turbo option.", - "-173578955": "A chart illustrating a turbos short contract payout", - "-824454038": "To place a turbo options trade on Deriv, you’ll need to:", - "-1993676584": "- Select Long or Short depending on your market predictions.", - "-2114256924": "- Determine a trade barrier.", - "-1004656899": "If the spot price never touches or breaches your predetermined barrier, you will receive a potential payout based on the movement of the underlying asset, when your contract expires.", - "-1272785195": "For Short turbo options, the payout per point indicates the amount of potential payout you gain for each point below the barrier, at the contract’s expiry.", - "-1892403316": "The higher your stake amount, the higher the payout per point.", - "-622642256": "This means that the potential payout amount you’ll receive at your contract’s expiry will be higher for every point between the barrier and the spot price, as long as the barrier is not touched or breached throughout the contract duration.", - "-1535055174": "Deriv offers a higher potential payout per point to compensate for this risk. The amount you’ll potentially receive at your contract’s expiry will be higher for every point above or below the barrier, as long as the barrier is not touched or breached throughout the contract duration.", - "-381152951": "How do I place a vanilla options trade?", - "-2126033268": "Can I buy and sell vanilla options?", - "-1753301320": "

When you purchase a contract, you’ll pay a stake (also known as an option premium). This is the cost of entering a vanilla options trade.

If your market predictions are right within the contract period, you will receive a payout that is equivalent to the asset’s movement when the contract ends (or upon early termination).

If you decide to manually terminate the trade early (before the contract’s expiry), you will be charged an additional exit fee. Please note that it is not possible to terminate a contract with less than 15 seconds before expiry.

", - "-1445410256": "Can I open multiple vanilla options contracts at the same time?", - "-727809759": "Are vanilla options available on Deriv Bot?", - "-1727976172": "No, vanilla options are not currently available on the Deriv Bot trading platform.", - "-2036407878": "A chart illustrating a vanilla call option trade payout", - "-1953701439": "You will receive a payout at the contract's expiry if the final price is higher than the strike price (which is determined at the beginning of the contract period). If the final price is at or below the strike price, you will lose your initial stake (premium).", - "-330731711": "Put option", - "-1474942679": "Your net profit will depend on how much the final price is below the predetermined strike price, with the maximum potential gains growing if the price of the underlying asset falls significantly. Your losses are limited to the initial stake required to purchase the put option.", - "-209567719": "- Predict the asset’s price movement by choosing Call or Put.", - "-738783818": "- Select your preferred strike price", - "-590205930": "- Enter your stake.", - "-1697679695": "When you purchase a contract, you’ll pay a stake (also known as an option premium). This is the cost of entering a vanilla options trade.", - "-791970047": "If your market predictions are right within the contract period, you will receive a payout that is equivalent to the asset’s movement when the contract ends (or upon early termination).", - "-1594240878": "If you decide to manually terminate the trade early (before the contract’s expiry), you will be charged an additional exit fee. Please note that it is not possible to terminate a contract with less than 15 seconds before expiry.", - "-205981334": "Payout per point indicates the payout you will receive for each point above or below the strike price (which is selected before you enter the contract) within the contract period. This amount will depend on your stake.", - "-1708351688": "For Call options, payout per point indicates the amount of payout you’ll gain for each point above the predetermined strike price, at the contract's expiry.", - "-1768096131": "For Put options, payout per point indicates the amount of payout you’ll gain for each point below the predetermined strike price, at the contract's expiry.", - "-853506275": "Make hassle-free deposits and withdrawals today", - "-1958137973": "Android, iOS, and Huawei", - "-491528927": "Android and iOS", - "-928524228": "Take a look at Deriv P2P’s product roadmap, give us your feedback on what we’re building and suggestions on what to build next.", - "-581371444": "100M+ USD", - "-958368061": "2. Send or receive payment", - "-1462151694": "Note: Funds are only released when the transaction is complete.", - "-950183109": "What is the liquidity solution offering?", - "-326976186": "As a liquidity solutions provider, Deriv Prime offers institutional trading services and access to global financial markets through a single point of integration. This encompasses trading assets in the forex, commodities, equities, indices, ETFs, and cryptocurrencies markets.", - "-2016263872": "How does Deriv Prime’s liquidity solution pricing work?", - "-1281767170": "Connectivity and Integration You are responsible for any connectivity or bridging fees charged by third-party providers to transact through our platform.
Minimum volume processing fee
A monthly service fee of USD 1,500 will be charged at the end of each month. The fee is accrued and only charged if the minimum volume requirements are not exceeded.
Institutional swaps
You will be charged daily with institutional swaps.
Commissions
on institutional trading via Deriv Prime will be charged on trades per million, per side (see table below). For equities, indices, and ETFs, commissions are charged per contract per side. For cryptocurrencies, commissions are charged in basis points, per side.
Scalable Commercial Plan
Monthly volume requirementFee
0 - 3 billion$8.00
> 3 - 5 billion$7.00
> 5 - 10 billion$6.00
> 10 billion$5.00
0 - 15 million (Crypto)5.5 bps / 0.055%
> 15 million (Crypto)5 bps / 0.05%
", - "-1268145536": "Are investments segregated from Deriv’s Group business funds?", - "-202025189": "Yes, Deriv Prime’s partner funds are held in segregated client accounts that are separate from Deriv’s Group business activities.", - "-1090662293": "Does Deriv Prime provide any support?", - "-522057664": "Yes, you will receive dedicated relationship managers to provide customised support and guidance along with technical support for connectivity, testing, and deployment for your trading operations.", - "-1290998687": "What connectivity methods are available with Deriv Prime?", - "-612038797": "50ms", - "-1898815664": "99.97%", - "-733326542": "20B+ USD", - "-678590039": "Daily trade volume", - "-1763366011": "2.5M+", - "-428086954": "Clients worldwide", - "-1238936518": "4.6/5", - "-1198458209": "Trustpilot rating", - "-1420548257": "20+", - "-1897306405": "Transparent", - "-915012896": "No hidden fees or convoluted pricing structures. We’re always fair and transparent.", - "-39672241": "Widest range of financial markets and instruments with irresistible spreads.", - "-1696404706": "Consistent", - "-1502747788": "Easy set-up with FIX protocol to your bridge provider or MT5 gateway.", - "-1681655860": "the Malta Financial Services Authority", - "-253752482": "Where is my money held?", - "-1299484872": "Account", - "-1310262676": "How can I change my personal details?", - "-2073215708": "You can do so on the <0>Personal details page. If you’re unable to update your details, please <1>contact us via live chat. We may need you to send us some documents for verification.", - "-251180453": "How can I change the currency of my account?", - "-785517434": "While the currencies of your virtual and cryptocurrency accounts are fixed, you can change the currency of your fiat account by following the steps below.", - "-582231303": "Select <0>Fiat currencies, choose the currency you want, and click <0>Change currency.", - "-703297687": "If you have open positions, close them first.", - "-599281490": "For your Deriv real account, go to <0>Cashier to withdraw your funds.", - "-188538325": "For your Deriv MT5 and Deriv X real accounts, go to your dashboard to withdraw your funds.", - "-1129279211": "<0>Contact us via live chat and we’ll help you change the currency of your account.", - "-221810226": "Can I change my email address?", - "-1855247898": "Yes, you can change your email address with us. Also, you can make the changes on your own if you still have access to your current email address.", - "-1824765466": "3. Once you click “Change email”, a verification link is sent to your current email address.", - "-1631760704": "4. Upon verifying the link in the email, the system will direct you to a pop-up for you to insert the new email address.", - "-129457677": "5. Then, you may follow the instructions to change the email address.", - "-585129934": "<0>Note: If you have lost access to your registered email address, we won’t be able to change it on our end. Contact your email service provider for assistance in regaining access to your email. Once you have regained access to it, follow the steps above to change your email address on Deriv.", - "-1059028037": "Why can't I create an account?", - "-254542421": "Here are some possible reasons you aren't able to create an account:", - "-1739646504": "You’re below 18 years old.", - "-1116525030": "You may already have a Deriv account.", - "-1910608693": "Our services aren't available in your country of residence.", - "-894612350": "Hit <0>Forgot password? on the <1>login page.", - "-1582535828": "Enter the same email address you use for your Apple/Google/Facebook account.", - "-2136863307": "Now, you'll be able to log in to your Deriv account using your email address and password.", - "-1398810252": "Before closing your account, please ensure to close all your open positions and withdraw all the funds in your account.", - "-2140461133": "Then, <0> click here to close your account.", - "-2043299631": "How do I unsubscribe from marketing emails?", - "-803818887": "It's a fee that we charge for accounts that have been inactive for the last 12 months. Refer to <0>our terms for more info.", - "-1244219585": "Name of entity", - "-1523686418": "Authorisation to manage the account (if your business has more than one director)", - "-1883441858": "Passport and utility bill/bank statement of the person managing the account and of each director and shareholder (if your business has more than 1)", - "-482992615": "Utility bill/bank statement containing the address of the business", - "-337933411": "It depends on the laws in your country of residence. Please get professional advice on whether you're required to pay taxes on <0>your profits.", - "-214877260": "How can I set self-exclusion limits on my account?", - "-464076737": "You can do so on the <0>Self-exclusion page.", - "-1687067691": "If you reside in any other country, you can adjust or remove your limits on the <1>Self-exclusion page. If you’re unable to change your limits, <0>let us know via live chat.", - "-378745019": " ", - "-1411245754": "We’ll prompt you to verify your account when it’s needed.", - "-2064918290": "How do I verify my account?", - "-1057679672": "When we prompt you to verify your account, follow these steps:", - "-1715758584": "<0>Log in to your Deriv account.", - "-1960993308": "Go to <0>Settings > <1>Proof of identity or <1>Proof of address.", - "-400895399": "Follow the instructions on the screen to verify your account.", - "-1464239544": "<0>Note: The <0>Proof of identity and <0>Proof of address pages will not be available if your account doesn’t need verification at this time.", - "-425061473": "What documents do I need to verify my account?", - "-265480778": "<0>Proof of identity
You’ll need a valid government-issued identity document such as a national ID card, passport, or driver's licence. Your document must clearly show your name, photo, and date of birth.", - "-56095713": "<0>Proof of address
You’ll need a bank statement, credit card statement, tax statement, or utility bill. Your document must be issued within the last 6 months. It must contain your name, address, the name of the company that issued the document, and the issue date.", - "-172153561": "Why do I need to verify my account?", - "-1580168812": "For further information, you may check our <0>Terms and conditions.", - "-1619463465": "Can I trade without verifying my account?", - "-469258978": "No, you must verify your account before trading.", - "-1403118121": "If you’re in any other country:", - "-1092328260": "If you have an EU account:", - "-550031360": "If you have a non-EU account:", - "-414862292": "How long does verification take?", - "-1945892745": "We try to review your verification documents within the same day. In some cases, due to high traffic, it may take up to 3 business days. You’ll get a confirmation email from us once the review is complete. You can also check the status of your documents at", - "-217527343": "<0>Settings > Proof of identity", - "-790757582": "Why were my documents declined?", - "-1746837387": "We may have declined your documents because they were unclear, invalid, expired, had cropped edges, or showed details that did not match your Deriv profile. If you need help, please <0>contact us via live chat.", - "-1513116852": "Is there any system/website maintenance going on?", - "-35912880": "Affiliate programme", - "-1248152791": "When you join our affiliate programme,", - "-1663161989": "You'll have multiple income opportunities by joining other partnership programmes that we offer.", - "-110767819": "You'll have access to various marketing tools to help promote our products and services to your clients.", - "-640475298": "You'll be able to take advantage of our multilingual platforms and reach clients wherever they are.", - "-179421588": "You'll receive prompt monthly payouts via your preferred payment method.", - "-874599648": "You won't be charged any hidden fees. You'll be able to see exactly what your earnings are.", - "-1456353153": "You'll have a dedicated account manager to help you.", - "-1134652564": "What type of commission plans do you offer?", - "-1835477277": "<0>Cost per acquisition (For the EU only)", - "-2057848186": "Earn 100 USD in commission for each successful referral. Your referred client must open a real account using your tracking link and deposit 100 USD or more (one-time or accumulative).", - "-1389111416": "What commission plan do you offer?", - "-652613124": "<0>Cost per acquisition (For EU-based clients only)", - "-2081856861": "Earn 100 USD when a referred client successfully deposits a one-time or cumulative total of USD 100 into their Deriv account.", - "-1268486656": "Please note that according to regulations, you cannot have clients who reside in Portugal or Spain.", - "-504946033": "Who can apply as an affiliate?", - "-1264084852": "We encourage you to become our affiliate if you are:", - "-1754830736": "<0>A webmaster
Do you have a trading-related website? Join our network of affiliates and turn your traffic into revenue by promoting our products and services.", - "-594264969": "<0>A signal provider
Do you provide trading data for others to follow? Grow your community of traders and earn commission when they sign up and trade on our platforms.", - "-1710240869": "<0>A software developer
Build your own trading platform using our API and earn commission when your clients sign up and trade.", - "-139185289": "<0>A blogger/vlogger
Promote our products and services and earn commission when you convert your audience into traders.", - "-67585950": "A referred client is a client who signed up using your tracking link, made a deposit in their account, and started trading on our platforms. As an affiliate, you stand to earn commission from the trades performed by your referred clients.", - "-940672929": "Where can I find my referral link?", - "-1388788058": "Follow these steps to get your referral link:", - "-379292041": "<0>Log in to your affiliate dashboard.", - "-1245795523": "Click the <0>Marketing<0/> tab.", - "-976921122": "Follow these steps to change your payment method:", - "-257221931": "<0>Log in to your dashboard.", - "-1109489026": "Click the <0>Finances tab and select <0>Payment instructions.", - "-1408956818": "Select your preferred payment method, enter the necessary details, and click <0>Update.", - "-1463235467": "We'll credit your commission for the previous month into your trading account after the 20th of every month. As an affiliate, you’ll earn commission when your referred clients trade on options and multipliers. To earn from your clients' MT5 trades, you'll need to sign up as an introducing broker. (see <0>How do I sign up as an introducing broker (IB)?)", - "-153186758": "We'll credit your commission for the previous month into your trading account after the 20th of every month. You’ll earn a commission based on each successful referral when your referred client deposits the required minimum amount into their Deriv account.", - "-817404641": "Go to <0>Reports, and select <0>Detailed activity report.", - "-1204121083": "Set the duration and filters and click <0>Display report or <0>Download report.", - "-2082521397": "What type of reports will I have access to?", - "-801786755": "How to change affiliate links.", - "-284709654": "Complaints", - "-777070551": "How can I submit a complaint?", - "-1435532406": "Click the widget to open the chat window.", - "-1071683620": "Respond to the questions that appear on your screen.", - "-151972777": "No. Regulators will not accept your complaint unless you first give us a chance to investigate your complaint and give you a response within the timeframes specified in our <0>complaints policy.", - "-280324365": "What is Deriv Bot?", - "-1787820992": "Platforms", - "-934106345": "Deriv Bot is a web-based strategy builder for trading digital options. It’s a platform where you can build your own trading bot using drag-and-drop 'blocks'.", - "-918450098": "Blocks", - "-2012116377": "Under the <0>Blocks menu, you'll see a list of categories. Blocks are grouped within these categories. Choose the block you want and drag them to the workspace. ", - "-232118993": "Under the <0>Blocks menu, go to <0>Utility > Variables<0/>.", - "-1138483020": "Yes, you can get started with a pre-built bot using the <0>Quick strategy feature. You’ll find some of the most popular trading strategies here: Martingale, D'Alembert, and Oscar's Grind. Just select the strategy, enter your trade parameters, and your bot will be created for you. You can always tweak the parameters later.", - "-1493168314": "What is a quick strategy?", - "-315611205": "Strategy", - "-372773682": "Go to <0>Quick strategy and select the strategy you want.", - "-1177881596": "Select the asset and trade type.", - "-1759322161": "Set your trade parameters and hit <0>Create.", - "-1345276958": "Once the blocks are loaded onto the workspace, tweak the parameters if you want, or hit <0>Run to start trading.", - "-1874016785": "Hit <0>Save to download your bot. You can choose to download your bot to your device or your Google Drive.", - "-1177914473": "How do I save my strategy?", - "-962632834": "In <0>Bot Builder, hit <0>Save on the toolbar at the top to download your bot. Give your bot a name, and choose to download your bot to your device or Google Drive. Your bot will be downloaded as an XML file.", - "-1819015181": "<0>Importing from your computer", - "-1259784179": "Your bot will be loaded accordingly.", - "-430703212": "<0>Importing from your Google Drive", - "-1612610720": "After hitting <0>Import, select <0>Google Drive and click <0>Continue.", - "-525394473": "Select your XML file and hit <0>Select.", - "-1549564044": "How do I reset the workspace?", - "-1720444288": "How do I control my losses with Deriv Bot?", - "-226333706": "How to trade", - "-1565344891": "Can I run Deriv Bot on multiple tabs in my web browser?", - "-1823467206": "Yes, you can. However, there are limits on your account, such as maximum number of open positions and maximum aggregate payouts on open positions. So, just keep these limits in mind when opening multiple positions. You can find more info about these limits at <0>Settings > Account limits.", - "-213872712": "No, we don't offer cryptocurrencies on Deriv Bot.", - "-2147346223": "In which countries is Deriv Bot available?", - "-1529254446": "We offer our services in all countries, except for the ones <0>mentioned in our terms and conditions.", - "-352345777": "What are the most popular strategies for automated trading?", - "-1612801567": "Deposits and withdrawals", - "-1315176976": "What payment methods can I use for deposits and withdrawals?", - "-1306639327": "Payment methods", - "-346303383": "You can use debit and credit cards, e-wallets, cryptocurrency wallets, and payment agents for deposits and withdrawals (see our <0>payment methods page for a complete list). Once you log in to your Deriv account, you’ll be able to see payment methods available in your country on the <1>Cashier page.", - "-1547685378": "How long does it take for my deposits and withdrawals to be processed?", - "-1621585740": "We process your deposits and withdrawals internally within 24 hours (depending on your payment method and internal checks). It may take longer for your funds to reach you due to the different processing times by banks and payment service providers. See our <0>Payment methods page for a complete list of the processing times for each payment method.", - "-840116640": "What is the minimum deposit or withdrawal amount?", - "-101416252": "The minimum deposit and withdrawal amount varies depending on the payment method. The lowest deposit and withdrawal amount is 5 to 10 USD/EUR/GBP/AUD via e-wallets. See our <0>Payment methods page for a complete list of payment methods and their minimum deposit and withdrawal amounts.", - "-1847412788": "My withdrawal verification link has expired. What should I do?", - "-1689659144": "Withdrawals", - "-2134684262": "You can get a new link on the Cashier page. Go to <0>Withdrawal and click Verify my request. We'll email you a new link; please remember to use it within 1 hour.", - "-2043508775": "Be sure to check the spam or junk section of your email as well if you do not receive the link in your inbox.", - "-913643255": "You can request a new link on the Cashier page. Go to <0>Withdrawal and click Verify my request. We'll email you a new link; please remember to use it within 1 hour.", - "-1861727138": "How can I remove the withdrawal limit on my account?", - "-362609134": "We'll remove the 10,000 USD withdrawal limit once your account has been verified.", - "-1108803896": "Deposits", - "-1855944698": "Here are some reasons why your credit card deposit was declined:", - "-1435852820": "Your 3D SecureCode may not be activated. Please contact your bank to check.", - "-805026662": "Your country of residence does not match the country that your card was issued in.", - "-336747115": "If you need help, please contact us via <0>live chat.", - "-155368835": "2. Deposit limit, please try again after 1 - 2 hours to make a deposit.", - "-1581734754": "3. SCA failure. Please contact your bank to check.", - "-943928755": "4. RCS reject, allowed number of cards exceeded. Please contact your bank to check.", - "-2135274535": "Can I withdraw my deposit bonus?", - "-1168460620": "Yes, but only once your turnover exceeds an amount that's 25 times the deposit bonus value. The bonus is to help you get familiar with our trading platforms, so we'd love for you to use it to trade and earn a potential profit (which you may withdraw at any time).", - "-1881204280": "Making withdrawals using Maestro and Mastercard is not possible in your country. You can check the <0>list of our payment methods to find a withdrawal method available to you.", - "-1222496659": "Mastercard and Maestro are not among our withdrawal methods. To find alternative payment methods available in your country, go to <0>Withdrawal on the Cashier page.", - "-670805289": "The currency conversion for your deposits and withdrawals are done by your payment service provider. For example, if you use Skrill, your transaction amount will be converted by Skrill. Please check with your service provider regarding the conversion rates used for your deposits and withdrawals.", - "-1185520887": "your withdrawal request has already been authorised and processed", - "-1543634856": "To cancel your withdrawal, follow these steps:", - "-410744792": "Go to <0>Cashier > Withdrawal.", - "-1736064743": "We'll send you an email with a verification link. Click that link.", - "-1079685198": "(Please note that you cannot cancel withdrawals if your withdrawal request has already been authorised and processed.)", - "-383099370": "Can I deposit with my friend's/family member's debit/credit card or e-wallet?", - "-560703263": "Why can't I see any payment methods on the Withdrawal page?", - "-1439607156": "Your payment method will only appear on the Withdrawal page after you've made your first deposit. If you've made a deposit and still don't see your payment method on the Withdrawal screen, it's probably because the payment method you used for the deposit cannot be used for withdrawals. In this case, you may need to use a different payment method that supports withdrawals, too. <0>Contact us via live chat if you need help.", - "-279558889": "You can use any wallet to make the deposit as long as the wallet support the network we are using.", - "-1352833601": "What is the minimum deposit and withdrawal for cryptocurrency?", - "-1110290808": "There is no minimum deposit for cryptocurrency. The minimum withdrawal is not fixed, so please check for the amount on the <0>Withdrawal page.", - "-147880126": "Can I transfer the funds in my account to another person's account?", - "-1314134927": "No. Fund transfer can only be made within your own accounts.", - "-1787304306": "Deriv P2P", - "-2133437022": "What is Deriv P2P?", - "-993497460": "<0>Deriv P2P is our peer-to-peer deposit and withdrawal service that’s part of our trading platform. Using Deriv P2P, you can get money in and out of your account in minutes via exchanges with fellow traders. We launched this service mainly for our clients in countries where currency exchange services are not widely accessible.", - "-1568899385": "How secure is Deriv P2P?", - "-1051522472": "We verify everyone's identity before they can start using Deriv P2P. No anonymous transactions are allowed.", - "-1927277318": "<0>Two-factor authentication", - "-1897412292": "Dual-layer verification is applied to every Deriv P2P transaction as an extra layer of security before funds are released.", - "-642709997": "I did not receive the verification email. What should I do?", - "-160642639": "Check if your email address is correct. If you've used an incorrect email address, you may sign up again with the correct email address.", - "-1073181796": "Wait for a few minutes. There may be a delay in delivery.", - "-806882522": "Check your spam or junk folder. Sometimes, emails may end up there.", - "-2054092112": "If all these fail, <0>contact us via live chat, and we'll help you further.", - "-1567244911": "Payment", - "-1755088868": "Select <0>Real from the dropdown menu.", - "-1988653672": "Your Deriv P2P balance may not include all deposits made to your Deriv account. Deposits via credit and debit cards (including Maestro and Diners Club), ZingPay, Skrill, Neteller, and Direct Banking Nigeria will not be available in Deriv P2P.", - "-1812070043": "Where can I see the terms of use for Deriv P2P?", - "-568906967": "Go to Section 4, ‘Deriv P2P’ of <0>our terms.", - "-696921894": "Why is my Deriv P2P account blocked?", - "-203783060": "Your Deriv account is suspended. Please contact us via <0>live chat for more information.", - "-1029239301": "You have cancelled 3 orders in the last 24 hours. Your account will be unblocked automatically after 24 hours.", - "-1410699505": "You can use any payment method you want as long as it is agreed with the trader you’re dealing with.", - "-455620954": "How do I create an ad on Deriv P2P?", - "-338149677": "Go to <0>Deriv P2P > <1>My ads.", - "-1475903701": "Hit <0>Create new ad.", - "-1850558430": "Once your ad is created successfully, it will appear on the <0>Buy/Sell page.", - "-1735729049": "<0>Note: You’ll only be able to create ads once your account has been verified. To learn more about verifying your account, see <1>How do I verify my account?", - "-67297475": "Your ads are available in the <1>My ads tab at <0>Cashier > Deriv P2P.", - "-1050528217": "How do I make an order?", - "-1869445525": "Select Buy or Sell ads.", - "-1378864427": "Choose the ad you want by clicking <0>Buy or <0>sell.", - "-807767876": "Note:", - "-1278209777": "You'll only be able to make an order once your account has been verified.", - "-1669612535": "If you're selling, you'll need to wait for the buyer's payment before completing the order.", - "-1745867197": "Why can't I see my ad in the Buy/Sell tab?", - "-214996581": "Dispute", - "-989166377": "To dispute a Deriv P2P transaction, follow these steps:", - "-1481255592": "Once the order has expired, click Complain on the order details screen.", - "-586363837": "How do I ensure my Deriv P2P transactions are successful?", - "-190084602": "Transaction", - "-434440200": "To make successful Deriv P2P transactions, follow these guidelines:", - "-693174976": "Avoid creating ads with identical amounts and exchange rates.", - "-2112170016": "Ensure that your account balance is sufficient to support your ads and orders.", - "-1098565506": "If you’re buying:", - "-1941726245": "Check your bank or e-wallet balance to confirm that the buyer has made payment before completing the order.", - "-1964387231": "Once you’ve received the payment from the buyer, try to complete the order as soon as you can.", - "-1257202503": "How do I get in touch with the trader I’m dealing with?", - "-728780565": "<0>Note: The chat feature is only available for active orders. Once an order is complete, the chat feature disappears.", - "-1101543580": "Limit", - "-757970967": "Use the drop-down menu (shown in the screenshot below) on the <0>Buy/Sell page to look for ads in different currencies.", - "-978640907": "This may be because your ads were inactive and may have been deleted. If your ad doesn't receive a response within the first 3 days, it'll be marked inactive. After 90 days of inactivity, it will be deleted permanently.", - "-1769095062": "The main benefit is that you don't have to keep editing your ads whenever currency exchange rates go up or down.", - "-465582529": "<0>Note: This feature is only available in some countries. Where available, it's not optional.", - "-384317112": "How do I use a floating exchange rate for my ads on Deriv P2P?", - "-1175315470": "You can set a floating exchange rate on the <0>Create new ad page if available in your country.", - "-1745858761": "Once your ad is created, the exchange rate will be a percentage of the market rate.", - "-407565968": "After every transaction, you can rate and recommend your trade partners: choose the number of stars and hit the thumbs-up button.", - "-782532569": "You can find the rating and recommendation score of every Deriv P2P user on the <0>Buy/Sell page and their individual <0>Advertiser's page.", - "-171078924": "Alternatively, you can block anyone you've traded with at <0>My profile > <0>My counterparties.", - "-1315719682": "How many ads can I create on Deriv P2P?", - "-1612003093": "As many as you want. However, only 3 buy ads and 3 sell ads can be active at any time, and these ads cannot have identical descriptions, limits, and exchange rates.", - "-221487154": "For example,", - "-441341442": "If you already have an active ad with a minimum order limit of 10 USD and a maximum order limit of 50 USD, you can't have another active ad with a minimum order limit of 40 USD and a maximum order limit of 100 USD because the range overlaps with the first ad.", - "-440154832": "<0>Deriv Trader is one of our trading platforms. It offers multipliers on a variety of assets in financial and synthetic markets.", - "-663862998": "Markets", - "-1952371760": "Contracts", - "-1278591610": "You can trade multipliers on Deriv Trader.", - "-830065103": "These contracts are available on Deriv Trader:", - "-1572548510": "Ups & Downs", - "-330437517": "Matches/Differs", - "-657360193": "Over/Under", - "-2020077454": "What is Deriv X?", - "-1531872373": "What markets can I trade on Deriv X?", - "-307502515": "You can trade CFDs on forex, cryptocurrencies, commodities, and our proprietary synthetic indices on Deriv X.", - "-385265783": "What is the minimum and maximum amount to trade on Deriv X?", - "-880881171": "The maximum and minimum amount to trade depends on the margin required to open a position on Deriv X for each asset. When creating a new order, you’ll see the required margin for the lot size of your choice.", - "-106815675": "<0>DTrader allows you to trade more than 50 assets in the form of digital options, multipliers, and lookbacks.", - "-976858633": "What's the difference between Deriv MT5 and Deriv X?", - "-1741775744": "Deriv MT5 has a fixed all-in-one view while Deriv X offers a modular, widget-based user interface, which is easy to customise. You can trade CFDs with leverage on multiple asset classes on both.", - "-1529587893": "Follow these steps to add a Deriv X account:", - "-1029450139": "1. Log in to your Deriv account.", - "-1472463366": "2. Go to the Deriv X dashboard.", - "-855164189": "6. Your new Deriv X account is now ready.", - "-527968812": "You'll need to add a Deriv X account first. After that, follow these steps to log in:", - "-1423005641": "2. Take note of your username and password.", - "-183167505": "4. To log in on your mobile, you'll need the app. If you haven't got the app, you can <0>scan the QR code from your Deriv X dashboard.", - "-1798013905": "What are the differences between Synthetics and Financial accounts?", - "-2055925090": "The Financial account is where you trade contracts for difference (CFDs) on financial markets such as forex, cryptocurrencies, and commodities.", - "-876516014": "Your Deriv X password is linked to the stand-alone <0>Deriv X trading platform while your Deriv password gives you access to platforms hosted on our website such as DTrader and DBot.", - "-114658193": "How is my Deriv X password different from my Deriv password?", - "-156237172": "How do I reset my Deriv X password?", - "-2038952853": "Where can I find my Deriv X account information?", - "-1133100523": "You can view your account information (account type and login information) on the <0>Deriv X dashboard.", - "-1282647933": "To deposit funds into your Deriv X account, you’ll need to transfer the funds from your Deriv account to your Deriv X account. Go to Cashier, click <0>Transfer, and follow the instructions on the screen.", - "-213523513": "Transfers are instant. Once you’ve completed all the steps, your Deriv X account balance will be updated.", - "-1170098215": "After the withdrawal is fully processed from the respective payment method, your funds will be deposited into your personal account. You can check processing times on our <0>Payment methods page.", - "-1879666853": "Deriv MT5", - "-1663990628": "Deriv MT5 is a CFD trading platform that gives you access to forex, stocks, stock indices, commodities, cryptocurrencies, and derived indices. Learn more about Deriv MT5 <0>here.", - "-2103351541": "Deriv MT5 is a CFD trading platform that gives you access to forex, stocks, stock indices, commodities, cryptocurrencies, and derived. Learn more about Deriv MT5 <0>here.", - "-1288798840": "What are the main differences between your digital options and CFD platforms?", - "-811424620": "<0>DTrader, <1>SmartTrader, <2>DBot, and <3>Binary Bot offer digital options trading on a range of underlying assets such as forex, stock indices, commodities, and derived indices. These platforms allow you to set the contract duration before opening positions, and you'll know exactly how much you'll earn if you win. You may find these platforms more intuitive if you're new to the trading world.", - "-189856251": "What are the main differences between your multipliers and CFD platforms?", - "-1528237457": "The MT5 Financial account offers CFDs on forex, commodities, cryptocurrencies, stocks, and stock indices, with high leverage and variable spreads for maximum flexibility. This account offers more than 100 assets, and 24/7 trading is available on cryptocurrencies.", - "-1024460027": "This difference is because MT5 is a third-party platform that requires its own login credentials. Your Deriv MT5 login gives you access to the MT5 platform, while your Deriv login gives you access to our digital options platforms such as Deriv Trader and Deriv Bot.", - "-1834333990": "How can I change my Deriv MT5 password?", - "-1348787775": "Follow these steps to reset your Deriv MT5 password:", - "-1111031408": "Go to your <0>Deriv MT5 dashboard.", - "-985140221": "Click <0>Confirm.", - "-1222605568": "We'll send you an email. Click the <0>Change password button in that email.", - "-1184173356": "You'll be taken to the Change password screen. Enter a new password and click <0>Create.", - "-1572449143": "3. Click Change password and then, click Confirm.", - "-300839534": "You'll need to transfer funds from your Deriv account to your Deriv MT5 account. You can do this on the <0>Cashier page. Transfers are instant; your funds will be available in your Deriv MT5 account as soon as you complete the transfer.", - "-1723900573": "How do I log in to my Deriv MT5 account?", - "-1462766296": "You can log in to your Deriv MT5 account via the MT5 desktop app, web terminal, or mobile app. You'll need the login ID and server name from <0>your Deriv MT5 dashboard. Please remember to use your Deriv MT5 password to log in to Deriv MT5.", - "-1835372511": "You can log in to your Deriv MT5 account via the MT5 desktop app, web terminal, or mobile app. You'll need the login ID and server name from your <0>Deriv MT5 dashboard. Please remember to use your Deriv MT5 password to log in to Deriv MT5.", - "-1089619392": "You can set the investor password on your <0>Deriv MT5 dashboard. Click <1>Password on your Deriv MT5 account, and select <1>Investor password to set a new password.", - "-1699186630": "3. Select Investor password to set a new password.", - "-1698836439": "What is the name of my Deriv MT5 server?", - "-617194580": "Do you offer swap-free Deriv MT5 accounts?", - "-351288377": "No, we don't.", - "-1445249366": "Yes, we do. You can create a swap-free Deriv MT5 account in the <0>Trader’s hub.", - "-1987596175": "You can't reactivate your Deriv MT5 account. Instead, you can create a new one on your Deriv <0>MT5 dashboard.", - "-227242365": "Can I change the leverage on my Deriv MT5 account?", - "-38304396": "No, you can't. There's a fixed default amount for each asset. The leverage applied to your account can be found on your <0>Deriv MT5 dashboard.", - "-941684403": "What time is shown in the MT5 terminal?", - "-88115138": "Greenwich Mean Time (GMT).", - "-1741073621": "If you need a statement of your trades on Deriv MT5, follow these steps to download a 3-month statement:", - "-1684440937": "Log in to your MT5 account via the desktop app.", - "-1374165891": "Right-click on <0>Time, click <0>Report, and select <0>Open XML.", - "-1795964107": "If you need a statement for a more extended period, contact us via <0>live chat, and we'll help you with it.", - "-1728332105": "For how long can I use my Deriv MT5 demo account?", - "-777494419": "You can use your Deriv MT5 demo account for as long as you want. However, if your account is inactive for 30 days, we'll deactivate it automatically. You can still create a new one in the <0>Deriv MT5 dashboard.", - "-309622502": "Yes, we’ll transfer your balance to your Deriv account before your Deriv MT5 account is deactivated.", - "-586122892": "No, this isn’t possible on MT5.", - "-518416448": "No, you can't, but you may have multiple Deriv MT5 Synthetic accounts on different servers.", - "-182656534": "No, you can't, but you may have multiple Deriv MT5 accounts depending on the jurisdiction.", - "-2007650229": "Yes, you can trade micro forex pairs with a Deriv MT5 Financial account.", - "-1972914987": "What is the minimum volume for micro forex pairs?", - "-1896920947": "Fraud prevention", - "-1628678308": "What is phishing?", - "-2128233722": "Fraud", - "-373653237": "What are some best practices to avoid being phished/scammed?", - "-1584828401": "Don’t instantly click on links or download files.", - "-643408771": "Don’t share your personal information.", - "-1099231415": "Don’t answer suspicious emails, calls, and messages.", - "-705196507": "Don't be afraid to contact our Customer Support via <0>live chat if you have doubts or concerns.", - "-2117471214": "What are the main causes that can compromise my account?", - "-730324492": "Share your personal information.", - "-213594789": "Are misspelled.", - "-965819437": "Begin with HTTP, which shows it’s not secure (secure URLs start with HTTPS). ", - "-1189343492": "Use public domains that do not end in .com, .org, or .net.", - "-312205519": "Lack security indicators, like the padlock symbol.", - "-978810896": "How do I identify a phishing email?", - "-1990658618": "Some red flags of a phishing email:", - "-1340020043": "The sender’s email address doesn’t end with @deriv.com.", - "-1192601516": "Spelling and grammatical errors.", - "-1575242090": "They ask you to click suspicious links and attachments.", - "-188284254": "Promises of easy money and huge profits.", - "-334366462": "Requests to take immediate action like transferring your money to a bank account.", - "-1102358482": "Identify phising email", - "-1467715175": "Check the account’s activity: misspelling of the account name, a high following-to-follow ratio, and emoji-loaded offers that sound too good to be true are red flags. We never ask for personal or bank details through social media, or do giveaways or promotions. Verify the account with our official social media accounts listed at the bottom of our <0>website.", - "-847916951": "What phishing resources does Deriv have?", - "-304993308": "Please visit our <0>blog and <1>secure and responsible trading page for more tips on protecting yourself online.", - "-1562960779": "Do I get rewarded if I report a valid scammer impersonating Deriv?", - "-898654463": "No, Deriv doesn’t offer rewards for reporting scammers.", - "-1500269811": "For security reasons, all confidential requests and issues are done via <0>live chat with our Customer Support team.", - "-367554507": "If you believe you have been phished or your credentials have been compromised, it's important to take these immediate actions to protect your online accounts and personal data:", - "-761514602": "Change your password: Change the password for your account immediately. Use a strong, unique password, which can be generated with password management tools.", - "-1524777445": "Enable 2FA: If your account supports two-factor authentication (2FA), enable it. This provides an extra layer of security by requiring a second verification method (e.g., a code sent to your phone) to access your account.", - "-1320243957": "Notify Deriv: Contact our Customer Support team via <0>live chat. Please have the scammer account’s information and evidence/screenshots ready so we can take appropriate action as soon as possible.", - "-528619170": "Notify Deriv: Contact our Customer Support team via <0>live chat. Please have the scammer account’s information and evidence/screenshots ready so we can take appropriate action as soon as possible. Depending on the severity of the situation, we may temporarily freeze or close your account to prevent further unauthorised transactions.", - "-1964306429": "Change your Deriv password: Change the password for your account immediately. Use a strong, unique password, which can be generated with password management tools. If you use this same password for other accounts, make sure you change those too.", - "-1174274392": "Monitor your accounts: Keep a close eye on your accounts for any suspicious activity. This includes checking for unauthorised transactions, changes to account settings, or new login attempts.", - "-447825445": "What are the official social media accounts of Deriv?", - "-529042377": "Our social media profiles are at the bottom of our <0>website and emails. Deriv has only one official account per social media platform:", - "-860666463": "IB programme", - "-1062769315": "How do I sign up as an introducing broker (IB)?", - "-203458343": "To become an IB, you'll need to be an existing affiliate with a Deriv <0>currency account and an MT5 Derived real account. If you do, you can apply to become an IB by contacting us via <1>LiveChat.", - "-689358377": "Get more info about our IB programme by clicking <0>here.", - "-118302649": "Why should I join your introducing broker (IB) programme?", - "-1301260207": "You'll earn commission whenever your clients trade CFDs on MT5, even on weekends and public holidays.", - "-289567912": "Find out more about our IB programme <0>here.", - "-153524655": "How much do you pay in commission?", - "-548897585": "Are there any charges for joining your introducing broker programme?", - "-898871903": "No, it's completely free of charge.", - "-1236285182": "How and when will I receive my IB commission payout?", - "-1557693454": "When can I withdraw my commission?", - "-116821558": "Payment Agent", - "-1573099251": "What is the Deriv Payment Agent Programme?", - "-1394619855": "It’s a partnership programme where we authorise third-party payment agents to process deposits and withdrawals for Deriv clients.", - "-2060468412": "Is the Deriv Payment Agent Programme the same as Deriv P2P?", - "-1246163204": "Why do clients need a payment agent?", - "-414413895": "Not at all. Our payment agent programme is completely free. You’ll just need to have a minimum balance in your Deriv account when signing up. The minimum amount depends on your country of residence.", - "-628267707": "What happens if a payment agent charges more than the set commission threshold?", - "-280157831": "If we receive justified complaints, the payment agents involved will be banned immediately from our platform.", - "-1794636525": "Are payment agents employees or affiliates of Deriv?", - "-1333773557": "No. Payment agents operate as independent exchangers and are not affiliates of Deriv.", - "-1626099113": "What is the difference between a payment agent and a premium payment agent?", - "-602368022": "Payment agents (PA) and premium payment agents (PPA) help clients with their transactions. However, a premium payment agent (PPA) can conduct transactions with both clients and other payment agents, whereas a payment agent can only conduct transactions with clients.", - "-492760585": "An approved payment agent can become a premium payment agent upon meeting our Compliance team's criteria.", - "-495062885": "No, you don't need to pay a fee to become a premium payment agent.", - "-2085372142": "What is the cost of using the premium payment agent’s services?", - "-476257692": "No, payment agents can only perform transactions with clients.", - "-812802944": "Can a payment agent offer their service to other payment agents?", - "-916547405": "Can all Deriv clients use premium payment agents to process transactions?", - "-1989049473": "Yes, any Deriv client can use transaction services from a premium payment agent.", - "-1016133415": "Can I advertise my services to Deriv clients?", - "-222181522": "Do I need to verify my Deriv account?", - "-11499858": "No, you do not need to verify your Deriv account unless prompted. If your account requires verification, we will contact you via email to initiate the process and provide you with clear instructions on how to submit your documents.", - "-594993106": "Examples of groups impersonating Deriv on Telegram", - "-702870694": "Impersonators ask for your login details or other sensitive information via Telegram.", - "-1710569687": "They demand payments via untraceable channels, for example, via cryptocurrency.", - "-693973292": "They ask you to download an app that isn’t offered on Google Play Store or Apple App Store.", - "-1771881201": "They ask you to download software that enables your device to be controlled remotely.", - "-2032937742": "How can I stay safe from impersonators on Telegram?", - "-824391595": "Run all files through an up-to-date antivirus first before downloading.", - "-801351094": "Please ensure to <0>join the correct Deriv group on Telegram.", - "-411463906": "Examples of messages from impersonators", - "-2013757619": "Here are some ways to identify emails from impersonators:", - "-1413288349": "Impersonators typically use free email domains such as @yahoo.com, @gmail.com, or @protonmail.com. Always read the sender's full email address to know who sent the email. <0>Note: Emails from Deriv will always come from @deriv.com.", - "-1846766027": "Foreign exchange, or forex, is the global market of the world’s currencies, where the values of different currencies are pitted against each other in the form of forex pairs, such as EUR/USD, AUD/JPY, etc. The forex market determines the exchange rates of each currency.", - "-192959524": "Read <0>this article to learn more about trading forex on Deriv.", - "-1879171974": "A commodity is either grown or produced naturally in the environment, such as agricultural products, livestock, crude oil, and precious metals like gold and silver.", - "-339093963": "Read <0>this article to learn more about trading commodities on Deriv.", - "-1049383996": "What are stock indices?", - "-691446230": "Stock indices measure the value of a group of companies in the stock market. This allows investors to see how a particular set of assets is performing.", - "-1412546523": "Read <0>this article to learn more about trading stocks on Deriv.", - "-1542650156": "CFDs let you predict the price movement of underlying assets without actually owning them. With CFDs, you open a position based on your prediction, and you'll earn a profit if you close your position when the price moves in your favour.", - "-59331209": "We offer 2 trading platforms in the EU: <0>Deriv MT5 (CFDs) and <2>Deriv Trader (multipliers). They’re designed to fit any trading style and give you access to financial and derived markets.", - "-626094848": "Build your trading bot for free on <0>DBot or <1>Binary Bot; no coding is needed. You’ll also find free pre-built strategies on DBot that you can customise to your needs.", - "-578264817": "Trading limits are only applicable to your Deriv real account. You can see the limits on your account on the <0>Account limits page (you must be <1>logged in).", - "-1859881435": "What assets are available for trading on weekends?", - "-1980078854": "What are multipliers?", - "-199125243": "Multipliers (also known as multiplier options) is a trade type that gives you an opportunity to amplify your profit without risking more than your stake. To find out more, visit <0>the Multipliers page.", - "-207591979": "Deriv <0>multipliers combines the upside of leverage trading without the downside of losing more than your stake. This means that when the market moves in your favour, you'll multiply your potential profits. If the market moves against your prediction, your losses are limited only to your stake. To find out more, visit the <0>Multipliers page.", - "-771604768": "How do I trade multipliers?", - "-1755209362": "Watch <0>this video to know more about trading multipliers.", - "-240686434": "Reliable.", - "-396178446": "100+ tradeable assets", - "-456233007": "It is a partnership arrangement where a payment agent is authorised to process deposits and withdrawals for our clients.", - "-898245410": "Are there any fees I need to pay to become a payment agent on Deriv?", - "-173947736": "As a payment agent, you determine your commission per transaction, subject to our established thresholds.", - "-1483718536": "We do not pay commissions to payment agents. You set your own commission rate per transaction and our clients will bear the necessary fees.", - "-876582984": "Yes, provided that you follow all the relevant terms and conditions (see the tab entitled 'For business partners' on our Terms and conditions page).", - "-1450369528": "Dynamic tiers - Metals", - "-1113508386": "Dynamic tiers ⁠— Cryptocurrencies", - "-118149924": "Dynamic tiers ⁠— Forex majors", - "-486479707": "Trading platforms designed with you in mind.", - "-732440421": "I agree to the <0>terms and conditions.", - "-1998049070": "If you agree to our use of cookies, click on Accept. For more information, <0>see our policy.", - "-1265833982": "Accept", - "-759124288": "Close", - "-1493548975": "google play logo", - "-1154801066": "Huawei AppGallery", - "-460416493": "logo", - "-184811297": "play store", - "-69336211": "Scan the QR code to download Deriv X", - "-554474591": "The all-in-one CFD trading platform", - "-795459217": "Go to live demo", - "-1676825747": "close-2", - "-689237734": "Proceed", - "-1810795954": "Deriv GO QR", - "-19187607": "Sign up for your demo account now.", - "-1831041777": "or sign up with", - "-518894746": "Get a taste of the Deriv experience", - "-240213265": "See live demo", - "-1305741465": "Enter your email address to begin.", - "-1230342782": "By pressing “Create demo account”, you confirm that you are 18 or older. You understand that we may use your email address to send you information about Deriv products and services as well as market news. You can always unsubscribe from these emails in your account settings. For more information, please take a look at Deriv’s <0>Security and privacy.", - "-1456549808": "apple", - "-1183908612": "forex trading on mobile", - "-74238532": "arrow mobile", - "-105520043": "Sign up now", - "-442294935": "Discover DTrader now", - "-215905387": "DBot", - "-632890841": "Dbot for auto trading", - "-981017278": "Automated trading at your fingertips. No coding needed.", - "-1808797601": "Discover Deriv MT5 now", - "-255994121": "Trade on the Deriv MT5 platform, the choice of professionals.", - "-1793883644": "Trade FX and CFDs on a customisable, easy-to-use trading platform.", - "-1781346745": "Discover Deriv X now", - "-279398477": "Trade the world’s markets on <0>Binary.com’s classic platform.", - "-1781881664": "Check out our other platform", - "-2130720993": "Check out our other platforms", - "-1825471709": "A whole new trading experience on a powerful yet easy to use platform.", - "-204498543": "Trade with leverage and tight spreads for better returns on successful trades.", - "-2115275974": "CFDs", - "-41978244": "Options trade type", - "-910437768": "Earn a range of payouts without risking more than your initial stake.", - "-130611510": "Multipliers trade type", - "-622923303": "Trade on Deriv MT5, the all-in-one CFD trading platform.", - "-1278432184": "A highly customisable and easy-to-use CFD trading platform.", - "-1109694579": "Trade multipliers on forex, cryptocurrencies, and synthetic indices with our mobile app.", - "-319687255": "Deriv GO", - "-1246992539": "Binary Bot", - "-58704987": "Trade the world’s largest financial market with popular forex pairs.", - "-1308346982": "Derived", - "-260024315": "Predict broader market trends and diversify your risk with stocks & indices.", - "-34495732": "Regulatory information", - "-543115239": "why choose us", - "-737399162": "Partnership programmes", - "-576138563": "contact us", - "-1829383827": "Contact us", - "-244722850": "careers", - "-1236814682": "Deriv life", - "-1642457320": "Help centre", - "-1718500720": "Community", - "-1951335212": "traders’ tools", - "-1668315223": "Traders’ tools", - "-1639500260": "Deriv MT5 Signals", - "-1072344765": "blog", - "-1467371190": "Didn't receive your email?", - "-110978957": "Minus", - "-780866426": "Chevron thick", - "-667423170": "arrow", - "-1342720542": "Enjoy trading asset prices derived from real-world
or simulated markets.", - "-269790876": "partners", - "-787291267": "Status page", - "-2045194514": "Secure and responsible trading", - "-23722102": "Partner", - "-1750297019": "affiliates and IBs", - "-890622347": "Affiliates and IBs", - "-1433497542": "payment agents", - "-1153226820": "bug bounty", - "-199351188": "Bug bounty", - "-700683835": "Alert", - "-246108767": "Learn more >", - "-1503338163": "Demo account ", - "-1179918966": "Browser Update Alert", - "-684271315": "OK", - "-1809314981": "Other markets you might be interested in", - "-696867299": "Get trading", - "-943701585": "Available on", - "-1022786491": "chevron", - "-1854553328": "GPTW award", - "-1221197492": "Broker of the year award", - "-1307341240": "extra info icon", - "-1244234227": "Digital options allow you to predict the outcome from two possible results and earn a fixed payout if your prediction is correct.", - "-1070571484": "Digital options available on Deriv", - "-145462920": "Deriv cTrader", - "-1086253633": "SUPPORT", - "-810716123": "Deriv Blog", - "-634625185": "Terms & conditions", - "-258641121": "Deriv Prime", - "-1353183095": "CFDs and other products offered on this website are complex instruments with high risk of losing money rapidly owing to leverage. You should consider whether you understand how these products work and whether you can afford to risk losing your money.", - "-69160574": "Deriv Investments (Europe) Limited is licensed and regulated by the Malta Financial Services Authority under the Investment Services Act <0>(licence). The holding company for this subsidiary is Deriv.com Limited, with the registration number 71479 and the registered address at 2nd Floor, 1 Cornet Street, St Peter Port, Guernsey, GY1 1BZ.", - "-1898146227": "get it on google play", - "-773544978": "Home", - "-1793603559": "Locations", - "-1174851024": "Explore jobs", - "-167548267": "Trade with leverage, unbeatable spreads, and fast execution on the widest range of markets.", - "-1416031190": "Trade diverse vanilla and exotic options across platforms and markets without risking more than your initial stake.", - "-591857861": "The most popular and comprehensive CFDs platform.", - "-2055020841": "User-friendly and customisable CFDs platform.", - "-1123792363": "Options trading platform with easy navigation.", - "-1098228973": "Major, minor, and exotic currency pairs.", - "-1120049888": "Leading company stocks and top global indices.", - "-1960027144": "Diverse exchange-traded funds for broad market exposure.", - "-1939560439": "Traders' tools", - "-1124845179": "Open demo account", - "-1154249172": "Deriv API", - "-373212993": "Deriv website", - "-1151648694": "Google account sign in page", - "-1753467119": "Facebook account sign in page", - "-1816672668": "Please enter your corporate email.", - "-1387776242": "Please enter your full name.", - "-115645240": "Please enter your mobile number.", - "-381962759": "Please enter a valid email address.", - "-1232661871": "Verification code is requried", - "-142727028": "The email is in your spam folder (sometimes things get lost there).", - "-276906320": "If you don't see an email from us within a few minutes, a few things could have happened:", - "-1878043830": "Re-enter your email and try again", - "-1607321031": "Return", - "-388342864": "Your demo cTrader account has been created successfully.", - "-1124894819": "Let's trade", - "-41068780": "Creating a live cTrader account", - "-34872598": "Add account image", - "-33422570": "1. Go to the Trader’s hub and choose the <0>Real option.", - "-2046335777": "Please click on the button below to proceed. ", - "-1257869728": "Go to Trader's Hub", - "-353961049": "Create more trading accounts", - "-1482435711": "2. Under Options and Multipliers and CFDs, look for the new trading account you want and select <0>Get.", - "-1341350427": "Your cTrader credentials are the same as your Deriv credentials. <0/>Please click the button to proceed with <1>changing your Deriv credentials.", - "-369216031": "Change credentials", - "-1360604661": "Almost done", - "-2114835029": "Go to Cashier", - "-1124039045": "Verification code", - "-860609405": "Password", - "-2116625792": "Residence", - "-1730346712": "Loading", - "-1718206543": "Enter your email address to begin", - "-359315319": "Continue", - "-497118625": "Your demo Deriv and cTrader accounts have been created successfully.", - "-371219344": "What is Deriv cTrader?", - "-762203408": "What markets can I trade on Deriv cTrader?", - "-306986914": "You can trade forex, stocks, stock indices, commodities, cryptocurrencies, ETFs, and derived indices on Deriv cTrader.", - "-2100541956": "How do I add a Deriv cTrader account?", - "-1598027174": "2. Select Demo (to practise with virtual money) or Real (to trade with real money).", - "-336912320": "3. Under CFDs, look for Deriv cTrader and hit Get.", - "-1073916825": "How do I make deposits into my Deriv cTrader account?", - "-759224648": "2. Select Real.", - "-1272023713": "3. Under CFDs, look for Deriv cTrader and hit Transfer.", - "-1941083941": "4. Using the drop-down menus, select your Deriv account as the From account and your Deriv cTrader account as the To account. Then, enter the amount and hit Transfer.", - "-1413963433": "5. Your funds will be available in your Deriv cTrader account immediately.", - "-851395436": "How do I make withdrawals from my Deriv cTrader account?", - "-1417321441": "4. Using the drop-down menus, select your Deriv cTrader account as the From account and your Deriv account as the To account. Then, enter the amount and hit Transfer.", - "-849786955": "Does Deriv cTrader offer any risk-management tools?", - "-594285041": "Choose from a list of strategy providers and find the trading strategy that suits you.", - "-477750542": "Choose to stop a trade or unsubscribe from a strategy provider whenever you want.", - "-1004454203": "Risk management tools", - "-2134079868": "Copy trade on Deriv cTrader by subscribing to the strategies of established traders for a fee. Find a strategy you like, and apply it to your trades at the tap of a button.", - "-1464815790": "Get trading with Deriv cTrader", - "-906824015": "Scan to download Deriv cTrader", - "-1101838164": "A feature-rich", - "-319509090": "CFD trading", - "-76418992": "Deriv ctrader logo", - "-1006826644": "<0>Sign in to your Deriv account. If you don’t have one, <1>sign up for free.", - "-1864840861": "Under CFDs, look for Deriv cTrader and select Get.", - "-706898598": "Go to the Trader’s hub and choose the Real option.", - "-639006406": "How to get started with a Deriv cTrader account", - "-1344568737": "The all-in-one CFD trading platform.", - "-160415630": "Deriv cTrader web terminal interface showcasing the features", - "-1517620254": "All your favourite assets in one place", - "-288427378": "A watchlist of popular currency pairs available on Deriv cTrader", - "-2142229954": "Know your trade margins", - "-322205745": "Menu for calculating trade margins feature", - "-2130346455": "Manage your risk by spreading your funds across different trading strategies.", - "-1284819681": "What is Deriv cTrader", - "-2040277760": "Deriv cTrader is an easy-to-use, multi-asset CFD trading platform packed with a wide range of features on a user-friendly interface. Enhance your trading experience further with features such as copy trading, limit order and stop order, chart trading, and custom indicators.", - "-914801913": "tradable assets", - "-224051432": "24/7", - "-1139147944": "trading", - "-1627231267": "Multiple assets on a single platform", - "-238387918": "Trade forex, stocks & indices, cryptocurrencies, commodities, and derived indices in one place.", - "-707160742": "Easy start", - "-1924237321": "Copy trading", - "-155069162": "Ctrader copy trading", - "-356516643": "Practise with a demo account preloaded with unlimited virtual funds.", - "-1486813632": "Rated excellent on", - "-967353831": "You need Deriv GO Ultimate for Android. Trade Options, in addition to CFDs and Multipliers, on your favourite markets.", - "-1638607416": "Download now >", - "-1026502273": "One broker,", - "-1981735781": "One broker, countless trading opportunities", - "-1722031734": "Check trading specs", - "-61718257": "Speculate on the price movements of popular exchange-traded funds (ETFs). Diversify your portfolio with assets that track bonds, commodities, and indices, without the high cost of owning the underlying assets.", - "-777850431": "View all >", - "-1384760133": "Bid price", - "-1882694284": "Ask price", - "-1293060532": "Daily % change", - "-1360155081": "Take part in the world’s largest financial market where more than $5 trillion worth of currencies are bought and sold each day.", - "-1235219375": "Trade share price movements of big brands and predict broader market trends with indices that measure the overall performance of a market.", - "-295883723": "Trade on the rising and falling prices of the most popular cryptocurrencies without the need to own a digital wallet.", - "-1157215583": "Our classic bot builder and automated trading platform.", - "-1433647473": "Choose from {{platform_count}} powerful platforms — each designed with your needs in mind.", - "-816866824": "Scan to download deriv P2P", - "-1016982945": "Earn a range of payouts by correctly predicting market movements.", - "-502915460": "Multiply your potential profit without risking more than your stake.", - "-1863708031": "Exchange-traded funds (ETFs) allow you to diversify your portfolio with assets that track bonds, commodities, and indices, without the high cost of owning the underlying assets.", - "-1542166394": "<0>AGG.US The iShares Core US Aggregate Bond ETF tracks an index of US investment-grade bonds.", - "-1968382000": "<0>ARKK.US The ARK Innovation ETF invests in domestic and foreign equity securities of companies that rely on or benefit from developments in artificial intelligence, automation, DNA technologies, energy storage, fintech, and robotics.", - "-603147794": "<0>DIA.US The SPDR Dow Jones Industrial Average ETF Trust tracks the Dow Jones Industrial Average index.", - "-1084511254": "<0>EEM.US The iShares MSCI Emerging Markets ETF tracks an index of large- and medium-sized stocks from emerging market countries.", - "-838097023": "<0>GDX.US The VanEck Vectors Gold Miners ETF mimics the NYSE Arca Gold Miners Index, which tracks the overall performance of companies involved in the gold mining industry.", - "-129918594": "<0>HYG.US The iShares iBoxx $ High Yield Corporate Bond ETF tracks an index of US dollar-denominated, high-yield corporate bonds.", - "-291617297": "<0>IVW.US The iShares S&P 500 Growth ETF tracks the performance of an index of large-capitalisation US equities with above-average growth characteristics.", - "-233678772": "<0>QID.US The ProShares UltraPro Short QQQ ETF seeks to produce two times the inverse of the daily returns of the Nasdaq.", - "-683924077": "<0>SDS.US The UltraShort S&P500 ETF seeks to produce two times the inverse of the daily returns of the S&P 500.", - "-1508771299": "<0>SPY.US The SPDR S&P 500 ETF tracks the S&P 500.", - "-1400438303": "<0>TBT.US The ProShares UltraShort 20+ Year Treasury seeks daily investment results, before fees and expenses, that correspond to two times the inverse of the daily performance of the ICE US.", - "-1842325694": "<0>TQQQ.US The ProShares UltraPro QQQ seeks daily investment results, before fees and expenses, that correspond to three times the daily performance of the Nasdaq 100 Index.", - "-990738737": "<0>VOO.US The Vanguard S&P 500 ETF tracks the S&P 500 Index.", - "-620228120": "<0>XLF.US The Financial Select Sector SPDR® Fund ETF tracks the financial sector of the S&P 500 Index.", - "-595227841": "<0>XLK.US The Technology Select Sector SPDR® Fund ETF tracks the technology sector of the S&P 500 Index.", - "-1632936446": "AGG.US", - "-1522515153": "ERX.US", - "-1296610622": "IEMG.US", - "-307249293": "IJR.US", - "-941796697": "IVV.US", - "-551518192": "LQD.US", - "-1296853332": "SPY.US", - "-56916607": "TQQQ.US", - "-539795299": "VEA.US", - "-132512237": "VNQ.US", - "-2022407176": "XLK.US", - "-1690761595": "Open a real account, make a deposit, and start trading baskets and other markets.", - "-1299708281": "CFD trading allows you to trade on the price movement of an asset without buying or owning the underlying asset.", - "-347302050": "low-cost trading", - "-1763361912": "intraday trading opportunities", - "-2043132110": "Fast, secure deposit and withdrawal options", - "-967416945": "powerful and intuitive platforms", - "-519772806": "Smart and friendly support, 7 days a week", - "-2015932855": "smart and friendly support", - "-1690667791": "Why trade ETFs on Deriv", - "-244980648": "What are accumulator options?", - "-1018568023": "How do accumulator options work?", - "-1759381505": "What are turbo options?", - "-1461784880": "How do vanilla options work?", - "-231290085": "Start connecting with fellow traders to make deposits and withdrawals.", - "-1245597945": "Try Deriv P2P now", - "-1719881739": "On your mobile", - "-399746134": "How to get Deriv P2P", - "-385361251": "Save time", - "-1139543787": "Works with your local currency", - "-1267106447": "Deal with fellow traders at pre-agreed rates.", - "-336031456": "Major, minor, and exotic currency pairs.", - "-187586473": "Trade forex", - "-828546225": "Trade cryptocurrencies", - "-904662996": "Trade commodities", - "-550487473": "Trade ETFs", - "-1580384961": "Deriv Prime is the institutional arm of Deriv Group, and staying true to its guiding principles, effectively democratises liquidity provision to financial institutions.", - "-1895596299": "- Investment funds", - "-192132598": "- Professional trading groups / professional traders", - "-1777356692": "- Corporate clients", - "-1214139716": "- Other financial institutions", - "-1301147451": "1. Account application: Contact us to connect with a dedicated support team to guide you through the entire onboarding journey.", - "-1200324463": "2. Verification: Satisfy all compliance and regulatory requirements including Know Your Business (KYB) requirements.", - "-1088127199": "3. Margin account settlement: Fund your margin account to meet the minimum balance based on our scalable commercial plan.", - "-937845124": "4. Connectivity: Integrate with our platform using your preferred connectivity method.", - "-1624852813": "Connectivity and Integration", - "-1322903152": "
Minimum volume processing fee
", - "-1033362113": "
Institutional swaps
", - "-1704541182": "You will be charged daily with institutional swaps.", - "-1260098344": "
Commissions
on institutional trading via Deriv Prime will be charged on trades per million, per side (see table below). For equities, indices, and ETFs, commissions are charged per contract per side. For cryptocurrencies, commissions are charged in basis points, per side.", - "-1944988226": "Scalable commercial plan", - "-316000987": "0 - 3 billion", - "-231603377": "$ 6.00", - "-527979359": "$ 5.00", - "-1789026626": "5.5 bps / 0.055%", - "-62854202": "> 15 million <0>(Crypto)", - "-781112376": "5 bps / 0.05%", - "-28136390": "FIX API", - "-521081011": "Our platform-agnostic FIX API allows for quick set-up, giving you fast, direct, and secure access to our liquidity pool. ", - "-1361763089": "Quick setup and access to market liquidity", - "-1418113449": "Connectivity and reliability", - "-1862065040": "By clicking \"Submit\", you give your consent to be contacted by Deriv by email and telephone for marketing purposes.", - "-268898502": "Thank you for submitting your details. Our team will be in touch with you soon.", - "-293603692": "Company name*", - "-1678879119": "Corporate email*", - "-488343037": "Connect with us if you want to know more about our trailblazing liquidity solution", - "-1066941187": "Global liquidity for all", - "-931963598": "iFX Expo Dubai Exhibitor", - "-1243790369": "iFX Expo Latam", - "-1180837625": "9-11 April 2024", - "-589354937": "iFX Expo Latam Exhibitor", - "-538614715": "Forex Expo Dubai Exhibitor", - "-1150976117": "Meet us there", - "-2064793652": "Investment funds", - "-916681126": "Asset managers", - "-1459128154": "Professional traders", - "-922626395": "Corporate clients", - "-971040883": "Unbeatable spreads", - "-1920558726": "Reliable access to deep market liquidity pools", - "-102338874": "Fast execution with intelligent order routing", - "-763839364": "Dedicated support for smooth operations", - "-2125275828": "Unique trade types. Hundreds of instruments. Financial and derived markets.", - "-154889447": "Ready to join over 2.5 million traders who have chosen Deriv as their trusted broker? Enter your email address to create a free demo account.", - "-323355149": "deriv careers", - "-507845880": "Cyberjaya bridge and lake view", - "-2024257622": "Dubai Skyscrappers", - "-1970911906": "Labuan clock tower", - "-190370362": "Palace of the Lopez - Asuncion", - "-1976016426": "Buildings near beach side - Limassol", - "-1775449118": "paris", - "-2121505886": "Deriv’s Germany office at Berlin", - "-140235062": "Deriv’s Reading office at United Kingdom", - "-1255111333": "Vanuatu alt img", - "-334183701": "Deriv’s Cayman Islands office at George Town", - "-1641202114": "Deriv’s British Virgin Islands office at Road Town", - "-1439922490": "Jordan alt img", - "-1592591114": "Marina Bay Sands - Singapore", - "-1027896109": "Paraguay office at Ciudad del Este", - "-595714375": "HongKong", - "-2110763955": "backend department", - "-849739277": "marketing department", - "-634336959": "customer support department", - "-1965006287": "compliance department", - "-1837302682": "finance department", - "-1084989115": "frontend department", - "-1910169955": "trading operations department", - "-2098815298": "business excellence department", - "-1686674481": "project management department", - "-994502200": "business intelligence department", - "-1076255913": "Asunción | Our office – Paraguay | Deriv", - "-578762577": "Berlin - Our office | Deriv", - "-2137963507": "Cyberjaya | Our office – Malaysia | Deriv", - "-782151140": "Find your role with us by browsing Deriv job opportunities in Limassol, Cyprus.", - "-2128417897": "Dubai | Our office – UAE | Deriv", - "-1799144625": "Find your role with us by browsing Deriv job opportunities in Guernsey, Channel Islands.", - "-470478500": "Check out the current open job positions at Deriv and get a chance to work with our team in Jordan for a thriving tech career.", - "-1504150934": "Labuan | Our office – Malaysia | Deriv", - "-708633595": "Malta – Our office | Deriv", - "-1385444880": "Checkout the open job positions at our Malta office. Don't see the job you want? Send us your CV and we will contact you when your role becomes available.", - "-2136219031": "Melaka | Our office – Malaysia | Deriv", - "-1381267044": "Find your role with us by browsing Deriv job opportunities in Paris, France.", - "-1891504573": "UK | Our office – UK | Deriv", - "-774085289": "Be part of the Deriv team at British Virgin Islands that provides compliance guidance to develop the company’s growth strategy and trading policies.", - "-803139496": "Kigali | Our office – Rwanda | Deriv", - "-233326950": "Vanuatu – Our office | Deriv", - "-1724500502": "View current job openings at Deriv’s new office in Port Vila, Vanuatu, and get a chance to have a rewarding career ahead.", - "-763671807": "Check email in your spam", - "-1867937110": "Email ID had a typo error", - "-1567349106": "Firewall filter", - "-1961258037": "Didn't receive an email from us? Here's what could've happened.", - "-1278724614": "Have any query or need assistance, check out the details to call our international help desk and our email ID. Feel free to contact us anytime!", - "-1676772848": "dbot logo", - "-593892433": "Get into the Deriv Bot experience", - "-729973561": "Select an asset", - "-1021119124": "Set the purchase conditions", - "-1785726890": "purchase conditions", - "-975417158": "Run the bot", - "-132463075": "How it works", - "-782096637": "Build a trading robot in 5 easy steps", - "-2048678807": "DBot Trading | Auto Trading Robot | Deriv", - "-490244393": "pre-built strategies included", - "-410563285": "Start with a popular strategy", - "-2090265979": "Martingale, D'Alembert, Oscar's Grind, and more — load and customise proven strategies or create your own from scratch.", - "-1171659940": "Build your strategy visually", - "-1855708032": "Simply drag, drop, and configure pre-built blocks and indicators onto a canvas to build your bot. No coding needed.", - "-1502830211": "Increase your profits", - "-1131365089": "Track your performance", - "-386070899": "Access tutorials, guides, and reference information as you build your bot.", - "-1068098082": "Save your bots", - "-1345393808": "cTrader | CFD copy trading platform | Deriv", - "-677391007": "Deriv Go", - "-2082435325": "A trading platform for on-the-go traders", - "-1607871978": "Android and Huawei", - "-1444700007": "Android, and iOS", - "-1485956312": "Get trading with Deriv GO", - "-930794949": "Sign in to your Deriv account. If you don’t have one, sign up for free; then create a Deriv real account.", - "-502692472": "Fund your Deriv", - "-1010405214": "Download the app and trade anytime, anywhere.", - "-2012355845": "How to get started with Deriv GO", - "-793066797": "minimum stake", - "-277344546": "Trade synthetics and cryptocurrencies round the clock and forex during regular market hours.", - "-236589881": "Trade 24/7 with DerivGO", - "-258298417": "Easy access", - "-1978908356": "Instant and easy access for trading", - "-1405026614": "Multiply your profit and limit your loss", - "-1330332311": "Amplify your profits up to 1000x without losing more than your stake with multipliers.", - "-2125416637": "Trading multipliers on Deriv GO", - "-858799868": "Forex trading on the go", - "-934121720": "Access the world’s most traded market and take advantage of currency price movements.", - "-1170847237": "Trade synthetics", - "-1553468077": "Trade Volatility and Crash/Boom indices that simulate the movements of real-world markets.", - "-11775922": "Trading Volatility 100 Index on Deriv GO", - "-1429891690": "Better risk management", - "-789090463": "Risk management on Deriv GO", - "-1313766935": "Take a look at Deriv GO’s product roadmap, give us your feedback on what we’re building and suggestions on what to build next.", - "-324582954": "Trade forex, synthetics, and cryptocurrencies with our app — Deriv GO.", - "-1956694920": "Get trading with Deriv X", - "-1499489324": "Deriv X demo account signup page", - "-111402284": "Add a Deriv X demo account.", - "-1504708469": "Deriv X dashboard showing demo account comparison", - "-193673438": "Start trading on the mobile app or through your web browser.", - "-1253954802": "Deriv X trading dashboard", - "-1640716000": "How to get started with a Deriv X account", - "-673424733": "Demo account", - "-1613115256": "What is Deriv X", - "-1809914704": "Bespoke trading experience", - "-339366518": "Easily customise your trading environment. Drag and drop widgets, create your own layouts, and get the info you need, when you need it.", - "-841245558": "Keep track of your progress with the dashboard, learn from historical trades with the journal, and create custom watchlists for your favourite assets.", - "-1905254299": "Know your margin", - "-1745924951": "New CFD trading platform", - "-282795677": "Multiple markets on a single platform", - "-550581856": "Trade cryptocurrencies and synthetics anytime, even on weekends and holidays.", - "-1023989708": "Trade any time of the day and week", - "-1722515925": "How to subscribe to an MT5 signal", - "-612597140": "How to register as a signals provider", - "-1338283639": "Go to your Deriv MT5 dashboard", - "-1999908066": "1. Click on the Signals tab", - "-749114155": "From your Deriv MT5 trading terminal, click on the Signals tab to view the list of signal providers.", - "-1638551312": "2. Subscribe to a signal provider", - "-646973031": "3. Configure the parameters", - "-1418406633": "1. Head to MQL5.com", - "-815519346": "2. Fill the broker field", - "-1762429600": "Complete the form with your Deriv MT5 account credentials. In the <0>Broker field, enter your account server name: <1/> <0>- Deriv-Demo if your signal is for demo accounts only <1/> <0>- Deriv-Server or <0>Deriv-Server-02 if your signal is for real accounts only <1/>(You can find the account server name on your <2>Deriv MT5 dashboard.)", - "-1084122614": "3. Fill in your details", - "-869552309": "Add a description and click Save to complete your registration.", - "-1723581789": "Trade types option market", - "-1466878961": "Trade types option trade type open", - "-1375811869": "How to renew or cancel your subscription", - "-960344862": "From your Deriv MT5 trading terminal, click on the <0>Signals tab.", - "-1772429251": "2. You'll need to <0>fund your MQL5 account to subscribe to paid signals.", - "-1744462462": "3. You can only subscribe to one signal provider with one Deriv MT5 account at any given time. You can use your signal on up to 3 computers.", - "-42204858": "4. You won't be able to trade manually with the same Deriv MT5 account once you've subscribed to a signal.", - "-1423552315": "Deriv MetaTrader 5 trading signals | Resources | Deriv", - "-1930749240": "Minimise trading risk by copying from expert traders.", - "-672810207": "Benefits of being an MT5<0 /> signals provider", - "-1677010141": "Signal subscriber", - "-137814651": "Signal provider", - "-702312029": "2. Create a DMT5 account", - "-836712223": "3. Fund your account", - "-1519931112": "Trade CFDs on our synthetics, baskets, and derived FX with asset prices derived from simulated and real-world markets.", - "-328128497": "Financial", - "-1177465366": "Trade CFDs on forex, stocks & indices, cryptocurrencies, and commodities on high leverage.", - "-258469123": "Trade CFDs on forex, stocks, stock indices, synthetics, cryptocurrencies, and commodities with leverage.", - "-668006662": "Zero percent interest", - "-1542970945": "Trade on the world markets without commission", - "-507449979": "Trade without commission", - "-747943809": "Calculate the margin you need to open and hold your positions with our margin calculator.", - "-729599084": "DMT5 margin trading calculator", - "-1199560191": "Try our margin calculator", - "-1419811135": "Calculate your swap fee and know exactly what you are expected to pay or will earn for maintaining an overnight contract.", - "-2061765962": "DMT5 swap trading calculator", - "-1210185536": "Try our swap calculator", - "-595657771": "Explore <0>CFDs on Deriv MT5 and enjoy low spreads to increase your returns when the market moves in your favour.", - "-1843545572": "With the calculators and numerous analytical tools available on the Deriv MT5 platform, you’ll be able to manage your capital and trading positions better.", - "-144030444": "475k+", - "-1237467088": "active traders on Deriv MT5", - "-1198259056": "Sign up for a free", - "-1792878691": "Add a Deriv MT5 demo account and choose what you want to trade.", - "-2107978333": "Deriv MT5 demo account", - "-1335506375": "Create or <0>sign in to your demo Deriv account", - "-980596166": "Create a Deriv real money account.", - "-2037995236": "Create a Deriv MT5 real money account based on your trade preference.", - "-1850632279": "Add a CFDs demo account.", - "-2057564788": "Create a CFDs real account.", - "-915577324": "How to get started with a Deriv MT5 account", - "-1495699367": "What is Deriv MT5", - "-1058362536": "Quick demo account sign-up", - "-525457182": "Trade round-the-clock, even on weekends, with our proprietary derived indices.", - "-1136280668": "licensed and regulated", - "-1111729867": "Why trade with Deriv MT5", - "-236603859": "DMT5 | MetaTrader 5 | Deriv", - "-2113392983": "Deriv MT5 | MetaTrader 5 trading platform | Deriv", - "-509865545": "Deriv MT5 is an all-in-one CFD trading platform where you can trade on the biggest financial markets and Deriv’s synthetic indices.", - "-33819056": "Place a trade", - "-870439968": "Make a trade in 3 easy steps", - "-1833673205": "Tradable assets and growing", - "-677118308": "Flexible trade duration", - "-1943211857": "Potential payout", - "-1851650721": "Multiply potential profit", - "-1939222554": "Make smarter trading decisions", - "-764468089": "Customise your chart with technical indicators and widgets — everything you need to make smarter trading decisions.", - "-1892622643": "Customise your chart types", - "-813207218": "Trade what you want, when you want...", - "-8536459": "Forex, commodities, cryptocurrencies, and indices — whether it’s the world markets or derived markets that excite you, you’ll find them here.", - "-212874218": "Trade world or synthetic markets", - "-511270225": "... And how you want", - "-478582785": "Choose from a variety of customisable trade types with flexible contract durations and stakes as low as $0.35.", - "-1852662378": "Forex, cryptocurrencies, and synthetics – whether it’s the world markets or derived markets that excite you, you’ll find them here.", - "-12829538": "Choose a multiplier value, fine-tune your trade with multipliers optional features (take profit, stop loss, and deal cancellation), and start trading with a stake as low as $5.", - "-1507095704": "Help centre | Frequently asked questions | Affiliate programme | Deriv", - "-1973882807": "Frequently asked questions - Affiliate programme", - "-1602949376": "Help centre | Frequently asked questions | Complaints procedure | Deriv", - "-1628704443": "Have a question?", - "-25069177": "Stop loss threshold", - "-2082644096": "Current stake", - "-991582247": "Use this variable to store the stake amount. You can assign any amount you want, but it must be a positive number.", - "-1142295124": "There are several ways to control your losses with Deriv Bot. Here’s a simple example of how you can implement loss control in your strategy:", - "-468926787": "This is how your trade parameters, variables, and trade options should look like:", - "-1048974831": "2. Set the <0>Purchase conditions. In this example, your bot will purchase a <0>Rise contract when it starts and after a contract closes.", - "-2125441053": "With basket indices, you can trade your favourite asset against a basket of five major global currencies, each weighted by 20%.", - "-2062968282": "Didn’t find your answer? We can help.", - "-978362988": "Chat", - "-1535280336": "Deriv X is an easy-to-use trading platform where you can trade CFDs on various assets on a platform layout that you can customise according to your preference.", - "-1904049127": "What is DBot?", - "-603753017": "What are the major differences between DTrader and Deriv MT5?", - "-370313455": "The Deriv MT5 Standard account offers new and experienced traders high leverage and variable spreads for maximum flexibility.
The Deriv MT5 Advanced account is a 100% A Book account where your trades are passed straight through to the market, giving you direct access to forex liquidity providers.
The Deriv MT5 Synthetic Indices account allows you to trade contracts for difference (CFDs) on synthetic indices that mimic real-world movements. It is available for trading 24/7 and audited for fairness by an independent third party.", - "-1508841947": "DTrader allows you to trade more than 50 assets in the form of digitals, multiplier, and lookback options.
Deriv MT5 is a multi-asset trading platform that you can use to trade spot forex and contracts for difference (CFDs) with leverage.", - "-2073101307": "<0>View fewer questions", - "-839094775": "Back", - "-177264246": "Keep your search term short as our search capabilities works best with short search terms", - "-1342698728": "Sorry, we couldn’t find any results matching '{{search_value}}'.", - "-859753143": "Search tips:", - "-584435215": "Talk to us", - "-1257106357": "Help centre | Frequently asked questions | Deposits and withdrawals | Deriv", - "-524318410": "Frequently asked questions - Deposits and withdrawals", - "-1584131788": "Help centre | Frequently asked questions | Deriv P2P | Deriv", - "-1442307043": "Help centre | Frequently asked questions | DTrader | Deriv", - "-1544998943": "Frequently asked questions - DTrader", - "-529738098": "Frequently asked questions - Deriv X", - "-1453272264": "Help centre | Frequently asked questions | Fraud Prevention | Deriv", - "-1422362986": "${PLATFORMS}", - "-17396892": "Need help? Have questions about Deriv services and online trading platforms? Read our FAQ or ask us a question.", - "-1859212587": "Frequently asked questions - Payment Agent", - "-1618901770": "Help centre | Frequently asked questions | Trading | Deriv", - "-2085755369": "Frequently asked questions - Trading", - "-542307428": "world map", - "-1894673375": "mobile app deriv go", - "-505163259": "laptop dtrader", - "-1633415532": "laptop deriv x", - "-404595524": "laptop dmt5 eu", - "-313388618": "Dtrader trading platform at Deriv", - "-642822922": "What our clients say about Deriv", - "-97177023": "Trade 24/7 on forex, stocks, synthetic indices, and commodities", - "-988523882": "DMT5", - "-973175694": "email address", - "-175133087": "Get your free ebook now!", - "-439480253": "Plus a free demo account to practice.", - "-475451694": "Generic placeholder image", - "-315519012": "Introduction", - "-1372898772": "In this book you’ll learn:", - "-9288094": "Topics covered", - "-593725183": "Types of cryptocurrencies", - "-1975420554": "The basics of trading cryptocurrency", - "-56855120": "Order types for derivatives trading", - "-581275151": "How to evaluate a cryptocurrency", - "-841420376": "Common crypto terms to impress your friends", - "-1745155150": "In this guide, you’ll learn valuable tips and strategies for trading cryptocurrencies on Deriv. You will also get a free demo account to practice completely risk-free on Deriv MT5 and DTrader platforms, as well as the DerivGo app. And when you are ready to start trading for real, you can start with as little as a $5 deposit.", - "-2056714393": "Trade Cryptocurrencies on our Deriv platform.", - "-1109370844": "How to manage risk when trading forex", - "-515430658": "How to use digital options to profit from up, down, and even sideways moves", - "-1866115993": "The basics of forex", - "-1245514595": "Who uses the forex market?", - "-468018917": "Which currencies are on the forex market?", - "-89284930": "Why trade forex on Deriv?", - "-1637535607": "Advantages of trading forex on DMT5", - "-1386083220": "Currency pairs you can trade on Deriv", - "-1702975584": "Forex in more detail", - "-773444549": "Your free guide on", - "-1871897949": "Foreign exchange – forex or the FX market, as it is commonly known – is one of the biggest marketplaces in the world, offering endless trading opportunities. In this 75-page book, expert trader Vince Stanzione will teach you how to spot and take advantage of trading opportunities in the forex markets, using Deriv’s DTrader and MetaTrader5 platforms.", - "-1856944033": "Forex Ebook", - "-907834110": "Trade Forex CFDs on our Deriv platform.", - "-785550912": "Stock market seasonality", - "-124300884": "Learn to trade Stock derivatives the smart way", - "-1135060666": "In this 57-page e-book by trader Vince Stanzione, you will learn how to diversify your portfolio with commission-free trading on the biggest international stocks and stock market indices. Wall Street 30, US Tech 100, UK 100, Alphabet, Tesla, Amazon plus many more are available on the MetaTrader 5 platform, where you can trade stock derivatives with leverage, allowing you to get started with minimal capital.", - "-782426189": "We’ll even add in a free demo account on Deriv.com right away. This way, you can practice trading stock derivatives completely risk-free on the Deriv MT5 platform, using a free Financial demo account. And once you are ready to get trading for real, you can get started with as little as $5.", - "-111365181": "forex trading", - "-1965920446": "Start trading", - "-1111635562": "Why 1M+ forex traders choose Deriv", - "-1703592620": "high leverage", - "-1174463492": "Enjoy up to 1:1000 leverage, and open larger positions with lower capital.", - "-236133956": "0% commission", - "-995204754": "Trade with no additional charges on deposits, withdrawals, and trades.", - "-1197999355": "Trade forex with ultra-low spreads in 3 simple steps:", - "-797165331": "Swap-free pairs", - "-1411787252": "Step 1", - "-707839573": "Add a Deriv MT5 Financial real account.<0 />", - "-1743170005": "DMT5 account", - "-114537153": "Log in to Deriv MT5, select an asset, and start trading.<0 />", - "-1399909248": "Take advantage of the best trading conditions by Deriv", - "-742854273": "Weekends", - "-791962871": "Ride the trends even on weekends", - "-1293694434": "3 simple steps", - "-704828346": "Online trading platform | Forex, commodities, synthetic indices, stocks, and stock indices | Deriv", - "-1663221456": "Trade synthetics with our new jump indices and take advantage of the constant volatility with a twist — price jumps.", - "-1433405472": "Experience equal probability of an upward or downward price jump every 20 minutes on average.", - "-1687100060": "Available 24/7", - "-167184778": "Trade with high leverage ratios to have even more opportunities to increase your position size.", - "-1355872061": "Join over 1 million people who trade stocks, forex and other markets on Deriv.com — the award-winning broker that’s been trusted for over 20 years.", - "-1957784093": "Easy And Free Sign Up | Online Trading | Deriv.com", - "-1859592272": "deriv platform", - "-399480833": "deriv platform mobile", - "-69605883": "background pattern mobile", - "-1883768126": "stocks favorite brand", - "-1681757678": "Facebook. Tesla. Zoom. McDonald’s. Trade on the global household names you see every day on our Deriv MT5 platform. We’ve got all your favourite brands in tech, finance, retail, plus more.", - "-36387107": "background pattern section", - "-1327881726": "Extended market hours", - "-578381508": "Market time", - "-1635422892": "11 world indices", - "-681061450": "Capital need", - "-82865314": "Zero Fees", - "-920539959": "Blue chip, blue skies", - "-1023801938": "Diversify your portfolio with commission-free trading on the biggest international stock market indices. Trade on world renowned indices such as the Wall Street 30, US Tech 100, UK 100, plus many more. Get trading with as low as $5.", - "-1175166863": "Blue Chips", - "-155790566": "Why trade stocks and indices on Deriv", - "-1642207210": "All this is available on our Deriv MT5 platform", - "-1423526129": "Our forex spreads are lower than ever", - "-1216418075": "Open forex trades at a lower cost and capitalise on the market more effectively.", - "-1753877946": "Opportunity knocks", - "-824717983": "Maximise your trading time on the markets that are open on weekends.", - "-642207984": "Trade any time of the day, at your convenience.", - "-565087025": "Trade the markets that never sleep", - "-35128655": "Deriv's synthetic indices mimic real-world market movements and offer various volatility levels to suit your risk appetite.<0 />", - "-1880897548": "Buy and sell", - "-476018343": "Live Chat", - "-1505946900": "This page automatically open Live Chat window", - "-944742669": "Trade popular assets in the commodities market such as silver, gold, oil, and more without owning the underlying asset. Speculate on the price movements and benefit from our competitive spreads.", - "-1932634627": "Commodities trading | Commodities market online trading | Deriv", - "-322423047": "symbol", - "-305466448": "Trade your favourite currency against a basket of major currencies and benefit from reduced risk and volatility.", - "-1416860311": "Start trading baskets on Deriv in 3 simple steps", - "-785091863": "Open a real account, make a deposit, and start trading commodities and other markets. ", - "-1655759142": "1:2 leverage", - "-628881664": "1:100 leverage", - "-2058127891": "1 to 100 leverage", - "-136024734": "tight spreads", - "-544982451": "Crypto currency pairs", - "-819550264": "Zero commission", - "-601411843": "Derived FX gives you the opportunity to trade on simulated assets based on major forex pairs at the volatility of your choice. Our advanced algorithms track real-world currency prices and dampen the fluctuations caused by market sentiment and unexpected news events.", - "-895517965": "Derived FX trades available on Deriv", - "-1951792122": "Why trade derived FX on Deriv", - "-1379291897": "Why trade forex on Deriv", - "-673420280": "Start trading forex on Deriv in 3 simple steps", - "-1125514264": "Open a real account, make a deposit, and start trading stocks, stock indices, and other markets.", - "-1718265662": "Open a real account, make a deposit, and start trading stocks, indices and other markets.", - "-1823217929": "Why trade stocks & indices on Deriv", - "-937466287": "Deriv’s proprietary synthetics simulate real-world market movements. Backed by a cryptographically secure random number generator, these indices are available to trade 24/7 and are unaffected by regular market hours, global events, or market and liquidity risks.", - "-366519793": "Synthetics trades available on Deriv", - "-1730519941": "Start trading synthetics on Deriv in 3 simple steps", - "-1591882610": "Synthetics", - "-993480898": "Accumulators", - "-1603563039": "Derived trading gives you a chance to make a profit from correctly predicting the price movement of instruments that mimic characteristics of financial markets.", - "-935743043": "Instruments available for accumulators trading", - "-1558537969": "CFD trading allows you to make a potential profit from the price movement of the underlying asset without purchasing it.", - "-931787292": "Options trading allows for a range of payouts from correctly predicting market movements, without needing to buy an underlying asset.", - "-1235724293": "Multipliers allow you to trade on leverage while limiting downside risk to your investment. You can maximise your potential profit by several multiples of any market movement without risking more than your initial investment.", - "-1061697694": "Derived Fx | Derived Fx demo account | Deriv", - "-1825149732": "Trade ETFs on Deriv and diversify your portfolio with assets that track bonds, commodities, and indices, without needing to own the underlying assets.", - "-314383561": "Exchange-traded funds | ETF trading | Deriv", - "-1850714176": "Trade forex on Deriv's intuitive online trading platforms and get access to a wide range of major, minor, and exotic currency pairs.", - "-1188261750": "Deriv MT5 and Deriv X:", - "-381746202": "US 500", - "-512194910": "US Tech 100", - "-2077690248": "Japan 225", - "-563812039": "Volatility 10 (1s) Index", - "-82971929": "Volatility 25 (1s) Index", - "-433962508": "Volatility 75 (1s) Index", - "-764111252": "Volatility 100 (1s) Index", - "-1925264914": "Volatility 25 Index", - "-708579504": "Volatility 50 Index", - "-975255670": "Volatility 75 Index", - "-1190812505": "Boom 300 Index ", - "-9704319": "Crash 1000 Index", - "-342128411": "Crash 500 Index", - "-1736314513": "Crash 300 Index", - "-465860988": "Bull Market Index", - "-853582174": "France 40", - "-617646862": "Germany 40", - "-1935463381": "Swiss 20", - "-1096386695": "UK 100", - "-704465484": "AUD/SGD", - "-1132754641": "EUR/ILS", - "-153445761": "EUR/MXN", - "-840043643": "EUR/SGD", - "-1676578867": "EUR/TRY", - "-1532188389": "NZD/CHF", - "-786663544": "NZD/SGD", - "-497249058": "USD/ILS", - "-1815417228": "USD/SGD", - "-125943541": "USD/THB", - "-1036619204": "USD/TRY", - "-1552890620": "AUD/JPY", - "-64938413": "AUD/USD", - "-1430522808": "EUR/AUD", - "-2020477069": "EUR/CAD", - "-1201853162": "EUR/CHF", - "-1318070255": "EUR/GBP", - "-1197505739": "EUR/JPY", - "-405907358": "EUR/USD", - "-642323838": "USD/CAD", - "-428199705": "USD/CHF", - "-424108348": "USD/JPY", - "-1969740361": "Aluminium/USD", - "-53531024": "Copper/USD", - "-458661961": "Gold/EUR", - "-764731776": "Platinum/USD", - "-524302516": "Silver/USD", - "-1669418686": "AUD/CAD", - "-1548588249": "AUD/CHF", - "-79700881": "NZD/USD", - "-1402324349": "CAD/CHF", - "-1398238048": "CAD/JPY", - "-244869624": "CHF/JPY", - "-2123017153": "EUR/NOK", - "-863339255": "EUR/PLN", - "-705437744": "GBP/NZD", - "-1662452484": "GBP/SEK", - "-1688177794": "NZD/CAD", - "-1536293064": "NZD/JPY", - "-1459779698": "USD/MXN", - "-548255282": "USD/NOK", - "-1834131208": "USD/PLN", - "-835432744": "Advanced Micro Devices Inc", - "-1705435711": "Alphabet Inc Class C", - "-101671632": "American International Group", - "-1941464952": "Bank of America", - "-1509589732": "Bayer AG", - "-1956204780": "Boeing", - "-1375177588": "Cisco Systems", - "-869309684": "Continental AG", - "-1059302444": "Delta Air Lines", - "-438117661": "Deutsche Lufthansa AG", - "-378854371": "eBay Inc", - "-1923618411": "Goldman Sachs Group", - "-1599441950": "Home Depot Inc", - "-1704556077": "HP Inc", - "-307123099": "Hugo Boss AG Common Stock", - "-1224740616": "Johnson & Johnson", - "-1452779184": "Mastercard Inc", - "-2042486673": "McDonald's", - "-456688611": "Microsoft Corporation", - "-757835039": "Moderna Inc", - "-581221495": "Nestle SA", - "-1504172282": "Nike", - "-685384800": "NVIDIA Corp", - "-1967716216": "PepsiCo Inc", - "-1928459544": "Porsche Automobil Holding SE", - "-1511094980": "Procter & Gamble", - "-1476168631": "Puma SE", - "-729763802": "Salesforce.com Inc", - "-1478189349": "Tesla Inc", - "-10860248": "Teva Pharmaceutical Inds", - "-1232927690": "Visa", - "-1403427633": "Walt Disney Company", - "-1941095707": "Zoom Video Communications Inc", - "-1263203461": "BTC/USD", - "-1621608496": "ALG/USD", - "-62177251": "ADA/USD", - "-1302994035": "AVA/USD", - "-575272887": "BCH/USD", - "-295406873": "BTC/ETH", - "-1112522776": "DSH/USD", - "-460689370": "LTC/USD", - "-302156306": "MKR/USD", - "-1638008440": "SOL/USD", - "-30306201": "UNI/USD", - "-2046638412": "XRP/USD", - "-1164978320": "Jump 10 Index", - "-1991707178": "Brent crude oil", - "-1734516342": "West Texas Intermediate", - "-280323742": "EUR Basket", - "-390528194": "Step Index", - "-1771870004": "Volatility indices", - "-1923803439": "Crash/Boom", - "-1637642999": "Jump indices", - "-1702184458": "Each currency weighted by 20%", - "-1355000836": "Easy platform", - "-178401383": "Responsive, easy-to-use platforms", - "-1222215988": "Convenient deposit and withdrawal methods", - "-19213603": "Metals", - "-1866629977": "Energy", - "-2125845705": "Exotic pairs", - "-79167584": "Drift switching indices", - "-668839336": "DEX indices", - "-578042544": "Step indices", - "-1314348105": "Range break indices", - "-1366644926": "American <0>indices", - "-1305540911": "American indices", - "-645175746": "Asian indices", - "-610649986": "Crypto pairs", - "-1593593334": "Commodities Basket", - "-1479581544": "Forex Basket", - "-657318791": "No commission on any commodity contract", - "-613284941": "Trading platform", - "-1796553680": "Customer help", - "-2063268847": "Open a real account, make a deposit, and start trading cryptocurrencies and other markets.", - "-1995859410": "Open a real account, make a deposit, and start trading forex and other markets.", - "-1758717056": "realworld market values", - "-1569705686": "tighter spreads", - "-880608426": "twenty four hour trading", - "-1404179529": "Each of these indices replicates the performance of top publicly traded companies in a segment of the US economy.", - "-721191908": "<0>US 500 follows the stock performance of the 500 largest publicly traded companies in the US.", - "-1202623711": "<0>Australia 200 tracks the stock performance of the 200 largest listed companies in Australia. ", - "-190375337": "<0>Japan 225 tracks the stock performance of 225 large, publicly owned companies in Japan.", - "-75787346": "<0>One tick is generated <0>every two seconds for volatility indices <0>10, 25, 50, 75, and 100.", - "-257478628": "<0>One tick is generated <0>every second for volatility indices <0>10 (1s), 25 (1s), 50 (1s), 75 (1s), and 100 (1s).", - "-1198123642": "The <0>DEX 600UP has frequent small drops and occasional major spikes, which occur <0>every 600 seconds on average.", - "-65269553": "The <0>DEX 900DN has frequent small spikes and occasional major drops, which occur <0>every 900 seconds on average.", - "-1711102648": "The <0>DEX 1500UP has frequent small drops and occasional major spikes, which occur <0>every 1,500 seconds on average.", - "-690460725": "These indices replicate markets with <0>bullish and bearish trends with constant volatility. The Bull Market and Bear Market indices start at 00:00 GMT each day, replicating bullish and bearish markets respectively.", - "-2075222222": "<0>Netherlands 25 follows the stock performance of the 25 most traded companies in the Netherlands.", - "-931072662": "<0>Europe 50 Index follows the performance of the 50 largest and most liquid stocks in the EU.", - "-1522453105": "<0>Swiss 20 follows the performance of the 20 largest and most liquid stocks in Switzerland.", - "-1848325573": "<0>UK 100 follows the stock performance of the top 100 listed companies in the UK.", - "-1650735154": "These indices fluctuate between two price points (borders), occasionally breaking through the borders to create a new range on average once every 100 or 200 times that they hit the borders.", - "-754071100": "<0>GBP Basket measures the value of the British pound against a basket of five global currencies (USD, EUR, AUD, JPY, CAD), each weighted by 20%.", - "-1612689129": "These indices correspond to simulated markets with constant volatilities of 10%, 15%, 25%, 30%, 50%, 75%, 90%, 100%, 150%, and 250%.", - "-733719584": "<0>One tick is generated <0>every second for volatility indices <0>10 (1s), 15 (1s), 25 (1s), 30 (1s),50 (1s), 75 (1s), 90 (1s),100 (1s), 150 (1s), and 250 (1s).", - "-475767247": "<0>Australia 200 tracks the stock performance of the 200 largest listed companies in Australia.", - "-2035089048": "<0>Spain 35 follows the stock performance of the top 35 companies in Spain.", - "-1569008884": "Cryptocurrency contracts traded with multipliers have a time limit. It depends on the asset you are trading and appears on the Deriv Trader dashboard before you place a trade.", - "-2019630336": "Positive Drift Regime (also known as a Bullish Trend),", - "-691684850": "Negative Drift Regime (also known as a Bearish Trend), and", - "-1396228755": "Driftless Regime (also known as a Sideways Trend)", - "-812482393": "The <0>DSI10 switches between regimes every <1>10 minutes on average.", - "-1119895973": "rise/fall option trade", - "-1312740087": "<0>Higher/Lower: Predict whether the exit spot will be higher or lower than a price target (the barrier) at the end of the contract period.", - "-1379066258": "touch/no touch option trade", - "-467543474": "<0>Matches/Differs: Predict what number will be the last digit of the last tick of a contract.", - "-370101516": "over/under option trade", - "-12379677": "<0>Even/Odd: Predict whether the last digit of the last tick of a contract will be an even number or an odd number.", - "-1144677500": "high/low ticks option trade", - "-1935715732": "asians option trade", - "-632683307": "Predict whether the exit spot (last tick) will be higher or lower than the average of the ticks at the end of the contract period.", - "-431979686": "only ups/only downs option trade", - "-1316646998": "Predict whether consecutive ticks will rise or fall successively after the entry spot.", - "-1064775608": "<0>High-Low: When you purchase a ‘High-Low’ contract, your win or loss will be equal to the multiplier times the difference between the high and the low over the duration of the contract.", - "-1262587128": "Daily reset indices", - "-173865148": "High and low", - "-2051729853": "Responsive, easy-to-use online trading platforms", - "-939764287": "Charts", - "-250435645": "Deposits and withdrawals method", - "-1011480052": "Friendly support team", - "-816110209": "Volatility 150 (1s) Index", - "-1288044380": "Volatility 250 (1s) Index", - "-1103602574": "Volatility 30 (1s) Index", - "-2073609644": "Volatility 90 (1s) Index", - "-770264032": "Crash 600 Index", - "-1373162386": "Boom 900 Index ", - "-951445527": "DEX 900UP", - "-322134453": "DEX 600DN", - "-562675630": "DEX 1500DN", - "-2109480025": "USD/CHF DFX10 Index", - "-505645949": "GBP/USD DFX20 Index", - "-1898335031": "EUR/USD DFX20 Index", - "-673933474": "AUD/USD DFX20 Index", - "-1138580834": "USD/JPY DFX20 Index", - "-1212954241": "Time to trade", - "-1561480459": "Extended trading time, up to 18 hours a day", - "-1042430346": "Easy deposits and withdrawals", - "-52904222": "Simple trading platforms", - "-231768654": "Open a real account, make a deposit, and start trading synthetics and other markets.", - "-1696668141": "Free from real-world market and liquidity risks", - "-2134641278": "Exclusive access", - "-1588887800": "Chat support", - "-253689807": "Trade global stocks and stock market indices on Deriv. Enjoy our competitively priced equities even outside regular hours of major stock markets.", - "-1095901299": "Stock market | Indices trading | Deriv", - "-506783240": "Trade on asset prices derived from simulated markets. Manage your exposure by selecting the volatility level to suit your risk appetite.", - "-917592239": "Synthetic indices | Volatility indices | Deriv", - "-1339404877": "Be reliable", - "-1807088090": "Settle all contracts fairly, accurately, and promptly", - "-666356424": "We will design our cashier systems to work as seamlessly as possible, processing deposits and withdrawals efficiently and promptly. As far as possible, we will minimise delays imposed by any AML or anti-fraud requirements.", - "-1096649509": "Provide reliable online trading with high uptime, good security, and low latency", - "-1847094306": "Provide helpful customer support to all customers", - "-1972583435": "Be fair", - "-1244412808": "Treat all customers equitably", - "-1447821734": "We will treat all customers equally, regardless of where they’re from or the size of their accounts.", - "-688825946": "Handle all complaints with integrity", - "-826237637": "In the event of any complaint, we aim to resolve the issue with speed and integrity.", - "-1306637437": "We aim to be competitive on pricing for all our products and services.", - "-1881644246": "If a customer is fairly entitled to winnings or balances, and there are no fraud concerns or AML requirements, they should be able to withdraw those funds at will.", - "-539702624": "We will use straightforward language in all our products, services, and communications.", - "-976431156": "Prominently and intelligibly disclose the risks involved in trading", - "-1181926649": "We will be transparent about all the risks involved in trading because we want our customers to make informed choices according to their risk appetite.", - "-217281793": "We will be transparent about how we make money, including when we are a trade counterparty or acting as a broker.", - "-2032112598": "Be responsible", - "-353585365": "We will be honest in our advertising. We will not use implausible images of financial success in our marketing materials.", - "-1617890467": "No financial or trading advice", - "-709676773": "We will not give any opinion on market direction or the suitability of any particular trade.", - "-356979088": "No promises of guaranteed returns", - "-1516665514": "We will not imply that trading solves one’s financial worries or can generate a reliable income. We will be clear that there are no guaranteed or risk-free returns from trading.", - "-1356010780": "Implement policies to prevent vulnerable persons from trading", - "-1186213423": "We will refuse underage persons’ access and implement processes to identify customers who are trading beyond their financial capacity.", - "-220003669": "We will implement know-your-customer (KYC) controls and prevent money laundering and other unlawful activities on our platforms.", - "-223886724": "Our principles", - "-586716383": "Our principles | Deriv", - "-141169956": "Deriv P2P – peer-to-peer deposit and withdrawal service", - "-1451760391": "With Deriv P2P your deposits and withdrawals are easy, fast, and efficient. Access now via the desktop or mobile app.", - "-998399066": "Deriv has a proven record of delivering market-leading products that are trusted around the world.", - "-1525567224": "Specialised institutional and prime brokerage solution for the world's most popular financial assets, has zero set-up costs, and is easy to integrate.", - "-1943991243": "Partnership with a trusted pioneer", - "-1781913728": "Benefit from our extensive experience of more than 20 years and our internationally acclaimed reputation.", - "-1994716313": "No charges or hidden fees", - "-13699993": "Deriv Affiliate Programme", - "-806909894": "Partner with us as an affiliate. Earn commission from your referred client’s deposits.", - "-1067164259": "Partner with us as an affiliate. Earn commission from the total net revenue of your referred clients’ trades on Deriv Trader, Deriv Bot, and SmartTrader.", - "-1218045572": "Choose a commission plan:", - "-1447320268": "Deriv IB Programme", - "-351631393": "Deriv ${tabName.toUpperCase()}", - "-963218544": "Can’t decide which programme or commission plan suits you?", - "-389016678": "Earn when your clients trade on an MT5 Derived account.

All commission rates are quoted in USD.", - "-628929749": "Crash/Boom indices", - "-1016171176": "Asset", - "-2082672713": "1", - "-456885316": "Volatility 75 Index ", - "-1649127643": "1.75", - "-2068763730": "5", - "-2083395832": "7.5", - "-848571938": "Range Break Indices", - "-524043424": "1.25", - "-849512762": "2.50", - "-1288058598": "Basket Indices", - "-686754111": "DEX 600 DOWN Index", - "-805839656": "DEX 600 UP Index", - "-2122038729": "DEX 900 DOWN Index", - "-1117568087": "DEX 900 UP Index", - "-1057743207": "A deal for 1 lot of the Crash 500 Index for a price of USD 500,000 will pay out USD 1.75 in commission based on the following formula:", - "-1925239974": "A deal for 1 lot of the Volatility 75 Index for a price of USD 500,000 will pay out USD 25 in commission based on the following formula:", - "-663251399": "A deal for 2 lots of the Step index for a price of USD 500,000 will pay out USD 10 in commission based on the following formula:", - "-2073947174": "Contract sizes directly affect the commission calculation.

Commission payout for all assets will be converted to your deposit currency based on the latest exchange rate.", - "-1080626332": "Earn when your clients trade on an MT5 Swap Free account.

All commission rates are quoted in USD.", - "-935660346": "Forex (Major)", - "-1050182500": "Commission per lot (1 standard forex lot is 100k units)", - "-483418533": "4
(Per lot)", - "-1587730975": "10", - "-1336695287": "Stocks, ETFs & Stock Indices", - "-1255878826": "For cryptocurrencies, a deal for 1 lot of BTC/USD will pay out USD 2 in commission based on the following formula:", - "-1188569430": "For <0>stocks, a deal for 1 lot of AAPL for a price of USD 178 will pay out USD 0.02 in commission based on the following formula:", - "-1887577729": "For <0>stock indices, a deal for 20 lots of JP225 for a price of JPY 32,500 will pay out USD 0.05 in commission based on the following formula:", - "-693105141": "MT5 Financial", - "-169492429": "Forex (Micros)", - "-1097570263": "For forex, there is a fixed commission of USD 2 per lot (only applicable for standard lots). A deal for 1 lot of EUR/USD will pay out USD 2 in commission based on the following formula:", - "-1923011108": "For cryptocurrency assets, a deal for 1 lot of BTC/USD (with a BTC to USD exchange rate of USD 50,000) will pay out USD 5 in commission based on the following formula:", - "-146777658": "For stock indices assets, a deal for 2 lots of US Tech Index will pay out USD 0.26 in commission based on the following formula:", - "-414627065": "Earn when your clients trade on an MT5 Financial STP account.

All commission rates are quoted in USD.", - "-1605074092": "Forex (Exotic)", - "-2061883933": "2.5", - "-953695719": "For forex, a deal of 0.1 lots of GBP/USD will pay out USD 0.32 in commission based on the following formula:", - "-1574199474": "Forex (Majors)", - "-1141326877": "Forex (Minors)", - "-538388184": "1.50", - "-1196573047": "For commodities, a deal for 10 lots of <0>oil for a price of USD 96 will pay out USD 0.05 in commission based on the following formula:", - "-1380138201": "The same formula applies to all synthetics except <0>Step Index, which has the following formula:", - "-261642254": "Disclaimer:", - "-921778308": "How it's calculated", - "-1729827710": "The Deriv Affiliate Programme is an exciting partnership programme where you benefit from bringing in new clients to trade with Deriv.", - "-1427338987": "As an affiliate, you’ll advertise our products and services to your audience, including our leading-edge Deriv Trader trading platform. After they sign up and start trading with real money, you’ll earn commissions from their deposits.", - "-1170060512": "As an affiliate, you’ll advertise our products and services to your audience. If they sign up and start trading with real money, you will earn commissions from their trades.", - "-1322494837": "We offer a complete trading experience tailored to the needs of an exceptionally wide range of traders. New traders can learn about trading and practise trading risk-free with a demo account. Seasoned traders can take advantage of the wide range of markets, trade conditions, and analysis tools we offer.", - "-1759678276": "<0>Click here to sign up as a Deriv affiliate.", - "-1447070525": "Various marketing material provided in multiple languages to promote our products and services to your clients", - "-537003436": "What type of commission plan do you offer?", - "-11615110": "Turnover", - "-298627080": "Anyone aged 18 years old and above who isn’t a resident of a FATF restricted country can become a Deriv affiliate.", - "-764726281": "If you are or have any of the following, you’ll have an even better chance of recruiting potential clients:", - "-1735413007": "A trading expert or someone who can provide tips and opinions on online trading sites.", - "-486221103": "A referred client is the customer who signed up using your tracking link. Once they start trading on our platforms with real money, you will stand to earn commissions from the trades placed by them.", - "-1629979446": "How and when will I receive my Deriv affiliate commissions?", - "-1675671577": "We’ll deposit your commissions directly into your account as soon as practicable after the 20th of every month.", - "-1940955647": "Please note that we will not credit your commission if you did not set any payment method or if it is below your desired payment threshold.", - "-330627599": "I forgot my account password. What should I do?", - "-1843624113": "live chat.", - "-468489078": "How can I check how much commission I have earned?", - "-1900232230": "Your reports will show the following:", - "-1539121398": "Click-through rates", - "-508787063": "Client’s trading activity", - "-130089957": "Commissions", - "-883045445": "Client sign-up dates", - "-1789422074": "What materials do you provide for your partners?", - "-472870916": "If you like certain tools to be customised to your site requirements, please contact our support team via <0>live chat or reach out to your account manager.", - "-1050434364": "live chat", - "-609278678": "What is the Master Affiliate Programme?", - "-142109538": "Make a request through your country manager", - "-935284362": "<0>Disclaimer: This plan is not available for affiliates who promote to clients residing in the EU.", - "-1442455331": "The commission will be paid out along with your monthly commission (around the 20th of each month).", - "-1828927176": "What is the Deriv Introducing Broker (IB) Programme?", - "-1629227098": "Be a registered Deriv affiliate", - "-189013734": "Have a real Deriv account", - "-1357189274": "If you meet all the criteria above, please reach out to our <0>live chat or to your respective country manager to apply.", - "-1004084083": "How much can I earn from referring new clients to Deriv's CFD trading platforms?", - "-1055752387": "<0>Scroll up on this page for more info on the IB commission scheme.", - "-671682857": "Are there any minimum client or volume conditions that I need to meet before I can withdraw my commissions?", - "-1685019845": "There is no requirement or minimum amount to withdraw your IB commissions.", - "-1354709201": "What is the Deriv IB Programme?", - "-1379490678": "How much can I earn from referring new clients to your DMT5 platform?", - "-884073029": "You’ll earn a fixed commission based on the volume of individual trades purchased by your referred clients. Please refer to our IB commission plan for more info.", - "-154532361": "How much do I need to pay to join your IB programme?", - "-1943041402": "Your IB commissions are credited directly into your DMT5 account daily. You can transfer the funds to your Deriv account and withdraw them to your preferred payment method.", - "-71594519": "Do you offer any referral tools to your IBs?", - "-1656878113": "Definitely. We’ll provide you with banners, videos, reviews, links, and text ads that you can use to bring new clients to our DMT5 platform.", - "-951485970": "Account management", - "-1255868362": "Referral tools", - "-1894718164": "polkadot background", - "-1537800570": "Minimum volume requirement", - "-1918487001": "Example:", - "-761516892": "A deal for 1 lot of BTC/USD (with a BTC to USD exchange rate of USD 50,000) per USD 100,000 turnover will pay out a commission of USD 10. The minimum volume required to receive the minimum commission of USD 0.01 is determined using this formula:", - "-1077198322": "Min. commission", - "-1539979385": "Adjusted volume", - "-1103705880": "Volume", - "-964472369": "<0>0.002 lots", - "-1319844013": "<0>0.0004 lots", - "-880181675": "More reasons to join", - "-612863553": "High-value partnership", - "-1484418816": "Join a proven referral programme that’s designed to help you succeed in every way possible.", - "-986759629": "Proven creative materials", - "-863459640": "Use a broad and tested selection of banners, emails, videos, and text ads to drive traffic to our site.", - "-1713486597": "The Deriv affiliate management team is here to help.", - "-591074335": "Enjoy generous commissions and all the other benefits of being a Deriv partner", - "-1851318212": "Get started easily", - "-1664474688": "Fill out the online application form. We’ll review your application and get in touch once it’s approved.", - "-1253892742": "Advertise", - "-2139211466": "Use your unique affiliate link and our tried-and-tested referral tools to bring new clients to Deriv.", - "-2096939984": "Why partner with us", - "-1379332802": "Earn based on each successful referral.", - "-1706697508": "This plan is available exclusively for EU-based clients. Please note that according to regulations, you cannot have clients who reside in Portugal or Spain.", - "-1710373655": "Total commission earned: USD 100", - "-438692258": "A referred client based in the EU deposits USD 50 in one transaction. Commission = USD 0", - "-1343669293": "The same EU client deposits USD 50 in another transaction", - "-583485622": "A referred client based in the EU deposits USD 200 in one transaction.", - "-960035624": "(The CPA commission is a one-time payment.)", - "-53651607": "Disclaimer: Affiliates not residing in the EU may sign up for the CPA plan.", - "-704590302": "You earn <0>USD 100 when your new referred client deposits and trades a total amount of <0>USD 100 or its equivalent into their Deriv account, either in one deposit or cumulatively.", - "-1794572884": "Affiliates not residing in the EU may sign up for the CPA plan.", - "-1669980379": "Sign up as our affiliate", - "-871158567": "Deriv Affiliate Programme is free. Enjoy reliable payouts by getting your affiliate commissions paid to your Deriv account.", - "-903553712": "Start off as an affiliate and get ensuing access to our IB programme. Earn commission for as long as your referred clients keep trading.", - "-2090447319": "DMT5 and Dtrader trading platform at Deriv", - "-1299009682": "Optimise conversions with great user experience and creative support", - "-1657692765": "Marketing creative material", - "-1201069751": "Master Affiliate", - "-1625742908": "This plan is not available for affiliates who promote to clients residing in the EU.", - "-82217352": "Sub affiliate’s total commission: USD 300", - "-1911593461": "Master affiliate’s total commission: USD 300 x 20% = USD 60", - "-1794196136": "Master affiliate’s total commission: USD 200 * 20% = USD 40", - "-567988363": "Master affiliates will not earn based on the sub-affiliates’ IB programme", - "-2043510170": "You need to be a registered affiliate with Deriv before signing up as a master affiliate. (To sign up as a master affiliate, contact your respective account manager.)", - "-635141140": "Only affiliates with Revenue share and/or Turnover plans are eligible to apply to become Master Affiliate.", - "-1770650063": "Example 1", - "-1266144302": "A client generates USD 10,000 monthly net revenue. Calculation is as follows:", - "-391272948": "A client generates USD 25,000 monthly net revenue. Calculation is as follows:", - "-1643929376": "Total commission earned:", - "-130871483": "Net revenue", - "-1798393438": "Only the revenue generated from your clients' multipliers trades on synthetic indices are included in this commission plan.", - "-1163140779": "Options commission:", - "-740024263": "Based on the chart, the probability of return falls under 0.5% commission", - "-1158029310": "Calculation is as follows:", - "-923377185": "Total commission earned: USD 10 * 0.8% = USD 0.08", - "-1658124682": "Disclaimer: Affiliates residing in the EU may sign up for the Turnover plan. However, only clients residing outside of the EU can be referred under this plan.", - "-1050663488": "Probability of return", - "-199519451": "40–59.999%", - "-1883300717": "60–79.999%", - "-1976588530": "80–94.999%", - "-1305133629": "1.5%", - "-863977206": "1%", - "-268471694": "0.75%", - "-711200693": "0%", - "-449109188": "<0>Options: Earn based on each contract’s payout probability.", - "-798170761": "<0>Multipliers: Earn 40% of the commissions generated from your clients’ trades.", - "-1856280159": "<0>Lookbacks: Earn 0.8% on the stake of each lookbacks trade on SmartTrader.", - "-1225936915": "Be our partner | Partnership programmes | Deriv", - "-1163074287": "Explore Deriv’s partnership programmes and team up with a trusted online trading broker to earn extra income.", - "-2066779239": "FAQs", - "-1726610269": "Looking for Deriv P2P instead?", - "-2095321039": "We offer a <0>peer-to-peer payment service where you can make deposits and withdrawals in minutes via exchanges with fellow traders.", - "-351693684": "Become a payment agent on Deriv", - "-760840942": "Send us an email to apply", - "-1989365815": "India", - "-1169304746": "Sri Lanka", - "-91158963": "Premium payment agent", - "-1167711437": "Payment agents with good transaction volumes are selected to join an exclusive network of partners who can transfer funds with each other via their Deriv accounts. If an agent needs help with cash flow, others may pitch in to help. Only a limited number of payment agents are selected per country.", - "-1584229149": "Only available in these countries:", - "-280262126": "Tap into an established and growing market", - "-1926485360": "Reach hundreds of traders on our platform looking for ways to fund their accounts through local bank wires and e-payment methods.", - "-2010976661": "Girl talking to a group of people", - "-1285812412": "Reputable online currency exchangers who want to gain more exposure and clients.", - "-1207428842": "Deriv affiliates who want to support their clients.", - "-1495012186": "Trusted influencers or community managers who want to earn extra revenue.", - "-847641589": "Your name, email address, and contact number", - "-1452973263": "Your website address (if you have one)", - "-994970777": "The commission you will charge clients on deposits and withdrawals", - "-884991621": "We’ll review your application and get in touch for further information and next steps.", - "-41141774": "Get listed", - "-699186751": "After final approval from our Compliance team, we’ll publish your details on our payment agent list.", - "-2060947491": "Commission per transaction", - "-391641753": "Spread the word", - "-1609642536": "Multiple deposits and withdrawals", - "-5296999": "Find out how to become a payment agent on Deriv to expand your client base and earn extra revenue.", - "-67534104": "Make speedy deposits and withdrawals", - "-2054345439": "Exchange your local currency at your preferred rate.", - "-1315704806": "Exchange with trusted traders", - "-924546410": "Communicate in real-time", - "-1644638802": "Chat in-app with your chosen trader for faster exchanges.", - "-1842083393": "Our support team is always ready to help resolve any disputes.", - "-126422546": "check mark", - "-1596031887": "DP2P Platform", - "-45936702": "Supported Deriv accounts", - "-2128162815": "Min-max", - "-1780769479": "deposit", - "-1041794680": "Deposit processing time", - "-673235114": "processing time", - "-924984243": "More info", - "-2089851476": "Credit & debit cards", - "-1589264806": "Withdrawals may take up to 15 working days to reflect on your card.", - "-1665600393": "10 - 10,000", - "-1053983183": "Instant", - "-728074978": "1 working day", - "-1067388182": "Make deposits using your credit and debit cards.", - "-1318380319": "10 - 1,000", - "-67348050": "15 - 1,000", - "-1042921151": "10 - 500", - "-1082799567": "Make deposits and withdrawals through your local bank.", - "-509934669": "Make instant deposits using your e-wallet.", - "-1932629328": "5 - 5,000", - "-854947285": "Make direct online transfers from your bank account.", - "-372193561": "Make easy deposits via any major local bank.", - "-1649952399": "No minimum", - "-33169776": "Subject to internal checks", - "-1187605258": "Deposit and withdraw in Ethereum, among the top 3 most used cryptocurrencies.", - "-2005718937": "25.03", - "-75814795": "Deposit and withdraw in USD Coin, a cryptocurrency that’s pegged to USD.", - "-1015477851": "Deposit and withdraw in Tether, a cryptocurrency that’s pegged to fiat currencies.", - "-1733696036": "On-ramp / Off-ramp", - "-154442191": "10 - 2,000", - "-1199522661": "50 - 1,000", - "-600859580": "Voucher", - "-958406243": "10 - 100", - "-1034773201": "10 - 700", - "-996581436": "10 - 200", - "-510186513": "Make deposits using your local voucher system.", - "-1231602282": "Please contact our customer support if you wish to increase your daily deposit/withdrawal limits.", - "-347048632": "Deriv USD account", - "-401726757": "500 USD", - "-211430879": "Payment Methods | Deposits and withdrawals | Deriv", - "-1029902198": "We support a variety of deposit and withdrawal options.", - "-410643288": "RTS28 2022", - "-2110232259": "Deriv Investments (Europe) Limited has prepared the Financial disclosure report in accordance with the Investment Firms Regulation and Directive. Read our report to understand how we comply with market discipline as a market participant.", - "-672414153": "Financial Disclosures Annual Report 2022", - "-1695974481": "These documents provide you with key information about our investment products. This information is required by law to help you understand the nature, risks, costs, potential gains, and losses of these products and to help you compare them with other products.", - "-1127433262": "RTS", - "-1490047733": "Austria", - "-1098175375": "Bulgaria", - "-336646906": "Croatia", - "-1522713441": "Estonia", - "-1793738569": "Germany", - "-568805686": "Italy", - "-763121177": "Ireland", - "-1813987599": "Lithuania", - "-751076755": "Luxembourg", - "-1126250421": "Netherlands", - "-25174273": "Romania", - "-1114192634": "Slovenia", - "-2054234308": "Spain", - "-2121510827": "Sweden", - "-1357648282": "For fair resolution of any complaints, please <0>chat with us. To learn more, see our <1>complaint policy.", - "-1838458999": "For fair resolution of any complaints, please <0>chat with us.", - "-1446148261": "CFDs - Forex", - "-1121949345": "CFDs - Stock indices", - "-33096025": "CFDs - Cryptocurrencies", - "-2132026042": "CFDs - Commodities", - "-1238176624": "CFDs - Synthetics: Volatility 250 (1s) Index", - "-1076679821": "Multipliers - Cryptocurrencies", - "-812435767": "Multipliers - Synthetics: Crash 300 Index", - "-1131400885": "Deriv Investments (Europe) Limited", - "-1231248751": "Deriv Investments (Europe) Limited (Company No. C 70156), incorporated on the 22nd April 2015, is registered in Malta with its registered office located at Level 3, W Business Centre, Triq Dun Karm, Birkirkara BKR9033, Malta. Deriv Investments (Europe) Ltd is licensed in Malta and regulated by the Malta Financial Services Authority under the Investments Services Act <0>(view licence) to provide investment services.", - "-2051445931": "Clients in the European Union who wish to trade financial instruments can have accounts under Deriv Investments (Europe) Limited.", - "-112814932": "Deriv (FX) Ltd", - "-1269257733": "Clients in the rest of the world (except for restricted countries such as the USA, Canada, and Hong Kong) who wish to trade CFDs on forex and cryptocurrencies can have MT5 Financial STP accounts under Deriv (FX) Ltd.", - "-2019617323": "Deriv (BVI) Ltd", - "-1352186495": "Clients in the rest of the world (except for certain countries such as the USA, Canada, and Hong Kong) who wish to trade CFDs on financial instruments (via MT5 Financial accounts) and derived indices (via MT5 Derived accounts) can have Deriv MT5 accounts under Deriv (BVI) Ltd.", - "-1089385344": "Deriv (SVG) LLC", - "-674534026": "Deriv (SVG) LLC (Company No. 273 LLC 2020), incorporated on the 12th February 2019, is registered in Saint Vincent and the Grenadines with its registered office located at First Floor, SVG Teachers Credit Union Uptown Building, Corner of James and Middle Street, Kingstown P.O., St Vincent and the Grenadines.", - "-200783784": "Deriv.com Limited", - "-1528857737": "The Financial Commission", - "-1678516609": "Deriv operates and offers its products and services under the Deriv Group, which has several subsidiary companies licensed in their respective jurisdictions.", - "-1937167246": "Return to log in", - "-2054653788": "Forgot your Deriv password? Want to reset your password? Send us your email address and we’ll email you the instructions.", - "-1354825404": "New to trading?", - "-669896084": "Strong password", - "-1511869631": "Use strong and varied passwords. Make them as difficult as possible for anyone to guess.", - "-1973397639": "Secured login details", - "-34528789": "Secured web browser", - "-441263587": "Use antivirus and firewalls to further secure your devices.", - "-183468698": "Trading limits and self-exclusion", - "-1787830625": "You can:", - "-1185952855": "Exclude yourself from trading on our website for a definite or indefinite period.", - "-2072229917": "If you wish to self-exclude or set limits on your trading activities, <0>go to account settings.", - "-447758714": "How trading limits and self-exclusion work", - "-646843686": "You have full control over your trading limits. You can set, remove, increase, or decrease limits on your stake amount, losses incurred, and duration of trading sessions at any time.", - "-308171044": "If you wish to bar yourself from trading on our site, set self-exclusion limits. There’s a minimum period of 6 months for self-exclusion after which you may extend it to a total of 5 years or resume trading immediately after expiration.", - "-496425776": "When you’ve set your self-exclusion period, we will refund your account balance.", - "-54506373": "Customer Support can only remove or weaken your trading limits after 24 hours of receiving the request.", - "-278933346": "You can also completely exclude yourself from trading for a specified period in your account settings. The minimum period of self-exclusion is 6 months. You have the option to extend it to a total of 5 years immediately without any cooling-off period.", - "-1406496670": "When you’ve set your self-exclusion period, we will refund your account balance to you.", - "-1498745792": "Understand the risks of online trading. Never trade using borrowed money or money you can’t afford to lose.", - "-125189073": "Learn our products", - "-1328775963": "Set a limit for your losses, and stick to it. Put aside some of your winnings to avoid losing all your money.", - "-537352380": "Trade wisely", - "-880201385": "info", - "-771133354": "For more details on our products and the risks involved in online trading, read our <0>key information documents (KIDs) on forex, stocks, stock indices, commodities, synthetic indices, and cryptocurrencies.", - "-466084206": "Read our guidelines on secure and responsible trading. Understand the risks involved in online trading and how you can manage them.", - "-333013269": "Personal address", - "-794179340": "Company address", - "-136976514": "Country of residence*", - "-1474274516": "State/province*", - "-1253349870": "Town/city*", - "-1120954663": "First name*", - "-1929304521": "Website/social media URL*", - "-1113902570": "Details", - "-303056592": "Affiliate account details", - "-1441847447": "Earn based on the monthly net revenue generated by your client. <0>Learn more", - "-1674476166": "Earn based on each successful referral. <0>Learn more", - "-63489872": "<0>Note: This plan is available exclusively for EU-based clients only.", - "-2068229627": "I am not a PEP, and I have not been a PEP in the last 12 months.", - "-1841395447": "I have read and accepted <0>Deriv’s terms and conditions", - "-412683223": "I have read and accepted <0>Deriv’s general terms of use and affiliates and introducing brokers’ terms and conditions", - "-1805422644": "I consent to receive promotional materials and notifications regarding your partnership program.", - "-925958201": "Individual", - "-1468933628": "Register for an individual account.", - "-2147340077": "Company", - "-1412113272": "Register for a company account.", - "-1808676023": "Deriv Affiliate", - "-1918023753": "Our introducing broker programme is available to all Deriv affiliates. Earn commission from your clients' trades on Deriv's CFD trading platforms.", - "-498923246": "Want to sign up as a trader?", - "-1760596315": "Create a Deriv account", - "-573454478": "User name", - "-1986150937": "Thank you for signing up", - "-1598032031": "Your application has been received. We’re processing your application. You can expect to hear back from us within 3 to 5 business days.", - "-2017825013": "Got it", - "-1588894283": "Are you sure you want to cancel your registration?", - "-1057336268": "No, continue", - "-1830091000": "Username already exists. Please enter another:", - "-260364285": "Change username", - "-830224473": "Your website is not a valid entry. Please enter another:", - "-1129605560": "Change website url", - "-1754713622": "Step 1 : Account type (1 of 5)", - "-1691254967": "Step 2 : Subscription plan (2 of 5)", - "-1085862265": "Subscription plan", - "-730447440": "Address details", - "-1823540512": "Personal details", - "-1130147753": " Details", - "-990526713": "Step 5 : Terms of use (5 of 5)", - "-204765990": "Terms of use", - "-1541554430": "Next", - "-26610045": "Add an affiliate account", - "-435672026": "Wrong email", - "-265889213": "Empty input not available", - "-1302509916": "You should enter 2-256 characters.", - "-442533603": "Incorrect company name", - "-840841662": "Only Latin characters", - "-1430656728": "Password is required", - "-1049534775": "Please enter a valid postcode with Latin characters.", - "-420140433": "Company registration number is required", - "-1857429287": "Last Name", - "-1702877392": "Important guidelines", - "-776458472": "General terms of use", - "-2083825503": "Affiliates & introducing brokers (IBs)", - "-28284335": "Additional terms for our affiliates and introducing brokers", - "-1107735764": "Additional terms for our payment agents", - "-1445828212": "Bug Bounty Program", - "-1138506403": "Additional terms for participants in our Bug Bounty Program", - "-1279391666": "What you’re agreeing to when you sign up to use Deriv", - "-761668747": "Rules for making trades on any Deriv trading platform", - "-188305238": "Funds & transfers", - "-2100890115": "Security & privacy", - "-732092769": "Risk disclosure", - "-924881302": "This is where you’ll find information about our legal policies and how they apply to you. The documents linked below collectively form our standard terms of use (the “Terms”). It’s important that you make yourself aware of these Terms and agree to them before using any of our websites, products, or services.", - "-1532421724": "FOR BUSINESS PARTNERS", - "-488793705": "Terms and conditions | Legal policies | Deriv", - "-739489985": "Crash/Boom indices mimic markets with sudden price movements, either a sharp drop (crash) or a spike (boom) in prices.", - "-2038780348": "higher lower", - "-920892393": "Volatility indices correspond to markets with constant volatilities of 10%, 25%, 50%, 75%, and 100%.", - "-997554537": "How accumulators contracts work", - "-1143096984": "You can set a take profit or payout level. Your position will automatically close when your profit exceeds or reaches this amount.", - "-2002768605": "The maximum payout for every contract is limited and differs per asset. When the maximum payout is reached, the contract will be automatically closed.", - "-972221740": "How to buy your first accumulators contract on Deriv Trader", - "-995291168": "Define your position", - "-1713583554": "Choose an asset from the list of markets.", - "-1637411871": "accumulators market", - "-216727857": "Choose accumulators from the list of trade types", - "-1410249058": "3. Growth percentage", - "-1940159778": "Select the growth rate of your choice. Your potential profit will grow by this percentage at every tick throughout your contract duration.", - "-262631598": "accumulators duration", - "-1784561307": "4. Stake", - "-1432641230": "accumulators stake", - "-1797452525": "5. Take profit", - "-950576869": "6. Trade", - "-70734399": "Markets available for options trading", - "-665093371": "Take part in the world’s largest financial market. Trade digital options and Call/Put Spreads on major, minor, and smart forex pairs.", - "-197524598": "Trade digital options, lookbacks, and Call/Put Spreads 24/7 on our synthetics that are free from real-world disruptions.", - "-236676606": "Trade digital options on stocks & indices and profit from the price movements in our competitively priced asset baskets.", - "-1192024363": "Speculate on the price movements of the world's major commodities – silver, gold, oil, and energy.", - "-345016047": "Open a demo account and get unlimited virtual funds to practice on our platforms – DTrader, SmartTrader, and DBot.", - "-239170576": "Learn about options trading on Deriv. Earn payouts by correctly predicting price movements without needing to buy the underlying assets.", - "-135132536": "Open a real account, make a deposit, and start trading accumulators for real.", - "-963994159": "Options trading | Trade digital options on Deriv", - "-1640776435": "Options trading | Trade types | Deriv", - "-1302287224": "Explore what are options on Deriv. Learn how to start trading options with forex, synthetics, stocks & indices, and baskets.", - "-1573631881": "forex", - "-79919115": "Access over 50 currency pairs and trade with leverage up to 1:1000 to increase your market exposure.", - "-52578265": "Access over 30 currency pairs and trade with leverage up to 1:30 to increase your market exposure.", - "-1676943604": "cryptocurrencies", - "-1852387938": "Things to keep in mind when trading CFDs", - "-1267421645": "CFDs are traded on margin", - "-943253121": "The term ‘margin’ refers to the deposit needed to open a leveraged position, which is a position larger than your capital investment and leads to increased market exposure.", - "-339497727": "Trade types margin market", - "-1009744297": "Use our margin calculator to calculate the margin required to increase your market exposure (the market value of your position) on Deriv’s CFD trading platforms.", - "-1603400333": "Open a demo CFDs account and practise with an unlimited amount of virtual funds.", - "-446423672": "Open a demo Deriv MT5, Deriv X, or Deriv cTrader account and practise with an unlimited amount of virtual funds.", - "-1978157334": "Trade with a real Deriv MT5, Deriv X, or Deriv cTrader account and get access to high leverage to trade positions larger than your existing capital.", - "-1207172200": "Start trading CFDs on Deriv", - "-1703690406": "When you trade CFDs on margin, you increase your market exposure, thus amplifying both your potential profit and potential loss.", - "-843831637": "Stop loss", - "-1778524954": "With stop loss, you minimise potential losses by setting the price at which you want the position to close in case the market moves against you. When the current market price surpasses this level, your trade will be closed automatically.", - "-958804830": "Stop loss with Crash/Boom/Range break indices", - "-916244896": "Stop loss works slightly differently in Crash/Boom. This is because sudden fluctuations in market price from one tick to the next can sometimes surpass the stop loss you have set. When the market price exceeds your stop loss amount, your contract will be automatically closed at that point instead of exactly at the stop loss level.", - "-671135710": "For example, you predict that the market will go up, and buy a contract on Crash 500 index at 8,000 USD.", - "-935417211": "Example for stop loss with crash/boom indices", - "-1775982438": "With stop out, if your margin level drops below Deriv’s stop out level, your positions may be closed automatically to protect you from further losses.", - "-768517483": "Your margin level is the ratio of your equity (the total balance you would have if you close all your positions at that point) to your currently used margin.", - "-1477021091": "You can use our swap calculator to estimate the swap charges required to keep your positions open overnight on Deriv’s CFD trading platforms.", - "-1984817147": "On Deriv, you can trade CFDs with tight spreads. The spread is the difference between the buy price and sell price. The tighter the spread, the lower the cost to enter the market.", - "-877732419": "<0>High leverage — Leverage allows you to open larger positions with a smaller balance in your trading account. The higher the leverage, the less money you need.", - "-2087689842": "Why trade CFDs on Deriv", - "-1794853647": "CFD trading | Online trading platform | Deriv", - "-31586003": "Trade CFDs on multiple markets. Enjoy high leverage, tight spreads, and risk management features to amplify your potential profits and limit losses.", - "-2089509521": "arrow right", - "-1845399397": "Increased market exposure", - "-1126407219": "Get more market exposure while limiting risk to your stake amount.", - "-725112079": "Trade 24/7, 365 days a year", - "-2027613078": "Offered on forex and synthetics, you can trade multipliers 24/7, all-year-round.", - "-1429914047": "Low", - "-1777993337": "Straightforward trading", - "-1270847059": "Define your stake amount, choose your accumulator value, and start trading.", - "-534923797": "Significant profit potential", - "-471757681": "Risk management", - "-587640272": "You can set a take profit/payout level. When this level is reached, your contract will be automatically closed.", - "-1916500404": "All your favourite markets", - "-1517086040": "Go long or short", - "-2034778408": "Open an account and start trading in minutes.", - "-172868994": "Swap-free MT5 account", - "-501519580": "Leave your trades open overnight with no additional charges.", - "-2146727212": "Swap free", - "-894512007": "favourite markets icon", - "-252740007": "instant access icon", - "-1156092900": "flexible icon", - "-544150655": "Markets available for margin trading", - "-867909844": "Access over 30 assets and also trade with up to 1:30 leverage and zero commission on trades.", - "-309438223": "Trade synthetic indices on margin 24/7 without being affected by natural events and liquidity risks.", - "-192849229": "Speculate on the price movements of silver, gold, oil, and more and use margin to amplify your possible profits.", - "-309512492": "Why trade on margin with Deriv", - "-1967811351": "Take advantage of high leverage and low spreads on Deriv MT5.", - "-947407631": "Synthetic Indices", - "-163876262": "All favourite markets available", - "-687600215": "Trade on all popular markets plus our proprietary synthetic indices that are available 24/7.", - "-1815149921": "Friendly Support", - "-1970235035": "Define your target", - "-1496517473": "Select the market you want to trade and set other essential parameters including trade type, stake amount, and multiplier value.", - "-574297320": "Set parameters", - "-136787663": "Set optional parameters", - "-114282113": "Purchase your contract", - "-37586220": "Choose an asset from the list of markets offered on Deriv.", - "-1570464894": "Choose 'Multipliers'", - "-336918174": "Choose ‘Multipliers’ from the list of trade types.", - "-1957942422": "Selecting multiplier", - "-1620785028": "3. Stake", - "-316417045": "4. Multiplier value", - "-969520824": "Your profit or loss is multiplied by the multiplier value, which depending on the asset you trade, can be from 1 to 30. Your loss will never be more than your stake.", - "-951435001": "Enter the multiplier value of your choice. Your profit or loss will be multiplied by this amount.", - "-1261042587": "This feature allows you to set the amount of loss you are willing to take in case the market moves against your position. Once the amount is reached, your contract will be closed automatically.", - "-1557162974": "Set stop loss", - "-120955727": "7. Deal cancellation", - "-1243558196": "This feature allows you to cancel your contract within one hour of buying it, without losing your stake amount. We charge a small non-refundable fee for this service. Deal cancellation isn't available for Crash and Boom indices or cryptocurrency pairs.", - "-1812743148": "This feature allows you to cancel your contract within one hour of buying it, without losing your stake amount. We charge a small non-refundable fee for this service.", - "-693343501": "Set deal cancellation time", - "-488118247": "8. Purchase your contract", - "-1061315047": "Start trading multipliers on Deriv", - "-1450170188": "Deal cancellation isn't available for Crash and Boom indices or cryptocurrency pairs. The stop out feature will close your contract automatically when your loss reaches or exceeds a percentage of your stake. The stop out percentage is shown below your stake on Deriv Trader and varies according to your chosen multiplier.", - "-1088149692": "This is to protect you from losing your money when using deal cancellation. With deal cancellation, you are allowed to reclaim your full stake amount if you cancel your contract within an hour of opening the position. Stop loss, on the other hand, will close your contract at a loss if the market moves against your position. However, once the deal cancellation expires, you can set a stop loss level on the open contract.", - "-1643713470": "With or without a stop loss in place, we will close your position if the market moves against your prediction and your loss reaches the stop out price. The stop out price is the price at which your net loss is equal to your stake.", - "-976479290": "You can’t use stop loss and deal cancellation features at the same time.", - "-993588400": "You can’t use take profit and deal cancellation features at the same time.", - "-715015407": "Deriv multipliers combines the upside of leverage trading with the limited risk of options. This means that when the market moves in your favour, you'll multiply your potential profits. If the market moves against your prediction, your losses are limited only to your stake.", - "-12105670": "Stake amount to start trade", - "-103147488": "Profit without multipliers", - "-490800709": "<0>Without a multiplier, if the market goes up by 25%, you'll gain 25% * $100 = <1>$25 profit.", - "-222486173": "<0>With a x5 multiplier, if the market goes up by 25%, you'll gain 25% * $100 * 5 = <1>$125 profit.", - "-650405742": "Loss without Deriv's multiplier", - "-188855086": "<0>With an equivalent $100 position on CFDs, with 1:5 leverage, you risk 25% * $500 = <1>$125 loss.", - "-1708949811": "<0>With a x5 multiplier, if the market goes down 25%, you'll <1>lose only $100. An automatic stop out kicks in if your loss reaches your stake amount.", - "-1751658137": "<0>Without a multiplier, if the market goes up by 2%, you'll gain 2% * $100 = <1>$2 profit.", - "-1244549672": "<0>With a x500 multiplier, if the market goes up by 2%, you'll gain 2% * $100 * 500 = <1>$1,000 profit.", - "-1303172083": "Why trade multipliers on Deriv", - "-756921141": "Multipliers trading | Trade multipliers on Deriv", - "-60381462": "Select the market, trade type, duration, and specify your stake amount.", - "-1054534184": "Receive quote", - "-2141285771": "How to buy your first options contract on Deriv Trader", - "-297174227": "Select from different market options", - "-133449964": "Select trade type", - "-2032405405": "Select trade duration", - "-1662723022": "Enter your stake amount to receive a payout quote instantly. Alternatively, you can set your preferred payout to receive a price quote for a corresponding stake amount.", - "-53990004": "5. Get quote", - "-1120317207": "Based on the position you’ve defined, you’ll instantly receive a payout quote or a quote of the stake required to open your position.", - "-503837483": "Check stake and payout quote", - "-1523116280": "6. Purchase your contract", - "-1814731175": "Place your order immediately if you are satisfied with the quote that you’ve received. Otherwise, continue to customise the parameters and purchase your contract when you are comfortable with the quote.", - "-1421344186": "Options to trade on Deriv", - "-738060807": "Lookback options are available only on synthetics.", - "-1909665449": "If you select ‘Rise’, you win the payout if the exit spot is strictly higher than the entry spot.", - "-1749271888": "If you select ‘Fall’, you win the payout if the exit spot is strictly lower than the entry spot.", - "-1813951531": "If you select ‘Lower’, you win the payout if the exit spot is strictly lower than the barrier.", - "-1350745673": "If the exit spot is equal to the barrier, you don't win the payout.", - "-82471581": "eb eo", - "-920739960": "If you select ‘Ends Between’, you win the payout if the exit spot is strictly higher than the low barrier and lower than the high barrier.", - "-1039129655": "If you select ‘Ends Outside’, you win the payout if the exit spot is either strictly higher than the high barrier, or strictly lower than the low barrier.", - "-907391200": "If you select ‘Stays Between’, you win the payout if the market stays between (does not touch) either the high barrier or the low barrier at any time during the contract period.", - "-248048003": "If you select ‘Goes Outside’, you win the payout if the market touches either the high barrier or the low barrier at any time during the contract period.", - "-972537755": "If you select ‘Matches’, you will win the payout if the last digit of the last tick is the same as your prediction.", - "-1754746990": "If you select ‘Differs’, you will win the payout if the last digit of the last tick is not the same as your prediction.", - "-1537348701": "even odd", - "-1491344194": "over under", - "-1163143636": "If you select ‘Under’, you will win the payout if the last digit of the last tick is less than your prediction.", - "-878562744": "If you select ‘Reset-Call’, you win the payout if the exit spot is strictly higher than either the entry spot or the spot at reset time.", - "-1521910502": "If you select ‘Reset-Put’, you win the payout if the exit spot is strictly lower than either the entry spot or the spot at reset time.", - "-1272255095": "If the exit spot is equal to the barrier or the new barrier (if a reset occurs), you don't win the payout.", - "-2098235974": "If you select ‘High Tick’, you win the payout if the selected tick is the highest among the next five ticks.", - "-1166672974": "If you select ‘Low Tick’, you win the payout if the selected tick is the lowest among the next five ticks.", - "-456966889": "If you select ‘Touch’, you win the payout if the market touches the barrier at any time during the contract period.", - "-246310798": "asians", - "-1689874327": "Predict whether the exit spot (last tick) will be higher or lower than than the average of the ticks at the end of the contract period.", - "-2017493224": "If you select ‘Asian Rise’, you will win the payout if the last tick is higher than the average of the ticks.", - "-1837159865": "When you purchase a ‘High-Close’ contract, your win or loss will be equal to the multiplier times the difference between the high and the close over the duration of the contract.", - "-1883190495": "When you purchase a ‘Close-Low’ contract, your win or loss will be equal to the multiplier times the difference between the close and the low over the duration of the contract.", - "-1375354108": "When you purchase a ‘High-Low’ contract, your win or loss will be equal to the multiplier times the difference between the high and the low over the duration of the contract.", - "-2138295691": "What are options?", - "-1504129614": "Options are products that allow for payouts from predicting market movements, without needing to buy the underlying asset. You only need to open a position that predicts how the asset will move over a period of time. This makes it possible for people to participate in the financial markets with minimal capital investment.", - "-1746360444": "Options available on Deriv", - "-659039661": "Accumulator options | Trade options | Deriv", - "-615241025": "Open a digital options contract with a Lookbacks trade type on Deriv’s trading platforms and earn payouts with accurate market predictions.", - "-1225084394": "Open a digital options contract with an Only ups/Only downs trade type on Deriv’s trading platforms and earn payouts with accurate market predictions.", - "-37833418": "Reset call/reset put | Digital options contract | Deriv", - "-1295570449": "Open a digital options contract with a Reset call/Reset put trade type on Deriv’s trading platforms and earn payouts with accurate market predictions.", - "-376204933": "Touch/No touch | Digital options contract | Deriv", - "-562730170": "Open a digital options contract with a Touch/No touch trade type on Deriv’s trading platforms and earn payouts with accurate market predictions.", - "-405432782": "Turbo options | Trade options | Deriv", - "-1870138218": "Start trading turbo options on Deriv Trader and earn a potentially high payout if your market predictions are correct.", - "-99150551": "Vanilla options | Trade options | Deriv", - "-2024884579": "{{fieldName}} is required", - "-1461005658": "Please enter a valid amount, including the decimal point (.), in this format: ####.#", - "-437139044": "Input must be greater than 0", - "-806026001": "Input must not be 0", - "-1583570382": "Symbol is required", - "-1944882319": "Leverage is required", - "-1028986780": "Point value", - "-1764902854": "Take profit amount", - "-1735668045": "Stop loss amount", - "-593790772": "Stop loss level", - "-1358367903": "Stake", - "-339236213": "Multiplier", - "-1427273377": "Try margin calculator", - "-1654095445": "Try swap calculator", - "-116367365": "swap calculator", - "-1335932910": "Find the value of the pips in your trades to manage your risk efficiently.", - "-991855430": "Try pip calculator", - "-677909341": "pip calculator", - "-49073844": "PnL margin", - "-470690579": "Stop loss and take profit for multipliers", - "-1217327947": "Try multipliers calculator", - "-1382112538": "PnL multipliers", - "-626406870": "right arrow", - "-66889773": "Our margin calculator helps you to estimate the margin required to keep your positions open overnight on Deriv MT5.", - "-1788261316": "Margin required", - "-1019903756": "Synthetic", - "-345754673": "Symbol", - "-781132577": "Leverage", - "-1602388198": "Calculate", - "-466684429": "For instance, if you are trading the USD/CHF forex pair, the margin requirement will be calculated in Swiss Franc (CHF) which is the quote currency. On the other hand, if you are trading Volatility Index 75, then the margin requirement will be calculated in US Dollar (USD), which is the denomination of the underlying asset – Volatility Index 75.", - "-2059243605": "Example calculation", - "-698899575": "Let’s say you want to trade two lots of EUR/USD with an asset price of 1.10 USD and leverage of 100.", - "-1806910616": "( 2", - "-1143004588": "1.10 )", - "-1747665412": "<0>2,200", - "-1080304046": "So you will require a margin rate of <0>2,200 USD to open the above position.", - "-1574522940": "Learn more about margin", - "-767026188": "<0>0.01", - "-212824812": "0.00001", - "-247902875": "How to calculate pip value", - "-1410985617": "The pip value for a contract on Deriv MT5 is calculated based on this formula:", - "-328815728": "<0>Pip value = point value × volume × contract size", - "-1316049180": "For synthetic accounts, the pip value is calculated in USD.", - "-895557386": "Pip value for synthetic indices", - "-291203942": "The point value is derived from the current digits of the assets. In the example, the digit is 2, so the point value is 0.01.", - "-1459267330": "The contract size is one standard lot of Volatility 75 index = 1", - "-1011022880": "So your pip value is <0>0.01 USD.", - "-1510701453": "Pip value for forex", - "-121055203": "The point value is derived from the current digits of the assets. In the example, the digit is 5, so the point value is 0.00001.", - "-1324891313": "1.17524", - "-1724195699": "Stop loss or take profit amount", - "-1483140944": "<0> 1.1750", - "-1225244531": "Stop loss or take profit level", - "-649756826": "<0>24", - "-60537394": "Stop loss pip value", - "-491121831": "Asset Price", - "-1745909013": "249.5961", - "-1826818513": "{ 84", - "-481588226": "( 3", - "-880082934": "take profit amount", - "-2042464913": " Stop loss or", - "-322213899": "249.5961)|", - "-1852760941": "0.0001", - "-1145023404": "<0>280,000", - "-195404006": "Take profit pip value", - "-1659122470": "Our profit and loss calculator for margin helps you to approximate your losses and/or gains.", - "-137444201": "Buy", - "-213618448": "Stop loss pips", - "-544680075": "Take profit pips", - "-805098509": "Open price of asset", - "-168442931": "How to calculate stop loss and/or take profit level and pip value", - "-431890384": "The stop loss and/or take profit level and pip value when buying a contract on Deriv MT5 is calculated based on the formula:", - "-1812417493": "<0>Stop loss and/or take profit level = asset price + {stop loss OR take profit amount ÷ (volume × contract size)}", - "-1143464033": "<0>Stop loss and/or take profit pip value = |(stop loss OR take profit level - asset price)| ÷ point value", - "-315796508": "The stop loss and/or take profit level helps you to manage your risk when you are buying a contract.", - "-1570594952": "The contract size is one standard lot of forex = 100,000 units.", - "-339635324": "The stop loss and/or take profit level and pip value when selling a contract on Deriv MT5 is calculated based on the formula:", - "-472188534": "The contract size is one standard lot of Volatility 50 Index = 1.", - "-1181419946": "The point value is derived from the current digits of the asset. In this example, the digit is 4, so the point value is 0.0001.", - "-744011588": "Your position is automatically closed when your take profit level is at <0>221.5961 and the pip value is <0>280,000 USD.", - "-514397532": "PnL Margin Calculator", - "-1101062793": "3376.24", - "-684254554": "0.2 )", - "-1676990157": "( 10", - "-1229483879": "<0> 3351.46", - "-1729045084": "<0> 3350.11", - "-1522834327": "Max", - "-2056722672": "[{10", - "-1813029279": "((3400", - "-1785228410": "3376.24 )", - "-800322601": "100)", - "-1471623888": "0.2},", - "-1675019038": "-10]", - "-2102082690": "<0>6.83", - "-1840174315": "( ( 3400", - "-1115901454": " profit level", - "-747202952": "Stake ", - "-118806742": "Max(-7.23, -10) ", - "-209302827": "(-( 3400", - "-1408848393": "Max (-7.23, -10 )", - "-1995606668": "Amount", - "-1128574192": "Direction", - "-703542574": "Up", - "-1127399675": "Down", - "-1555617679": "<0>Stop loss and take profit level in the Up direction = asset price × {(stop loss OR take profit amount + commission) ÷ (stake × multiplier) + 1}", - "-215986514": "The commission is automatically calculated based on your stake, symbol, and the multiplier you choose. Its value is directly available on DTrader.", - "-1677720766": "So in this scenario, you would set your stop loss level at <0>3351.46.", - "-1762213522": "Take profit level in Down direction", - "-40032056": "How to calculate stop loss and take profit amount", - "-879231159": "<0>Stop loss and take profit amount in the Up direction = Max [{stake × ((stop loss OR take profit level - asset price) ÷ asset price × multiplier) - commission}, -stake]", - "-1314217739": "<0>Stop loss and take profit amount in the Down direction = Max [{stake × (-(stop loss OR take profit level - asset price) ÷ asset price × multiplier) - commission}, -stake]", - "-52920846": "Stop loss and take profit calculator for multipliers", - "-1139241115": "PnL Multipliers Calculator", - "-1716318326": "( -7.5 ", - "-1003218369": "<0>-0.83", - "-678435511": "<0>-0.24", - "-1051170258": "How to calculate swap charges", - "-1459157651": "<0>Swap charge = volume × contract size × asset price × (swap rate ÷ 100) ÷ 360", - "-1791997472": "If the swap rate is positive, your account will be credited with the swap amount. If it is negative, your account will be debited.", - "-126486948": "So you will require a swap charge of <0>0.83 USD to keep the position open for one night.", - "-176261994": "Learn more about swap", - "-1690471280": "For financial, the swap charge is calculated based on this formula:", - "-341285068": "One standard lot for Forex = 100,000 units", - "-1076270026": "Base currency", - "-1744872992": "Minimum size", - "-1799243727": "Minimum Spread", - "-615667255": "Target Spread", - "-1695172786": "Swap long (Daily %)", - "-338237398": "The currency in which an asset is denominated.", - "-1018526098": "The smallest trade size allowed.", - "-976300693": "The expected difference between the bid and ask prices.", - "-1502879069": "The maximum ratio of borrowed to owned funds.", - "-1111795826": "Swaps charged upon rollover for long (buy) positions.", - "-1787819509": "Note: Margin requirements will be adjusted to a lower amount in the case of a decreased volume when positions are closed.", - "-730005740": "<0>10 lots traded with DL on <0>USD/JPY is split between:", - "-1861067972": "<0>Total margin requirement:", - "-1247301581": "Example of dynamic leverage calculation for metals", - "-335581640": "<0>5 lots with 100 leverage:", - "-1579969197": "Example of dynamic leverage calculation for cryptocurrencies", - "-1538061493": "<0>2 lots with 200 leverage:", - "-2073343160": "Example of dynamic leverage calculation for stock indices", - "-1952195725": "<0>5 lots with 300 leverage:", - "-1341755563": "<0>45 lots with 200 leverage:", - "-1687761605": "With dynamic leverage, the higher the trading volume, the lower the leverage, to reduce your risk and protect you from adverse market movements. At the same time, the first tiers offer high leverage to allow you more trading opportunities.", - "-824113208": "To (lots)", - "-872835207": "Leverage (1:x)", - "-1090488686": "<0>Note: There is a daily break during weekdays between 21:00-21:05 (GMT)", - "-1113813219": "search-icon", - "-722677708": "Find Instrument", - "-716028456": "Trading specifications for CFDs", - "-446531930": "Trading specifications | CFD trading | Trading with Deriv", - "-499889649": "Find Deriv’s CFD trading specifications for multiple assets in forex, derived indices, stocks and indices, cryptocurrencies, and commodities.", - "-2040051099": "Unsubscribed successfully", - "-231863107": "No", - "-1706181054": "Unsubscribe from Deriv emails.", - "-2126078388": "Our certifications", - "-1858637431": "We are proud to be recognised as a Great Place to Work™ and certified Platinum in Investors in People.", - "-2081464339": "Our awards", - "-234962411": "Who we are | An Online Trading Platform | Deriv.com", - "-719133900": "Deriv is a pioneering and award-winning online trading platform that offers a wide selection of derivatives for anyone, anywhere to trade.", - "-1498356905": "africa forex award", - "-328903026": "Best Forex Broker Africa", - "-1129579596": "Africa Forex Award", - "-599033718": "Deriv does not use your money for its business interests and you are allowed to withdraw your money at any time. All your money is segregated and held in secure financial institutions. In this way, in the unlikely event of Deriv becoming insolvent, all your money will be returned to you because it is never merged with ours.", - "-392665367": "Help when you need it", - "-367457070": "Deriv makes it easy for anyone to start trading, understand risk, and make better trading decisions. Our tools and platforms have clear and simple instructions and are intuitively easy to navigate. We also regularly provide market news, analysis, webinars, ebooks, video tutorials and help centre articles to help you stay informed and become a better trader.", - "-811263292": "Latin America Forex Award", - "-594286125": "Practise trading with Deriv as long as you like. No risk, no hidden fees.", - "-1773685845": "All markets and platforms", - "-661813412": "Enjoy full access to all our markets and platforms.", - "-1520902282": "No credit card needed", - "-2022759357": "Make trading accessible to anyone, anywhere", - "-77779780": "From inception, our goal was to break free of the high commissions and clunky products offered by traditional brokers. Also, we aim to deliver a first-class experience to digitally inclined traders, regardless of the size of their accounts.", - "-1321496264": "In a journey spanning 25 years, we have grown to over 2.5 million customers worldwide. But our mission has remained the same:", - "-554746075": "Integrity", - "-1917169640": "We serve our customers with fairness and transparency. We settle all contracts by the book and speak plainly and truthfully.", - "-1679427554": "Customer focus", - "-411750591": "We put the customer first and strive to build products that deliver the best customer experience.", - "-611750993": "Competence", - "-1566641642": "We value colleagues with the ability to use good judgement and an aptitude to learn and grow.", - "-1111451256": "Teamwork", - "-418008452": "Our principles are the framework for our decisions", - "-3618456": "Learn more about our principles", - "-1855417261": "Our leadership", - "-1277783292": "Chief Operating Officer", - "-1369524546": "Chief Information Officer", - "-2049472334": "Chief Risk & Compliance Officer", - "-216767904": "Chief Administrative Officer", - "-197772643": "Head of Marketing & Global Partnerships", - "-290006480": "Vice President of Product", - "-871474425": "Vice President of IT Operations", - "-864130274": "Head of Accounts", - "-275117592": "withdrawals last month", - "-608807773": "trades last month", - "-1165835520": "employees", - "-651384976": "nationalities", - "-1033881248": "See our open positions" -} +{} \ No newline at end of file diff --git a/scripts/extract-translations.js b/scripts/extract-translations.js index 02b96c33c52..4838caa589d 100644 --- a/scripts/extract-translations.js +++ b/scripts/extract-translations.js @@ -6,11 +6,12 @@ const program = require('commander') const crc32 = require('crc-32').str const fs = require('fs') const glob = require('glob') -const translated_keys = require('../src/translations/ach.json') +const translated_keys = require('../themes/gatsby-theme-deriv/src/translations/ach.json') const DISABLE_TRANSLATION = 'disable-translation' -const strap_data = require('../public/page-data/404/page-data.json') - +const strap_data_row = require('../sites/row/public/page-data/404/page-data.json') +const strap_data_eu = require('../sites/eu/public/page-data/404/page-data.json') +const strap_data = [strap_data_row, strap_data_eu] /* (_t_) = the capturing group for prefix "_t_" @@ -88,7 +89,7 @@ function extractTranslations() { // Find all file types listed in `globs` for (let i = 0; i < globs.length; i++) { - let filesFound = glob.sync(`../src/${globs[i]}`); + let filesFound = glob.sync(`../themes/gatsby-theme-deriv/src/${globs[i]}`); filesFound = filesFound.filter(path => path.indexOf('__tests__') === -1); file_paths.push(...filesFound); } @@ -109,8 +110,14 @@ function extractTranslations() { } } - const data_from_strapi = getStrapiStrings(strap_data.result.data.strapiWhoWeArePage) - const messages = new Array(...pre_messages, ...data_from_strapi) + let messages = new Array(...pre_messages); + + strap_data.forEach(item => { + if(item){ + messages.push(getStrapiStrings(item.result.data.strapiWhoWeArePage)) + } + }) + const untranslated = [] // Hash the messages and set the key-value pair for json From de3222364308c1a75911911b45d33b693abb123c Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Wed, 31 Jan 2024 17:06:28 +0800 Subject: [PATCH 40/64] chore: updated link generate workflow --- .github/workflows/generate-preview-link.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-preview-link.yml b/.github/workflows/generate-preview-link.yml index f415de08ec7..1ca72e68458 100644 --- a/.github/workflows/generate-preview-link.yml +++ b/.github/workflows/generate-preview-link.yml @@ -144,7 +144,7 @@ jobs: echo "Installing Wrangler CLI" npm i -g wrangler echo "Deploying build to Cloudflare Pages" - directory='public' + directory='sites/row/public' projectName='deriv-com-preview-links' branch=$(echo "$HEAD_BRANCH" | head -c 20 | sed 's/[\/_\.]/-/g; s/[^a-zA-Z0-9]$/1/') cf_preview_url=$(wrangler pages deploy $directory --project-name=$projectName --branch=$branch > log.txt 2>&1; echo $?) From f2a9451fb640029bb66b8aeac6b8b082229bad2f Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Wed, 31 Jan 2024 17:57:04 +0800 Subject: [PATCH 41/64] chore: updated link generate workflow --- .github/workflows/generate-preview-link.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-preview-link.yml b/.github/workflows/generate-preview-link.yml index 1ca72e68458..f415de08ec7 100644 --- a/.github/workflows/generate-preview-link.yml +++ b/.github/workflows/generate-preview-link.yml @@ -144,7 +144,7 @@ jobs: echo "Installing Wrangler CLI" npm i -g wrangler echo "Deploying build to Cloudflare Pages" - directory='sites/row/public' + directory='public' projectName='deriv-com-preview-links' branch=$(echo "$HEAD_BRANCH" | head -c 20 | sed 's/[\/_\.]/-/g; s/[^a-zA-Z0-9]$/1/') cf_preview_url=$(wrangler pages deploy $directory --project-name=$projectName --branch=$branch > log.txt 2>&1; echo $?) From a1ce8c6cf62d3121c2b37be59199726eb6238ac2 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Thu, 1 Feb 2024 10:33:42 +0800 Subject: [PATCH 42/64] chore: added new workflow --- .github/workflows/generate-link-for-row.yml | 25 +++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/generate-link-for-row.yml diff --git a/.github/workflows/generate-link-for-row.yml b/.github/workflows/generate-link-for-row.yml new file mode 100644 index 00000000000..83b83abb979 --- /dev/null +++ b/.github/workflows/generate-link-for-row.yml @@ -0,0 +1,25 @@ +name: CI on Specific PR + +on: + pull_request: + branches: + - quill-pr-3317-setup-monorep-config + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Checkout Repository + uses: actions/checkout@v2 + + - name: Set up Node.js + uses: actions/setup-node@v4 + with: + node-version: 14 + + - name: Install Dependencies + run: npm install + + - name: Run Tests + run: npm test From 977a60da1c8c6048cb85ef6f11033ffed893f04c Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Thu, 1 Feb 2024 13:59:30 +0800 Subject: [PATCH 43/64] chore: removed workflow --- .github/workflows/generate-link-for-row.yml | 25 --------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/generate-link-for-row.yml diff --git a/.github/workflows/generate-link-for-row.yml b/.github/workflows/generate-link-for-row.yml deleted file mode 100644 index 83b83abb979..00000000000 --- a/.github/workflows/generate-link-for-row.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: CI on Specific PR - -on: - pull_request: - branches: - - quill-pr-3317-setup-monorep-config - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout Repository - uses: actions/checkout@v2 - - - name: Set up Node.js - uses: actions/setup-node@v4 - with: - node-version: 14 - - - name: Install Dependencies - run: npm install - - - name: Run Tests - run: npm test From 5c837b43622b6a556bd278f20f539e7b9d883bf0 Mon Sep 17 00:00:00 2001 From: hasan-deriv Date: Thu, 1 Feb 2024 14:08:15 +0800 Subject: [PATCH 44/64] =?UTF-8?q?empty:=20=F0=9F=9A=80=20to=20redeploy=20a?= =?UTF-8?q?nd=20trigger=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From 5a74712b6357f88f7395e0f3ca73bf1fc73858a8 Mon Sep 17 00:00:00 2001 From: fasihali-deriv Date: Thu, 22 Feb 2024 11:00:41 +0800 Subject: [PATCH 45/64] feat: added region conditions on home and header nav --- sites/eu/gatsby-config.js | 2 +- sites/eu/package.json | 2 +- sites/row/gatsby-config.js | 2 +- themes/gatsby-theme-deriv/gatsby-node.js | 12 ++--- .../components/quill/quill-layout/index.tsx | 14 ++++-- .../components/templates/footer/index.tsx | 3 ++ .../components/templates/layout/index.tsx | 12 +++-- .../templates/navigation/main-nav/index.tsx | 7 +-- .../build-variant/build-variant.context.tsx | 8 +++ .../build-variant/build-variant.provider.tsx | 13 +++++ .../features/hooks/use-build-variant/index.ts | 14 ++++++ .../src/features/pages/home/cta/index.tsx | 7 +-- .../pages/home/fast-payment/index.tsx | 10 ++-- .../features/pages/home/hero/award-images.tsx | 8 ++- .../features/pages/home/hero/description.tsx | 36 +++++++++----- .../features/pages/home/hero/hero-image.tsx | 39 +++++++++++---- .../src/features/pages/home/hero/index.tsx | 6 +-- .../src/features/pages/home/index.tsx | 9 +++- .../pages/home/start-trading-steps/index.tsx | 7 +-- .../features/pages/home/trade-type/index.tsx | 17 ++++--- .../pages/home/user-platfroms/index.tsx | 47 +++++++++--------- .../src/features/types/index.ts | 2 + .../migration/home/home_hero_new_eu.png | Bin 0 -> 3441854 bytes themes/gatsby-theme-deriv/src/pages/index.tsx | 5 +- .../gatsby-theme-deriv/static/css/global.css | 7 ++- 25 files changed, 191 insertions(+), 98 deletions(-) create mode 100644 themes/gatsby-theme-deriv/src/features/contexts/build-variant/build-variant.context.tsx create mode 100644 themes/gatsby-theme-deriv/src/features/contexts/build-variant/build-variant.provider.tsx create mode 100644 themes/gatsby-theme-deriv/src/features/hooks/use-build-variant/index.ts create mode 100644 themes/gatsby-theme-deriv/src/images/migration/home/home_hero_new_eu.png diff --git a/sites/eu/gatsby-config.js b/sites/eu/gatsby-config.js index 580ee84c72a..c8309f6bcf1 100644 --- a/sites/eu/gatsby-config.js +++ b/sites/eu/gatsby-config.js @@ -5,7 +5,7 @@ module.exports = { { resolve: `gatsby-theme-deriv`, options: { - isEUPage: true, + region: 'eu', buildDirPath: path.resolve(__dirname, "..", "..", "sites", "eu", 'public/index.html') } } diff --git a/sites/eu/package.json b/sites/eu/package.json index f133d85c35f..efaece3eb7b 100644 --- a/sites/eu/package.json +++ b/sites/eu/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "build": "GATSBY_CPU_COUNT=2 gatsby build --log-pages", - "develop": "GATSBY_CPU_COUNT=2 gatsby develop -o", + "develop": "GATSBY_CPU_COUNT=2 gatsby develop -o -p 9000", "serve": "gatsby serve", "clean": "rimraf dist *.tsbuildinfo node_modules public .cache", "analyze-bundle": "GENERATE_JSON_STATS=true gatsby build && npx webpack-bundle-analyzer -m static -r ./webpack-bundle-report/report.html ./public/stats.json" diff --git a/sites/row/gatsby-config.js b/sites/row/gatsby-config.js index 7775c2bd577..5f2e5d5ae86 100644 --- a/sites/row/gatsby-config.js +++ b/sites/row/gatsby-config.js @@ -5,7 +5,7 @@ module.exports = { { resolve: `gatsby-theme-deriv`, options: { - isEUPage: false, + region: 'row', buildDirPath: path.resolve(__dirname, "..", "..", "sites", "row", 'public/index.html') } } diff --git a/themes/gatsby-theme-deriv/gatsby-node.js b/themes/gatsby-theme-deriv/gatsby-node.js index 2d55edc7a51..523e02abfc5 100644 --- a/themes/gatsby-theme-deriv/gatsby-node.js +++ b/themes/gatsby-theme-deriv/gatsby-node.js @@ -43,7 +43,7 @@ exports.onPreInit = () => { // Based upon https://github.com/gatsbyjs/gatsby/tree/master/examples/using-i18n -const BuildPage = (page, actions, isEUPage) => { +const BuildPage = (page, actions, region) => { const { createRedirect, createPage } = actions const is_responsible_trading = /responsible/g.test(page.path) const is_contact_us = /contact_us/g.test(page.path) @@ -234,7 +234,7 @@ const BuildPage = (page, actions, isEUPage) => { context: { ...page.context, locale: lang, - isEUPage, + region, localeResources: translations_cache[lang], pathname: localized_path, }, @@ -381,7 +381,7 @@ const BuildPage = (page, actions, isEUPage) => { } exports.onCreatePage = ({ page, actions }, options) => { const { deletePage } = actions - const {isEUPage} = options; + const {region} = options; const isProduction = process.env.GATSBY_ENV === 'production' const pagesToBuild = process.env.GATSBY_BUILD_PAGES if (pagesToBuild) { @@ -403,14 +403,14 @@ exports.onCreatePage = ({ page, actions }, options) => { deletePage(page) if (isProduction) { - return BuildPage(page, actions, isEUPage) + return BuildPage(page, actions, region) } else { if (pages.includes(page.path)) { - return BuildPage(page, actions, isEUPage) + return BuildPage(page, actions, region) } } } else { - return BuildPage(page, actions, isEUPage) + return BuildPage(page, actions, region) } } diff --git a/themes/gatsby-theme-deriv/src/features/components/quill/quill-layout/index.tsx b/themes/gatsby-theme-deriv/src/features/components/quill/quill-layout/index.tsx index ad11da9dc99..acbf4ecc388 100644 --- a/themes/gatsby-theme-deriv/src/features/components/quill/quill-layout/index.tsx +++ b/themes/gatsby-theme-deriv/src/features/components/quill/quill-layout/index.tsx @@ -13,12 +13,15 @@ import { LocaleContext } from 'components/localization' import useLangSwitcher from 'features/components/molecules/language-switcher/useLangSwitcher' import { langItemsROW } from 'features/pages/home/data' import FloatingCtaProvider from 'features/contexts/floating-cta/cta.provider' +import BuildVariantProvider from 'features/contexts/build-variant/build-variant.provider' +import { BuildVariantContextType } from 'features/contexts/build-variant/build-variant.context' interface LayoutProps { is_ppc?: boolean is_ppc_redirect?: boolean hide_layout_overlay?: boolean children: ReactNode + region: BuildVariantContextType['region'] } if (isBrowser()) { @@ -31,6 +34,7 @@ const QuillLayout = ({ is_ppc = false, is_ppc_redirect = false, hide_layout_overlay = false, + region = 'row', }: LayoutProps) => { const { has_platform } = usePlatformQueryParam() @@ -71,9 +75,13 @@ const QuillLayout = ({ -
{children}
- - {!hide_layout_overlay && } + +
+ {children} +
+ + {!hide_layout_overlay && } +
diff --git a/themes/gatsby-theme-deriv/src/features/components/templates/footer/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/footer/index.tsx index 703fd40de9e..a6fb075ad68 100644 --- a/themes/gatsby-theme-deriv/src/features/components/templates/footer/index.tsx +++ b/themes/gatsby-theme-deriv/src/features/components/templates/footer/index.tsx @@ -14,10 +14,13 @@ import { IIPAward } from './iip-award' import { DescriptionContent } from './description' import useRegion from 'components/hooks/use-region' import { getLocationPathname } from 'common/utility' +import useBuildVariant from 'features/hooks/use-build-variant' export const MainFooter = () => { const [is_career, setIsCareer] = useState(false) const { is_eu, is_cpa_plan } = useRegion() + const { region } = useBuildVariant() + useEffect(() => { const current_path = getLocationPathname() diff --git a/themes/gatsby-theme-deriv/src/features/components/templates/layout/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/layout/index.tsx index af002a02011..9fcf7ee6501 100644 --- a/themes/gatsby-theme-deriv/src/features/components/templates/layout/index.tsx +++ b/themes/gatsby-theme-deriv/src/features/components/templates/layout/index.tsx @@ -13,11 +13,14 @@ import { useLangDirection } from 'components/hooks/use-lang-direction' import { LocaleContext } from 'components/localization' import useLangSwitcher from 'features/components/molecules/language-switcher/useLangSwitcher' import GatsbySharedLink from 'features/components/quill/shared-link' +import BuildVariantProvider from 'features/contexts/build-variant/build-variant.provider' +import { BuildVariantContextType } from 'features/contexts/build-variant/build-variant.context' interface LayoutProps { is_ppc?: boolean is_ppc_redirect?: boolean hide_layout_overlay?: boolean children: ReactNode + region: BuildVariantContextType['region'] } if (isBrowser()) { @@ -30,6 +33,7 @@ const Layout = ({ is_ppc = false, is_ppc_redirect = false, hide_layout_overlay = false, + region = 'row', }: LayoutProps) => { const { has_platform } = usePlatformQueryParam() @@ -67,9 +71,11 @@ const Layout = ({ onLangSelect={onLanguageChange} activeLanguage={activeLang} > -
{children}
- - {!hide_layout_overlay && } + +
{children}
+ + {!hide_layout_overlay && } +
diff --git a/themes/gatsby-theme-deriv/src/features/components/templates/navigation/main-nav/index.tsx b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/main-nav/index.tsx index b3a8a607c16..9dc4b40e890 100644 --- a/themes/gatsby-theme-deriv/src/features/components/templates/navigation/main-nav/index.tsx +++ b/themes/gatsby-theme-deriv/src/features/components/templates/navigation/main-nav/index.tsx @@ -3,15 +3,16 @@ import { NavigationBlock } from '@deriv-com/blocks' import MainNavigationButtons from './nav.buttons' import MainNavigationLogo from './nav.logo' import { mainEuNavItems, mainRowNavItems } from './data' -import useRegion from 'components/hooks/use-region' +import useBuildVariant from 'features/hooks/use-build-variant' const MainRowNavigation = () => { - const { is_eu } = useRegion() + const { region } = useBuildVariant() + return ( ) } diff --git a/themes/gatsby-theme-deriv/src/features/contexts/build-variant/build-variant.context.tsx b/themes/gatsby-theme-deriv/src/features/contexts/build-variant/build-variant.context.tsx new file mode 100644 index 00000000000..8c011d45646 --- /dev/null +++ b/themes/gatsby-theme-deriv/src/features/contexts/build-variant/build-variant.context.tsx @@ -0,0 +1,8 @@ +import { createContext } from 'react' +export type BuildVariantContextType = { + region: 'row' | 'eu' +} + +const BuildVariantContext = createContext({ region: 'row' }) + +export default BuildVariantContext diff --git a/themes/gatsby-theme-deriv/src/features/contexts/build-variant/build-variant.provider.tsx b/themes/gatsby-theme-deriv/src/features/contexts/build-variant/build-variant.provider.tsx new file mode 100644 index 00000000000..c6fb7b7c1ea --- /dev/null +++ b/themes/gatsby-theme-deriv/src/features/contexts/build-variant/build-variant.provider.tsx @@ -0,0 +1,13 @@ +import React, { ReactNode } from 'react' +import BuildVariantContext, { BuildVariantContextType } from './build-variant.context' + +type BuildVariantProviderProps = BuildVariantContextType & { + children: ReactNode +} +const BuildVariantProvider = ({ region, children }: BuildVariantProviderProps) => { + return ( + {children} + ) +} + +export default BuildVariantProvider diff --git a/themes/gatsby-theme-deriv/src/features/hooks/use-build-variant/index.ts b/themes/gatsby-theme-deriv/src/features/hooks/use-build-variant/index.ts new file mode 100644 index 00000000000..8066a47f08c --- /dev/null +++ b/themes/gatsby-theme-deriv/src/features/hooks/use-build-variant/index.ts @@ -0,0 +1,14 @@ +import { useContext } from 'react' +import BuildVariantContext from 'features/contexts/build-variant/build-variant.context' + +function useBuildVariant() { + const buildVariant = useContext(BuildVariantContext) + + if (!buildVariant) { + throw new Error('useBuildVariant must be use within BuildVariantProvider') + } + + return buildVariant +} + +export default useBuildVariant diff --git a/themes/gatsby-theme-deriv/src/features/pages/home/cta/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/cta/index.tsx index 9ce26421c62..a217d62bb15 100644 --- a/themes/gatsby-theme-deriv/src/features/pages/home/cta/index.tsx +++ b/themes/gatsby-theme-deriv/src/features/pages/home/cta/index.tsx @@ -3,8 +3,8 @@ import { Footer } from '@deriv-com/blocks' import { Heading } from '@deriv/quill-design' import { StaticImage } from 'gatsby-plugin-image' import { Localize, localize } from 'components/localization' -import useRegion from 'components/hooks/use-region' import TradersHubCtaButton from 'features/components/molecules/traders-hub-cta-button' +import useBuildVariant from 'features/hooks/use-build-variant' const RowImage = ( { - const { is_eu } = useRegion() + const { region } = useBuildVariant() + return ( - +
diff --git a/themes/gatsby-theme-deriv/src/features/pages/home/fast-payment/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/fast-payment/index.tsx index 9eea1989436..8e9cb1190bb 100644 --- a/themes/gatsby-theme-deriv/src/features/pages/home/fast-payment/index.tsx +++ b/themes/gatsby-theme-deriv/src/features/pages/home/fast-payment/index.tsx @@ -1,16 +1,16 @@ import React, { useRef } from 'react' import { FastPayment } from '@deriv-com/blocks' import { EUPaymentMethods, RowPaymentMethods } from './data' -import useRegion from 'components/hooks/use-region' import { Localize } from 'components/localization' import useIsInViewport from 'components/hooks/use-is-in-viewport' +import useBuildVariant from 'features/hooks/use-build-variant' const FastPaymentSection: React.FC = () => { - const { is_eu } = useRegion() const ref = useRef(null) const is_in_viewport = useIsInViewport(ref) + const { region } = useBuildVariant() const logosAnimation = is_in_viewport - ? is_eu + ? region === 'eu' ? '!animate-[40s_slide_linear_infinite] rtl:!animate-[40s_slideRtl_linear_infinite]' : '!animate-[100s_slide_linear_infinite] rtl:!animate-[100s_slideRtl_linear_infinite]' : '' @@ -21,7 +21,7 @@ const FastPaymentSection: React.FC = () => { } description={ - !is_eu ? ( + region === 'row' ? ( ) : ( @@ -34,7 +34,7 @@ const FastPaymentSection: React.FC = () => { }} content={{ cols: 'infinite', - cards: is_eu ? EUPaymentMethods : RowPaymentMethods, + cards: region === 'eu' ? EUPaymentMethods : RowPaymentMethods, sliderClass: logosAnimation, }} disclaimer={ diff --git a/themes/gatsby-theme-deriv/src/features/pages/home/hero/award-images.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/hero/award-images.tsx index f1c294aaf14..0b841e126d5 100644 --- a/themes/gatsby-theme-deriv/src/features/pages/home/hero/award-images.tsx +++ b/themes/gatsby-theme-deriv/src/features/pages/home/hero/award-images.tsx @@ -3,13 +3,11 @@ import clsx from 'clsx' import { StaticImage } from 'gatsby-plugin-image' import { hero_content_award_img, hero_content_award_img_rtl } from './styles.module.scss' import { get_lang_direction, localize } from 'components/localization' -import useRegion from 'components/hooks/use-region' -import { isEuDomain } from 'common/utility' - +import useBuildVariant from 'features/hooks/use-build-variant' const HeroAwardImages = () => { - const { is_eu } = useRegion() + const { region } = useBuildVariant() - if (isEuDomain() || is_eu) return null + if (region == 'eu') return null return (
{ - const { is_eu } = useRegion() - return isEuDomain() || is_eu ? ( - - - - ) : ( - - - - ) +const Description = () => { + const { region } = useBuildVariant() + if (region === 'eu') { + return ( + + + + ) + } + if (region === 'row') { + return ( + + + + ) + } } export default Description diff --git a/themes/gatsby-theme-deriv/src/features/pages/home/hero/hero-image.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/hero/hero-image.tsx index 0ba278da888..cd21b298c36 100644 --- a/themes/gatsby-theme-deriv/src/features/pages/home/hero/hero-image.tsx +++ b/themes/gatsby-theme-deriv/src/features/pages/home/hero/hero-image.tsx @@ -2,19 +2,36 @@ import React from 'react' import { StaticImage } from 'gatsby-plugin-image' import clsx from 'clsx' import { hero_img } from './styles.module.scss' +import useBuildVariant from 'features/hooks/use-build-variant' const HeroImage = () => { - return ( -
- -
- ) + const { region } = useBuildVariant() + if (region === 'row') { + return ( +
+ +
+ ) + } + if (region === 'eu') { + return ( +
+ +
+ ) + } } export default HeroImage diff --git a/themes/gatsby-theme-deriv/src/features/pages/home/hero/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/hero/index.tsx index 7d35de43018..eb6ba530eaa 100644 --- a/themes/gatsby-theme-deriv/src/features/pages/home/hero/index.tsx +++ b/themes/gatsby-theme-deriv/src/features/pages/home/hero/index.tsx @@ -16,7 +16,6 @@ import Description from './description' import { Localize, get_lang_direction } from 'components/localization' import TradersHubCtaButton from 'features/components/molecules/traders-hub-cta-button' import { useFloatingCtaContext } from 'features/contexts/floating-cta/cta.provider' -import { usePageLoaded } from 'components/hooks/use-page-loaded' export interface HomeHeroProps { children?: ReactNode @@ -24,7 +23,6 @@ export interface HomeHeroProps { } const HomeHero: React.FC = () => { - const [is_mounted] = usePageLoaded() const { ctaBottom, visibilityPercentage, entryRef } = useFloatingCtaContext() return ( @@ -51,7 +49,7 @@ const HomeHero: React.FC = () => { - {is_mounted && } + = () => { ref={entryRef} />
- {is_mounted && } +
diff --git a/themes/gatsby-theme-deriv/src/features/pages/home/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/index.tsx index 4017df7e16a..073fa8a2b32 100644 --- a/themes/gatsby-theme-deriv/src/features/pages/home/index.tsx +++ b/themes/gatsby-theme-deriv/src/features/pages/home/index.tsx @@ -15,12 +15,17 @@ const FastPaymentSection = lazy(() => import('./fast-payment')) const LiveMarketSection = lazy(() => import('./live-pricing-migration')) const TradeTypeSection = lazy(() => import('./trade-type')) const UserFriendlyPlatforms = lazy(() => import('./user-platfroms')) +import { BuildVariantContextType } from 'features/contexts/build-variant/build-variant.context' -const HomePage = () => { +type PageProps = { + region: BuildVariantContextType['region'] +} + +const HomePage = ({ region }: PageProps) => { useOpenLiveChat(true) return ( - + diff --git a/themes/gatsby-theme-deriv/src/features/pages/home/start-trading-steps/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/start-trading-steps/index.tsx index 7ed59edc325..104ab7f9f64 100644 --- a/themes/gatsby-theme-deriv/src/features/pages/home/start-trading-steps/index.tsx +++ b/themes/gatsby-theme-deriv/src/features/pages/home/start-trading-steps/index.tsx @@ -2,11 +2,12 @@ import React from 'react' import { Features } from '@deriv-com/blocks' import { EUCards, RowCards } from './data' import { Localize } from 'components/localization' -import useRegion from 'components/hooks/use-region' import TradersHubCtaButton from 'features/components/molecules/traders-hub-cta-button' +import useBuildVariant from 'features/hooks/use-build-variant' const StartTradingSteps = () => { - const { is_eu } = useRegion() + const { region } = useBuildVariant() + return ( { } cols="three" variant="ContentTop" - cards={is_eu ? EUCards : RowCards} + cards={region === 'eu' ? EUCards : RowCards} /> ) } diff --git a/themes/gatsby-theme-deriv/src/features/pages/home/trade-type/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/trade-type/index.tsx index 4d8c5410a01..3fd47d2a2ef 100644 --- a/themes/gatsby-theme-deriv/src/features/pages/home/trade-type/index.tsx +++ b/themes/gatsby-theme-deriv/src/features/pages/home/trade-type/index.tsx @@ -2,21 +2,22 @@ import React from 'react' import { Features } from '@deriv-com/blocks' import { EUCards, RowCards } from './data' import { Localize } from 'components/localization' -import useRegion from 'components/hooks/use-region' +import useBuildVariant from 'features/hooks/use-build-variant' const TradeTypeSection = () => { - const { is_eu } = useRegion() - const heading = is_eu ? ( - - ) : ( - - ) + const { region } = useBuildVariant() + const heading = + region === 'eu' ? ( + + ) : ( + + ) return ( ) diff --git a/themes/gatsby-theme-deriv/src/features/pages/home/user-platfroms/index.tsx b/themes/gatsby-theme-deriv/src/features/pages/home/user-platfroms/index.tsx index 2cd37ac01db..4bb3fb1822c 100644 --- a/themes/gatsby-theme-deriv/src/features/pages/home/user-platfroms/index.tsx +++ b/themes/gatsby-theme-deriv/src/features/pages/home/user-platfroms/index.tsx @@ -4,7 +4,7 @@ import { CardsContainer } from '@deriv-com/components' import { RowCards, platformTabs, EUCards } from './data' import { FilterKeyType } from './type' import { Localize } from 'components/localization' -import useRegion from 'components/hooks/use-region' +import useBuildVariant from 'features/hooks/use-build-variant' const getTabContent = (tabId: FilterKeyType) => { if (tabId === 'All') { @@ -17,9 +17,9 @@ const getTabContent = (tabId: FilterKeyType) => { const tabs = platformTabs.map(({ content }) => ({ content })) const UserFriendlyPlatforms = () => { - const { is_eu } = useRegion() + const { region } = useBuildVariant() - if (is_eu) { + if (region === 'eu') { return ( { /> ) } - - return ( - - } - tabs={tabs} - > - {platformTabs.map((item, i) => ( - - ))} - - ) + if (region == 'row') { + return ( + + } + tabs={tabs} + > + {platformTabs.map((item, i) => ( + + ))} + + ) + } } export default UserFriendlyPlatforms diff --git a/themes/gatsby-theme-deriv/src/features/types/index.ts b/themes/gatsby-theme-deriv/src/features/types/index.ts index d5f672ce8bc..106f8c46375 100644 --- a/themes/gatsby-theme-deriv/src/features/types/index.ts +++ b/themes/gatsby-theme-deriv/src/features/types/index.ts @@ -1,3 +1,4 @@ +import { BuildVariantContextType } from 'features/contexts/build-variant/build-variant.context' import type { HeadProps } from 'gatsby' import { TString } from 'types/generics' @@ -153,6 +154,7 @@ export interface ClassProps { export type TPageContext = { locale: string pathname: string + region: BuildVariantContextType['region'] } export type TGatsbyHead = HeadProps diff --git a/themes/gatsby-theme-deriv/src/images/migration/home/home_hero_new_eu.png b/themes/gatsby-theme-deriv/src/images/migration/home/home_hero_new_eu.png new file mode 100644 index 0000000000000000000000000000000000000000..cee534a10f16653c1b24258608c2e001313ad4ba GIT binary patch literal 3441854 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%0A!s)JQhMU?J~OzUB6irq4G- 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 z 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 l`DtcNB7Vv%5JkVw>VUCC2JpC3oh}m9; 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