diff --git a/public/svgs/Brownie.svg b/public/svgs/Brownie.svg deleted file mode 100644 index 35d25790f..000000000 --- a/public/svgs/Brownie.svg +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/svgs/Foundry.svg b/public/svgs/Foundry.svg deleted file mode 100644 index 40d265b8e..000000000 --- a/public/svgs/Foundry.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/public/svgs/Hardhat.svg b/public/svgs/Hardhat.svg deleted file mode 100644 index 865d8e5f1..000000000 --- a/public/svgs/Hardhat.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/svgs/Remix.svg b/public/svgs/Remix.svg deleted file mode 100644 index d48cc19c2..000000000 --- a/public/svgs/Remix.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/public/svgs/Truffle.svg b/public/svgs/Truffle.svg deleted file mode 100644 index 3e53f70d4..000000000 --- a/public/svgs/Truffle.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/src/assets/svgs/home/EthersJS.svg b/src/assets/svgs/home/EthersJS.svg deleted file mode 100644 index 16876c770..000000000 --- a/src/assets/svgs/home/EthersJS.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/features/landing/sections/ResourcesCTA.astro b/src/features/landing/sections/ResourcesCTA.astro deleted file mode 100644 index 6d9f0a65b..000000000 --- a/src/features/landing/sections/ResourcesCTA.astro +++ /dev/null @@ -1,69 +0,0 @@ ---- -import { t } from "i18next" -import SectionHeader from "../components/SectionHeader.tsx" - -const data = new Array(10).fill({ - link: "https://www.google.com", -}) ---- - -
- - -
- - diff --git a/src/pages/en/home/QuickStart.astro b/src/pages/en/home/QuickStart.astro deleted file mode 100644 index 5f1626b35..000000000 --- a/src/pages/en/home/QuickStart.astro +++ /dev/null @@ -1,111 +0,0 @@ ---- -import SectionHeader from "~/components/SectionHeader/index.astro" -import EtherSvg from "~/assets/svgs/home/EthersJS.svg?raw" - -const toolList = [ - { icon: "/svgs/Hardhat.svg", name: "Hardhat", link: "https://hardhat.org/", quickstartAnchor: "hardhat" }, - { icon: "/svgs/Foundry.svg", name: "Foundry", link: "https://getfoundry.sh/", quickstartAnchor: "foundry" }, - { icon: "/svgs/Remix.svg", name: "Remix", link: "https://remix-project.org/", quickstartAnchor: "remix-web-ide" }, - { - icon: EtherSvg, - color: "text-[#2A4B78] dark:text-white-800", - name: "EthersJS", - link: "https://ethers.org/", - quickstartAnchor: "ethersjs", - }, - { icon: "/svgs/Brownie.svg", name: "Brownie", link: "https://github.com/eth-brownie", quickstartAnchor: "brownie" }, - { icon: "/svgs/Truffle.svg", name: "Truffle", link: "https://trufflesuite.com/", quickstartAnchor: "truffle" }, -] ---- - -
- -
- { - toolList.map(({ icon, name, quickstartAnchor, color }) => ( - -
- {color ? : {name}} -
- {name} -
- )) - } -
-
- - diff --git a/src/pages/en/home/index.astro b/src/pages/en/home/index.astro index 25f4b7850..341f2d30a 100644 --- a/src/pages/en/home/index.astro +++ b/src/pages/en/home/index.astro @@ -2,7 +2,6 @@ import { changeLanguage } from "i18next" import HomeLayout from "../../../layouts/HomeLayout.astro" import Search from "../../../components/HomeSearch" -import QuickStart from "./QuickStart.astro" import Navigate from "./Navigate.astro" import ConnectUs from "./ConnectUs.astro" @@ -18,7 +17,6 @@ changeLanguage("en")
-
diff --git a/src/pages/es/home/QuickStart.astro b/src/pages/es/home/QuickStart.astro deleted file mode 100644 index 4b59bb6ff..000000000 --- a/src/pages/es/home/QuickStart.astro +++ /dev/null @@ -1,112 +0,0 @@ ---- -import SectionHeader from "~/components/SectionHeader/index.astro" -import EtherSvg from "~/assets/svgs/home/EthersJS.svg?raw" - -const toolList = [ - { icon: "/svgs/Hardhat.svg", name: "Hardhat", link: "https://hardhat.org/", quickstartAnchor: "hardhat" }, - { icon: "/svgs/Foundry.svg", name: "Foundry", link: "https://getfoundry.sh/", quickstartAnchor: "foundry" }, - { icon: "/svgs/Remix.svg", name: "Remix", link: "https://remix-project.org/", quickstartAnchor: "remix-web-ide" }, - { - icon: EtherSvg, - color: "text-[#2A4B78] dark:text-white-800", - name: "EthersJS", - link: "https://ethers.org/", - quickstartAnchor: "ethersjs", - }, - { icon: "/svgs/Brownie.svg", name: "Brownie", link: "https://github.com/eth-brownie", quickstartAnchor: "brownie" }, - { icon: "/svgs/Truffle.svg", name: "Truffle", link: "https://trufflesuite.com/", quickstartAnchor: "truffle" }, -] ---- - -
- - -
- { - toolList.map(({ icon, name, quickstartAnchor, color }) => ( - -
- {color ? : {name}} -
- {name} -
- )) - } -
-
- - diff --git a/src/pages/es/home/index.astro b/src/pages/es/home/index.astro index 43ac7830f..66ede3732 100644 --- a/src/pages/es/home/index.astro +++ b/src/pages/es/home/index.astro @@ -2,7 +2,6 @@ import { changeLanguage } from "i18next" import HomeLayout from "../../../layouts/HomeLayout.astro" import Search from "../../../components/HomeSearch" -import QuickStart from "./QuickStart.astro" import Navigate from "./Navigate.astro" import ConnectUs from "./ConnectUs.astro" @@ -18,7 +17,6 @@ changeLanguage("es")
-
diff --git a/src/pages/tr/home/QuickStart.astro b/src/pages/tr/home/QuickStart.astro deleted file mode 100644 index cb7903fcf..000000000 --- a/src/pages/tr/home/QuickStart.astro +++ /dev/null @@ -1,111 +0,0 @@ ---- -import SectionHeader from "~/components/SectionHeader/index.astro" -import EtherSvg from "~/assets/svgs/home/EthersJS.svg?raw" - -const toolList = [ - { icon: "/svgs/Hardhat.svg", name: "Hardhat", link: "https://hardhat.org/", quickstartAnchor: "hardhat" }, - { icon: "/svgs/Foundry.svg", name: "Foundry", link: "https://getfoundry.sh/", quickstartAnchor: "foundry" }, - { icon: "/svgs/Remix.svg", name: "Remix", link: "https://remix-project.org/", quickstartAnchor: "remix-web-ide" }, - { - icon: EtherSvg, - color: "text-[#2A4B78] dark:text-white-800", - name: "EthersJS", - link: "https://ethers.org/", - quickstartAnchor: "ethersjs", - }, - { icon: "/svgs/Brownie.svg", name: "Brownie", link: "https://github.com/eth-brownie", quickstartAnchor: "brownie" }, - { icon: "/svgs/Truffle.svg", name: "Truffle", link: "https://trufflesuite.com/", quickstartAnchor: "truffle" }, -] ---- - -
- -
- { - toolList.map(({ icon, name, quickstartAnchor, color }) => ( - -
- {color ? : {name}} -
- {name} -
- )) - } -
-
- - diff --git a/src/pages/tr/home/index.astro b/src/pages/tr/home/index.astro index b9c4b6a7a..e72bf490d 100644 --- a/src/pages/tr/home/index.astro +++ b/src/pages/tr/home/index.astro @@ -2,7 +2,6 @@ import { changeLanguage } from "i18next" import HomeLayout from "../../../layouts/HomeLayout.astro" import Search from "../../../components/HomeSearch" -import QuickStart from "./QuickStart.astro" import Navigate from "./Navigate.astro" import ConnectUs from "./ConnectUs.astro" @@ -18,7 +17,6 @@ changeLanguage("tr")
-
diff --git a/src/pages/zh/home/QuickStart.astro b/src/pages/zh/home/QuickStart.astro deleted file mode 100644 index feba03658..000000000 --- a/src/pages/zh/home/QuickStart.astro +++ /dev/null @@ -1,108 +0,0 @@ ---- -import SectionHeader from "~/components/SectionHeader/index.astro" -import EtherSvg from "~/assets/svgs/home/EthersJS.svg?raw" - -const toolList = [ - { icon: "/svgs/Hardhat.svg", name: "Hardhat", link: "https://hardhat.org/", quickstartAnchor: "hardhat" }, - { icon: "/svgs/Foundry.svg", name: "Foundry", link: "https://getfoundry.sh/", quickstartAnchor: "foundry" }, - { icon: "/svgs/Remix.svg", name: "Remix", link: "https://remix-project.org/", quickstartAnchor: "remix-web-ide" }, - { - icon: EtherSvg, - color: "text-[#2A4B78] dark:text-white-800", - name: "EthersJS", - link: "https://ethers.org/", - quickstartAnchor: "ethersjs", - }, - { icon: "/svgs/Brownie.svg", name: "Brownie", link: "https://github.com/eth-brownie", quickstartAnchor: "brownie" }, - { icon: "/svgs/Truffle.svg", name: "Truffle", link: "https://trufflesuite.com/", quickstartAnchor: "truffle" }, -] ---- - -
- -
- { - toolList.map(({ icon, name, quickstartAnchor, color }) => ( - -
- {color ? : {name}} -
- {name} -
- )) - } -
-
- - diff --git a/src/pages/zh/home/index.astro b/src/pages/zh/home/index.astro index 6e9c68739..d3248d8c0 100644 --- a/src/pages/zh/home/index.astro +++ b/src/pages/zh/home/index.astro @@ -2,7 +2,6 @@ import { changeLanguage } from "i18next" import HomeLayout from "../../../layouts/HomeLayout.astro" import Search from "../../../components/HomeSearch" -import QuickStart from "./QuickStart.astro" import Navigate from "./Navigate.astro" import ConnectUs from "./ConnectUs.astro" @@ -18,7 +17,6 @@ changeLanguage("zh")
-