From 2da00e965ccf398f9560671f260a22aef79ddd9c Mon Sep 17 00:00:00 2001 From: sashaaldrick Date: Mon, 30 Oct 2023 10:28:18 +0000 Subject: [PATCH] remove ethlondon --- src/components/Layout.jsx | 2 +- src/components/TabLinks.jsx | 22 ----------- src/pages/ethlondon/index.md | 77 ------------------------------------ 3 files changed, 1 insertion(+), 100 deletions(-) delete mode 100644 src/pages/ethlondon/index.md diff --git a/src/components/Layout.jsx b/src/components/Layout.jsx index 5972eddf3..e28b69615 100644 --- a/src/components/Layout.jsx +++ b/src/components/Layout.jsx @@ -501,7 +501,7 @@ export function Layout({ children, title, tableOfContents, lastUpdated }) { let router = useRouter() let isHomePage = router.pathname === '/' - let tabPaths = ['tutorials', 'office-hours', 'ethlondon'] + let tabPaths = ['tutorials', 'office-hours'] let isTabHomePage = tabPaths.some((basePath) => router.pathname.endsWith(basePath)) || isHomePage diff --git a/src/components/TabLinks.jsx b/src/components/TabLinks.jsx index 224d54846..c11e594f9 100644 --- a/src/components/TabLinks.jsx +++ b/src/components/TabLinks.jsx @@ -29,7 +29,6 @@ export function TabLinks({ isHomePage }) { className={`px-4 py-2 ${ !router.pathname.includes('tutorials') && !router.pathname.includes('office-hours') && - !router.pathname.includes('ethlondon') && !isHomePage ? 'text-blue-400' : 'text-white' @@ -90,27 +89,6 @@ export function TabLinks({ isHomePage }) { )} - - {isLargeScreen ? ( -
- ETHLondon -
- ) : ( -

- ETHLondon -

- )} - ) diff --git a/src/pages/ethlondon/index.md b/src/pages/ethlondon/index.md deleted file mode 100644 index f9559f111..000000000 --- a/src/pages/ethlondon/index.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -title: ETHLondon 2023 Cheatsheet -description: Get started on your Tezos hackathon project ---- - -Interested in building on Tezos for ETHLondon 2023? -**You’ve come to the right place.** - -## Support - -* We'll be at ETHLondon all weekend, look out for the people in white Tezos t-shirts! We're a friendly bunch, come and talk to us! -* Join our [Discord](https://discord.gg/tezos) and use the [#dev-help](https://discord.com/channels/699325006928281720/710095412639432705) channel to ask any questions -* You're on the docs site, so feel free to start at the [beginning](https://docs.tezos.com/tezos-basics/tezos-blockchain-overview/) or head straight over to the [tutorials](https://docs.tezos.com/tutorials/) to get started 🚀 - - - -## Bounties - -{% table %} -* **ETHLondon Tezos Bounties** {% colspan=2 %} ---- -* **** -* **Prize Amount** ---- -* Best project using [SmartPy](https://smartpy.io) -* $2500 ---- -* Best project using [LIGO](https://ligolang.org/) -* $2500 ---- -* Best DeFi project -* $2500 ---- -* Best project using [Taquito](https://tezostaquito.io/) & [Beacon SDK](https://tezos.com/developers/docs/dapp-development/wallets-and-beacon-sdk/) -* $2500 - -{% /table %} - -## Quick Links - -{% table %} -* **Development** {% colspan=2 %} ---- -* **Languages** -* [SmartPy](https://smartpy.io/) -* [LIGO](https://ligolang.org/) ---- -* **Tooling** -* [Taqueria](https://taqueria.io/): `brew install taqueria` -* [Unity SDK (Gaming)](https://tezos.com/unity) ---- -* **Frontend** -* Looking for Ethers.JS? —> [Taquito](https://tezostaquito.io/) -* Looking for WalletConnect? —> [Beacon SDK](https://tezos.com/developers/docs/dapp-development/wallets-and-beacon-sdk/) -{% /table %} - -{% table %} - -* **Apps** {% colspan=2 %} ---- -* **Wallets** -* [Temple](https://templewallet.com/) -* [Umami](https://umamiwallet.com/) -* [Kukai](https://wallet.kukai.app/) -* [Airgap](https://airgap.it/) ---- -* **DeFi** -* [Plenty](https://plenty.network/) -* [Youves](https://youves.com/) -* [Quipuswap](https://quipuswap.com/) ---- -* **Art** -* [objkt](https://objkt.com/) -* [fxhash](https://www.fxhash.xyz/) -{% /table %} - -# Thanks and enjoy ETHLondon 🙏 \ No newline at end of file