diff --git a/.storybook/manager.ts b/.storybook/manager.ts index b7c2d7ac677..7b9f0478c28 100644 --- a/.storybook/manager.ts +++ b/.storybook/manager.ts @@ -1,6 +1,6 @@ import { addons } from "@storybook/manager-api" import theme from "./theme" -import favicon from "../public/favicon.png" +import favicon from "../public/images/favicon.png" addons.setConfig({ theme, diff --git a/public/content/dao/index.md b/public/content/dao/index.md index 5171e2193a5..70b7ef1e976 100644 --- a/public/content/dao/index.md +++ b/public/content/dao/index.md @@ -5,7 +5,7 @@ lang: en template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: A representation of a DAO voting on a proposal. summaryPoint1: Member-owned communities without centralized leadership. summaryPoint2: A safe way to collaborate with internet strangers. diff --git a/public/content/decentralized-identity/index.md b/public/content/decentralized-identity/index.md index 899850d0e60..63c5513e0e3 100644 --- a/public/content/decentralized-identity/index.md +++ b/public/content/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: en template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: Traditional identity systems have centralized the issuance, maintenance and control of your identifiers. summaryPoint2: Decentralized identity removes reliance on centralized third parties. summaryPoint3: Thanks to crypto, users now have the tools to issue, hold and control their own identifiers and attestations once again. diff --git a/public/content/defi/index.md b/public/content/defi/index.md index c108d21f48d..b940700a7e7 100644 --- a/public/content/defi/index.md +++ b/public/content/defi/index.md @@ -4,7 +4,7 @@ description: An overview of DeFi on Ethereum lang: en template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: An Eth logo made of lego bricks. sidebarDepth: 2 summaryPoint1: A global, open alternative to the current financial system. diff --git a/public/content/desci/index.md b/public/content/desci/index.md index fa6d9aacd65..7d6d17cc2b1 100644 --- a/public/content/desci/index.md +++ b/public/content/desci/index.md @@ -5,7 +5,7 @@ lang: en template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: A global, open alternative to the current scientific system. summaryPoint2: Technology that enables scientists to raise funding, run experiments, share data, distribute insights, and more. diff --git a/public/content/nft/index.md b/public/content/nft/index.md index 10bdbb99c9b..e4cf3951210 100644 --- a/public/content/nft/index.md +++ b/public/content/nft/index.md @@ -5,7 +5,7 @@ lang: en template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: An Eth logo being displayed via hologram. summaryPoint1: A way to represent anything unique as an Ethereum-based asset. summaryPoint2: NFTs are giving more power to content creators than ever before. diff --git a/public/content/refi/index.md b/public/content/refi/index.md index 998cc0bf959..7979bd675fd 100755 --- a/public/content/refi/index.md +++ b/public/content/refi/index.md @@ -5,7 +5,7 @@ lang: en template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: An alternative economic system built on regenerative principles summaryPoint2: An attempt to harness Ethereum to solve global-level coordination crises such as climate change diff --git a/public/content/roadmap/beacon-chain/index.md b/public/content/roadmap/beacon-chain/index.md index 74ba5d74678..ab719786af7 100644 --- a/public/content/roadmap/beacon-chain/index.md +++ b/public/content/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: The Beacon Chain description: Learn about the Beacon Chain - the upgrade that introduced proof-of-stake Ethereum. lang: en template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: The Beacon Chain introduced proof-of-stake to the Ethereum ecosystem. summaryPoint2: It was merged with the original Ethereum proof-of-work chain in September 2022. diff --git a/public/content/roadmap/future-proofing/index.md b/public/content/roadmap/future-proofing/index.md index c94454f7896..7d02f344e09 100644 --- a/public/content/roadmap/future-proofing/index.md +++ b/public/content/roadmap/future-proofing/index.md @@ -2,7 +2,7 @@ title: Future-proofing Ethereum description: These upgrades cement Ethereum as the resilient, decentralized base layer for the future, whatever it may hold. lang: en -image: /roadmap/roadmap-future.png +image: /images/roadmap/roadmap-future.png alt: "Ethereum roadmap" template: roadmap --- diff --git a/public/content/roadmap/index.md b/public/content/roadmap/index.md index e19916a7d12..23bb0331488 100644 --- a/public/content/roadmap/index.md +++ b/public/content/roadmap/index.md @@ -3,7 +3,7 @@ title: Ethereum roadmap description: The path to more scalability, security and sustainability for Ethereum. lang: en template: roadmap -image: /heroes/roadmap-hub-hero.jpg +image: /images/heroes/roadmap-hub-hero.jpg alt: "Ethereum roadmap" summaryPoints: buttons: diff --git a/public/content/roadmap/merge/index.md b/public/content/roadmap/merge/index.md index 1f8d3baf429..e4bace99ceb 100644 --- a/public/content/roadmap/merge/index.md +++ b/public/content/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: The Merge description: Learn about The Merge - when Mainnet Ethereum adopted proof-of-stake. lang: en template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: Ethereum Mainnet uses proof-of-stake, but this wasn't always the case. summaryPoint2: The upgrade from the original proof-of-work mechanism to proof-of-stake was called The Merge. diff --git a/public/content/roadmap/scaling/index.md b/public/content/roadmap/scaling/index.md index edfbba501c5..2a327fa33b2 100644 --- a/public/content/roadmap/scaling/index.md +++ b/public/content/roadmap/scaling/index.md @@ -2,7 +2,7 @@ title: Scaling Ethereum description: Rollups batch transactions together off-chain, reducing costs for the user. However, the way rollups currently use data is too expensive, limiting how cheap transactions can be. Proto-Danksharding fixes this. lang: en -image: /roadmap/roadmap-transactions.png +image: /images/roadmap/roadmap-transactions.png alt: "Ethereum roadmap" template: roadmap --- diff --git a/public/content/roadmap/security/index.md b/public/content/roadmap/security/index.md index d7a382aa757..527f83e8ca4 100644 --- a/public/content/roadmap/security/index.md +++ b/public/content/roadmap/security/index.md @@ -2,7 +2,7 @@ title: A more secure Ethereum description: Ethereum is the most secure and decentralized smart-contract platform in existence. However, there are still improvements that can be made so that Ethereum stays resilient to any level of attack far into the future. lang: en -image: /roadmap/roadmap-security.png +image: /images/roadmap/roadmap-security.png alt: "Ethereum roadmap" template: roadmap --- diff --git a/public/content/roadmap/user-experience/index.md b/public/content/roadmap/user-experience/index.md index c3a9c61a20d..c17d1cf0183 100644 --- a/public/content/roadmap/user-experience/index.md +++ b/public/content/roadmap/user-experience/index.md @@ -2,7 +2,7 @@ title: Improving user experience description: It is still too complex to use Ethereum for most people. To encourage mass adoption, Ethereum must drastically lower its barriers to entry - users must get the benefits of decentralized, permissionless and censorship resistant access to Ethereum but it must be as frictionless as using a traditional web2 app. lang: en -image: /roadmap/roadmap-ux.png +image: /images/roadmap/roadmap-ux.png alt: "Ethereum roadmap" template: roadmap --- diff --git a/public/content/social-networks/index.md b/public/content/social-networks/index.md index 6ab5600d2ae..9cee0377816 100644 --- a/public/content/social-networks/index.md +++ b/public/content/social-networks/index.md @@ -5,7 +5,7 @@ lang: en template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: Blockchain-based platforms for social interaction and content creation and distribution. summaryPoint2: Decentralized social media networks protect user privacy and enhance data security. summaryPoint3: Tokens and NFTs create new ways to monetize content. diff --git a/public/content/staking/pools/index.md b/public/content/staking/pools/index.md index 6a7da2491c0..4f69fa758d8 100644 --- a/public/content/staking/pools/index.md +++ b/public/content/staking/pools/index.md @@ -4,7 +4,7 @@ description: An overview of how to get started with pooled ETH staking lang: en template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: Leslie the rhino swimming in the pool. sidebarDepth: 2 summaryPoints: diff --git a/public/content/staking/saas/index.md b/public/content/staking/saas/index.md index d924a34299a..13b374a1742 100644 --- a/public/content/staking/saas/index.md +++ b/public/content/staking/saas/index.md @@ -4,7 +4,7 @@ description: An overview of how to get started with pooled ETH staking lang: en template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: Leslie the rhino floating in the clouds. sidebarDepth: 2 summaryPoints: diff --git a/public/content/staking/solo/index.md b/public/content/staking/solo/index.md index 5a2c60c055e..e038deccb3e 100644 --- a/public/content/staking/solo/index.md +++ b/public/content/staking/solo/index.md @@ -4,7 +4,7 @@ description: An overview of how to get started solo staking your ETH lang: en template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: Leslie the rhino on her own computer chip. sidebarDepth: 2 summaryPoints: diff --git a/public/content/staking/withdrawals/index.md b/public/content/staking/withdrawals/index.md index abf9f816df5..ae548a9e0be 100644 --- a/public/content/staking/withdrawals/index.md +++ b/public/content/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: Staking withdrawals description: Page summarizing what staking push withdrawals are, how they work, and what stakers need to do to get their rewards lang: en template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: Leslie the rhino with her staking rewards sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/am/nft/index.md b/public/content/translations/am/nft/index.md index cc9a2f33d90..c1d9665167b 100644 --- a/public/content/translations/am/nft/index.md +++ b/public/content/translations/am/nft/index.md @@ -5,7 +5,7 @@ lang: am template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: በሆሎግራም አማካኝነት የሚታየው የETH አርማ. summaryPoint1: ማንኛውንም ልዩ የሆነ ነገር የሚወከልበት መንገድ እንደ ኢቴሪየም-ተኮር ንብረት። summaryPoint2: NFTዎች ከበፊቱ በበለጠ ለይዘት ፈጣሪዎች የበለጠ ኃይል እየሰጡ ነው። diff --git a/public/content/translations/ar/dao/index.md b/public/content/translations/ar/dao/index.md index 36162c10cb7..345cfa88b73 100644 --- a/public/content/translations/ar/dao/index.md +++ b/public/content/translations/ar/dao/index.md @@ -5,7 +5,7 @@ lang: ar template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: تمثيل لمنظمة مستقلة لامركزية تصوّت على مقترح. summaryPoint1: المجتمعات التي يملكها الأعضاء دون قيادة مركزية. summaryPoint2: طريقة آمنة للتعاون مع الغرباء على الإنترنت. diff --git a/public/content/translations/ar/decentralized-identity/index.md b/public/content/translations/ar/decentralized-identity/index.md index 09a4327da8a..e285bdce062 100644 --- a/public/content/translations/ar/decentralized-identity/index.md +++ b/public/content/translations/ar/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: ar template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: جعلت أنظمة الهُوِيَّة التقليدية من إصدار المعرفات الخاصة بك، وصيانتها، والتحكم فيها، عملية مركزية. summaryPoint2: حيث تغني الهُوِيَّة اللامركزية عن الاعتماد على أطراف ثالثة مركزية. summaryPoint3: بفضل العملات الرقمية، أصبح لدى المستخدمين الآن الأدوات اللازمة لإصدار معرفات الهوية والمصادقات الخاصة بهم، والاحتفاظ بها، والتحكم فيها مرة أخرى. diff --git a/public/content/translations/ar/defi/index.md b/public/content/translations/ar/defi/index.md index de2bc4b69e5..aa7d669d24f 100644 --- a/public/content/translations/ar/defi/index.md +++ b/public/content/translations/ar/defi/index.md @@ -4,7 +4,7 @@ description: نظرة عامة حول التمويل اللامركزي على lang: ar template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: شعار إثيريوم مصنوع من قطع الليجو. sidebarDepth: 2 summaryPoint1: "• بديل عالمي مفتوح عن النظام المالي الحالي." diff --git a/public/content/translations/ar/desci/index.md b/public/content/translations/ar/desci/index.md index 14fe4e02317..276c6881e16 100644 --- a/public/content/translations/ar/desci/index.md +++ b/public/content/translations/ar/desci/index.md @@ -5,7 +5,7 @@ lang: ar template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: نظام عالمي ومفتوح بديل للنظام العلمي الحالي. summaryPoint2: تتيح التكنولوجيا للعلماء جمع التمويل وإجراء التجارب، ومشاركة البيانات، ونشر النتائج، والمزيد. diff --git a/public/content/translations/ar/nft/index.md b/public/content/translations/ar/nft/index.md index 7817280b2b8..3539b981676 100644 --- a/public/content/translations/ar/nft/index.md +++ b/public/content/translations/ar/nft/index.md @@ -5,7 +5,7 @@ lang: ar template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: يتم عرض شعار إثير عبر صورة مجسَّمة. summaryPoint1: طريقة لتمثيل أي شيء فريد كأصل مستند إلى إثيريوم. summaryPoint2: بفضل الرموز المميزة غير القابلة للاستبدال، سيتمتع منشئو المحتوى بقوة غير مسبوقة. diff --git a/public/content/translations/ar/refi/index.md b/public/content/translations/ar/refi/index.md index 92a934692a8..ab5ec7855c1 100644 --- a/public/content/translations/ar/refi/index.md +++ b/public/content/translations/ar/refi/index.md @@ -5,7 +5,7 @@ lang: ar template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: اقتصاد بديل قائم على أُسُس متجددة summaryPoint2: محاولة لتسخير الإيثريوم في سبيل حل الأزمات التي تتطلب تنسيق عالمي مثل التغيرات المناخية diff --git a/public/content/translations/ar/roadmap/beacon-chain/index.md b/public/content/translations/ar/roadmap/beacon-chain/index.md index a7bad82b3c3..d26d2429af9 100644 --- a/public/content/translations/ar/roadmap/beacon-chain/index.md +++ b/public/content/translations/ar/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: سلسلة المنارة description: تعرّف على سلسلة المنارة - الترقية التي جعلت إثيريوم جزءًا من إثبات الحصة. lang: ar template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: قدمت سلسلة المنارة إثبات الحصة في منظومة إثيريوم. summaryPoint2: تم الدمج مع سلسلة إثبات الحصة الأصلية لإثيريوم في سبتمبر من عام 2022. diff --git a/public/content/translations/ar/roadmap/merge/index.md b/public/content/translations/ar/roadmap/merge/index.md index 4c147e5752c..4d69af741df 100644 --- a/public/content/translations/ar/roadmap/merge/index.md +++ b/public/content/translations/ar/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: الدمج description: تعرّف على الدمج - عندما تبنت الشبكة الرئيسية إثيريوم إثبات الحصة. lang: ar template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: تستخدم الشبكة الرئيسية لإثيريوم إثبات الحصة، بيد أن ذلك ليس الوضع دائمًا. summaryPoint2: كان يُطلق على عملية التطوير من آلية إثبات العمل الأصلية إلى إثبات الحصة اسم الدمج. diff --git a/public/content/translations/ar/social-networks/index.md b/public/content/translations/ar/social-networks/index.md index 3bf3f10f279..6dbe01451b5 100644 --- a/public/content/translations/ar/social-networks/index.md +++ b/public/content/translations/ar/social-networks/index.md @@ -5,7 +5,7 @@ lang: ar template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: منصات قائمة على سلسلة الكتل للتفاعل الاجتماعي وإنشاء المحتوى وتوزيعه. summaryPoint2: إن شبكات التواصل الاجتماعي اللامركزية تحمي خصوصية المستخدمين وتعزز أمن البيانات. summaryPoint3: الرموز المميزة و NFTs تنشئ أساليب جديدة لتحويل المحتوى إلى أموال. diff --git a/public/content/translations/ar/staking/pools/index.md b/public/content/translations/ar/staking/pools/index.md index c43d86e9807..2875968e6de 100644 --- a/public/content/translations/ar/staking/pools/index.md +++ b/public/content/translations/ar/staking/pools/index.md @@ -4,7 +4,7 @@ description: نظرة عامة على كيفية بدء مراهنة عملة ET lang: ar template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: يسبح ليزلي فرس النهر في حمام السباحة. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/ar/staking/saas/index.md b/public/content/translations/ar/staking/saas/index.md index 9b147a9faed..de48b1dcc7e 100644 --- a/public/content/translations/ar/staking/saas/index.md +++ b/public/content/translations/ar/staking/saas/index.md @@ -4,7 +4,7 @@ description: نظرة عامة على كيفية بدء مع تجميع ETH lang: ar template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: يطوف ليزلي فرس النهر في السحاب. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/ar/staking/solo/index.md b/public/content/translations/ar/staking/solo/index.md index 764a135caa5..6dbf1ec037a 100644 --- a/public/content/translations/ar/staking/solo/index.md +++ b/public/content/translations/ar/staking/solo/index.md @@ -4,7 +4,7 @@ description: نظرة عامة إلى كيفية بدء المراهنة الف lang: ar template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: ليزلي فرس النهر على شريحة الحاسوب الخاصة بها. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/ar/staking/withdrawals/index.md b/public/content/translations/ar/staking/withdrawals/index.md index 18333888f4d..076362985d9 100644 --- a/public/content/translations/ar/staking/withdrawals/index.md +++ b/public/content/translations/ar/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: عمليات سحب تجميد العملات description: ملخص الصفحة عن ماهية دفع عمليات سحب المراهنة، آلية عملها، والإجراءات التي يحتاج المراهنون إلى اتخاذها للحصول على مكافأتهم lang: ar template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: ليزلي فرس النهر مع مكافأتها من المراهنة sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/az/dao/index.md b/public/content/translations/az/dao/index.md index b27ae1c6760..6fadf3d578a 100644 --- a/public/content/translations/az/dao/index.md +++ b/public/content/translations/az/dao/index.md @@ -5,7 +5,7 @@ lang: az template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Bir təklif üzrə səsvermədə iştirak edən DAO-nun təqdimatı. summaryPoint1: Mərkəzləşdirilmiş rəhbərliyi olmayan üzvlərə məxsus icmalar. summaryPoint2: İnternetdən kənar şəxslərlə əməkdaşlığın təhlükəsiz yolu. diff --git a/public/content/translations/az/decentralized-identity/index.md b/public/content/translations/az/decentralized-identity/index.md index a4c0eae62bd..62568ac80b3 100644 --- a/public/content/translations/az/decentralized-identity/index.md +++ b/public/content/translations/az/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: az template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: Ənənəvi kimlik sistemləri məlumatlarınızın verilməsi, saxlanması və onlara nəzarəti mərkəzləşdirib. summaryPoint2: Mərkəzləşdirilməmiş kimlik mərkəzləşdirilmiş üçüncü tərəflərdən asılılığı aradan qaldırır. summaryPoint3: Kriptovalyuta sayəsində istifadəçilər artıq öz məlumatlarını və sertifikatlarını vermək, saxlamaq və nəzarət etmək üçün alətlərə sahibdirlər. diff --git a/public/content/translations/az/defi/index.md b/public/content/translations/az/defi/index.md index e2c8227410e..030980739b9 100644 --- a/public/content/translations/az/defi/index.md +++ b/public/content/translations/az/defi/index.md @@ -4,7 +4,7 @@ description: Ethereum-da DeFi-a ümumi baxış lang: az template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Leqo kərpiclərindən hazırlanan Eth loqosu. sidebarDepth: 2 summaryPoint1: Mövcud maliyyə sisteminə qlobal və açıq alternativ. diff --git a/public/content/translations/az/desci/index.md b/public/content/translations/az/desci/index.md index aa454b8a33c..f616a6c8dc7 100644 --- a/public/content/translations/az/desci/index.md +++ b/public/content/translations/az/desci/index.md @@ -5,7 +5,7 @@ lang: az template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Mövcud elmi sistemə qlobal, açıq alternativ. summaryPoint2: Alimlər üçün maliyyə vəsaiti toplamağa, təcrübələr aparmağa, məlumatları paylaşmağa, yaymağa və s. imkan verən texnologiya. diff --git a/public/content/translations/az/nft/index.md b/public/content/translations/az/nft/index.md index e7b2ffd995e..09ade02258e 100644 --- a/public/content/translations/az/nft/index.md +++ b/public/content/translations/az/nft/index.md @@ -5,7 +5,7 @@ lang: az template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Holoqram ilə görüntülənən bir Eth loqosu. summaryPoint1: Ethereum əsaslı aktiv kimi bənzərsiz hər şeyi təsvir etmək üçün bir yol. summaryPoint2: NFT-lər məzmun yaradıcılarına əvvəlkindən daha çox güc verir. diff --git a/public/content/translations/az/refi/index.md b/public/content/translations/az/refi/index.md index 216fb63de31..4c8aad839cd 100644 --- a/public/content/translations/az/refi/index.md +++ b/public/content/translations/az/refi/index.md @@ -5,7 +5,7 @@ lang: az template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Regenerativ prinsiplər üzərində qurulmuş alternativ iqtisadi sistem summaryPoint2: İqlim dəyişikliyi kimi qlobal səviyyəli koordinasiya böhranlarını həll etmək üçün Ethereum-dan istifadə etmək cəhdi diff --git a/public/content/translations/az/social-networks/index.md b/public/content/translations/az/social-networks/index.md index 13b29f13727..06a43554906 100644 --- a/public/content/translations/az/social-networks/index.md +++ b/public/content/translations/az/social-networks/index.md @@ -5,7 +5,7 @@ lang: az template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: Sosial qarşılıqlı əlaqə və məzmunun yaradılması və yayılması üçün blokçeyn əsaslı platformalar. summaryPoint2: Mərkəzləşdirilməmiş sosial media şəbəkələri istifadəçi məxfiliyini qoruyur və məlumatların təhlükəsizliyini artırır. summaryPoint3: Tokenlər və NFTlər məzmundan pul qazanmağın yeni yollarını yaradır. diff --git a/public/content/translations/bg/roadmap/beacon-chain/index.md b/public/content/translations/bg/roadmap/beacon-chain/index.md index aec7b8266c3..ad5d129a8e5 100644 --- a/public/content/translations/bg/roadmap/beacon-chain/index.md +++ b/public/content/translations/bg/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: Бийкън чейн description: Научете какво е Бийкън чейн – надстройката, която въведе доказателство-за-залог в Eтереум. lang: bg template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: Бийкън чейн въведе доказателство-за-залог в екосистемата на Eтереум. summaryPoint2: През септември 2022 г. беше извършено сливане с първоначалното доказателство-за-работа на Eтереум. diff --git a/public/content/translations/bg/roadmap/merge/index.md b/public/content/translations/bg/roadmap/merge/index.md index 0eedeb083dd..abd55076825 100644 --- a/public/content/translations/bg/roadmap/merge/index.md +++ b/public/content/translations/bg/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: Сливането description: Научете за Сливането – когато основната мрежа на Етереум възприе механизма за доказателство-за-залог. lang: bg template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: Основната мрежа на Етереум използва доказателство-за-залог, но това не винаги е било така. summaryPoint2: Надстройката към доказателство-за-залог от оригиналния механизъм за доказателство-за-работа се нарича Сливането. diff --git a/public/content/translations/bn/dao/index.md b/public/content/translations/bn/dao/index.md index 9892981664f..4a19b035fe8 100644 --- a/public/content/translations/bn/dao/index.md +++ b/public/content/translations/bn/dao/index.md @@ -5,7 +5,7 @@ lang: bn template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: একটি DAO-এর একটি রিপ্রেজেন্টেশন একটি প্রস্তাবে ভোট দিচ্ছে। summaryPoint1: কেন্দ্রীভূত নেতৃত্ব ছাড়া সদস্য-মালিকানাধীন কমিউনিটি। summaryPoint2: ইন্টারনেট অপরিচিতদের সাথে সহযোগিতা করার একটি নিরাপদ উপায়। diff --git a/public/content/translations/bn/decentralized-identity/index.md b/public/content/translations/bn/decentralized-identity/index.md index cbe67d4b6ef..5e75f6f0804 100644 --- a/public/content/translations/bn/decentralized-identity/index.md +++ b/public/content/translations/bn/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: bn template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: ঐতিহ্যগত পরিচয় সিস্টেমগুলি আপনার শনাক্তকারী বৈশিষ্টসমূহের ইস্যুকরণ, রক্ষণাবেক্ষণ এবং নিয়ন্ত্রণকে কেন্দ্রীভূত করেছে। summaryPoint2: বিকেন্দ্রীভূত পরিচয় কেন্দ্রীভূত তৃতীয় পক্ষের উপর নির্ভরতা দূর করে। summaryPoint3: ক্রিপ্টোকারেন্সির জন্য ধন্যবাদ, ব্যবহারকারীদের কাছে এখন আবার তাদের শনাক্তকারী এবং প্রমাণীকরণ ইস্যু করার, ধরে রাখার এবং নিয়ন্ত্রণ করার টুলস রয়েছে। diff --git a/public/content/translations/bn/defi/index.md b/public/content/translations/bn/defi/index.md index f51be6079cd..6e99c4a5730 100644 --- a/public/content/translations/bn/defi/index.md +++ b/public/content/translations/bn/defi/index.md @@ -4,7 +4,7 @@ description: ইথেরিয়াম এর উপর DeFi এর একটি lang: bn template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Lego ব্রিকস দিয়ে তৈরি একটি Eth লোগো। sidebarDepth: 2 summaryPoint1: বর্তমান আর্থিক ব্যবস্থার জন্য বিশ্বব্যাপী একটি উন্মুক্ত বিকল্প ব্যবস্থাপনা। diff --git a/public/content/translations/bn/desci/index.md b/public/content/translations/bn/desci/index.md index 24ce87c264e..8a912117316 100644 --- a/public/content/translations/bn/desci/index.md +++ b/public/content/translations/bn/desci/index.md @@ -5,7 +5,7 @@ lang: bn template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: একটি বিশ্বব্যাপী, বর্তমান বৈজ্ঞানিক ব্যবস্থার উন্মুক্ত বিকল্প। summaryPoint2: প্রযুক্তি যা বিজ্ঞানীদের তহবিল সংগ্রহ করতে, পরীক্ষা চালাতে, ডেটা শেয়ার করতে, ইনসাইটস বিতরণ করতে এবং আরও অনেক কিছু করতে সক্ষম করে। diff --git a/public/content/translations/bn/nft/index.md b/public/content/translations/bn/nft/index.md index 57f8be65985..3268f4f9843 100644 --- a/public/content/translations/bn/nft/index.md +++ b/public/content/translations/bn/nft/index.md @@ -5,7 +5,7 @@ lang: bn template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: হলোগ্রামের মাধ্যমে একটি Eth লোগো ডিসপ্লে করা হচ্ছে।. summaryPoint1: একটি ইথেরিয়াম-ভিত্তিক সম্পদ হিসেবে অনন্য কিছু উপস্থাপন করার একটি উপায়। summaryPoint2: NFT কন্টেন্ট নির্মাতাদের আগের চেয়ে আরও ক্ষমতা দিচ্ছে। diff --git a/public/content/translations/bn/refi/index.md b/public/content/translations/bn/refi/index.md index eab9fc250ac..30c5fc4247f 100644 --- a/public/content/translations/bn/refi/index.md +++ b/public/content/translations/bn/refi/index.md @@ -5,7 +5,7 @@ lang: bn template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: পুনঃউৎপাদনমূলক নীতির উপর নির্মিত একটি বিকল্প অর্থনৈতিক ব্যবস্থা summaryPoint2: জলবায়ু পরিবর্তনের মতো বিশ্ব-স্তরের সমন্বয় সংকট সমাধানের জন্য ইথেরিয়ামকে কাজে লাগানোর একটি প্রচেষ্টা diff --git a/public/content/translations/bn/social-networks/index.md b/public/content/translations/bn/social-networks/index.md index a95258a5a0f..4017963bba3 100644 --- a/public/content/translations/bn/social-networks/index.md +++ b/public/content/translations/bn/social-networks/index.md @@ -5,7 +5,7 @@ lang: bn template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: সামাজিক মিথস্ক্রিয়া এবং কন্টেন্ট তৈরি এবং বিতরণের জন্য ব্লকচেইন-ভিত্তিক প্ল্যাটফর্ম। summaryPoint2: বিকেন্দ্রীভূত সামাজিক মিডিয়া নেটওয়ার্কগুলি ব্যবহারকারীর গোপনীয়তা রক্ষা করে এবং ডেটা সুরক্ষা বাড়ায়। summaryPoint3: টোকেন এবং NFT কনটেন্ট নগদীকরণের নতুন উপায় তৈরি করে। diff --git a/public/content/translations/bn/staking/pools/index.md b/public/content/translations/bn/staking/pools/index.md index ef075e20e3e..6336af46356 100644 --- a/public/content/translations/bn/staking/pools/index.md +++ b/public/content/translations/bn/staking/pools/index.md @@ -4,7 +4,7 @@ description: পুল করা দিয়ে কীভাবে ETH স্ lang: bn template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: Leslie the rhino পুলে সাঁতার কাটছে। sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/bn/staking/saas/index.md b/public/content/translations/bn/staking/saas/index.md index 569e870b88b..94a4642e570 100644 --- a/public/content/translations/bn/staking/saas/index.md +++ b/public/content/translations/bn/staking/saas/index.md @@ -4,7 +4,7 @@ description: পুল করা দিয়ে কীভাবে ETH স্ lang: bn template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: Leslie the rhino মেঘের মধ্যে ভাসছে। sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/bn/staking/solo/index.md b/public/content/translations/bn/staking/solo/index.md index 8b2ae991e44..d564f60b92a 100644 --- a/public/content/translations/bn/staking/solo/index.md +++ b/public/content/translations/bn/staking/solo/index.md @@ -4,7 +4,7 @@ description: আপনার স্বতন্ত্র ETH স্টেকি lang: bn template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: Leslie the rhino তার নিজের কম্পিউটার চিপে। sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/bn/staking/withdrawals/index.md b/public/content/translations/bn/staking/withdrawals/index.md index f951e52d6b3..8ac7b62da79 100644 --- a/public/content/translations/bn/staking/withdrawals/index.md +++ b/public/content/translations/bn/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: স্টেকিং উইথড্রয়াল description: স্টেকিং পুশ উত্তোলন কি, সেগুলি কীভাবে কাজ করে এবং সেগুলোর জন্য পুরষ্কার পেতে স্টেকদের কী করতে হবে তার সংক্ষিপ্ত বিবরণীর পেজ lang: bn template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: Leslie the rhino তার স্টেকিং পুরষ্কার সহ sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/ca/dao/index.md b/public/content/translations/ca/dao/index.md index 5586a8cfc48..f02eda014a4 100644 --- a/public/content/translations/ca/dao/index.md +++ b/public/content/translations/ca/dao/index.md @@ -5,7 +5,7 @@ lang: ca template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Representació d'una DAO que vota una proposta. summaryPoint1: Comunitats de membres sense un lideratge centralitzat. summaryPoint2: Una forma segura de col·laborar amb desconeguts a internet. diff --git a/public/content/translations/ca/defi/index.md b/public/content/translations/ca/defi/index.md index e9bdaf8cb45..5b518394870 100644 --- a/public/content/translations/ca/defi/index.md +++ b/public/content/translations/ca/defi/index.md @@ -4,7 +4,7 @@ description: Una visió general de les DeFi a Ethereum lang: ca template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Un logotip d'Ethereum fet de peces de lego. sidebarDepth: 2 summaryPoint1: Una alternativa global i oberta al sistema financer actual. diff --git a/public/content/translations/ca/nft/index.md b/public/content/translations/ca/nft/index.md index c0c88c5cf60..5c97e2de132 100644 --- a/public/content/translations/ca/nft/index.md +++ b/public/content/translations/ca/nft/index.md @@ -5,7 +5,7 @@ lang: ca template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Un logotip d'Eth mostrat mitjançant un holograma. summaryPoint1: Una forma de representar quelcom únic com ara un actiu basat en Ethereum. summaryPoint2: Els NFT estan donant més poder als creadors de contingut que mai. diff --git a/public/content/translations/ca/roadmap/beacon-chain/index.md b/public/content/translations/ca/roadmap/beacon-chain/index.md index b74e59fa8d3..ff5879f695c 100644 --- a/public/content/translations/ca/roadmap/beacon-chain/index.md +++ b/public/content/translations/ca/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: La cadena de balisa description: Aprèn més coses sobre la Cadena de Balisa - la millora que va introduir la prova de participació d'Ethereum. lang: ca template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: La Cadena de Balisa no canvia en res l'Ethereum que utilitzem avui en dia. summaryPoint2: Coordinarà la xarxa, fent servei com a capa de consens. diff --git a/public/content/translations/ca/roadmap/merge/index.md b/public/content/translations/ca/roadmap/merge/index.md index 553056a781a..b63c902fa9c 100644 --- a/public/content/translations/ca/roadmap/merge/index.md +++ b/public/content/translations/ca/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: La fusió description: "Més informació sobre la fusió: quan la xarxa principal d'Ethereum s'integri al sistema coordinat de prova de participació de la cadena de balisa." lang: ca template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: Està previst que l'actual xarxa principal d'Ethereum es "fusioni" amb la cadena de balisa basada en el sistema de prova de participació. summaryPoint2: Això marcarà el final del sistema de prova de treball per Ethereum i significarà la transició completa al sistema de prova de participació. diff --git a/public/content/translations/cs/dao/index.md b/public/content/translations/cs/dao/index.md index 7c2ba3dba3a..1116c46bf32 100644 --- a/public/content/translations/cs/dao/index.md +++ b/public/content/translations/cs/dao/index.md @@ -5,7 +5,7 @@ lang: cs template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Vyobrazení decentralizované autonomní organizace hlasující o návrhu. summaryPoint1: Členské komunity bez centralizovaného vedení. summaryPoint2: Bezpečný způsob, jak spolupracovat s lidmi na internetu. diff --git a/public/content/translations/cs/decentralized-identity/index.md b/public/content/translations/cs/decentralized-identity/index.md index 5f439293d2a..0396e52e112 100644 --- a/public/content/translations/cs/decentralized-identity/index.md +++ b/public/content/translations/cs/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: cs template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: Tradiční systémy identity centralizovaly vydávání, údržbu a kontrolu vašich identifikátorů. summaryPoint2: Decentralizovaná identita odstraňuje závislost na centralizovaných třetích stranách. summaryPoint3: Díky kryptu mají nyní opět uživatelé nástroje k vydávání, držení a ovládání svých identifikátorů a osvědčení. diff --git a/public/content/translations/cs/defi/index.md b/public/content/translations/cs/defi/index.md index 727ed17928f..34a2e598761 100644 --- a/public/content/translations/cs/defi/index.md +++ b/public/content/translations/cs/defi/index.md @@ -4,7 +4,7 @@ description: Přehled DeFi na platformě Ethereum lang: cs template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Logo Eth vyrobené z cihel lega. sidebarDepth: 2 summaryPoint1: Globální, otevřená alternativa ke stávající finanční soustavě. diff --git a/public/content/translations/cs/desci/index.md b/public/content/translations/cs/desci/index.md index f0cbff6bb72..92c87d77cb7 100644 --- a/public/content/translations/cs/desci/index.md +++ b/public/content/translations/cs/desci/index.md @@ -5,7 +5,7 @@ lang: cs template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Globální, otevřená alternativa ke stávajícímu vědeckému systému. summaryPoint2: Technologie, která vědcům umožňuje získávat financování, provádět experimenty, sdílet data, šířit poznatky a další. diff --git a/public/content/translations/cs/nft/index.md b/public/content/translations/cs/nft/index.md index db1c7f0ec1a..81f30c8db7a 100644 --- a/public/content/translations/cs/nft/index.md +++ b/public/content/translations/cs/nft/index.md @@ -5,7 +5,7 @@ lang: cs template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Logo Eth zobrazené prostřednictvím hologramu. summaryPoint1: Způsob, jak reprezentovat cokoliv unikátního jako majetek založený na Ethereu. summaryPoint2: NFT dávají tvůrcům obsahu větší moc než kdykoliv předtím. diff --git a/public/content/translations/cs/refi/index.md b/public/content/translations/cs/refi/index.md index 0f17b852d67..e4b94417896 100644 --- a/public/content/translations/cs/refi/index.md +++ b/public/content/translations/cs/refi/index.md @@ -5,7 +5,7 @@ lang: cs template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Alternativní ekonomický systém postavený na regenerativních principech summaryPoint2: Snaha využít Ethereum k řešení koordinačních krizí na globální úrovni, jako je změna klimatu diff --git a/public/content/translations/cs/social-networks/index.md b/public/content/translations/cs/social-networks/index.md index 08eb813c403..ac42e9c6d73 100644 --- a/public/content/translations/cs/social-networks/index.md +++ b/public/content/translations/cs/social-networks/index.md @@ -5,7 +5,7 @@ lang: cs template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: Platformy založené na blockchainu pro sociální interakci a tvorbu a distribuci obsahu. summaryPoint2: Decentralizované sociální sítě chrání soukromí uživatelů a zvyšují bezpečnost dat. summaryPoint3: Tokeny a NFT umožňují monetizovat obsah novým způsobem. diff --git a/public/content/translations/cs/staking/pools/index.md b/public/content/translations/cs/staking/pools/index.md index 243ff4050fb..4e6b793b083 100644 --- a/public/content/translations/cs/staking/pools/index.md +++ b/public/content/translations/cs/staking/pools/index.md @@ -4,7 +4,7 @@ description: Přehled, jak začít se zapojením do sdruženého vkládání ETH lang: cs template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: Nosorožec Leslie plave v bazénu. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/cs/staking/saas/index.md b/public/content/translations/cs/staking/saas/index.md index 05e5d6722e1..6804964456e 100644 --- a/public/content/translations/cs/staking/saas/index.md +++ b/public/content/translations/cs/staking/saas/index.md @@ -4,7 +4,7 @@ description: Přehled, jak začít se zapojením do sdruženého vkládání ETH lang: cs template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: Nosorožec Leslie plovoucí v oblacích. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/cs/staking/solo/index.md b/public/content/translations/cs/staking/solo/index.md index 059b52e064e..bc202e365ef 100644 --- a/public/content/translations/cs/staking/solo/index.md +++ b/public/content/translations/cs/staking/solo/index.md @@ -4,7 +4,7 @@ description: Přehled toho, jak začít samostatně vkládat ETH lang: cs template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: Nosorožec Leslie na svém vlastním počítačovém čipu. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/cs/staking/withdrawals/index.md b/public/content/translations/cs/staking/withdrawals/index.md index e7933aa5f95..2199e16a1a4 100644 --- a/public/content/translations/cs/staking/withdrawals/index.md +++ b/public/content/translations/cs/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: Probíhají výběry description: Stránka shrnující, co jsou výběry push, jak fungují a co musí stakeři udělat, aby získali své odměny lang: cs template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: Nosorožec Leslie se svými vkladovými odměnami sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/de/dao/index.md b/public/content/translations/de/dao/index.md index 34032c9e445..653f21f22d4 100644 --- a/public/content/translations/de/dao/index.md +++ b/public/content/translations/de/dao/index.md @@ -5,7 +5,7 @@ lang: de template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Eine Repräsentation eines Abstimmungsvorschlags in einer DAO. summaryPoint1: Communitys im Besitz ihrer Mitglieder ohne zentrale Führung. summaryPoint2: Ein sicherer Weg, um mit Fremden im Internet zusammenzuarbeiten. diff --git a/public/content/translations/de/decentralized-identity/index.md b/public/content/translations/de/decentralized-identity/index.md index 0a348a472b9..22711cceea9 100644 --- a/public/content/translations/de/decentralized-identity/index.md +++ b/public/content/translations/de/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: de template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: Traditionelle Identitätssysteme haben die Ausgabe, Wartung und Kontrolle Ihrer Identifikatoren zentralisiert. summaryPoint2: Eine dezentralisierte Identität beseitigt die Abhängigkeit von zentralisierten Dritten. summaryPoint3: Dank Krypto haben Benutzer jetzt die Werkzeuge, um ihre eigenen Identifikatoren und Bescheinigungen wieder auszugeben, zu halten und zu kontrollieren. diff --git a/public/content/translations/de/defi/index.md b/public/content/translations/de/defi/index.md index 4180b373a10..db0d2da282b 100644 --- a/public/content/translations/de/defi/index.md +++ b/public/content/translations/de/defi/index.md @@ -4,7 +4,7 @@ description: Eine Übersicht über DeFi auf Ethereum lang: de template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Ein ETH-Logo aus Legosteinen. sidebarDepth: 2 summaryPoint1: Eine globale, offene Alternative zum aktuellen Finanzsystem. diff --git a/public/content/translations/de/desci/index.md b/public/content/translations/de/desci/index.md index dac6b5f4a37..917e39d6e1a 100644 --- a/public/content/translations/de/desci/index.md +++ b/public/content/translations/de/desci/index.md @@ -5,7 +5,7 @@ lang: de template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Eine globale, offene Alternative zum derzeitigen wissenschaftlichen System. summaryPoint2: Technologie, die es Wissenschaftlern ermöglicht, Finanzierung zu erhalten, Experimente durchzuführen, Daten zu teilen, Erkenntnisse zu verbreiten und vieles mehr. diff --git a/public/content/translations/de/nft/index.md b/public/content/translations/de/nft/index.md index 397c296cb34..b816996658a 100644 --- a/public/content/translations/de/nft/index.md +++ b/public/content/translations/de/nft/index.md @@ -5,7 +5,7 @@ lang: de template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Ein als Hologramm abgebildetes ETH-Logo. summaryPoint1: Ein Weg, alles Einzigartige als eine Ethereum-basierte Anlage darzustellen. summaryPoint2: NFTs geben Inhaltserstellern mehr Einfluss denn je. diff --git a/public/content/translations/de/refi/index.md b/public/content/translations/de/refi/index.md index 44bb7506994..0ad4a6af228 100644 --- a/public/content/translations/de/refi/index.md +++ b/public/content/translations/de/refi/index.md @@ -5,7 +5,7 @@ lang: de template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Ein alternatives, auf regenerativen Prinzipien beruhendes Wirtschaftssystem summaryPoint2: Ein Versuch, Ethereum für die Lösung globaler Koordinationskrisen wie dem Klimawandel nutzbar zu machen diff --git a/public/content/translations/de/roadmap/beacon-chain/index.md b/public/content/translations/de/roadmap/beacon-chain/index.md index f8a33ce6ca0..3ba3e611dd3 100644 --- a/public/content/translations/de/roadmap/beacon-chain/index.md +++ b/public/content/translations/de/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: Die Beacon Chain description: Informieren Sie sich über die Beacon Chain – das Upgrade, mit dem Proof-of-Stake für Ethereum eingeführt wurde lang: de template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: Mit der Beacon Chain wurde Proof-of-Stake in das Ethereum Ökosystem eingeführt. summaryPoint2: Sie wurde 2022 mit der ursprünglichen Ethereum Proof-of-Work Blockchain vereinigt. diff --git a/public/content/translations/de/roadmap/future-proofing/index.md b/public/content/translations/de/roadmap/future-proofing/index.md index 8aa89d4abc6..8160a0557ab 100644 --- a/public/content/translations/de/roadmap/future-proofing/index.md +++ b/public/content/translations/de/roadmap/future-proofing/index.md @@ -2,7 +2,7 @@ title: Zukunftssicherung von Ethereum description: Diese Verbesserungen festigen Ethereum als widerstandsfähige und dezentrale Grundlage für die ungewisse Zukunft. lang: de -image: /roadmap/roadmap-future.png +image: /images/roadmap/roadmap-future.png alt: "Ethereum-Roadmap" template: roadmap --- diff --git a/public/content/translations/de/roadmap/index.md b/public/content/translations/de/roadmap/index.md index beb3fceb6ea..aa6dc389742 100644 --- a/public/content/translations/de/roadmap/index.md +++ b/public/content/translations/de/roadmap/index.md @@ -3,7 +3,7 @@ title: Ethereum-Roadmap description: Der Weg zu mehr Skalierbarkeit, Sicherheit und Nachhaltigkeit für Ethereum. lang: de template: roadmap -image: /heroes/roadmap-hub-hero.jpg +image: /images/heroes/roadmap-hub-hero.jpg alt: "Ethereum-Roadmap" summaryPoints: buttons: diff --git a/public/content/translations/de/roadmap/merge/index.md b/public/content/translations/de/roadmap/merge/index.md index 7467d09633a..9440e7f1710 100644 --- a/public/content/translations/de/roadmap/merge/index.md +++ b/public/content/translations/de/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: Die Zusammenführung description: Erfahren Sie mehr über die Zusammenführung, als Mainnet Ethereum Proof-of-Stake einführte. lang: de template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png summaryPoint1: Ethereum Mainnet verwendet Proof-of-Stake, aber das war nicht immer der Fall. summaryPoint2: Der Wechsel vom ursprünglichen Proof-of-Work Mechanismus zu Proof-of-Stake wurde Zusammenführung genannt. summaryPoint3: Die Zusammenführung bezieht sich auf das ursprüngliche Ethereum Mainnet, welches mit einer separaten Proof-of-Stake-Blockchain namens Beacon Chain vereinigt wurde, und somit nun beide als eine Blockchain existieren. diff --git a/public/content/translations/de/roadmap/scaling/index.md b/public/content/translations/de/roadmap/scaling/index.md index 28166e93a12..e99a02e2eff 100644 --- a/public/content/translations/de/roadmap/scaling/index.md +++ b/public/content/translations/de/roadmap/scaling/index.md @@ -2,7 +2,7 @@ title: Ethereum zu skalieren description: Rollups fassen Transaktionen off-chain zusammen und senken so die Kosten für den Nutzer. Die Art und Weise, wie Rollups derzeit Daten verwenden, ist jedoch zu teuer und schränkt ein, wie günstig Transaktionen sein können. Proto-Danksharding behebt das. lang: de -image: /roadmap/roadmap-transactions.png +image: /images/roadmap/roadmap-transactions.png alt: "Ethereum-Roadmap" template: roadmap --- diff --git a/public/content/translations/de/roadmap/security/index.md b/public/content/translations/de/roadmap/security/index.md index d50fd1e79fa..d65d701f1a9 100644 --- a/public/content/translations/de/roadmap/security/index.md +++ b/public/content/translations/de/roadmap/security/index.md @@ -2,7 +2,7 @@ title: Ein sichereres Ethereum Netzwerk description: Ethereum ist die sicherste und dezentralisierte Smart-Contract-Plattform, die es gibt. Es gibt jedoch immer noch Verbesserungen, die vorgenommen werden können, um Ethereum bis weit in die Zukunft hinein gegen jegliche Art von Angriffen zu wappnen. lang: de -image: /roadmap/roadmap-security.png +image: /images/roadmap/roadmap-security.png alt: "Ethereum-Roadmap" template: roadmap --- diff --git a/public/content/translations/de/roadmap/user-experience/index.md b/public/content/translations/de/roadmap/user-experience/index.md index eed49c7aebb..7f35421e4e7 100644 --- a/public/content/translations/de/roadmap/user-experience/index.md +++ b/public/content/translations/de/roadmap/user-experience/index.md @@ -2,7 +2,7 @@ title: Verbesserung der Benutzererfahrung description: Für die meisten Menschen ist es immer noch zu kompliziert Ethereum zu benutzen. Um die Massenakzeptanz von Ethereum zu fördern, müssen die Eintrittsbarrieren drastisch gesenkt werden - die Nutzer müssen die Vorteile eines dezentralisierten, erlaubnisfreien und zensurresistenten Zugangs zu Ethereum nutzen können, der jedoch so reibungslos sein muss wie die Nutzung einer herkömmlichen Web2-App. lang: de -image: /roadmap/roadmap-ux.png +image: /images/roadmap/roadmap-ux.png alt: "Ethereum-Roadmap" template: roadmap --- diff --git a/public/content/translations/de/social-networks/index.md b/public/content/translations/de/social-networks/index.md index d08c2825a89..f6e7bbec054 100644 --- a/public/content/translations/de/social-networks/index.md +++ b/public/content/translations/de/social-networks/index.md @@ -5,7 +5,7 @@ lang: de template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: Blockchain-basierte Plattformen für soziale Interaktionen und Content-Erstellung und -Verteilung. summaryPoint2: Dezentralisierte Social-Media-Netzwerke schützen die Privatsphäre der Benutzer und erhöhen Datensicherheit. summaryPoint3: Token und NFTs erschaffen neue Wege zur Monetarisierung von Inhalten. diff --git a/public/content/translations/de/staking/pools/index.md b/public/content/translations/de/staking/pools/index.md index 8cfcd9f10ba..ec7850faf1b 100644 --- a/public/content/translations/de/staking/pools/index.md +++ b/public/content/translations/de/staking/pools/index.md @@ -4,7 +4,7 @@ description: Eine Übersicht darüber, wie man mit ETH-Pool-Staking beginnen kan lang: de template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: Leslie, das Nashorn, wie es im Pool schwimmt. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/de/staking/saas/index.md b/public/content/translations/de/staking/saas/index.md index 167d4c847d2..fcf3cdcadc0 100644 --- a/public/content/translations/de/staking/saas/index.md +++ b/public/content/translations/de/staking/saas/index.md @@ -4,7 +4,7 @@ description: Eine Übersicht darüber, wie man mit gepooltem ETH-Staking beginne lang: de template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: Leslie, das in den Wolken schwebende Nashorn. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/de/staking/solo/index.md b/public/content/translations/de/staking/solo/index.md index 249553424b3..480034cda09 100644 --- a/public/content/translations/de/staking/solo/index.md +++ b/public/content/translations/de/staking/solo/index.md @@ -4,7 +4,7 @@ description: Ein Überblick darüber, wie Sie mit dem Solo-Staking Ihres ETH beg lang: de template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: Leslie das Nashorn auf ihrem eigenen Computerchip. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/de/staking/withdrawals/index.md b/public/content/translations/de/staking/withdrawals/index.md index df9e0425e6c..312e6469f5c 100644 --- a/public/content/translations/de/staking/withdrawals/index.md +++ b/public/content/translations/de/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: Staking-Auszahlungen description: Seite mit einer Zusammenfassung zu Staking-Push-Auszahlungen, wie sie funktionieren und was Staker tun müssen, um ihre Belohnungen zu erhalten lang: de template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: Leslie das Nashorn mit ihren Staking-Auszahlungen sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/el/dao/index.md b/public/content/translations/el/dao/index.md index cf2a0018185..9fd2d221050 100644 --- a/public/content/translations/el/dao/index.md +++ b/public/content/translations/el/dao/index.md @@ -5,7 +5,7 @@ lang: el template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Αναπαράσταση ενός DAO που ψηφίζει για μια πρόταση. summaryPoint1: Κοινότητες αποτελούμενες από μέλη χωρίς κεντρική εξουσία. summaryPoint2: Ένας ασφαλής τρόπος συνεργασίας μεταξύ αγνώστων στο διαδίκτυο. diff --git a/public/content/translations/el/decentralized-identity/index.md b/public/content/translations/el/decentralized-identity/index.md index 904e5100bed..0573238efb5 100644 --- a/public/content/translations/el/decentralized-identity/index.md +++ b/public/content/translations/el/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: el template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: Τα παραδοσιακά συστήματα ταυτότητας διαχειρίζονται κεντρικά τα στοιχεία και τον έλεγχο των αναγνωριστικών σας. summaryPoint2: Η αποκεντρωμένη ταυτότητα καταργεί την ανάγκη ύπαρξης κεντρικών τρίτων μερών. summaryPoint3: Χάρη στα κρυπτονομίσματα, οι χρήστες διαθέτουν εργαλεία έκδοσης, διατήρησης και ελέγχου των αναγνωριστικών τους και καθώς και της επικύρωσης. diff --git a/public/content/translations/el/defi/index.md b/public/content/translations/el/defi/index.md index 03acdc7b8cb..185cb8b2904 100644 --- a/public/content/translations/el/defi/index.md +++ b/public/content/translations/el/defi/index.md @@ -4,7 +4,7 @@ description: Μια επισκόπηση της DeFi στο Ethereum lang: el template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Το λογότυπο Eth κατασκευασμένο από τούβλα lego. sidebarDepth: 2 summaryPoint1: Μια παγκόσμια, ανοικτή εναλλακτική λύση στο τρέχον χρηματοπιστωτικό σύστημα. diff --git a/public/content/translations/el/desci/index.md b/public/content/translations/el/desci/index.md index 058a2912f70..baf8eb39bbb 100644 --- a/public/content/translations/el/desci/index.md +++ b/public/content/translations/el/desci/index.md @@ -5,7 +5,7 @@ lang: el template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Μια παγκόσμια, ανοικτή εναλλακτική λύση στο τρέχον επιστημονικό σύστημα. summaryPoint2: Τεχνολογία που επιτρέπει στους επιστήμονες να αντλήσουν χρηματοδοτήσεις, να εκτελέσουν πειράματα, να μοιραστούν δεδομένα, ιδέες και πολλά άλλα. diff --git a/public/content/translations/el/nft/index.md b/public/content/translations/el/nft/index.md index 76f0c7b8d87..e30f774df74 100644 --- a/public/content/translations/el/nft/index.md +++ b/public/content/translations/el/nft/index.md @@ -5,7 +5,7 @@ lang: el template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Ένα λογότυπο Eth που προβάλλεται μέσω ολογράμματος. summaryPoint1: Ένας τρόπος για να αντιπροσωπεύσετε οτιδήποτε μοναδικό ως περιουσιακό στοιχείο με βάση το Ethereum. summaryPoint2: Τα NFT δίνουν περισσότερη δύναμη στους δημιουργούς περιεχομένου από ποτέ. diff --git a/public/content/translations/el/refi/index.md b/public/content/translations/el/refi/index.md index 4877e3160df..499be3a608d 100644 --- a/public/content/translations/el/refi/index.md +++ b/public/content/translations/el/refi/index.md @@ -5,7 +5,7 @@ lang: el template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Ένα εναλλακτικό οικονομικό σύστημα που βασίζεται σε αναγεννητικές αρχές. summaryPoint2: Μια προσπάθεια αξιοποίησης του Ethereum για την επίλυση κρίσεων συντονισμού σε παγκόσμιο επίπεδο, όπως η κλιματική αλλαγή. diff --git a/public/content/translations/el/roadmap/beacon-chain/index.md b/public/content/translations/el/roadmap/beacon-chain/index.md index a42752afcd7..779608cfa24 100644 --- a/public/content/translations/el/roadmap/beacon-chain/index.md +++ b/public/content/translations/el/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: Η κύρια αλυσίδα (Beacon Chain) description: Μάθετε για το beacon chain - την πρώτη σημαντική αναβάθμιση Eth2 σε Ethereum. lang: el template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: Η εφαρμογή της κύριας αλυσίδας δεν αλλάζει τίποτα για το Ethereum όπως το χρησιμοποιούμε μέχρι σήμερα summaryPoint2: Θα κατευθύνει το δίκτυο diff --git a/public/content/translations/el/roadmap/merge/index.md b/public/content/translations/el/roadmap/merge/index.md index c3fbfc9d815..1420eaf614e 100644 --- a/public/content/translations/el/roadmap/merge/index.md +++ b/public/content/translations/el/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: Ενσωμάτωση του κεντρικού δικτύου με το E description: Μάθετε για την ενσωμάτωση - όταν το κεντρικό δίκτυο του Ethereum θα συνδεθεί με το Beacon Chain, το συντονισμένο σύστημα proof-of-stake. lang: el template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: Τελικά το τρέχον κεντρικό δίκτυο του Ethereum θα "ενσωματωθεί" με τις υπόλοιπες αναβαθμίσεις του Eth2. summaryPoint2: Η ενσωμάτωση αυτή θα συγχωνεύσει το κεντρικό δίκτυο του "Eth1" με το beacon chain του Eth2 και το σύστημα διαλογής (sharding system). diff --git a/public/content/translations/el/social-networks/index.md b/public/content/translations/el/social-networks/index.md index 679e8386cfa..2fad91df5d7 100644 --- a/public/content/translations/el/social-networks/index.md +++ b/public/content/translations/el/social-networks/index.md @@ -5,7 +5,7 @@ lang: el template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: Πλατφόρμες βασισμένες στο Blockchain για κοινωνική αλληλεπίδραση, δημιουργία και διανομή περιεχομένου. summaryPoint2: Τα αποκεντρωμένα κοινωνικά δίκτυα μέσων ενημέρωσης, προστατεύουν την ιδιωτικότητα των χρηστών και ενισχύουν την ασφάλεια των δεδομένων. summaryPoint3: Τα κρυπτονομίσματα και τα NFT δημιουργούν νέους τρόπους δημιουργίας κέρδους από περιεχόμενο. diff --git a/public/content/translations/el/staking/pools/index.md b/public/content/translations/el/staking/pools/index.md index 321b7537130..0e4c1113d37 100644 --- a/public/content/translations/el/staking/pools/index.md +++ b/public/content/translations/el/staking/pools/index.md @@ -4,7 +4,7 @@ description: Μια επισκόπηση πώς να ξεκινήσετε με lang: el template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: Η Leslie ο ρινόκερος κολυμπά στην πισίνα. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/el/staking/saas/index.md b/public/content/translations/el/staking/saas/index.md index 000bcba786d..848982c5fe2 100644 --- a/public/content/translations/el/staking/saas/index.md +++ b/public/content/translations/el/staking/saas/index.md @@ -4,7 +4,7 @@ description: Μια επισκόπηση πώς να ξεκινήσετε με lang: el template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: Η Leslie ο ρινόκερος πετάει στα σύννεφα. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/el/staking/solo/index.md b/public/content/translations/el/staking/solo/index.md index b2f6d169555..7070868aa09 100644 --- a/public/content/translations/el/staking/solo/index.md +++ b/public/content/translations/el/staking/solo/index.md @@ -4,7 +4,7 @@ description: Μια επισκόπηση πώς να ξεκινήσετε μόν lang: el template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: Η Leslie ο ρινόκερος στο δικό της υπολογιστή. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/el/staking/withdrawals/index.md b/public/content/translations/el/staking/withdrawals/index.md index fa56219a906..119bd801677 100644 --- a/public/content/translations/el/staking/withdrawals/index.md +++ b/public/content/translations/el/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: Αναλήψεις από αποθηκευμένο κεφάλαιο description: Η σελίδα συνοψίζει τι είναι οι αναλήψεις αποθηκευμένου κεφαλαίου, πώς λειτουργούν και τι πρέπει να κάνουν οι χρήστες για να λάβουν τις ανταμοιβές τους lang: el template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: Η Leslie ο ρινόκερος με τις ανταμοιβές από το αποθηκευμένο κεφάλαιό της sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/es/dao/index.md b/public/content/translations/es/dao/index.md index 93a2abf01ec..6a8f94ec4d1 100644 --- a/public/content/translations/es/dao/index.md +++ b/public/content/translations/es/dao/index.md @@ -5,7 +5,7 @@ lang: es template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Imagen de una DAO votando una propuesta. summaryPoint1: Comunidades con propiedad compartida por los miembros sin liderazgo centralizado. summaryPoint2: Una forma segura de colaborar con desconocidos en Internet. diff --git a/public/content/translations/es/decentralized-identity/index.md b/public/content/translations/es/decentralized-identity/index.md index 06b983ea5f7..9a1045e134f 100644 --- a/public/content/translations/es/decentralized-identity/index.md +++ b/public/content/translations/es/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: es template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: Los sistemas tradicionales de identidad han centralizado la emisión, mantenimiento y control de sus identificadores. summaryPoint2: La identidad descentralizada elimina la dependencia de terceras partes centralizadas. summaryPoint3: Gracias a la criptografía, los usuarios tienen ahora las herramientas para emitir, retener y controlar sus propios identificadores y certificaciones. diff --git a/public/content/translations/es/defi/index.md b/public/content/translations/es/defi/index.md index 7c379d149a7..0374637169b 100644 --- a/public/content/translations/es/defi/index.md +++ b/public/content/translations/es/defi/index.md @@ -4,7 +4,7 @@ description: Una visión de las finanzas descentralizadas en Ethereum lang: es template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Un logotipo de Ethereum hecho de bloques de Lego. sidebarDepth: 2 summaryPoint1: Una alternativa global y abierta al sistema financiero actual. diff --git a/public/content/translations/es/desci/index.md b/public/content/translations/es/desci/index.md index 9f365a5379d..55f5ecc7b48 100644 --- a/public/content/translations/es/desci/index.md +++ b/public/content/translations/es/desci/index.md @@ -5,7 +5,7 @@ lang: es template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Una alternativa global y abierta al sistema científico actual. summaryPoint2: Tecnología que permite a científicos recaudar fondos, realizar experimentos, compartir información y distribuir ideas, entre otras cosas. diff --git a/public/content/translations/es/nft/index.md b/public/content/translations/es/nft/index.md index 42a6b6db79f..d23e3056457 100644 --- a/public/content/translations/es/nft/index.md +++ b/public/content/translations/es/nft/index.md @@ -5,7 +5,7 @@ lang: es template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Un logotipo Eth mostrado a través de un holograma. summaryPoint1: Una forma de representar cualquier cosa única como un activo basado en Ethereum. summaryPoint2: Los NFT están otorgando más poder a los creadores de contenido que nunca. diff --git a/public/content/translations/es/refi/index.md b/public/content/translations/es/refi/index.md index c9d3c6a6ce9..f779fc2fdff 100644 --- a/public/content/translations/es/refi/index.md +++ b/public/content/translations/es/refi/index.md @@ -5,7 +5,7 @@ lang: es template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Un sistema económico alternativo construido con principios regenerativos summaryPoint2: Un intento de utilizar Ethereum para solucionar crisis de coordinación a escala global, como el cambio climático. diff --git a/public/content/translations/es/roadmap/beacon-chain/index.md b/public/content/translations/es/roadmap/beacon-chain/index.md index 5ddcfc4318a..c90cfd5047e 100644 --- a/public/content/translations/es/roadmap/beacon-chain/index.md +++ b/public/content/translations/es/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: La cadena de baliza description: 'Descubra todo lo relacionado con la cadena de baliza: la actualización que introdujo la prueba de participación en Ethereum.' lang: es template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: La cadena de baliza ha introducido la prueba de participación en el ecosistema de Ethereum. summaryPoint2: Se fusionó con la cadena de prueba de trabajo original de Ethereum en septiembre de 2022. diff --git a/public/content/translations/es/roadmap/future-proofing/index.md b/public/content/translations/es/roadmap/future-proofing/index.md index c30cbe3b047..98c5662cd43 100644 --- a/public/content/translations/es/roadmap/future-proofing/index.md +++ b/public/content/translations/es/roadmap/future-proofing/index.md @@ -2,7 +2,7 @@ title: Ethereum garantía futura description: Estas actualizaciones consolidan a Ethereum como el fundamento descentralizado y resiliente del futuro, en todas sus formas. lang: es -image: /roadmap/roadmap-future.png +image: /images/roadmap/roadmap-future.png alt: "Hoja de ruta de Ethereum" template: roadmap --- diff --git a/public/content/translations/es/roadmap/index.md b/public/content/translations/es/roadmap/index.md index 10484a27d80..dcb969352fe 100644 --- a/public/content/translations/es/roadmap/index.md +++ b/public/content/translations/es/roadmap/index.md @@ -3,7 +3,7 @@ title: Hoja de ruta de Ethereum description: El camino hacia una mayor escalabilidad, seguridad y sostenibilidad para Ethereum. lang: es template: roadmap -image: /heroes/roadmap-hub-hero.jpg +image: /images/heroes/roadmap-hub-hero.jpg alt: "Hoja de ruta de Ethereum" summaryPoints: buttons: diff --git a/public/content/translations/es/roadmap/merge/index.md b/public/content/translations/es/roadmap/merge/index.md index 6dcda4c2d70..04f5910cf69 100644 --- a/public/content/translations/es/roadmap/merge/index.md +++ b/public/content/translations/es/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: La Fusión description: Conozca más sobre La Fusión y sobre cuándo la red principal de Ethereum implementará la prueba de participación. lang: es template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: La red principal de Ethereum usa prueba de participación, pero esto no fue siempre el caso. summaryPoint2: La actualización del mecanismo original de prueba de trabajo a prueba de participación se denominó «La fusión». diff --git a/public/content/translations/es/roadmap/scaling/index.md b/public/content/translations/es/roadmap/scaling/index.md index 803a1fe7dbd..b77ff17a840 100644 --- a/public/content/translations/es/roadmap/scaling/index.md +++ b/public/content/translations/es/roadmap/scaling/index.md @@ -2,7 +2,7 @@ title: Escalar en Ethereum description: Las acumulaciones agrupan transacciones en lotes y lo hacen fuera de la cadena, reduciendo costes para el usuario. Sin embargo, la forma en que las acumulaciones gestionan los datos es muy cara en estos momentos, limitando con ello la posibilidad de tener transacciones baratas. Proto-anksharing se encarga de solucionarlo. lang: es -image: /roadmap/roadmap-transactions.png +image: /images/roadmap/roadmap-transactions.png alt: "Hoja de ruta de Ethereum" template: roadmap --- diff --git a/public/content/translations/es/roadmap/security/index.md b/public/content/translations/es/roadmap/security/index.md index 630799ce052..42a0621669f 100644 --- a/public/content/translations/es/roadmap/security/index.md +++ b/public/content/translations/es/roadmap/security/index.md @@ -2,7 +2,7 @@ title: Un Ethereum más seguro description: Ethereum es la plataforma de contratos inteligentes más segura y descentralizada que existe. Sin embargo, todavía se pueden hacer mejoras para que Ethereum siga resistiendo a cualquier tipo de ataque en el futuro. lang: es -image: /roadmap/roadmap-security.png +image: /images/roadmap/roadmap-security.png alt: "Hoja de ruta de Ethereum" template: roadmap --- diff --git a/public/content/translations/es/roadmap/user-experience/index.md b/public/content/translations/es/roadmap/user-experience/index.md index 84e0383f6e4..e388463eec2 100644 --- a/public/content/translations/es/roadmap/user-experience/index.md +++ b/public/content/translations/es/roadmap/user-experience/index.md @@ -2,7 +2,7 @@ title: Mejorar la experiencia de usuario description: "Todavía es demasiado complejo el uso de Ethereum para la mayoría de las personas. Para fomentar la adopción masiva, Ethereum debe reducir drásticamente sus barreras de entrada: los usuarios deben obtener los beneficios del acceso descentralizado, sin permiso y resistente a la censura a Ethereum, pero debe ser tan sencillo como usar una aplicación Web2 tradicional." lang: es -image: /roadmap/roadmap-ux.png +image: /images/roadmap/roadmap-ux.png alt: "Hoja de ruta de Ethereum" template: roadmap --- diff --git a/public/content/translations/es/social-networks/index.md b/public/content/translations/es/social-networks/index.md index 1eb64df27ad..2bf5241e6f9 100644 --- a/public/content/translations/es/social-networks/index.md +++ b/public/content/translations/es/social-networks/index.md @@ -5,7 +5,7 @@ lang: es template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: Plataformas basadas en la cadena de bloques para interacción social, creación y distribución de contenidos. summaryPoint2: Las redes sociales descentralizadas protegen la privacidad del usuario y mejoran la seguridad de los datos. summaryPoint3: Tókenes y NFT crean nuevas formas de monetizar contenido. diff --git a/public/content/translations/es/staking/pools/index.md b/public/content/translations/es/staking/pools/index.md index 3eb2befcfd9..5bdfa30801a 100644 --- a/public/content/translations/es/staking/pools/index.md +++ b/public/content/translations/es/staking/pools/index.md @@ -4,7 +4,7 @@ description: Una visión general de cómo empezar con la participación agrupada lang: es template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: Leslie, el rinoceronte, nadando en la piscina. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/es/staking/saas/index.md b/public/content/translations/es/staking/saas/index.md index 9a6e2cfddb1..a66af60872e 100644 --- a/public/content/translations/es/staking/saas/index.md +++ b/public/content/translations/es/staking/saas/index.md @@ -4,7 +4,7 @@ description: Una visión general de cómo empezar con la participación agrupada lang: es template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: Leslie, el rinoceronte, flotando en las nubes. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/es/staking/solo/index.md b/public/content/translations/es/staking/solo/index.md index 64eb73d9e12..d1b2b4bac15 100644 --- a/public/content/translations/es/staking/solo/index.md +++ b/public/content/translations/es/staking/solo/index.md @@ -4,7 +4,7 @@ description: Una visión general de cómo empezar a postar su ETH individualment lang: es template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: Leslie, el rinoceronte, en su propio chip. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/es/staking/withdrawals/index.md b/public/content/translations/es/staking/withdrawals/index.md index e16ae77e2af..c11c25afa0a 100644 --- a/public/content/translations/es/staking/withdrawals/index.md +++ b/public/content/translations/es/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: Retiradas de participaciones description: La página resume lo que son los «empujones de retirada», cómo funcionan y lo que los participantes deben hacer para obtener sus recompensas lang: es template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: Leslie el rinoceronte con sus recompensas de participaciones sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/fa/dao/index.md b/public/content/translations/fa/dao/index.md index a8edc858945..fed5facce5d 100644 --- a/public/content/translations/fa/dao/index.md +++ b/public/content/translations/fa/dao/index.md @@ -5,7 +5,7 @@ lang: fa template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: تصویری از یک DAO در حال رأی دادن به یک پیشنهاد. summaryPoint1: جوامع عضومحور بدون رهبری متمرکز. summaryPoint2: راهی ایمن برای برقراری ارتباط با غریبه‌های اینترنتی. diff --git a/public/content/translations/fa/decentralized-identity/index.md b/public/content/translations/fa/decentralized-identity/index.md index 17456159a97..8517d9b2885 100644 --- a/public/content/translations/fa/decentralized-identity/index.md +++ b/public/content/translations/fa/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: fa template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: سیستم های هویت صنعتی صدور، نگهداری و کنترل شناسه های شما را متمرکز کرده اند. summaryPoint2: هویت نامتمرکز اتکا، اشخاص ثالث متمرکز را از بین می برد. summaryPoint3: به لطف رمزنگاری، کاربران اکنون ابزارهایی برای صدور، نگهداری و کنترل مجدد شناسه ها و گواهی های خود دارند. diff --git a/public/content/translations/fa/defi/index.md b/public/content/translations/fa/defi/index.md index 1568f693a0a..a5a60b37ed0 100644 --- a/public/content/translations/fa/defi/index.md +++ b/public/content/translations/fa/defi/index.md @@ -4,7 +4,7 @@ description: نگاهی کلی بر امور مالی غیرمتمرکز بر پ lang: fa template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: لوگوی اتر ساخته‌شده از آجرهای لگو. sidebarDepth: 2 summaryPoint1: یک جایگزین جهانی و آِزاد برای سیستم مالی فعلی. diff --git a/public/content/translations/fa/desci/index.md b/public/content/translations/fa/desci/index.md index 760d70c61b7..2a9471e7ec0 100644 --- a/public/content/translations/fa/desci/index.md +++ b/public/content/translations/fa/desci/index.md @@ -5,7 +5,7 @@ lang: fa template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: یک جایگزین جهانی و باز برای سیستم علمی فعلی. summaryPoint2: فناوری که دانشمندان را قادر می‌سازد بودجه جمع‌آوری کنند، آزمایش‌ها را انجام دهند، داده‌ها را به اشتراک بگذارند، بینش‌ها را توزیع کنند و موارد دیگر. diff --git a/public/content/translations/fa/nft/index.md b/public/content/translations/fa/nft/index.md index 7025264ec9b..71b29039a10 100644 --- a/public/content/translations/fa/nft/index.md +++ b/public/content/translations/fa/nft/index.md @@ -5,7 +5,7 @@ lang: fa template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: لوگوی اتر که با هولوگرام نمایش داده شده‌ است. summaryPoint1: راهی برای نمایش دادن هر چیز بی‌همتا به‌عنوان یک دارایی مبتنی بر اتریوم. summaryPoint2: NFTها بیش از هر زمان دیگر به تولیدکنندگان محتوا قدرت می‌دهند. diff --git a/public/content/translations/fa/refi/index.md b/public/content/translations/fa/refi/index.md index 8f42fedb2d9..a249b1d3236 100644 --- a/public/content/translations/fa/refi/index.md +++ b/public/content/translations/fa/refi/index.md @@ -5,7 +5,7 @@ lang: fa template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: یک سیستم اقتصادی جایگزین ساخته شده بر پایه اصول بازتولیدکننده summaryPoint2: تلاشی برای استفاده از اتریوم برای حل چالش های هماهنگی در سراسر جهان مثل تغییرات آب و هوایی diff --git a/public/content/translations/fa/roadmap/beacon-chain/index.md b/public/content/translations/fa/roadmap/beacon-chain/index.md index ae979013f93..3356781b6e7 100644 --- a/public/content/translations/fa/roadmap/beacon-chain/index.md +++ b/public/content/translations/fa/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: زنجیره بیکن description: در مورد زنجیره‌ی بیکن یاد بگیرید - ارتقایی که اثبات سهام را برای اتریوم به ارمغان آورد. lang: fa template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png summaryPoint1: زنجیره بیکن اثبات سهام را برای اولین بار به اکوسیستم اتریوم وارد کرد. summaryPoint2: این زنجیره در ماه سپتامبر 2022 با زنجیرۀ اصلی اثبات کار اتریوم ادغام شد. summaryPoint3: زنجیره بیکن منطق اجماع و پروتکل شایعه (گاسیپ) را برای اولین بار ارائه کرد که اکنون امنیت اتریوم را تأمین می‌کند. diff --git a/public/content/translations/fa/roadmap/future-proofing/index.md b/public/content/translations/fa/roadmap/future-proofing/index.md index 6da90af0803..d0193d7c3cb 100644 --- a/public/content/translations/fa/roadmap/future-proofing/index.md +++ b/public/content/translations/fa/roadmap/future-proofing/index.md @@ -2,7 +2,7 @@ title: آینده‌نگری در اتریوم description: این ارتقاها اتریوم را به عنوان لایه پایه مقاوم و غیرمتمرکز برای هرآنچه در آینده پیش آید تقویت می‌کند. lang: fa -image: /roadmap/roadmap-future.png +image: /images/roadmap/roadmap-future.png alt: "نقشه‌ راه اتریوم" template: roadmap --- diff --git a/public/content/translations/fa/roadmap/index.md b/public/content/translations/fa/roadmap/index.md index 836926d0759..e08f94fa8f7 100644 --- a/public/content/translations/fa/roadmap/index.md +++ b/public/content/translations/fa/roadmap/index.md @@ -3,7 +3,7 @@ title: نقشه‌ راه اتریوم description: مسیری به سمت مقیاس‌پذیری، امنیت و پایداری بیشتر اتریوم. lang: fa template: roadmap -image: /heroes/roadmap-hub-hero.jpg +image: /images/heroes/roadmap-hub-hero.jpg alt: "نقشه‌ راه اتریوم" summaryPoints: buttons: diff --git a/public/content/translations/fa/roadmap/merge/index.md b/public/content/translations/fa/roadmap/merge/index.md index 4969bb4edb1..f4430c0b66b 100644 --- a/public/content/translations/fa/roadmap/merge/index.md +++ b/public/content/translations/fa/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: ادغام description: توضیحاتی درباره ادغام (The Merge) - وقتی شبکه اصلی اتریوم مکانیزم اثبات سهام را اتخاذ کرد. lang: fa template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png summaryPoint1: '«شبکه اصلی اتریوم» از مکانیزم اثبات سهام استفاده می‌کند، اما همیشه اینگونه نبوده است.' summaryPoint2: به ارتقایی که مکانیزم اصلی اثبات کار را به اثبات سهام تغییر داد ادغام گفته می‌شود. summaryPoint3: رویداد «ادغام» به ادغام شدن شبکه اصلی اتریوم و یک زنجیره بلوکی جداگانه اثبات سهام به اسم زنجیره بیکن (Beacon Chain) اشاره دارد که اکنون به صورت یک زنجیره واحد وجود دارند. diff --git a/public/content/translations/fa/roadmap/scaling/index.md b/public/content/translations/fa/roadmap/scaling/index.md index aa712186eab..d4a545b0cbb 100644 --- a/public/content/translations/fa/roadmap/scaling/index.md +++ b/public/content/translations/fa/roadmap/scaling/index.md @@ -2,7 +2,7 @@ title: مقیاس‌پذیری اتریوم description: رول‌آپ‌ها تراکنش‌ها را خارج از زنجیره گردآوری می‌کنند و هزینه را برای کاربر کاهش می‌دهند. با این حال، روش فعلی رول‌آپ‌‌ها در استفاده از اطلاعات بسیار گران است و میزان ارزان شدن تراکنش‌ها را محدود می‌کند. Proto-Danksharding مشکل را برطرف خواهد کرد. lang: fa -image: /roadmap/roadmap-transactions.png +image: /images/roadmap/roadmap-transactions.png alt: "نقشه‌ راه اتریوم" template: roadmap --- diff --git a/public/content/translations/fa/roadmap/security/index.md b/public/content/translations/fa/roadmap/security/index.md index 01930d8a3fa..eed01dd7eed 100644 --- a/public/content/translations/fa/roadmap/security/index.md +++ b/public/content/translations/fa/roadmap/security/index.md @@ -2,7 +2,7 @@ title: یک اتریوم ایمن‌تر description: اتریوم ایمن‌ترین و غیرمتمرکزترین پلتفورم قرارداد هوشمند موجود است. با این حال، همچنان می‌توان آن را بهبود بخشید تا اتریوم بتواند در آینده در برابر هر سطحی از حملات مقاوم باشد. lang: fa -image: /roadmap/roadmap-security.png +image: /images/roadmap/roadmap-security.png alt: "نقشه‌ راه اتریوم" template: roadmap --- diff --git a/public/content/translations/fa/roadmap/user-experience/index.md b/public/content/translations/fa/roadmap/user-experience/index.md index 927fa347b1f..1dcfdba7926 100644 --- a/public/content/translations/fa/roadmap/user-experience/index.md +++ b/public/content/translations/fa/roadmap/user-experience/index.md @@ -2,7 +2,7 @@ title: ارتقای تجربه کاربری description: همچنان استفاده از اتریوم برای اکثر افراد بیش از حد پیچیده است. اتریوم باید برای تشویق پذیرش انبوه، موانع ورودش را به شدت کاهش دهد - کاربران باید از مزایای دسترسی غیرمتمرکز، بدون نیاز به مجوز و مقاوم در برابر سانسور به اتریوم بهره‌مند شوند اما باید به اندازه استفاده از یک برنامه سنتی web2 بدون اصطکاک باشد. lang: fa -image: /roadmap/roadmap-ux.png +image: /images/roadmap/roadmap-ux.png alt: "نقشه‌ راه اتریوم" template: roadmap --- diff --git a/public/content/translations/fa/social-networks/index.md b/public/content/translations/fa/social-networks/index.md index a644413eea8..c9c6640427f 100644 --- a/public/content/translations/fa/social-networks/index.md +++ b/public/content/translations/fa/social-networks/index.md @@ -5,7 +5,7 @@ lang: fa template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: پلتفرم های مبتنی بر بلاک چین، برای تعامل اجتماعی و ایجاد و توزیع محتوا. summaryPoint2: شبکه های رسانه اجتماعی غیرمتمرکز، از حریم خصوصی کاربران محافظت می کنند و امنیت داده ها را افزایش می دهند. summaryPoint3: توکن ها و نیفتی ها راه های جدیدی برای کسب درآمد از محتوا ایجاد می کنند. diff --git a/public/content/translations/fa/staking/pools/index.md b/public/content/translations/fa/staking/pools/index.md index dd5b06a45f7..46300c62230 100644 --- a/public/content/translations/fa/staking/pools/index.md +++ b/public/content/translations/fa/staking/pools/index.md @@ -4,7 +4,7 @@ description: مروری بر نحوه آغاز به کار سهام‌گذاری lang: fa template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: لسلی اسب آبی در حال شنا در استخر. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/fa/staking/saas/index.md b/public/content/translations/fa/staking/saas/index.md index f1943f43d0e..72b65313a50 100644 --- a/public/content/translations/fa/staking/saas/index.md +++ b/public/content/translations/fa/staking/saas/index.md @@ -4,7 +4,7 @@ description: مروری بر نحوه شروع سهام‌گذاری مشترک lang: fa template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: لسلی اسب آبی شناور در میان ابرها. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/fa/staking/solo/index.md b/public/content/translations/fa/staking/solo/index.md index d2a272ea818..eab7f6f1516 100644 --- a/public/content/translations/fa/staking/solo/index.md +++ b/public/content/translations/fa/staking/solo/index.md @@ -4,7 +4,7 @@ description: مروری بر نحوه‌ی آغاز سهام‌گذاری به lang: fa template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: لسلی اسب آبی روی تراشه رایانه‌ای خودش. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/fa/staking/withdrawals/index.md b/public/content/translations/fa/staking/withdrawals/index.md index 4b093559641..58f72d92e9c 100644 --- a/public/content/translations/fa/staking/withdrawals/index.md +++ b/public/content/translations/fa/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: برداشت‌ها از سهام‌گذاری description: این صفحه به طور خلاصه بیان می‌کند که برداشت‌های سهامگذاری خودکار چه هستند، چطور کار می‌کنند، و سهامگذاران برای دریافت پاداش‌هایشان به چه کار باید انجام بدهند lang: fa template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: لزلی (Leslie) کرگدن، با پاداش سهام گذاری‌اش sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/fi/dao/index.md b/public/content/translations/fi/dao/index.md index 8fe839b26fb..3abe3858357 100644 --- a/public/content/translations/fi/dao/index.md +++ b/public/content/translations/fi/dao/index.md @@ -5,7 +5,7 @@ lang: fi template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Kuvitus, jossa hajautettu yhteisö äänestää ehdotuksesta. summaryPoint1: Jäsenten omistamat yhteisöt ilman keskitettyä johtajuutta. summaryPoint2: Turvallinen tapa tehdä yhteistyötä nettituttujen kanssa. diff --git a/public/content/translations/fi/nft/index.md b/public/content/translations/fi/nft/index.md index f856f2cb9ca..525608bcfe2 100644 --- a/public/content/translations/fi/nft/index.md +++ b/public/content/translations/fi/nft/index.md @@ -5,7 +5,7 @@ lang: fi template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Eth-logo hologrammina heijastettuna. summaryPoint1: Tapa esittää mitä tahansa ainutlaatuista digitaalisena Ethereum-omaisuuseränä. summaryPoint2: NFT:t antavat valtaa sisällöntuottajille ennen näkemättömällä tavalla. diff --git a/public/content/translations/fil/dao/index.md b/public/content/translations/fil/dao/index.md index c9d44505239..2282acbb7bb 100644 --- a/public/content/translations/fil/dao/index.md +++ b/public/content/translations/fil/dao/index.md @@ -5,7 +5,7 @@ lang: fil template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Representasyon ng botohan ng DAO sa isang panukala. summaryPoint1: Mga komunidad ng mga miyembro na walang sentralisadong pamumuno. summaryPoint2: Isang ligtas na paraan para makipag-collaborate sa mga hindi kakilala sa internet. diff --git a/public/content/translations/fil/decentralized-identity/index.md b/public/content/translations/fil/decentralized-identity/index.md index 861f71e518b..9c3bb29b3d6 100644 --- a/public/content/translations/fil/decentralized-identity/index.md +++ b/public/content/translations/fil/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: fil template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: Ang mga tradisyonal na identity system ay nakasentro sa pagbibigay, pagpapanatili at pagkontrol ng iyong mga identifier. summaryPoint2: Inaalis ng decentralized identity ang pagdepende sa mga centralized na third party. summaryPoint3: Dahil sa crypto, mayroon na ulit ang mga user ng mga tool para ibigay, pangasiwaan at kontrolin ang sarili nilang mga identifier at attestation. diff --git a/public/content/translations/fil/defi/index.md b/public/content/translations/fil/defi/index.md index 5b1cd6d0408..10306ed2356 100644 --- a/public/content/translations/fil/defi/index.md +++ b/public/content/translations/fil/defi/index.md @@ -4,7 +4,7 @@ description: Pangkalahatang-ideya ng DeFi sa Ethereum lang: fil template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Logo ng Eth na gawa sa mga lego brick. sidebarDepth: 2 summaryPoint1: Isang pandaigdigan at bukas na alternatibo sa kasalukuyang sistemang pinansyal. diff --git a/public/content/translations/fil/desci/index.md b/public/content/translations/fil/desci/index.md index 76f07cd780b..d4b714c4ee5 100644 --- a/public/content/translations/fil/desci/index.md +++ b/public/content/translations/fil/desci/index.md @@ -5,7 +5,7 @@ lang: fil template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Isang pandaigdigan at bukas na alternatibo sa kasalukuyang sistemang siyentipiko. summaryPoint2: Isang teknolohiyang nagbibigay-daan sa mga siyentipiko na lumikom ng pondo, magsagawa ng mga eksperimento, magbahagi ng data, magbahagi ng mga kaalaman, at iba pa. diff --git a/public/content/translations/fil/nft/index.md b/public/content/translations/fil/nft/index.md index db2af5ed83a..9c6ba33248f 100644 --- a/public/content/translations/fil/nft/index.md +++ b/public/content/translations/fil/nft/index.md @@ -5,7 +5,7 @@ lang: fil template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Logo ng Eth naka display via hologram. summaryPoint1: Isang paraan para katawanin ang kahit anong natatangi bilang Ethereum-based asset. summaryPoint2: Mas binibigyang-kakayahan ngayon ng mga NFT ang mga content creator. diff --git a/public/content/translations/fil/refi/index.md b/public/content/translations/fil/refi/index.md index 72642b4a0cf..8e85df634ee 100644 --- a/public/content/translations/fil/refi/index.md +++ b/public/content/translations/fil/refi/index.md @@ -5,7 +5,7 @@ lang: fil template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Isang alternatibong sistema ng ekonomiya na ibinatay sa mga prinsipyong regenerative summaryPoint2: Isang pagsubok na gamitin ang Ethereum upang malutas ang mga pandaigdigang problema sa koordinasyon tulad ng pagbabago ng klima diff --git a/public/content/translations/fil/social-networks/index.md b/public/content/translations/fil/social-networks/index.md index 17d061b67a4..222f1ea0711 100644 --- a/public/content/translations/fil/social-networks/index.md +++ b/public/content/translations/fil/social-networks/index.md @@ -5,7 +5,7 @@ lang: fil template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: Mga blockchain-based na platform para sa social interaction, at paggawa at pamamahagi ng content. summaryPoint2: Pinoprotektahan ng mga decentralized social media network ang privacy ng user at pinapaigting ng mga ito ang seguridad ng data. summaryPoint3: Gumagawa ng mga bagong paraan ang mga token at NFT upang pagkakitaan ang content. diff --git a/public/content/translations/fil/staking/pools/index.md b/public/content/translations/fil/staking/pools/index.md index 79246a7ca00..56aa4ad531d 100644 --- a/public/content/translations/fil/staking/pools/index.md +++ b/public/content/translations/fil/staking/pools/index.md @@ -4,7 +4,7 @@ description: Pangkalahatang-ideya tungkol sa kung paano magsimula sa pooled stak lang: fil template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: Lumalangoy sa pool ang rhino na si Leslie. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/fil/staking/saas/index.md b/public/content/translations/fil/staking/saas/index.md index 75154cd43e4..ffd85d74ac8 100644 --- a/public/content/translations/fil/staking/saas/index.md +++ b/public/content/translations/fil/staking/saas/index.md @@ -4,7 +4,7 @@ description: Pangkalahatang-ideya tungkol sa kung paano magsimula sa pooled stak lang: fil template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: Lumulutang sa ulap ang rhino na si Leslie. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/fil/staking/solo/index.md b/public/content/translations/fil/staking/solo/index.md index 5492af557e0..257f5b851e3 100644 --- a/public/content/translations/fil/staking/solo/index.md +++ b/public/content/translations/fil/staking/solo/index.md @@ -4,7 +4,7 @@ description: Pangkalahatang-ideya tungkol sa kung paano simulang i-solo stake an lang: fil template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: Ang rhino na si Leslie na nasa sarili niyang computer chip. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/fil/staking/withdrawals/index.md b/public/content/translations/fil/staking/withdrawals/index.md index 3dfbe6dab24..5e40689a2b4 100644 --- a/public/content/translations/fil/staking/withdrawals/index.md +++ b/public/content/translations/fil/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: Mga pag-withdraw ng stake description: Page na nagbubuod sa kung ano ang mga pag-push withdraw sa staking, paano ito gumagana, at kung ano ang dapat gawin ng mga staker para makuha ang mga reward nila lang: fil template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: Ang rhino na si Leslie kasama ng mga natanggap niyang reward mula sa staking sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/fr/dao/index.md b/public/content/translations/fr/dao/index.md index 9d4be1ef9b0..299063c4bc1 100644 --- a/public/content/translations/fr/dao/index.md +++ b/public/content/translations/fr/dao/index.md @@ -5,7 +5,7 @@ lang: fr template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Une représentation d'une DAO qui vote une proposition. summaryPoint1: Des communautés appartenant à leurs membres sans pouvoir centralisé. summaryPoint2: Un moyen sûr de collaborer avec des étrangers sur Internet. diff --git a/public/content/translations/fr/decentralized-identity/index.md b/public/content/translations/fr/decentralized-identity/index.md index f3f6e9a4038..68e8f31bf90 100644 --- a/public/content/translations/fr/decentralized-identity/index.md +++ b/public/content/translations/fr/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: fr template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: Les systèmes traditionnels d'identité centralisent l'émission, le maintien et le contrôle de vos identifiants. summaryPoint2: L'identité décentralisée supprime la dépendance à l'égard de tiers centralisés. summaryPoint3: Grâce à la crypto, les utilisateurs ont maintenant les outils pour émettre, conserver et contrôler à nouveau leurs propres identifiants et attestations. diff --git a/public/content/translations/fr/defi/index.md b/public/content/translations/fr/defi/index.md index 5592906d8fb..66a38c9eeda 100644 --- a/public/content/translations/fr/defi/index.md +++ b/public/content/translations/fr/defi/index.md @@ -4,7 +4,7 @@ description: Un aperçu de la DeFi sur Ethereum lang: fr template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Un logo Eth fait en briques lego. sidebarDepth: 2 summaryPoint1: Une alternative mondiale ouverte au système financier actuel. diff --git a/public/content/translations/fr/desci/index.md b/public/content/translations/fr/desci/index.md index d97ecea418a..2e7da314f14 100644 --- a/public/content/translations/fr/desci/index.md +++ b/public/content/translations/fr/desci/index.md @@ -5,7 +5,7 @@ lang: fr template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Une alternative globale et ouverte au système scientifique actuel. summaryPoint2: Technologie qui permet aux scientifiques de recueillir des fonds, de mener des expériences, de partager des données, de diffuser des idées et plus encore. diff --git a/public/content/translations/fr/nft/index.md b/public/content/translations/fr/nft/index.md index ba76cc26a74..9616345ecaa 100644 --- a/public/content/translations/fr/nft/index.md +++ b/public/content/translations/fr/nft/index.md @@ -5,7 +5,7 @@ lang: fr template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Un logo Eth affiché par hologramme. summaryPoint1: Un moyen de représenter toute chose unique en tant qu'actif Ethereum. summaryPoint2: Les NFT offrent plus de possibilités que jamais aux créateurs de contenus. diff --git a/public/content/translations/fr/refi/index.md b/public/content/translations/fr/refi/index.md index 9995f5dca49..bf187ecdd4e 100644 --- a/public/content/translations/fr/refi/index.md +++ b/public/content/translations/fr/refi/index.md @@ -5,7 +5,7 @@ lang: fr template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Un système économique alternatif fondé sur des principes de régénération summaryPoint2: Une tentative d'utilisation d'Ethereum pour résoudre les crises de coordination au niveau mondial, telles que le changement climatique diff --git a/public/content/translations/fr/roadmap/beacon-chain/index.md b/public/content/translations/fr/roadmap/beacon-chain/index.md index 146cde12188..3432d161b68 100644 --- a/public/content/translations/fr/roadmap/beacon-chain/index.md +++ b/public/content/translations/fr/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: La chaîne phare description: En savoir plus sur la chaîne phare - la mise à niveau qui a introduit la preuve d'enjeu d'Ethereum. lang: fr template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png summaryPoint1: La Chaîne phare a introduit la preuve d'enjeu dans l'écosystème Ethereum. summaryPoint2: Elle a été fusionnée avec la chaîne originale de preuve de travail Ethereum en septembre 2022. summaryPoint3: La Chaîne phare a introduit la logique de consensus et le protocole de commutation de bloc qui sécurise désormais Ethereum. diff --git a/public/content/translations/fr/roadmap/future-proofing/index.md b/public/content/translations/fr/roadmap/future-proofing/index.md index 6f0bf5793e3..c03935f34ff 100644 --- a/public/content/translations/fr/roadmap/future-proofing/index.md +++ b/public/content/translations/fr/roadmap/future-proofing/index.md @@ -2,7 +2,7 @@ title: Ethereum à l’épreuve du temps description: Ces mises à niveau consolident Ethereum en tant que couche de base résiliente et décentralisée pour l’avenir, quoi qu’elle réserve. lang: fr -image: /roadmap/roadmap-future.png +image: /images/roadmap/roadmap-future.png alt: "Feuille de route d'Ethereum" template: roadmap --- diff --git a/public/content/translations/fr/roadmap/index.md b/public/content/translations/fr/roadmap/index.md index 8a9e07343a2..4ddcff88821 100644 --- a/public/content/translations/fr/roadmap/index.md +++ b/public/content/translations/fr/roadmap/index.md @@ -3,7 +3,7 @@ title: Feuille de route d'Ethereum description: La voie vers davantage d'évolutivité, de sécurité et de durabilité pour Ethereum. lang: fr template: roadmap -image: /heroes/roadmap-hub-hero.jpg +image: /images/heroes/roadmap-hub-hero.jpg alt: "Feuille de route d'Ethereum" summaryPoints: buttons: diff --git a/public/content/translations/fr/roadmap/merge/index.md b/public/content/translations/fr/roadmap/merge/index.md index 0c210e9d901..94a9222e849 100644 --- a/public/content/translations/fr/roadmap/merge/index.md +++ b/public/content/translations/fr/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: La Fusion description: En savoir plus sur La Fusion - quand le réseau principal Ethereum adopte la preuve d'enjeu. lang: fr template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: Le réseau principal Ethereum utilise la preuve d'enjeu, mais cela n'a pas toujours été le cas. summaryPoint2: La mise à niveau du mécanisme original de preuve de travail à celui de la preuve d'enjeu a été appelé La Fusion. diff --git a/public/content/translations/fr/roadmap/scaling/index.md b/public/content/translations/fr/roadmap/scaling/index.md index a9f1ca4e0bb..c04e94db3ac 100644 --- a/public/content/translations/fr/roadmap/scaling/index.md +++ b/public/content/translations/fr/roadmap/scaling/index.md @@ -2,7 +2,7 @@ title: Permettre l'évolutivité d'Ethereum description: Les rollups regroupent des transactions hors chaîne, ce qui réduit les coûts pour l'utilisateur. Cependant, la manière dont les rollups utilisent actuellement les données est pour l'heure trop coûteuse, ce qui limite le coût des transactions. La solution Proto-Danksharding règle ce problème. lang: fr -image: /roadmap/roadmap-transactions.png +image: /images/roadmap/roadmap-transactions.png alt: "Feuille de route d'Ethereum" template: roadmap --- diff --git a/public/content/translations/fr/roadmap/security/index.md b/public/content/translations/fr/roadmap/security/index.md index d1a9028e7e2..36938efad9e 100644 --- a/public/content/translations/fr/roadmap/security/index.md +++ b/public/content/translations/fr/roadmap/security/index.md @@ -2,7 +2,7 @@ title: Un Ethereum plus sûr description: Ethereum est la plateforme de contrats intelligents la plus sûre et la plus décentralisée qui existe. Cependant, des améliorations peuvent encore être apportées pour qu'Ethereum reste résistant à tout niveau d'attaque à l'avenir. lang: fr -image: /roadmap/roadmap-security.png +image: /images/roadmap/roadmap-security.png alt: "Feuille de route d'Ethereum" template: roadmap --- diff --git a/public/content/translations/fr/roadmap/user-experience/index.md b/public/content/translations/fr/roadmap/user-experience/index.md index 11be67f9034..b46e8c1fa0f 100644 --- a/public/content/translations/fr/roadmap/user-experience/index.md +++ b/public/content/translations/fr/roadmap/user-experience/index.md @@ -2,7 +2,7 @@ title: Amélioration de l'expérience utilisateur description: Utiliser Ethereum reste encore trop compliqué pour la plupart des gens. Pour encourager l'adoption massive, Ethereum doit réduire considérablement les obstacles initiaux - les utilisateurs doivent bénéficier d'un accès décentralisé, sans autorisation et résistant à la censure à Ethereum, mais cela doit rester aussi fluide que l'utilisation d'une application Web2 traditionnelle. lang: fr -image: /roadmap/roadmap-ux.png +image: /images/roadmap/roadmap-ux.png alt: "Feuille de route d'Ethereum" template: roadmap --- diff --git a/public/content/translations/fr/social-networks/index.md b/public/content/translations/fr/social-networks/index.md index 5c541fb49d2..6a97223a9b1 100644 --- a/public/content/translations/fr/social-networks/index.md +++ b/public/content/translations/fr/social-networks/index.md @@ -5,7 +5,7 @@ lang: fr template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: Plateformes basées sur la blockchain pour les interactions sociales, la création et la distribution de contenu. summaryPoint2: Les médias décentralisés protègent la confidentialité des utilisateurs et améliorent la sécurité des données. summaryPoint3: Les jetons et les NFT créent de nouvelles façons de monétiser le contenu. diff --git a/public/content/translations/fr/staking/pools/index.md b/public/content/translations/fr/staking/pools/index.md index 580b555e18f..c6fd0aef559 100644 --- a/public/content/translations/fr/staking/pools/index.md +++ b/public/content/translations/fr/staking/pools/index.md @@ -4,7 +4,7 @@ description: Un aperçu de la façon de débuter avec la mise en jeu d'ETH mutua lang: fr template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: Leslie le rhinocéros nage dans la piscine. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/fr/staking/saas/index.md b/public/content/translations/fr/staking/saas/index.md index fb3c4c09744..96fff0f4572 100644 --- a/public/content/translations/fr/staking/saas/index.md +++ b/public/content/translations/fr/staking/saas/index.md @@ -4,7 +4,7 @@ description: Un aperçu de la façon de débuter avec la mise en jeu ETH mutuali lang: fr template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: Leslie le rhinocéros flottant dans les nuages. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/fr/staking/solo/index.md b/public/content/translations/fr/staking/solo/index.md index 5e896774338..47ba4168788 100644 --- a/public/content/translations/fr/staking/solo/index.md +++ b/public/content/translations/fr/staking/solo/index.md @@ -4,7 +4,7 @@ description: Un aperçu de la façon de commencer à miser votre ETH de manière lang: fr template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: Leslie le rhinocéros sur sa puce d'ordinateur. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/fr/staking/withdrawals/index.md b/public/content/translations/fr/staking/withdrawals/index.md index 8d04b766769..a0398b34850 100644 --- a/public/content/translations/fr/staking/withdrawals/index.md +++ b/public/content/translations/fr/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: Retraits de la mise en jeu description: Page résumant ce que sont les retraits de staking, comment ils fonctionnent et ce que les stakers doivent faire pour obtenir leurs récompenses lang: fr template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: Leslie le rhinocéros avec ses récompenses de staking sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/hi/dao/index.md b/public/content/translations/hi/dao/index.md index 0181de430d4..1309ecccd2b 100644 --- a/public/content/translations/hi/dao/index.md +++ b/public/content/translations/hi/dao/index.md @@ -5,7 +5,7 @@ lang: hi template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: किसी प्रस्ताव पर मतदान करने वाले DAO का प्रतिनिधित्व। summaryPoint1: केंद्रीकृत नेतृत्व के बिना सदस्य के स्वामित्व वाले समुदाय। summaryPoint2: इंटरनेट पर अजनबियों के साथ सहयोग करने का एक सुरक्षित तरीका। diff --git a/public/content/translations/hi/decentralized-identity/index.md b/public/content/translations/hi/decentralized-identity/index.md index e5ea1acd33f..61908070b49 100644 --- a/public/content/translations/hi/decentralized-identity/index.md +++ b/public/content/translations/hi/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: hi template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: पारंपरिक पहचान प्रणालियों मे आपके पहचानकर्ताओं ने इन्हें जारी करने, रखरखाव रखने और नियंत्रण करने को केंद्रीयकृत कर दिया है। summaryPoint2: विकेन्द्रीकृत पहचान केंद्रीकृत तृतीय पक्षों पर आश्रितता को हटा देती है। summaryPoint3: क्रिप्टो को धन्यवाद, उपयोगकर्ताओं के पास अब पुनः अपने खुद के पहचानकर्ताओं और साक्ष्य के उपकरण है, जिन्हें वे स्वयं जारी कर सकते हैं, रख सकते हैं और नियंत्रित कर सकते हैं। diff --git a/public/content/translations/hi/defi/index.md b/public/content/translations/hi/defi/index.md index 34cc49ed147..96b87ac914e 100644 --- a/public/content/translations/hi/defi/index.md +++ b/public/content/translations/hi/defi/index.md @@ -4,7 +4,7 @@ description: इथेरियम पर DeFi का अवलोकन lang: hi template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: lego ब्रिक्स से बना Eth लोगो। sidebarDepth: 2 summaryPoint1: मौजूदा वित्तीय प्रणाली का एक वैश्विक, खुला विकल्प। diff --git a/public/content/translations/hi/desci/index.md b/public/content/translations/hi/desci/index.md index 6933716a6cd..56a2f0c729f 100644 --- a/public/content/translations/hi/desci/index.md +++ b/public/content/translations/hi/desci/index.md @@ -5,7 +5,7 @@ lang: hi template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: वर्तमान वैज्ञानिक प्रणाली के लिए एक वैश्विक, खुला विकल्प। summaryPoint2: एक तकनीक जो वैज्ञानिकों को धन जुटाने, प्रयोग चलाने, डेटा साझा करने, अंतर्दृष्टि वितरित करने और बहुत कुछ करने में सक्षम बनाती है। diff --git a/public/content/translations/hi/nft/index.md b/public/content/translations/hi/nft/index.md index 2711a2696ba..906138ee6f2 100644 --- a/public/content/translations/hi/nft/index.md +++ b/public/content/translations/hi/nft/index.md @@ -5,7 +5,7 @@ lang: hi template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: होलोग्राम के माध्यम से एक Eth लोगो प्रदर्शित किया जा रहा है। summaryPoint1: किसी भी अनूठी वस्तु को एथेरियम-आधारित सम्पत्ति के रूप में प्रस्तुत करने का एक तरीका। summaryPoint2: कंटेंट निर्माताओं को NFT पहले से कहीं ज़्यादा मज़बूत कर रहे हैं। diff --git a/public/content/translations/hi/refi/index.md b/public/content/translations/hi/refi/index.md index d1b380663dc..90f74d36f12 100644 --- a/public/content/translations/hi/refi/index.md +++ b/public/content/translations/hi/refi/index.md @@ -5,7 +5,7 @@ lang: hi template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: पुनर्योजी सिद्धांतों पर निर्मित एक वैकल्पिक आर्थिक प्रणाली summaryPoint2: इथेरियम का उपयोग करके जलवायु परिवर्तन जैसे वैश्विक स्तर के समन्वय संकटों को हल करने का प्रयास diff --git a/public/content/translations/hi/roadmap/beacon-chain/index.md b/public/content/translations/hi/roadmap/beacon-chain/index.md index b086ae0241d..6ecafeccbef 100644 --- a/public/content/translations/hi/roadmap/beacon-chain/index.md +++ b/public/content/translations/hi/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: बीकन चेन description: बीकन चेन के बारे में जानें - अपग्रेड जिसने हिस्सेदारी का सबूत एथेरियम पेश किया। lang: hi template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: बीकन चेन ने एथेरियम इकोसिस्टम के लिए हिस्सेदारी का सबूत पेश किया। summaryPoint2: इसे सितंबर 2022 में ओरिजिनल एथेरियम काम का सबूत चेन के साथ मर्ज कर दिया गया था। diff --git a/public/content/translations/hi/roadmap/merge/index.md b/public/content/translations/hi/roadmap/merge/index.md index b3468e98165..114da49d122 100644 --- a/public/content/translations/hi/roadmap/merge/index.md +++ b/public/content/translations/hi/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: मर्ज description: मर्ज के बारे में जानें - कब मेननेट एथेरियम ने हिस्सेदारी का सबूत अपनाया। lang: hi template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: एथेरियम मेननेट हिस्सेदारी के सबूत का उपयोग करता है, लेकिन ऐसा हमेशा नहीं था। summaryPoint2: ओरिजिनल काम के सबूत मैकेनिज़्म से हिस्सेदारी के सबूत में अपग्रेड को मर्ज कहा जाता था। diff --git a/public/content/translations/hi/social-networks/index.md b/public/content/translations/hi/social-networks/index.md index 20200ea3a20..fcc4cb6f5ef 100644 --- a/public/content/translations/hi/social-networks/index.md +++ b/public/content/translations/hi/social-networks/index.md @@ -5,7 +5,7 @@ lang: hi template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: सामाजिक संपर्क, सामग्री निर्माण और वितरण के लिए ब्लॉकचेन-आधारित प्लेटफ़ॉर्म। summaryPoint2: विकेंद्रीकृत सोशल मीडिया नेटवर्क उपयोगकर्ता की गोपनीयता की रक्षा करते हैं और डेटा सुरक्षा बढ़ाते हैं। summaryPoint3: टोकन और NFT सामग्री से कमाई करने के नए तरीके बनाते हैं। diff --git a/public/content/translations/hi/staking/pools/index.md b/public/content/translations/hi/staking/pools/index.md index eaedc65d109..327a983efd7 100644 --- a/public/content/translations/hi/staking/pools/index.md +++ b/public/content/translations/hi/staking/pools/index.md @@ -4,7 +4,7 @@ description: पूल किए गए ETH स्टेकिंग के स lang: hi template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: लेस्ली राइनो पूल में तैर रहा है। sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/hi/staking/saas/index.md b/public/content/translations/hi/staking/saas/index.md index 8837406a208..11b26a3ac9a 100644 --- a/public/content/translations/hi/staking/saas/index.md +++ b/public/content/translations/hi/staking/saas/index.md @@ -4,7 +4,7 @@ description: पूल किए गए ETH स्टेकिंग के स lang: hi template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: बादलों में तैरता हुआ राइनो लेस्ली। sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/hi/staking/solo/index.md b/public/content/translations/hi/staking/solo/index.md index 29218a14c5c..8eb5d1500ff 100644 --- a/public/content/translations/hi/staking/solo/index.md +++ b/public/content/translations/hi/staking/solo/index.md @@ -4,7 +4,7 @@ description: अपने ETH को अकेले दांव पर लग lang: hi template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: लेस्ली राइनो अपने कंप्यूटर चिप पर। sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/hi/staking/withdrawals/index.md b/public/content/translations/hi/staking/withdrawals/index.md index f54beafa76c..8feb6cba375 100644 --- a/public/content/translations/hi/staking/withdrawals/index.md +++ b/public/content/translations/hi/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: स्टेकिंग निकालना description: पेज संक्षेप में बताता है कि पुश निकासी क्या हैं, वे कैसे काम करते हैं, और हितधारकों को अपने पुरस्कार प्राप्त करने के लिए क्या करने की आवश्यकता है lang: hi template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: लेस्ली राइनो अपने स्टेकिंग पुरस्कारों के साथ sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/hr/roadmap/beacon-chain/index.md b/public/content/translations/hr/roadmap/beacon-chain/index.md index 33bf7da509d..28ec59f665c 100644 --- a/public/content/translations/hr/roadmap/beacon-chain/index.md +++ b/public/content/translations/hr/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: Beacon Chain description: Saznajte vieše o nadogradnji Beacon Chain kojom je implementiran dokaz uloga u Ethereumu. lang: hr template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: Nadogradnja Beacon Chain implementirala je dokaz uloga u ekosustav Ethereuma. summaryPoint2: Nadogradnja je objedinjena s izvornim lancem dokaza rada Ethereuma u rujnu 2022. diff --git a/public/content/translations/hr/roadmap/merge/index.md b/public/content/translations/hr/roadmap/merge/index.md index 8a12a74ea09..b2bf0d2785e 100644 --- a/public/content/translations/hr/roadmap/merge/index.md +++ b/public/content/translations/hr/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: Spajanje description: Saznajte više o spajanju – kada je glavna mreža Ethereuma usvojila dokaz uloga. lang: hr template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: Glavna mreža Ethereuma upotrebljava dokaz uloga, međutim, to nije uvijek bilo tako. summaryPoint2: Nadogradnja izvornog mehanizma dokaza rada na dokaz uloga nazvana je The Merge (Spajanje). diff --git a/public/content/translations/hu/dao/index.md b/public/content/translations/hu/dao/index.md index 93a44f7b552..5c00953c1c9 100644 --- a/public/content/translations/hu/dao/index.md +++ b/public/content/translations/hu/dao/index.md @@ -5,7 +5,7 @@ lang: hu template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Egy javaslatra történő DAO-szavazat ábrázolása. summaryPoint1: Tagtulajdonú közösségek központi vezetők nélkül. summaryPoint2: Biztonságos módja az interneten történő, ismeretlenekkel való együttműködésnek. diff --git a/public/content/translations/hu/decentralized-identity/index.md b/public/content/translations/hu/decentralized-identity/index.md index e8ded8f74b4..b00e9dcce40 100644 --- a/public/content/translations/hu/decentralized-identity/index.md +++ b/public/content/translations/hu/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: hu template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: A hagyományos identitásrendszerek központosították az azonosítók kiadását, karbantartását és ellenőrzését. summaryPoint2: A decentralizált identitás megszünteti a centralizált harmadik felektől való függőséget. summaryPoint3: A kriptónak köszönhetően, a felhasználóknak újra van eszközük, hogy tárolják és kezeljék a saját azonosítójukat és tanúsítványaikat. diff --git a/public/content/translations/hu/defi/index.md b/public/content/translations/hu/defi/index.md index 5aa30c1aa4c..802d30b699d 100644 --- a/public/content/translations/hu/defi/index.md +++ b/public/content/translations/hu/defi/index.md @@ -4,7 +4,7 @@ description: Az Ethereumon működő decentralizált pénzügyek (DeFi) áttekin lang: hu template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Egy LEGO építőkockákból készült Ethereum-logó. sidebarDepth: 2 summaryPoint1: Egy globális és nyitott alternatívája a jelenlegi pénzügyi rendszernek. diff --git a/public/content/translations/hu/desci/index.md b/public/content/translations/hu/desci/index.md index 9a968600352..c3820124d39 100644 --- a/public/content/translations/hu/desci/index.md +++ b/public/content/translations/hu/desci/index.md @@ -5,7 +5,7 @@ lang: hu template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Egy globális és nyitott alternatívája a jelenlegi tudományos rendszernek. summaryPoint2: Olyan technológia, mely lehetővé teszi a tudósok számára, hogy finanszírozási alapot gyűjtsenek, kísérleteket végezzenek, megosszák az adatokat, kommunikálják elképzeléseiket stb. diff --git a/public/content/translations/hu/nft/index.md b/public/content/translations/hu/nft/index.md index a960aab6224..109f2cfa44d 100644 --- a/public/content/translations/hu/nft/index.md +++ b/public/content/translations/hu/nft/index.md @@ -5,7 +5,7 @@ lang: hu template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Egy Eth logó, amely hologram segítségével jelenik meg. summaryPoint1: Egy módszer arra, hogy egyedi dolgokat Ethereum alapú javakként jelenítsünk meg. summaryPoint2: Az NFT-k minden korábbinál nagyobb hatalmat adnak a tartalomgyártók kezébe. diff --git a/public/content/translations/hu/refi/index.md b/public/content/translations/hu/refi/index.md index 97cb8192911..28319b4667d 100644 --- a/public/content/translations/hu/refi/index.md +++ b/public/content/translations/hu/refi/index.md @@ -5,7 +5,7 @@ lang: hu template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Egy alternatív gazdasági rendszer, mely regeneratív elvekre épül summaryPoint2: Az Ethereum kiaknázása a globális koordinációs krízisek megoldására, mint amilyen a klímaváltozás is diff --git a/public/content/translations/hu/roadmap/beacon-chain/index.md b/public/content/translations/hu/roadmap/beacon-chain/index.md index ff8448b90fc..3fc199f75ca 100644 --- a/public/content/translations/hu/roadmap/beacon-chain/index.md +++ b/public/content/translations/hu/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: A Beacon Chain description: Tudjon meg többet Beacon a láncról – arról a frissítésről, amely behozta a proof-of-stake mechanizmust az Ethereum hálózatára. lang: hu template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: A Beacon lánc vezette be a proof-of-stake konszenzust az Ethereum-ökoszisztémába. summaryPoint2: Az eredeti proof-of-work Ethereum-lánccal 2022 szeptemberében egyesült. diff --git a/public/content/translations/hu/roadmap/future-proofing/index.md b/public/content/translations/hu/roadmap/future-proofing/index.md index eb0804e6324..eb10b59db20 100644 --- a/public/content/translations/hu/roadmap/future-proofing/index.md +++ b/public/content/translations/hu/roadmap/future-proofing/index.md @@ -2,7 +2,7 @@ title: Jövőálló Ethereum description: Ezek a fejlesztések az Ethereumot ellenálló, decentralizált alapréteggé teszik a jövő számára, bármit is hozzon az. lang: hu -image: /roadmap/roadmap-future.png +image: /images/roadmap/roadmap-future.png alt: "Ethereum-ütemterv" template: roadmap --- diff --git a/public/content/translations/hu/roadmap/index.md b/public/content/translations/hu/roadmap/index.md index 61826f3694e..c4b74000928 100644 --- a/public/content/translations/hu/roadmap/index.md +++ b/public/content/translations/hu/roadmap/index.md @@ -3,7 +3,7 @@ title: Ethereum-ütemterv description: Az út, amely az Ethereum jobb skálázhatóságához, biztonságához és fenntarthatóságához vezet. lang: hu template: roadmap -image: /heroes/roadmap-hub-hero.jpg +image: /images/heroes/roadmap-hub-hero.jpg alt: "Ethereum-ütemterv" summaryPoints: buttons: diff --git a/public/content/translations/hu/roadmap/merge/index.md b/public/content/translations/hu/roadmap/merge/index.md index 73b44f5f981..1c6eda76345 100644 --- a/public/content/translations/hu/roadmap/merge/index.md +++ b/public/content/translations/hu/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: A beolvadás description: További információ a beolvadásról – amikor az Ethereum fő hálózata áttért a proof-of-stake konszenzusra. lang: hu template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: Az Ethereum fő hálózata proof-of-stake konszenzust használ, ám ez nem mindig volt így. summaryPoint2: Az áttérés az eredeti proof-of-work mechanizmusról a proof-of-stake mechanizmusa a beolvadás nevet kapta. diff --git a/public/content/translations/hu/roadmap/scaling/index.md b/public/content/translations/hu/roadmap/scaling/index.md index 23b2ceb6c4d..aefaa23cfd6 100644 --- a/public/content/translations/hu/roadmap/scaling/index.md +++ b/public/content/translations/hu/roadmap/scaling/index.md @@ -2,7 +2,7 @@ title: Az Ethereum skálázása description: A összevont tranzakciók összekötegelik a tranzakciókat a láncon kívül, ezzel csökkentve a felhasználó költségét. Az összesítések jelenlegi adatfelhasználásának módja azonban túl drága, ami korlátozza a tranzakciók olcsóságát. Erre a Proto-Danksharding nyújt megoldást. lang: hu -image: /roadmap/roadmap-transactions.png +image: /images/roadmap/roadmap-transactions.png alt: "Ethereum-ütemterv" template: roadmap --- diff --git a/public/content/translations/hu/roadmap/security/index.md b/public/content/translations/hu/roadmap/security/index.md index d7c4a165117..8a02d8f86c0 100644 --- a/public/content/translations/hu/roadmap/security/index.md +++ b/public/content/translations/hu/roadmap/security/index.md @@ -2,7 +2,7 @@ title: Biztonságosabb Ethereum description: Az Ethereum a legbiztonságosabb és leginkább decentralizált okosszerződés-platform a világon. Azonban még mindig vannak fejlődési lehetőségek, hogy az Ethereum ellenálló maradjon minden szinten a támadásokkal szemben a jövőben is. lang: hu -image: /roadmap/roadmap-security.png +image: /images/roadmap/roadmap-security.png alt: "Ethereum-ütemterv" template: roadmap --- diff --git a/public/content/translations/hu/roadmap/user-experience/index.md b/public/content/translations/hu/roadmap/user-experience/index.md index dbf56825677..15c3b0bac89 100644 --- a/public/content/translations/hu/roadmap/user-experience/index.md +++ b/public/content/translations/hu/roadmap/user-experience/index.md @@ -2,7 +2,7 @@ title: A felhasználói élmény javítása description: A legtöbb ember számára még mindig túl bonyolult az Ethereum használata. A tömeges használathoz az Ethereumnak drasztikusan csökkentenie kell ezt az akadályt – mindenki számára előnyösnek kell lennie a decentralizált, engedélymentes és cenzúrának ellenálló Ethereum-hozzáférésnek, ugyanakkor olyan könnyednek kell lennie, mint a hagyományos web2 alkalmazás használata. lang: hu -image: /roadmap/roadmap-ux.png +image: /images/roadmap/roadmap-ux.png alt: "Ethereum-ütemterv" template: roadmap --- diff --git a/public/content/translations/hu/social-networks/index.md b/public/content/translations/hu/social-networks/index.md index 366338a1511..f2780ba36ee 100644 --- a/public/content/translations/hu/social-networks/index.md +++ b/public/content/translations/hu/social-networks/index.md @@ -5,7 +5,7 @@ lang: hu template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: Blokkláncalapú platformok a közösségi kapcsolódás, tartalom-létrehozás és -terjesztés céljából. summaryPoint2: A decentralizált közösségimédia-hálózatok megvédik a felhasználók privát adatait és növelik az adatbiztonságot. summaryPoint3: A tokenek és NFT-k új lehetősége adnak a tartalom fizetőeszközzé alakításához. diff --git a/public/content/translations/hu/staking/pools/index.md b/public/content/translations/hu/staking/pools/index.md index a05fd2cd989..9f04a41c88f 100644 --- a/public/content/translations/hu/staking/pools/index.md +++ b/public/content/translations/hu/staking/pools/index.md @@ -4,7 +4,7 @@ description: Áttekintés a letéti alapok használatáról lang: hu template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: Leslie, a rinocérosz a medencében fürdik. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/hu/staking/saas/index.md b/public/content/translations/hu/staking/saas/index.md index 6aa143ab064..6e23a5b0152 100644 --- a/public/content/translations/hu/staking/saas/index.md +++ b/public/content/translations/hu/staking/saas/index.md @@ -4,7 +4,7 @@ description: Egy áttekintő a pooled ETH staking elkezdéséről lang: hu template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: Leslie, a rinocérosz a felhőkön lebeg. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/hu/staking/solo/index.md b/public/content/translations/hu/staking/solo/index.md index 7260238d2c3..ac22da122a0 100644 --- a/public/content/translations/hu/staking/solo/index.md +++ b/public/content/translations/hu/staking/solo/index.md @@ -4,7 +4,7 @@ description: Az önálló letétbe helyezés áttekintése lang: hu template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: Leslie, a rinocérosz a saját számítógépes chipjén. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/hu/staking/withdrawals/index.md b/public/content/translations/hu/staking/withdrawals/index.md index 53c9d69501f..46980ac0cc6 100644 --- a/public/content/translations/hu/staking/withdrawals/index.md +++ b/public/content/translations/hu/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: A letétbe helyezés visszavonása description: A letétvisszavonás működésének és a jutalmak megszerzésének áttekintése lang: hu template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: Leslie, a rinocérosz a letétbe helyezésből származó jutalmaival sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/hy-am/nft/index.md b/public/content/translations/hy-am/nft/index.md index f73a1821d46..bb7bd938dc7 100644 --- a/public/content/translations/hy-am/nft/index.md +++ b/public/content/translations/hy-am/nft/index.md @@ -5,7 +5,7 @@ lang: hy-am template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Eth-ի պատկերանշանը ցուցադրվաում է հոլոգրամի միջոցով։ summaryPoint1: "Ցանկացած յուրօրինակ օբյեկտ որպես Էթերիումում գործող ակտիվ ներկայացնելու ձև:" summaryPoint2: "NFT-ները ստեղծագործողներին նոր հնարավորություններ են ընձեռում:" diff --git a/public/content/translations/id/dao/index.md b/public/content/translations/id/dao/index.md index ced3cb3a823..da36a964afa 100644 --- a/public/content/translations/id/dao/index.md +++ b/public/content/translations/id/dao/index.md @@ -5,7 +5,7 @@ lang: id template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Sebuah representasi DAO yang mengambil suara untuk sebuah usulan. summaryPoint1: Komunitas yang dimiliki anggota tanpa kepemimpinan terpusat. summaryPoint2: Cara yang aman untuk berkolaborasi dengan orang asing di internet. diff --git a/public/content/translations/id/decentralized-identity/index.md b/public/content/translations/id/decentralized-identity/index.md index 10684434635..9bc9a0b2715 100644 --- a/public/content/translations/id/decentralized-identity/index.md +++ b/public/content/translations/id/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: id template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: Sistem Identitas konvensional memiliki penerbitan, pemeliharaan, dan kontrol yang tersentralisasi dari seluruh tanda pengenal Anda. summaryPoint2: Identitas yang terdesentralisasi menghilangkan ketergantungan pada pihak ketiga yang tersentralisasi. summaryPoint3: Berkat crypto, para pengguna sekarang memiliki perangkat untuk mengeluarkan, menahan, dan mengontrol pengenal dan pengesahan mereka sendiri sekali lagi. diff --git a/public/content/translations/id/defi/index.md b/public/content/translations/id/defi/index.md index a7def0aed19..fff01e106ff 100644 --- a/public/content/translations/id/defi/index.md +++ b/public/content/translations/id/defi/index.md @@ -4,7 +4,7 @@ description: Gambaran umum tentang DeFi di Ethereum lang: id template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Logo Eth yang terbuat dari batu bata lego. sidebarDepth: 2 summaryPoint1: Alternatif terbuka dan global untuk sistem keuangan saat ini. diff --git a/public/content/translations/id/desci/index.md b/public/content/translations/id/desci/index.md index d44f0cacedd..5c6d9499dac 100644 --- a/public/content/translations/id/desci/index.md +++ b/public/content/translations/id/desci/index.md @@ -5,7 +5,7 @@ lang: id template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Sebuah alternatif global dan terbuka untuk sistem ilmiah saat ini. summaryPoint2: Teknologi yang memperbolehkan ilmuwan untuk mengalangkan pendanaan, menjalankan eksperimen, membagikan data, mendistribusikan wawasan, dan lain-lain. diff --git a/public/content/translations/id/nft/index.md b/public/content/translations/id/nft/index.md index c52d8c14790..ebc4567a4e8 100644 --- a/public/content/translations/id/nft/index.md +++ b/public/content/translations/id/nft/index.md @@ -5,7 +5,7 @@ lang: id template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Logo Eth yang ditampilkan melalui hologram. summaryPoint1: Cara untuk mewakili apa pun yang unik sebagai aset berbasis Ethereum. summaryPoint2: NFT memberi lebih banyak pemberdayaan terhadap para pembuat konten daripada sebelumnya. diff --git a/public/content/translations/id/refi/index.md b/public/content/translations/id/refi/index.md index cfe9f4bc43f..f2ae8964f14 100644 --- a/public/content/translations/id/refi/index.md +++ b/public/content/translations/id/refi/index.md @@ -5,7 +5,7 @@ lang: id template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Sistem ekonomi alternatif yang didasarkan pada prinsip regeneratif summaryPoint2: Upaya untuk memanfaatkan Ethereum untuk memecahkan krisis-krisis koordinasi tingkat global seperti perubahan iklim diff --git a/public/content/translations/id/roadmap/beacon-chain/index.md b/public/content/translations/id/roadmap/beacon-chain/index.md index 899485564bc..276afad99b3 100644 --- a/public/content/translations/id/roadmap/beacon-chain/index.md +++ b/public/content/translations/id/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: Rantai Suar description: Belajar tentang Rantai Suar - peningkatan yang memperkenalkan bukti taruhan Ethereum. lang: id template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: Rantai Suar memperkenalkan bukti taruhan ke dalam ekosistem Ethereum. summaryPoint2: Rantai ini digabungkan dengan rantai bukti kerja Ethereum yang asli pada bulan September 2022. diff --git a/public/content/translations/id/roadmap/future-proofing/index.md b/public/content/translations/id/roadmap/future-proofing/index.md index 5007f67820a..26eac94e56d 100644 --- a/public/content/translations/id/roadmap/future-proofing/index.md +++ b/public/content/translations/id/roadmap/future-proofing/index.md @@ -2,7 +2,7 @@ title: Ethereum yang siap menghadapi masa depan description: Peningkatan ini memperkuat Ethereum sebagai lapisan dasar terdesentralisasi yang tangguh untuk masa depan, apa pun yang akan terjadi. lang: id -image: /roadmap/roadmap-future.png +image: /images/roadmap/roadmap-future.png alt: "Peta Perjalanan Ethereum" template: roadmap --- diff --git a/public/content/translations/id/roadmap/index.md b/public/content/translations/id/roadmap/index.md index 92a8b2212e6..250defb11fe 100644 --- a/public/content/translations/id/roadmap/index.md +++ b/public/content/translations/id/roadmap/index.md @@ -3,7 +3,7 @@ title: Peta Perjalanan Ethereum description: Jalan menuju peningkatan skalabilitas, keamanan, dan keberlanjutan Ethereum. lang: id template: roadmap -image: /heroes/roadmap-hub-hero.jpg +image: /images/heroes/roadmap-hub-hero.jpg alt: "Peta Perjalanan Ethereum" summaryPoints: buttons: diff --git a/public/content/translations/id/roadmap/merge/index.md b/public/content/translations/id/roadmap/merge/index.md index 35b9f2e0277..269204e4e27 100644 --- a/public/content/translations/id/roadmap/merge/index.md +++ b/public/content/translations/id/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: Penggabungan description: Pelajari tentang Penggabungan - ketika Jaringan Utama Ethereum mengadopsi bukti taruhan. lang: id template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: Jaringan Utama Ethereum menggunakan bukti taruhan, tetapi tidak selalu demikian. summaryPoint2: Peningkatan dari mekanisme bukti kerja yang asli menjadi bukti taruhan disebut Penggabungan. diff --git a/public/content/translations/id/roadmap/scaling/index.md b/public/content/translations/id/roadmap/scaling/index.md index fcf7b6b6a61..b7ced6a4eee 100644 --- a/public/content/translations/id/roadmap/scaling/index.md +++ b/public/content/translations/id/roadmap/scaling/index.md @@ -2,7 +2,7 @@ title: Penskalaan Ethereum description: Melakukan rollup transaksi batch secara bersamaan di luar rantai, sehingga mengurangi biaya bagi pengguna. Namun, cara rollup saat ini menggunakan data saat ini terlalu mahal, sehingga membatasi seberapa murah transaksi yang bisa dilakukan. Proto-Danksharding memperbaiki hal ini. lang: id -image: /roadmap/roadmap-transactions.png +image: /images/roadmap/roadmap-transactions.png alt: "Peta Perjalanan Ethereum" template: roadmap --- diff --git a/public/content/translations/id/roadmap/security/index.md b/public/content/translations/id/roadmap/security/index.md index b21ec39e1d6..7555b19ccd8 100644 --- a/public/content/translations/id/roadmap/security/index.md +++ b/public/content/translations/id/roadmap/security/index.md @@ -2,7 +2,7 @@ title: Ethereum yang lebih aman description: Ethereum merupakan platform kontrak pintar yang paling aman dan terdesentralisasi yang pernah ada. Namun, masih diperlukan perbaikan yang dapat dilakukan agar Ethereum tetap tangguh terhadap segala tingkat serangan di masa depan. lang: id -image: /roadmap/roadmap-security.png +image: /images/roadmap/roadmap-security.png alt: "Peta Perjalanan Ethereum" template: roadmap --- diff --git a/public/content/translations/id/roadmap/user-experience/index.md b/public/content/translations/id/roadmap/user-experience/index.md index 62a298ab899..e851346757d 100644 --- a/public/content/translations/id/roadmap/user-experience/index.md +++ b/public/content/translations/id/roadmap/user-experience/index.md @@ -2,7 +2,7 @@ title: Meningkatkan pengalaman pengguna description: Masih terlalu rumit untuk menggunakan Ethereum bagi kebanyakan orang. Untuk mendorong adopsi massal, Ethereum harus secara drastis menurunkan hambatan masuknya - pengguna harus mendapatkan manfaat dari akses yang terdesentralisasi, tanpa izin, dan tahan sensor ke Ethereum, tetapi harus sama mudahnya dengan menggunakan aplikasi web2 tradisional. lang: id -image: /roadmap/roadmap-ux.png +image: /images/roadmap/roadmap-ux.png alt: "Peta Perjalanan Ethereum" template: roadmap --- diff --git a/public/content/translations/id/social-networks/index.md b/public/content/translations/id/social-networks/index.md index 4f654b4d941..2b9aac42cf5 100644 --- a/public/content/translations/id/social-networks/index.md +++ b/public/content/translations/id/social-networks/index.md @@ -5,7 +5,7 @@ lang: id template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: Platform berbasis rantai blok untuk interaksi sosial, pembuatan konten, dan penyebaran konten. summaryPoint2: Jaringan media sosial yang terdesentralisasi bisa melindungi privasi pengguna dan meningkatkan keamanan data. summaryPoint3: Token dan NFT menciptakan cara baru dalam memonetisasi konten. diff --git a/public/content/translations/id/staking/pools/index.md b/public/content/translations/id/staking/pools/index.md index ea07bca32cb..d8e6ce6a6bb 100644 --- a/public/content/translations/id/staking/pools/index.md +++ b/public/content/translations/id/staking/pools/index.md @@ -4,7 +4,7 @@ description: Gambaran umum mengenai bagaimana cara memulai penaruhan untuk ETH d lang: id template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: Leslie si Badak sedang berenang di kolam. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/id/staking/saas/index.md b/public/content/translations/id/staking/saas/index.md index 89c7a28ae16..98cbafbf9ee 100644 --- a/public/content/translations/id/staking/saas/index.md +++ b/public/content/translations/id/staking/saas/index.md @@ -4,7 +4,7 @@ description: Gambaran umum mengenai bagaimana cara memulai staking untuk pooled lang: id template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: Leslie si badak mengapung di awan. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/id/staking/solo/index.md b/public/content/translations/id/staking/solo/index.md index a1a3fc22161..7ba4020ef25 100644 --- a/public/content/translations/id/staking/solo/index.md +++ b/public/content/translations/id/staking/solo/index.md @@ -4,7 +4,7 @@ description: Berikut adalah gambaran buat kamu cara memulai solo penaruhan ETH lang: id template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: Leslie seekor badak dengan komputer chipnya sendiri. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/id/staking/withdrawals/index.md b/public/content/translations/id/staking/withdrawals/index.md index 8ba260d525b..c8786601909 100644 --- a/public/content/translations/id/staking/withdrawals/index.md +++ b/public/content/translations/id/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: Penarikan penaruhan description: Halaman yang merangkum tentang penarikan tekan penaruhan, bagaimana cara kerjanya, dan apa yang harus dilakukan oleh staker untuk mendapatkan imbalan mereka lang: id template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: Leslie si badak dengan imbalan penaruhannya sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/ig/dao/index.md b/public/content/translations/ig/dao/index.md index e3f53cc2026..cb0f6d57680 100644 --- a/public/content/translations/ig/dao/index.md +++ b/public/content/translations/ig/dao/index.md @@ -4,7 +4,7 @@ description: Nkọwa ihe mere eme nke DAO na Ethereum lang: ig template: use-cases emoji: ":handshake:" -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Nnọchite anya nke DAO na atụ vootu na amụma. summaryPoint1: Ndị otu nwere obodo na-enweghị onye ndu etiti. summaryPoint2: Ụzọ dị mma iji imekọ ihe ọnụ na ndị na-amabughị n'ịntanetị. diff --git a/public/content/translations/ig/nft/index.md b/public/content/translations/ig/nft/index.md index 87c4928ad3a..bfff6d9b7b9 100644 --- a/public/content/translations/ig/nft/index.md +++ b/public/content/translations/ig/nft/index.md @@ -4,7 +4,7 @@ description: Nlebaanya na NFT n'Ethereum lang: ig template: use-cases emoji: ":frame_with_picture:" -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: A na-egosipụta akara Eth site na hologram. summaryPoint1: Ụzọ e ji egosipụta ihe ọbụla pụrụ iche dị ka akụ Ethereum. summaryPoint2: NFT na-enye ndị na-ekepụta ihe ikike karịa ka ọ dị na mbụ. diff --git a/public/content/translations/it/dao/index.md b/public/content/translations/it/dao/index.md index 2fc50812a5d..19aa6d740d7 100644 --- a/public/content/translations/it/dao/index.md +++ b/public/content/translations/it/dao/index.md @@ -5,7 +5,7 @@ lang: it template: use-cases emoji: ":handshake:" sidebarDepth: 3 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Rappresentazione di una votazione DAO su una proposta. summaryPoint1: Community posseduta dai membri, prive di leadership centralizzata. summaryPoint2: Un modo sicuro per collaborare con sconosciuti su Internet. diff --git a/public/content/translations/it/decentralized-identity/index.md b/public/content/translations/it/decentralized-identity/index.md index a80d6b0abd8..379230f922d 100644 --- a/public/content/translations/it/decentralized-identity/index.md +++ b/public/content/translations/it/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: it template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: I sistemi di identità tradizionali hanno centralizzato l'emissione, manutenzione e controllo dei tuoi identificativi. summaryPoint2: L'identità decentralizzata rimuove la dipendenza da terze parti centralizzate. summaryPoint3: Grazie alle cripto, gli utenti, ora, hanno nuovamente gli strumenti per emettere, detenere e controllare i propri identificativi e attestazioni. diff --git a/public/content/translations/it/defi/index.md b/public/content/translations/it/defi/index.md index 8dcebe24a0d..81f7126d683 100644 --- a/public/content/translations/it/defi/index.md +++ b/public/content/translations/it/defi/index.md @@ -4,7 +4,7 @@ description: Una panoramica sulla DeFi su Ethereum lang: it template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Logo di Eth, composto da mattoncini Lego. sidebarDepth: 3 summaryPoint1: Un'alternativa globale e aperta al sistema finanziario odierno. diff --git a/public/content/translations/it/desci/index.md b/public/content/translations/it/desci/index.md index 32bc5f29a60..e172ef3d359 100644 --- a/public/content/translations/it/desci/index.md +++ b/public/content/translations/it/desci/index.md @@ -5,7 +5,7 @@ lang: it template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Un'alternativa globale e aperta al sistema scientifico corrente. summaryPoint2: Una tecnologia che consente agli scienziati di raccogliere fondi, svolgere esperimenti, condividere dati, distribuire conoscenza, e molto altro. diff --git a/public/content/translations/it/nft/index.md b/public/content/translations/it/nft/index.md index 8e71a549096..68ed7ed8a7f 100644 --- a/public/content/translations/it/nft/index.md +++ b/public/content/translations/it/nft/index.md @@ -5,7 +5,7 @@ lang: it template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 3 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Un logo Eth visualizzato tramite ologramma. summaryPoint1: Un modo pe rappresentare qualsiasi cosa sia univoca, come una risorsa basata su Ethereum. summaryPoint2: I NFT stanno dando ai creatori di contenuti più potere che mai. diff --git a/public/content/translations/it/refi/index.md b/public/content/translations/it/refi/index.md index de57461b117..1cba4ad2379 100644 --- a/public/content/translations/it/refi/index.md +++ b/public/content/translations/it/refi/index.md @@ -5,7 +5,7 @@ lang: it template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Un sistema economico alternativo costruito su principi rigenerativi summaryPoint2: Un tentativo di sfruttare Ethereum per risolvere crisi di coordinamento a livello globale come il cambiamento climatico diff --git a/public/content/translations/it/roadmap/beacon-chain/index.md b/public/content/translations/it/roadmap/beacon-chain/index.md index b80e96a909a..8a699b7cd34 100644 --- a/public/content/translations/it/roadmap/beacon-chain/index.md +++ b/public/content/translations/it/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: La Beacon Chain description: Informati rigurado alla Beacon Chain - l'aggiornamento che ha introdotto la prova-di-interesse Ethereum. lang: it template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: La Beacon Chain ha introdotto il proof-of-stake all'ecosistema di Ethereum. summaryPoint2: Si è unita alla catena di proof-of-work originale di Ethereum a settembre 2022. diff --git a/public/content/translations/it/roadmap/future-proofing/index.md b/public/content/translations/it/roadmap/future-proofing/index.md index 2cffbd35ad2..cc78733d1c8 100644 --- a/public/content/translations/it/roadmap/future-proofing/index.md +++ b/public/content/translations/it/roadmap/future-proofing/index.md @@ -2,7 +2,7 @@ title: Rendere Ethereum a prova di futuro description: Questi aggiornamenti cementano Ethereum come lo strato fondamentale, resiliente e decentralizzato per il futuro, indipendentemente da ciò che conterrà. lang: it -image: /roadmap/roadmap-future.png +image: /images/roadmap/roadmap-future.png alt: "Roadmap di Ethereum" template: roadmap --- diff --git a/public/content/translations/it/roadmap/index.md b/public/content/translations/it/roadmap/index.md index e4d7970b18f..54a5df1a691 100644 --- a/public/content/translations/it/roadmap/index.md +++ b/public/content/translations/it/roadmap/index.md @@ -3,7 +3,7 @@ title: Roadmap di Ethereum description: Il percorso verso una maggiore scalabilità, sicurezza e sostenibilità per Ethereum. lang: it template: roadmap -image: /heroes/roadmap-hub-hero.jpg +image: /images/heroes/roadmap-hub-hero.jpg alt: "Roadmap di Ethereum" summaryPoints: buttons: diff --git a/public/content/translations/it/roadmap/merge/index.md b/public/content/translations/it/roadmap/merge/index.md index f318374cff7..f424dd8e8a2 100644 --- a/public/content/translations/it/roadmap/merge/index.md +++ b/public/content/translations/it/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: La Fusione description: 'Scopri La Fusione: quando la Rete principale di Ethereum ha adottato il Poof of stake.' lang: it template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: La Rete Principale di Ethereum utilizza il proof-of-stake, ma non è sempre stato così. summaryPoint2: L'aggiornamento dal meccanismo originale di proof-of-work al proof-of-stake, è stato detto La Fusione. diff --git a/public/content/translations/it/roadmap/scaling/index.md b/public/content/translations/it/roadmap/scaling/index.md index 8584c7b9886..3eae1e1cda7 100644 --- a/public/content/translations/it/roadmap/scaling/index.md +++ b/public/content/translations/it/roadmap/scaling/index.md @@ -2,7 +2,7 @@ title: Ridimensionare Ethereum description: I rollup raggruppano le transazioni al di fuori della catena, riducendo i costi per l'utente. Tuttavia, il modo in cui i rollup utilizzano i dati al momento è troppo costoso, il che limita l'economicità delle transazioni. Il Proto-Danksharding lo corregge. lang: it -image: /roadmap/roadmap-transactions.png +image: /images/roadmap/roadmap-transactions.png alt: "Roadmap di Ethereum" template: roadmap --- diff --git a/public/content/translations/it/roadmap/security/index.md b/public/content/translations/it/roadmap/security/index.md index f2f9552439a..6148e7a6287 100644 --- a/public/content/translations/it/roadmap/security/index.md +++ b/public/content/translations/it/roadmap/security/index.md @@ -2,7 +2,7 @@ title: Un Ethereum più sicuro description: Ethereum è la piattaforma di contratti intelligenti più sicura e decentralizzata che esista. Tuttavia, restano ancora da implementare alcuni miglioramenti in modo che Ethereum resti resiliente a qualsiasi livello di attacco anche in un futuro lontano. lang: it -image: /roadmap/roadmap-security.png +image: /images/roadmap/roadmap-security.png alt: "Roadmap di Ethereum" template: roadmap --- diff --git a/public/content/translations/it/roadmap/user-experience/index.md b/public/content/translations/it/roadmap/user-experience/index.md index 67fecfe087e..6459814057c 100644 --- a/public/content/translations/it/roadmap/user-experience/index.md +++ b/public/content/translations/it/roadmap/user-experience/index.md @@ -2,7 +2,7 @@ title: Migliorare l'esperienza degli utenti description: Per molti, è ancora troppo complesso utilizzare Ethereum. Per incoraggiare l'adozione di massa, Ethereum deve ridurre drasticamente le proprie barriere d'accesso; gli utenti devono ricevere i benefici dell'accesso decentralizzato, privo di permessi e resistente alla censura a Ethereum, ma dev'essere privo di frizione, tanto quanto utilizzare una tradizionale app del web2. lang: it -image: /roadmap/roadmap-ux.png +image: /images/roadmap/roadmap-ux.png alt: "Roadmap di Ethereum" template: roadmap --- diff --git a/public/content/translations/it/social-networks/index.md b/public/content/translations/it/social-networks/index.md index 55fcc95a1aa..f39546d4749 100644 --- a/public/content/translations/it/social-networks/index.md +++ b/public/content/translations/it/social-networks/index.md @@ -5,7 +5,7 @@ lang: it template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: Piattaforme basate sulla blockchain per l'interazione sociale e la creazione e distribuzione di contenuti. summaryPoint2: I social network decentralizzati proteggono l'anonimato degli utenti e migliorano la sicurezza dei dati. summaryPoint3: Token e NFT creano nuovi modi per monetizzare i contenuti. diff --git a/public/content/translations/it/staking/pools/index.md b/public/content/translations/it/staking/pools/index.md index f3a3a256b3d..1e1c1dd56db 100644 --- a/public/content/translations/it/staking/pools/index.md +++ b/public/content/translations/it/staking/pools/index.md @@ -4,7 +4,7 @@ description: Una panoramica di come iniziare con lo staking in pool di ETH lang: it template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: Leslie il rinoceronte che nuota in piscina. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/it/staking/saas/index.md b/public/content/translations/it/staking/saas/index.md index dc39835fa28..f688154ad54 100644 --- a/public/content/translations/it/staking/saas/index.md +++ b/public/content/translations/it/staking/saas/index.md @@ -4,7 +4,7 @@ description: Una panoramica di come iniziare con lo staking in pool di ETH lang: it template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: Leslie il rinoceronte che fluttua tra le nuvole. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/it/staking/solo/index.md b/public/content/translations/it/staking/solo/index.md index cd6a3255482..9840941ae32 100644 --- a/public/content/translations/it/staking/solo/index.md +++ b/public/content/translations/it/staking/solo/index.md @@ -4,7 +4,7 @@ description: Una panoramica di come iniziare a mettere in staking in solo i tuoi lang: it template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: Leslie il rinoceronte sul suo chip informatico. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/it/staking/withdrawals/index.md b/public/content/translations/it/staking/withdrawals/index.md index 73170a1fb78..b9863b2f77f 100644 --- a/public/content/translations/it/staking/withdrawals/index.md +++ b/public/content/translations/it/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: Prelievi di staking description: Pagina di riepilogo su cosa sono i prelievi push di staking, come funzionano e cosa devono fare gli staker per ottenere le proprie ricompense lang: it template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: Leslie il rinoceronte con le sue ricompense di staking sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/ja/dao/index.md b/public/content/translations/ja/dao/index.md index 90713211691..a3cd68a784a 100644 --- a/public/content/translations/ja/dao/index.md +++ b/public/content/translations/ja/dao/index.md @@ -5,7 +5,7 @@ lang: ja template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: 提案に対する分散型自律組織(DAO)投票 summaryPoint1: 中央集権的な制御がない、メンバー所有のコミュニティ summaryPoint2: インターネットの見知らぬ人と協力する安全な方法 diff --git a/public/content/translations/ja/decentralized-identity/index.md b/public/content/translations/ja/decentralized-identity/index.md index a92c502a69b..8f8832c2cf5 100644 --- a/public/content/translations/ja/decentralized-identity/index.md +++ b/public/content/translations/ja/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: ja template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: 身元を証明するIDは中央集権的に発行、更新、管理されてきた従来のアイデンティティ制度 summaryPoint2: 分散型アイデンティティにより、中央集権的なサードパーティへの依存から脱却 summaryPoint3: 暗号技術により、今や再び自分自身のIDとアテステーションを発行、保持、管理することが可能 diff --git a/public/content/translations/ja/defi/index.md b/public/content/translations/ja/defi/index.md index f03bf01f3df..74bd4bf0257 100644 --- a/public/content/translations/ja/defi/index.md +++ b/public/content/translations/ja/defi/index.md @@ -4,7 +4,7 @@ description: イーサリアムにおける分散型金融(DeFi)の概要 lang: ja template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: レゴブロックで作られたETHのロゴ sidebarDepth: 2 summaryPoint1: 現在の金融システムに変わる、グローバルで開かれた分散型金融。 diff --git a/public/content/translations/ja/desci/index.md b/public/content/translations/ja/desci/index.md index fccc507d104..8608644e851 100644 --- a/public/content/translations/ja/desci/index.md +++ b/public/content/translations/ja/desci/index.md @@ -5,7 +5,7 @@ lang: ja template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: 現在の科学に代わる、グローバルで開かれたシステム。 summaryPoint2: 科学者が資金を調達し、実験を行い、データーを共有し、得られた見識を広めることなどを可能にする技術。 diff --git a/public/content/translations/ja/nft/index.md b/public/content/translations/ja/nft/index.md index df8ac0b4b69..1005d6b736b 100644 --- a/public/content/translations/ja/nft/index.md +++ b/public/content/translations/ja/nft/index.md @@ -5,7 +5,7 @@ lang: ja template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: ホログラムを介して表示されているETHロゴ summaryPoint1: イーサリアムベースのアセットとして、唯一無二なものをトークンとして表現する方法。 summaryPoint2: NFTは、これまで以上に多くのコンテンツ・クリエイターを後押ししています。 diff --git a/public/content/translations/ja/refi/index.md b/public/content/translations/ja/refi/index.md index bcc64b801bd..b671c536485 100644 --- a/public/content/translations/ja/refi/index.md +++ b/public/content/translations/ja/refi/index.md @@ -5,7 +5,7 @@ lang: ja template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: 再生原理に基づく代替経済システム summaryPoint2: イーサリアムを利用して、気候変動など世界レベルの協調的危機を解決しようとする試み diff --git a/public/content/translations/ja/roadmap/beacon-chain/index.md b/public/content/translations/ja/roadmap/beacon-chain/index.md index a0915577bb1..1631033f9f7 100644 --- a/public/content/translations/ja/roadmap/beacon-chain/index.md +++ b/public/content/translations/ja/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: ビーコンチェーン description: ビーコンチェーン - プルーフ・オブ・ステークのイーサリアム導入アップグレード lang: ja template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: イーサリアムエコシステムにプルーフ・オブ・ステークの導入を可能にしたのが、ビーコンチェーンです。 summaryPoint2: 2022年9月にプルーフ・オブ・ワーク・チェーンのイーサリアムとマージ(統合)されました。 diff --git a/public/content/translations/ja/roadmap/future-proofing/index.md b/public/content/translations/ja/roadmap/future-proofing/index.md index 8c2330309e7..641c0a3283e 100644 --- a/public/content/translations/ja/roadmap/future-proofing/index.md +++ b/public/content/translations/ja/roadmap/future-proofing/index.md @@ -2,7 +2,7 @@ title: 将来性のあるイーサリアム description: これらのアップグレードにより、イーサリアムは、将来何が起きようとも、回復力のある分散型のベースレイヤーとして確立されます。 lang: ja -image: /roadmap/roadmap-future.png +image: /images/roadmap/roadmap-future.png alt: "イーサリアムロードマップ" template: roadmap --- diff --git a/public/content/translations/ja/roadmap/index.md b/public/content/translations/ja/roadmap/index.md index 26f277bdeab..efddaadb1c6 100644 --- a/public/content/translations/ja/roadmap/index.md +++ b/public/content/translations/ja/roadmap/index.md @@ -3,7 +3,7 @@ title: イーサリアムロードマップ description: イーサリアムのスケーラビリティ、セキュリティ、サステナビリティを改善する工程 lang: ja template: roadmap -image: /heroes/roadmap-hub-hero.jpg +image: /images/heroes/roadmap-hub-hero.jpg alt: "イーサリアムロードマップ" summaryPoints: buttons: diff --git a/public/content/translations/ja/roadmap/merge/index.md b/public/content/translations/ja/roadmap/merge/index.md index e6000985601..75aa3daf293 100644 --- a/public/content/translations/ja/roadmap/merge/index.md +++ b/public/content/translations/ja/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: マージ description: マージについて - イーサリアムメインネットへのプルーフ・オブ・ステークの導入 lang: ja template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: イーサリアムメインネットは現在プルーフ・オブ・ステークを使用していますが、これまではそうではありませんでした。 summaryPoint2: 旧プルーフ・オブ・ワークのメカニズムからプルーフ・オブ・ステークへのアップグレードはマージと呼ばれます。 diff --git a/public/content/translations/ja/roadmap/scaling/index.md b/public/content/translations/ja/roadmap/scaling/index.md index b113df15b24..15757ecef7f 100644 --- a/public/content/translations/ja/roadmap/scaling/index.md +++ b/public/content/translations/ja/roadmap/scaling/index.md @@ -2,7 +2,7 @@ title: イーサリアムのスケーリング description: ロールアップでは、トランザクションをオフチェーンでまとめて処理することで、ユーザーのコスト削減を実現しています。 しかし、現在のロールアップでは、データを使用するコストが高く、トランザクションを安価にすることが難しいという課題があります。 これについては、プロトダンクシャーディングによって解決できます。 lang: ja -image: /roadmap/roadmap-transactions.png +image: /images/roadmap/roadmap-transactions.png alt: "イーサリアムロードマップ" template: roadmap --- diff --git a/public/content/translations/ja/roadmap/security/index.md b/public/content/translations/ja/roadmap/security/index.md index 39b32db8977..748c3be00e8 100644 --- a/public/content/translations/ja/roadmap/security/index.md +++ b/public/content/translations/ja/roadmap/security/index.md @@ -2,7 +2,7 @@ title: より安全なイーサリアム description: イーサリアムは、現存するスマートコントラクトプラットフォームの中で、最も安全かつ分散化されています。 しかし、将来にわたってあらゆるレベルの攻撃に対して耐性を維持するためには、改善すべき点がまだあります。 lang: ja -image: /roadmap/roadmap-security.png +image: /images/roadmap/roadmap-security.png alt: "イーサリアムロードマップ" template: roadmap --- diff --git a/public/content/translations/ja/roadmap/user-experience/index.md b/public/content/translations/ja/roadmap/user-experience/index.md index 56fd8d07ef7..7764f09fa58 100644 --- a/public/content/translations/ja/roadmap/user-experience/index.md +++ b/public/content/translations/ja/roadmap/user-experience/index.md @@ -2,7 +2,7 @@ title: ユーザーエクスペリエンスの改善 description: イーサリアムは、ほとんどの人にとって使いこなすのが難しいものです。 そのため、一般の人にも使ってもらえるように、イーサリアムへの参入障壁を大幅に下げる必要があります。ユーザーは、イーサリアムの分散型、パーミッションレス、検閲耐性といったアクセスのメリットを享受できるだけでなく、従来のWeb2アプリと同じように簡単に使えるようにする必要があります。 lang: ja -image: /roadmap/roadmap-ux.png +image: /images/roadmap/roadmap-ux.png alt: "イーサリアムロードマップ" template: roadmap --- diff --git a/public/content/translations/ja/social-networks/index.md b/public/content/translations/ja/social-networks/index.md index 9bc50c2bdca..ceb3c7e3926 100644 --- a/public/content/translations/ja/social-networks/index.md +++ b/public/content/translations/ja/social-networks/index.md @@ -5,7 +5,7 @@ lang: ja template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: ソーシャル・インタラクションとコンテンツの作成と配信のためのブロックチェーンベースのプラットフォーム summaryPoint2: 分散型ソーシャル・メディア・ネットワークは、ユーザーのプライバシーを保護し、データセキュリティを強化 summaryPoint3: トークンと非代替性トークン(NFT)により、コンテンツを収益化する新しい方法の創出 diff --git a/public/content/translations/ja/staking/pools/index.md b/public/content/translations/ja/staking/pools/index.md index 50307196593..4d5f06b48d3 100644 --- a/public/content/translations/ja/staking/pools/index.md +++ b/public/content/translations/ja/staking/pools/index.md @@ -4,7 +4,7 @@ description: ETHステーキングプールの始め方の概要 lang: ja template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: プールで泳ぐサイのレスリー sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/ja/staking/saas/index.md b/public/content/translations/ja/staking/saas/index.md index e16bd246752..8364ef560ed 100644 --- a/public/content/translations/ja/staking/saas/index.md +++ b/public/content/translations/ja/staking/saas/index.md @@ -4,7 +4,7 @@ description: ETHステーキングプールの始め方の概要 lang: ja template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: 雲に浮かぶサイのレスリー sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/ja/staking/solo/index.md b/public/content/translations/ja/staking/solo/index.md index c5bc44f6d50..ae7df68a990 100644 --- a/public/content/translations/ja/staking/solo/index.md +++ b/public/content/translations/ja/staking/solo/index.md @@ -4,7 +4,7 @@ description: ETHのソロステーキングする方法の概要 lang: ja template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: コンピュータチップ上にサイのレスリー sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/ja/staking/withdrawals/index.md b/public/content/translations/ja/staking/withdrawals/index.md index b409054f8e5..62ec63a99aa 100644 --- a/public/content/translations/ja/staking/withdrawals/index.md +++ b/public/content/translations/ja/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: ステーキングの引き出し description: ステーキングの引き出しとその仕組み、そしてステーカーが報酬を獲得するためにすべきことをまとめたページ lang: ja template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: サイのレズリーとそのステーキング報酬 sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/km/nft/index.md b/public/content/translations/km/nft/index.md index 44f13a3508a..e70dea89ba4 100644 --- a/public/content/translations/km/nft/index.md +++ b/public/content/translations/km/nft/index.md @@ -5,7 +5,7 @@ lang: km template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: និមិត្តសញ្ញា Eth ត្រូវបានបង្ហាញតាមរយៈ hologram ។ summaryPoint1: មធ្យោបាយដើម្បីតំណាងឱ្យអ្វីដែលប្លែកខុសគេជាទ្រព្យសកម្មដែលមានមូលដ្ឋានលើ Ethereum summaryPoint2: NFTs នឹងផ្តល់អំណាចកាន់តែច្រើនដល់អ្នកបង្កើតមាតិកាជាងពេលមុនៗ diff --git a/public/content/translations/kn/dao/index.md b/public/content/translations/kn/dao/index.md index f92eb34f302..09b02359a6a 100644 --- a/public/content/translations/kn/dao/index.md +++ b/public/content/translations/kn/dao/index.md @@ -5,7 +5,7 @@ lang: kn template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: ಪ್ರಸ್ತಾವನೆಯ ಮೇಲೆ DAO ಗಳ ಮತದಾನದ ಪ್ರಾತಿನಿಧ್ಯ. summaryPoint1: ಕೇಂದ್ರೀಕೃತ ನಾಯಕತ್ವವಿಲ್ಲದ ಸದಸ್ಯ-ಮಾಲೀಕತ್ವದ ಸಮುದಾಯಗಳು. summaryPoint2: ಇಂಟರ್ನೆಟ್ ಅಪರಿಚಿತರೊಂದಿಗೆ ಸಹಕರಿಸಲು ಸುರಕ್ಷಿತ ಮಾರ್ಗ. diff --git a/public/content/translations/kn/decentralized-identity/index.md b/public/content/translations/kn/decentralized-identity/index.md index 95e51725cff..300ba950330 100644 --- a/public/content/translations/kn/decentralized-identity/index.md +++ b/public/content/translations/kn/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: kn template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: ಸಾಂಪ್ರದಾಯಿಕ ಗುರುತಿನ ವ್ಯವಸ್ಥೆಗಳು ನಿಮ್ಮ ಗುರುತಿಸುವಿಕೆಗಳ ವಿತರಣೆ, ನಿರ್ವಹಣೆ ಮತ್ತು ನಿಯಂತ್ರಣವನ್ನು ಕೇಂದ್ರೀಕರಿಸಿವೆ. summaryPoint2: ವಿಕೇಂದ್ರೀಕೃತ ಗುರುತು ಕೇಂದ್ರೀಕೃತ ಮೂರನೇ ಪಕ್ಷಗಳ ಮೇಲಿನ ಅವಲಂಬನೆಯನ್ನು ತೆಗೆದುಹಾಕುತ್ತದೆ. summaryPoint3: ಕ್ರಿಪ್ಟೋಗೆ ಧನ್ಯವಾದಗಳು, ಬಳಕೆದಾರರು ಈಗ ಮತ್ತೊಮ್ಮೆ ತಮ್ಮದೇ ಆದ ಗುರುತಿಸುವಿಕೆಗಳು ಮತ್ತು ದೃಢೀಕರಣಗಳನ್ನು ವಿತರಿಸಲು, ಹಿಡಿದಿಡಲು ಮತ್ತು ನಿಯಂತ್ರಿಸಲು ಸಾಧನಗಳನ್ನು ಹೊಂದಿದ್ದಾರೆ. diff --git a/public/content/translations/kn/defi/index.md b/public/content/translations/kn/defi/index.md index 14dc31b4e82..9df71b2b03f 100644 --- a/public/content/translations/kn/defi/index.md +++ b/public/content/translations/kn/defi/index.md @@ -4,7 +4,7 @@ description: ಇಥಿರಿಯಮ್‍ನಲ್ಲಿ DeFi ಯ ಅವಲೋಕ lang: kn template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: ಲೆಗೊ ಇಟ್ಟಿಗೆಗಳಿಂದ ಮಾಡಿದ Eth ಲೋಗೋ. sidebarDepth: 2 summaryPoint1: ಪ್ರಸ್ತುತ ಹಣಕಾಸು ವ್ಯವಸ್ಥೆಗೆ ಜಾಗತಿಕ, ಮುಕ್ತ ಪರ್ಯಾಯ. diff --git a/public/content/translations/kn/desci/index.md b/public/content/translations/kn/desci/index.md index eca7bd04066..d95265e5a57 100644 --- a/public/content/translations/kn/desci/index.md +++ b/public/content/translations/kn/desci/index.md @@ -5,7 +5,7 @@ lang: kn template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: ಪ್ರಸ್ತುತ ವೈಜ್ಞಾನಿಕ ವ್ಯವಸ್ಥೆಗೆ ಜಾಗತಿಕ, ಮುಕ್ತ ಪರ್ಯಾಯ. summaryPoint2: ವಿಜ್ಞಾನಿಗಳಿಗೆ ಅನ್ವಯಿಸಿಕೊಳ್ಳುವ ಹಣ ಸಂಗ್ರಹಣೆ, ಪ್ರಯೋಗಾಲೋಚನೆ ನಡೆಸುವುದು, ಡೇಟಾ ಹಂಚಿಕೆ ಮಾಡುವುದು, ಅರಿವುಗಳನ್ನು ಹರಡುವುದು, ಮತ್ತು ಇತರ ಕ್ರಿಯೆಗಳನ್ನು ಮುಗಿಸಿಕೊಳ್ಳುವ ತಂತ್ರಜ್ಞಾನ ಮತ್ತಷ್ಟು ಆಗಿದೆ. diff --git a/public/content/translations/kn/nft/index.md b/public/content/translations/kn/nft/index.md index 324f24bd744..1cfd8f9db01 100644 --- a/public/content/translations/kn/nft/index.md +++ b/public/content/translations/kn/nft/index.md @@ -5,7 +5,7 @@ lang: kn template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: ಹೊಲೊಗ್ರಾಮ್ ಮೂಲಕ ಇಥ್ ಲೋಗೋವನ್ನು ಪ್ರದರ್ಶಿಸಲಾಗುತ್ತಿದೆ. summaryPoint1: ಇಥಿರಿಯಮ್ ಆಧಾರಿತ ಆಸ್ತಿಯಾಗಿ ಅನನ್ಯವಾದ ಯಾವುದನ್ನಾದರೂ ಪ್ರತಿನಿಧಿಸುವ ಒಂದು ಮಾರ್ಗ. summaryPoint2: NFT ಗಳು ವಿಷಯ ಸೃಷ್ಟಿಕರ್ತರಿಗೆ ಹಿಂದೆಂದಿಗಿಂತಲೂ ಹೆಚ್ಚಿನ ಶಕ್ತಿಯನ್ನು ನೀಡುತ್ತಿವೆ. diff --git a/public/content/translations/kn/refi/index.md b/public/content/translations/kn/refi/index.md index 1b3acc45baa..4d38f2f9eec 100644 --- a/public/content/translations/kn/refi/index.md +++ b/public/content/translations/kn/refi/index.md @@ -5,7 +5,7 @@ lang: kn template: use-cases emoji: ":ಮರುಬಳಕೆ:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: ಪುನರುತ್ಪಾದಕ ತತ್ವಗಳ ಮೇಲೆ ನಿರ್ಮಿಸಲಾದ ಪರ್ಯಾಯ ಆರ್ಥಿಕ ವ್ಯವಸ್ಥೆ summaryPoint2: ಹವಾಮಾನ ಬದಲಾವಣೆಯಂತಹ ಜಾಗತಿಕ ಮಟ್ಟದ ಸಮನ್ವಯ ಬಿಕ್ಕಟ್ಟುಗಳನ್ನು ಪರಿಹರಿಸಲು ಇಥಿರಿಯಮ್ಅನ್ನು ಬಳಸಿಕೊಳ್ಳುವ ಪ್ರಯತ್ನ diff --git a/public/content/translations/kn/social-networks/index.md b/public/content/translations/kn/social-networks/index.md index 99935e22302..de14c45e34c 100644 --- a/public/content/translations/kn/social-networks/index.md +++ b/public/content/translations/kn/social-networks/index.md @@ -5,7 +5,7 @@ lang: kn template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: ಸಾಮಾಜಿಕ ಸಂವಹನ ಮತ್ತು ವಿಷಯ ರಚನೆ ಮತ್ತು ವಿತರಣೆಗಾಗಿ ಬ್ಲಾಕ್‍ಚೈನ್ ಆಧಾರಿತ ವೇದಿಕೆಗಳು. summaryPoint2: ವಿಕೇಂದ್ರೀಕೃತ ಸಾಮಾಜಿಕ ಮಾಧ್ಯಮ ನೆಟ್‍ವರ್ಕ್‍ಗಳು ಬಳಕೆದಾರರ ಗೌಪ್ಯತೆಯನ್ನು ರಕ್ಷಿಸುತ್ತವೆ ಮತ್ತು ಡೇಟಾ ಭದ್ರತೆಯನ್ನು ಹೆಚ್ಚಿಸುತ್ತವೆ. summaryPoint3: ಟೋಕನ್‍ಗಳು ಮತ್ತು NFTಗಳು ವಿಷಯವನ್ನು ಹಣಗಳಿಸಲು ಹೊಸ ಮಾರ್ಗಗಳನ್ನು ರಚಿಸುತ್ತವೆ. diff --git a/public/content/translations/ko/dao/index.md b/public/content/translations/ko/dao/index.md index d7fb0380ed2..45ae4a6642c 100644 --- a/public/content/translations/ko/dao/index.md +++ b/public/content/translations/ko/dao/index.md @@ -5,7 +5,7 @@ lang: ko template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: 제안에 투표하는 DAO의 표현. summaryPoint1: 중앙화된 리더십이 없는 회원 소유 커뮤니티. summaryPoint2: 인터넷에서 낯선 사람과 협업할 수 있는 안전한 방법. diff --git a/public/content/translations/ko/decentralized-identity/index.md b/public/content/translations/ko/decentralized-identity/index.md index 04317e56598..407b45daa76 100644 --- a/public/content/translations/ko/decentralized-identity/index.md +++ b/public/content/translations/ko/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: ko template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: 기존의 신원 증명 시스템은 식별자의 발급, 점검, 제어를 한 곳으로 집중시켰습니다. summaryPoint2: 분산 신원 증명을 사용하면 더 이상 중앙화된 제3자에 의존할 필요가 없어집니다. summaryPoint3: 암호화폐 덕분에 사용자는 다시 한 번 자신의 식별자와 증명 정보를 발급, 소유, 제어할 도구를 갖게 되었습니다. diff --git a/public/content/translations/ko/defi/index.md b/public/content/translations/ko/defi/index.md index cb8cbb5638c..02cbd152d0f 100644 --- a/public/content/translations/ko/defi/index.md +++ b/public/content/translations/ko/defi/index.md @@ -4,7 +4,7 @@ description: 이더리움의 디파이 개요 lang: ko template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: 레고 블록으로 만든 이더리움 로고. sidebarDepth: 2 summaryPoint1: 현재 금융 시스템에 대한 글로벌하고 개방적인 대안입니다. diff --git a/public/content/translations/ko/desci/index.md b/public/content/translations/ko/desci/index.md index 777e1a19713..2e06c4c5577 100644 --- a/public/content/translations/ko/desci/index.md +++ b/public/content/translations/ko/desci/index.md @@ -5,7 +5,7 @@ lang: ko template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: 현재 금융 시스템에 대한 글로벌하고 개방적인 대안입니다. summaryPoint2: 과학자들이 자금을 모으고, 실험을 실행하고, 데이터를 공유하고, 통찰력을 배포할 수 있게 하는 기술. diff --git a/public/content/translations/ko/nft/index.md b/public/content/translations/ko/nft/index.md index b0974421cff..57025d11df4 100644 --- a/public/content/translations/ko/nft/index.md +++ b/public/content/translations/ko/nft/index.md @@ -5,7 +5,7 @@ lang: ko template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: 홀로그램을 통해 표시되고 있는 ETH 로고. summaryPoint1: 이더리움 기반 자산으로 고유한 모든 것을 나타내는 방법입니다. summaryPoint2: NFT는 콘텐츠 창작자에게 그 어느 때보다도 더 많은 힘을 실어주고 있습니다. diff --git a/public/content/translations/ko/refi/index.md b/public/content/translations/ko/refi/index.md index f95b8fc4857..1fde84830d1 100644 --- a/public/content/translations/ko/refi/index.md +++ b/public/content/translations/ko/refi/index.md @@ -5,7 +5,7 @@ lang: ko template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: 재생 원칙 위에 기반한 대안 경제 시스템 summaryPoint2: 이더리움을 활용하여 기후 변화와 같은 범세계적인 공동 위기를 해결하기 위한 시도 diff --git a/public/content/translations/ko/social-networks/index.md b/public/content/translations/ko/social-networks/index.md index 1c37a4d5077..d62ec0aa90e 100644 --- a/public/content/translations/ko/social-networks/index.md +++ b/public/content/translations/ko/social-networks/index.md @@ -5,7 +5,7 @@ lang: ko template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: 소셜 상호작용, 콘텐츠 창작 및 배포를 위한 블록체인 기반 플랫폼입니다. summaryPoint2: 분산형 소셜 미디어 네트워크는 사용자의 개인 정보를 보호하고 데이터 보안을 강화합니다. summaryPoint3: 토큰과 NFT는 콘텐츠를 통한 수익 창출의 새로운 방법을 만듭니다. diff --git a/public/content/translations/ko/staking/pools/index.md b/public/content/translations/ko/staking/pools/index.md index 166a10bd970..12f3c209a85 100644 --- a/public/content/translations/ko/staking/pools/index.md +++ b/public/content/translations/ko/staking/pools/index.md @@ -4,7 +4,7 @@ description: 풀 ETH 스테이킹을 시작하는 방법에 대한 개요 lang: ko template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: 수영장에서 수영하는 코뿔소 레슬리. summaryPoints: - 다른 사용자와 함께 ETH의 양과 관계없이 스테이킹하고 보상을 받으세요. diff --git a/public/content/translations/ko/staking/saas/index.md b/public/content/translations/ko/staking/saas/index.md index e15eaaf210b..edfbb428cc8 100644 --- a/public/content/translations/ko/staking/saas/index.md +++ b/public/content/translations/ko/staking/saas/index.md @@ -4,7 +4,7 @@ description: 풀링된 ETH 스테이킹을 시작하는 방법에 대한 개요 lang: ko template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: 구름 위에 떠 있는 코뿔소 레슬리 summaryPoints: - 제3자 노드 운영자가 검증자 클라이언트의 운영을 처리함 diff --git a/public/content/translations/ko/staking/solo/index.md b/public/content/translations/ko/staking/solo/index.md index 2d9ef9a7c3e..5ea8dc20eac 100644 --- a/public/content/translations/ko/staking/solo/index.md +++ b/public/content/translations/ko/staking/solo/index.md @@ -4,7 +4,7 @@ description: ETH 솔로 스테이킹을 시작하는 방법에 대한 개요 lang: ko template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: 컴퓨터 칩 위의 코뿔쏘 레슬리 summaryPoints: - 검증자가 온라인에서 올바르게 작동하도록 유지하여 프로토콜에서 직접 최대 보상을 받으세요. diff --git a/public/content/translations/ml/roadmap/beacon-chain/index.md b/public/content/translations/ml/roadmap/beacon-chain/index.md index 86690ec8980..6053e715640 100644 --- a/public/content/translations/ml/roadmap/beacon-chain/index.md +++ b/public/content/translations/ml/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: ബീക്കൺ ചെയിൻ description: പ്രൂഫ് ഓഫ് സ്റ്റേക്ക് Ethereum അവതരിപ്പിച്ചിട്ടുള്ള അപ്‌ഗ്രേഡായ ബീക്കൺ ചെയിൻ സംബന്ധിച്ച് കൂടുതലറിയുക. lang: ml template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: ബീക്കൺ ചെയിൻ, Ethereum ഇക്കോസിസ്റ്റത്തിലേക്ക് പ്രൂഫ് ഓഫ് സ്റ്റേക്ക് അവതരിപ്പിച്ചു. summaryPoint2: ഇത് ഒറിജിനൽ Ethereum പ്രൂഫ് ഓഫ് വർക്ക് ശൃംഖലയുമായി 2022 സെപ്റ്റംബറിൽ ലയിപ്പിച്ചു. diff --git a/public/content/translations/ml/roadmap/merge/index.md b/public/content/translations/ml/roadmap/merge/index.md index f500a36026b..5fd4e999942 100644 --- a/public/content/translations/ml/roadmap/merge/index.md +++ b/public/content/translations/ml/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: ലയനം description: മെയിൻനെറ്റ് Ethereum പ്രൂഫ് ഓഫ് സ്റ്റേക്ക് സ്വീകരിച്ചപ്പോഴുള്ള ലയനം സംബന്ധിച്ച് അറിയുക. lang: ml template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: Ethereum മെയിൻനെറ്റ് പ്രൂഫ് ഓഫ് സ്റ്റേക്ക് ഉപയോഗിക്കുന്നു, എന്നാൽ ഇത് എല്ലായ്പ്പോഴും അങ്ങനെയായിരുന്നില്ല. summaryPoint2: ഒറിജിനൽ പ്രൂഫ് ഓഫ് വർക്ക് രീതിയിൽ നിന്ന് പ്രൂഫ് ഓഫ് സ്റ്റേക്കിലേക്കുള്ള അപ്‌ഗ്രേഡിനെ ലയനം എന്ന് വിളിക്കപ്പെടുന്നു. diff --git a/public/content/translations/mr/dao/index.md b/public/content/translations/mr/dao/index.md index c199f15b24e..ac08c71e899 100644 --- a/public/content/translations/mr/dao/index.md +++ b/public/content/translations/mr/dao/index.md @@ -5,7 +5,7 @@ lang: mr template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: प्रस्तावावर मतदान करणाऱ्या DAO चे प्रतिनिधित्व. summaryPoint1: केंद्रीकृत नेतृत्वाशिवाय सदस्यांच्या मालकीचे समुदाय. summaryPoint2: इंटरनेट अनोळखी लोकांसह सहयोग करण्याचा एक सुरक्षित मार्ग. diff --git a/public/content/translations/mr/decentralized-identity/index.md b/public/content/translations/mr/decentralized-identity/index.md index a0bf1d20997..a7d72c980cb 100644 --- a/public/content/translations/mr/decentralized-identity/index.md +++ b/public/content/translations/mr/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: mr template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: पारंपारिक ओळख प्रणालींनी आपल्या अभिज्ञापकांचे जारी करणे, देखभाल आणि नियंत्रण केंद्रीकृत केले आहे. summaryPoint2: विकेंद्रित ओळख केंद्रीकृत तृतीय पक्षावरील अवलंबित्व काढून टाकते. summaryPoint3: क्रिप्टोचे आभार, वापरकर्त्यांकडे आता पुन्हा एकदा त्यांचे स्वतःचे अभिज्ञापक आणि साक्ष्यीकरण जारी करण्यासाठी, धरून ठेवण्यासाठी आणि नियंत्रित करण्यासाठी साधने आहेत. diff --git a/public/content/translations/mr/defi/index.md b/public/content/translations/mr/defi/index.md index 2e83f8e3593..d5847a5aa78 100644 --- a/public/content/translations/mr/defi/index.md +++ b/public/content/translations/mr/defi/index.md @@ -4,7 +4,7 @@ description: Ethereum वर DeFi चे विहंगावलोकन lang: mr template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: लेगो विटांनी बनवलेला Eth लोगो. sidebarDepth: 2 summaryPoint1: सध्याच्या आर्थिक व्यवस्थेसाठी जागतिक, खुला पर्याय. diff --git a/public/content/translations/mr/desci/index.md b/public/content/translations/mr/desci/index.md index 021cd33450f..56a24ce47c4 100644 --- a/public/content/translations/mr/desci/index.md +++ b/public/content/translations/mr/desci/index.md @@ -5,7 +5,7 @@ lang: mr template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: सध्याच्या वैज्ञानिक प्रणालीसाठी जागतिक, खुला पर्याय. summaryPoint2: तंत्रज्ञान जे शास्त्रज्ञांना निधी उभारण्यास, प्रयोग चालविण्यास, डेटा सामायिक करण्यास, अंतर्दृष्टी वितरित करण्यास आणि बरेच काही करण्यास सक्षम करते. diff --git a/public/content/translations/mr/nft/index.md b/public/content/translations/mr/nft/index.md index 18de455fa66..f70be26201c 100644 --- a/public/content/translations/mr/nft/index.md +++ b/public/content/translations/mr/nft/index.md @@ -5,7 +5,7 @@ lang: mr template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: होलोग्रामद्वारे Ethचा लोगो प्रदर्शित केले जात आहे. summaryPoint1: Ethereum-आधारित मालमत्ता म्हणून अद्वितीय कोणत्याही गोष्टीचे प्रतिनिधित्व करण्याचा एक मार्ग. summaryPoint2: NFT सामग्री निर्मात्यांना पूर्वीपेक्षा अधिक शक्ती देत ​​आहेत. diff --git a/public/content/translations/mr/refi/index.md b/public/content/translations/mr/refi/index.md index 50e10a72637..95a1024b81d 100644 --- a/public/content/translations/mr/refi/index.md +++ b/public/content/translations/mr/refi/index.md @@ -5,7 +5,7 @@ lang: mr template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: पुनरुत्पादक तत्त्वांवर आधारित पर्यायी आर्थिक व्यवस्था summaryPoint2: हवामान बदलासारख्या जागतिक स्तरावरील समन्वय संकटांचे निराकरण करण्यासाठी Ethereum चा वापर करण्याचा प्रयत्न diff --git a/public/content/translations/mr/social-networks/index.md b/public/content/translations/mr/social-networks/index.md index 1f30495833d..d4d526abc36 100644 --- a/public/content/translations/mr/social-networks/index.md +++ b/public/content/translations/mr/social-networks/index.md @@ -5,7 +5,7 @@ lang: mr template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: सामाजिक संवाद आणि सामग्री निर्मिती आणि वितरणासाठी ब्लॉकचेन-आधारित प्लॅटफॉर्म. summaryPoint2: विकेंद्रित सोशल मीडिया नेटवर्क वापरकर्त्याच्या गोपनीयतेचे संरक्षण करतात आणि डेटा सुरक्षितता वाढवतात. summaryPoint3: टोकन आणि NFT सामग्रीची कमाई करण्याचे नवीन मार्ग तयार करतात. diff --git a/public/content/translations/ms/dao/index.md b/public/content/translations/ms/dao/index.md index ee5519ca96d..4c2bad423dc 100644 --- a/public/content/translations/ms/dao/index.md +++ b/public/content/translations/ms/dao/index.md @@ -5,7 +5,7 @@ lang: ms template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Perwakilan pengundian DAO pada cadangan. summaryPoint1: Komuniti milik ahli tanpa kepimpinan berpusat. summaryPoint2: Cara selamat untuk bekerjasama dengan orang asing internet. diff --git a/public/content/translations/ms/nft/index.md b/public/content/translations/ms/nft/index.md index bd51d93050f..b0bb39138ab 100644 --- a/public/content/translations/ms/nft/index.md +++ b/public/content/translations/ms/nft/index.md @@ -5,7 +5,7 @@ lang: ms template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Logo Eth dipaparkan menerusi hologram. summaryPoint1: Satu cara untuk mewakili apa sahaja yang unik sebagai aset berasaskan Ethereum. summaryPoint2: NFT memberi lebih banyak kuasa kepada pencipta kandungan dari sebelum ini. diff --git a/public/content/translations/nl/dao/index.md b/public/content/translations/nl/dao/index.md index 0a04b4bd455..f4c5cbe023b 100644 --- a/public/content/translations/nl/dao/index.md +++ b/public/content/translations/nl/dao/index.md @@ -5,7 +5,7 @@ lang: nl template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Een vertegenwoordiging van een DAO die over een voorstel stemt. summaryPoint1: Gemeenschappen waarvan de leden eigenaar zijn en zonder gecentraliseerd leiderschap. summaryPoint2: Een veilige manier om samen te werken met vreemdelingen op het internet. diff --git a/public/content/translations/nl/decentralized-identity/index.md b/public/content/translations/nl/decentralized-identity/index.md index 4978de100a1..2dcb38b3c12 100644 --- a/public/content/translations/nl/decentralized-identity/index.md +++ b/public/content/translations/nl/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: nl template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: Traditionele identiteitssystemen hebben de uitgifte, het onderhoud en de controle van uw identificatiemiddelen gecentraliseerd. summaryPoint2: Gedecentraliseerde identiteit verwijdert vertrouwen op gecentraliseerde derden. summaryPoint3: Dankzij crypto hebben gebruikers nu de tools om hun eigen identificaties en attestaties uit te geven, bij te houden en te beheren. diff --git a/public/content/translations/nl/defi/index.md b/public/content/translations/nl/defi/index.md index 7bb5bc9ec32..c82bf40282d 100644 --- a/public/content/translations/nl/defi/index.md +++ b/public/content/translations/nl/defi/index.md @@ -4,7 +4,7 @@ description: Een overzicht van DeFi op Ethereum lang: nl template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Een Eth-logo gemaakt van legostenen. sidebarDepth: 2 summaryPoint1: Een wereldwijd, open alternatief voor ons huidige financiële systeem. diff --git a/public/content/translations/nl/desci/index.md b/public/content/translations/nl/desci/index.md index e858b799ab3..dcaa6df881b 100644 --- a/public/content/translations/nl/desci/index.md +++ b/public/content/translations/nl/desci/index.md @@ -5,7 +5,7 @@ lang: nl template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Een wereldwijd, open alternatief voor het huidige wetenschappelijke systeem. summaryPoint2: Technologie die wetenschappers in staat stelt om financiering te verwerven, experimenten uit te voeren, gegevens te delen, inzichten te verdelen en meer. diff --git a/public/content/translations/nl/nft/index.md b/public/content/translations/nl/nft/index.md index e6ba8dcad70..cf887348b04 100644 --- a/public/content/translations/nl/nft/index.md +++ b/public/content/translations/nl/nft/index.md @@ -5,7 +5,7 @@ lang: nl template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Een Eth-logo dat via een hologram wordt weergegeven. summaryPoint1: Een manier om iets unieks te vertegenwoordigen als een op Ethereum gebaseerd activum. summaryPoint2: NFT's geven meer macht aan contentmakers dan ooit tevoren. diff --git a/public/content/translations/nl/refi/index.md b/public/content/translations/nl/refi/index.md index f3525f70e79..42d793bd176 100644 --- a/public/content/translations/nl/refi/index.md +++ b/public/content/translations/nl/refi/index.md @@ -5,7 +5,7 @@ lang: nl template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Een alternatief economisch systeem gebouwd op regeneratieve principes summaryPoint2: Een poging om Ethereum te benutten voor het oplossen van wereldwijde coördinatiecrisissen zoals de klimaatverandering diff --git a/public/content/translations/nl/roadmap/beacon-chain/index.md b/public/content/translations/nl/roadmap/beacon-chain/index.md index 58630db91ab..c896587affc 100644 --- a/public/content/translations/nl/roadmap/beacon-chain/index.md +++ b/public/content/translations/nl/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: De Beacon Chain description: Leer meer over de Beacon Chain - de upgrade die proof-of-stake Ethereum introduceerde. lang: nl template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: De Beacon Chain verandert niks aan de Ethereum die we nu gebruiken. summaryPoint2: Het zal het netwerk coördineren en als consensuslaag fungeren. diff --git a/public/content/translations/nl/roadmap/merge/index.md b/public/content/translations/nl/roadmap/merge/index.md index 67408e0a5a6..19312bd35d2 100644 --- a/public/content/translations/nl/roadmap/merge/index.md +++ b/public/content/translations/nl/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: De merge description: Lees meer over de merge - wanneer het hoofdnet van Ethereum wordt gevoegd bij het gecoördineerde proof-of-stake systeem Beacon Chain. lang: nl template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: Uiteindelijk zal het huidige Ethereum-hoofdnet "fuseren" met het Beacon Chain proof-of-stake systeem. summaryPoint2: Dit markeert het einde van proof-of-work voor Ethereum, en de volledige overgang naar proof-of-stake. diff --git a/public/content/translations/nl/social-networks/index.md b/public/content/translations/nl/social-networks/index.md index ebc29f1735c..801bce524c8 100644 --- a/public/content/translations/nl/social-networks/index.md +++ b/public/content/translations/nl/social-networks/index.md @@ -5,7 +5,7 @@ lang: nl template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: Blockchain-gebaseerde platformen voor sociale interactie en het creëren en verspreiden van content. summaryPoint2: Gedecentraliseerde sociale medianetwerken beschermen de privacy van gebruikers en verbeteren de gegevensbeveiliging. summaryPoint3: Tokens en NFT's creëren nieuwe manieren om content te monetariseren. diff --git a/public/content/translations/nl/staking/pools/index.md b/public/content/translations/nl/staking/pools/index.md index b7ccc367d5f..a80b1bb852b 100644 --- a/public/content/translations/nl/staking/pools/index.md +++ b/public/content/translations/nl/staking/pools/index.md @@ -4,7 +4,7 @@ description: Een overzicht van hoe u aan de slag kunt met gepoolde ETH-staking lang: nl template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: Leslie de neushoorn die in het zwembad zwemt. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/nl/staking/saas/index.md b/public/content/translations/nl/staking/saas/index.md index b9182fc8d7a..04002c54b43 100644 --- a/public/content/translations/nl/staking/saas/index.md +++ b/public/content/translations/nl/staking/saas/index.md @@ -4,7 +4,7 @@ description: Een overzicht van hoe u aan de slag kunt met gepoolde ETH-staking lang: nl template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: Leslie de neushoorn zweeft in de wolken. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/nl/staking/solo/index.md b/public/content/translations/nl/staking/solo/index.md index 8393ad4448b..5d0bebb61a6 100644 --- a/public/content/translations/nl/staking/solo/index.md +++ b/public/content/translations/nl/staking/solo/index.md @@ -4,7 +4,7 @@ description: Een overzicht van hoe u moet beginnen met solo staking van uw ETH lang: nl template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: Leslie de neushoorn op haar eigen computerchip. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/pcm/dao/index.md b/public/content/translations/pcm/dao/index.md index 60980792317..f5b55e1811b 100644 --- a/public/content/translations/pcm/dao/index.md +++ b/public/content/translations/pcm/dao/index.md @@ -5,7 +5,7 @@ lang: pcm template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: One show of hau one DAO dey vote on top one proposal. summaryPoint1: Kommunitis wey membas own and nor get one pesin wey dey kontrol evrytin. summaryPoint2: One way wey bam wey u fit join pipol wey yu nor sabi for intanet witout wahala. diff --git a/public/content/translations/pcm/nft/index.md b/public/content/translations/pcm/nft/index.md index b2701efff4c..871a0c754d4 100644 --- a/public/content/translations/pcm/nft/index.md +++ b/public/content/translations/pcm/nft/index.md @@ -5,7 +5,7 @@ lang: pcm template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Eth logo wey wi dey yus hologram show. summaryPoint1: Na one way wey yu fit reprisent anytin wey dey unik as Ethereum-based asset. summaryPoint2: NFTs dey give more pawa to kontent kreators pass any taim bifor. diff --git a/public/content/translations/pl/dao/index.md b/public/content/translations/pl/dao/index.md index e4776ee4725..18778b0ffaf 100644 --- a/public/content/translations/pl/dao/index.md +++ b/public/content/translations/pl/dao/index.md @@ -5,7 +5,7 @@ lang: pl template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Reprezentacja DAO głosującego nad wnioskiem. summaryPoint1: Społeczności należące do członków bez scentralizowanego przywództwa. summaryPoint2: Bezpieczny sposób współpracy z nieznajomymi w internecie. diff --git a/public/content/translations/pl/decentralized-identity/index.md b/public/content/translations/pl/decentralized-identity/index.md index 3cb7ce04529..15f19deabd8 100644 --- a/public/content/translations/pl/decentralized-identity/index.md +++ b/public/content/translations/pl/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: pl template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: W tradycyjnych systemach tożsamości wydawanie, utrzymywanie i kontrola Twoich identyfikatorów są scentralizowane. summaryPoint2: Tożsamość zdecentralizowana usuwa zależność od scentralizowanych podmiotów trzecich. summaryPoint3: Dzięki technologii kryptograficznej użytkownicy mają ponownie narzędzia do wydawania, przechowywania i kontrolowania własnych identyfikatorów i poświadczeń. diff --git a/public/content/translations/pl/defi/index.md b/public/content/translations/pl/defi/index.md index b1fe04fde62..6d69d4dea6f 100644 --- a/public/content/translations/pl/defi/index.md +++ b/public/content/translations/pl/defi/index.md @@ -4,7 +4,7 @@ description: Przegląd DeFi na Ethereum lang: pl template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Logo ETH wykonane z klocków lego. sidebarDepth: 2 summaryPoint1: Globalna, otwarta alternatywa dla obecnego systemu finansowego. diff --git a/public/content/translations/pl/desci/index.md b/public/content/translations/pl/desci/index.md index 0256da5f2a9..f37d5ac68b0 100644 --- a/public/content/translations/pl/desci/index.md +++ b/public/content/translations/pl/desci/index.md @@ -5,7 +5,7 @@ lang: pl template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Globalna, otwarta alternatywa dla obecnego systemu naukowego. summaryPoint2: Technologia, która umożliwia naukowcom pozyskiwanie funduszy, prowadzenie eksperymentów, udostępnianie danych, rozpowszechnianie wniosków i wiele innych. diff --git a/public/content/translations/pl/nft/index.md b/public/content/translations/pl/nft/index.md index 639a9ae0e5a..0a7722d9e80 100644 --- a/public/content/translations/pl/nft/index.md +++ b/public/content/translations/pl/nft/index.md @@ -5,7 +5,7 @@ lang: pl template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Logo Ethereum wyświetlane jako hologram. summaryPoint1: Sposób reprezentowania czegoś wyjątkowego jako aktywu na blockchainie Ethereum. summaryPoint2: NFT dają ich twórcom możliwości, których nigdy wcześniej nie mieli. diff --git a/public/content/translations/pl/refi/index.md b/public/content/translations/pl/refi/index.md index 39856041f20..0c5f57a52c4 100644 --- a/public/content/translations/pl/refi/index.md +++ b/public/content/translations/pl/refi/index.md @@ -5,7 +5,7 @@ lang: pl template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Alternatywny system ekonomiczny oparty na zasadach regeneracji summaryPoint2: Próba wykorzystania Ethereum do rozwiązania globalnych kryzysów koordynacyjnych, takich jak zmiany klimatu diff --git a/public/content/translations/pl/roadmap/beacon-chain/index.md b/public/content/translations/pl/roadmap/beacon-chain/index.md index 1233d3115af..7dcea8ee1ab 100644 --- a/public/content/translations/pl/roadmap/beacon-chain/index.md +++ b/public/content/translations/pl/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: Łańcuch śledzący description: Dowiedz się więcej o łańcuchu śledzącym — uaktualnieniu, które wprowadziło mechanizm proof-of-stake w sieci Ethereum. lang: pl template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: Łańcuch śledzący wprowadził mechanizm proof-of-stake do ekosystemu Ethereum. summaryPoint2: Został on połączony z pierwotnym łańcuchem proof-of-work Ethereum we wrześniu 2022 roku. diff --git a/public/content/translations/pl/roadmap/merge/index.md b/public/content/translations/pl/roadmap/merge/index.md index 63c8b54d22f..47129446999 100644 --- a/public/content/translations/pl/roadmap/merge/index.md +++ b/public/content/translations/pl/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: Połączenie description: Dowiedz się więcej o Połączeniu — kiedy w sieci głównej Ethereum przyjęto dowód stawki (proof-of-stake). lang: pl template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: Sieć główna Ethereum wykorzystuje mechanizm proof-of-stake, ale nie zawsze tak było. summaryPoint2: Przejście z oryginalnego mechanizmu proof-of-work na proof-of-stake zostało nazwane Połączeniem. diff --git a/public/content/translations/pl/social-networks/index.md b/public/content/translations/pl/social-networks/index.md index 4addefe5015..6e17c891988 100644 --- a/public/content/translations/pl/social-networks/index.md +++ b/public/content/translations/pl/social-networks/index.md @@ -5,7 +5,7 @@ lang: pl template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: Oparte na łańcuchu bloków platformy umożliwiające interakcje społeczne oraz tworzenie i rozpowszechnianie treści. summaryPoint2: Zdecentralizowane sieci mediów społecznościowych zapewniają ochronę prywatności użytkowników i większe bezpieczeństwo danych. summaryPoint3: Tokeny i NFT otwierają nowe możliwości monetyzacji treści. diff --git a/public/content/translations/pl/staking/pools/index.md b/public/content/translations/pl/staking/pools/index.md index 58933d27d26..079bc3e0021 100644 --- a/public/content/translations/pl/staking/pools/index.md +++ b/public/content/translations/pl/staking/pools/index.md @@ -4,7 +4,7 @@ description: Przegląd tego, jak rozpocząć korzystanie ze stakowania ETH w pul lang: pl template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: Nosorożec Leslie pływający w basenie. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/pl/staking/saas/index.md b/public/content/translations/pl/staking/saas/index.md index 4e6b0ef649a..cc597804665 100644 --- a/public/content/translations/pl/staking/saas/index.md +++ b/public/content/translations/pl/staking/saas/index.md @@ -4,7 +4,7 @@ description: Przegląd tego, jak rozpocząć korzystanie ze stakowania ETH w pul lang: pl template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: Nosorożec Leslie unoszący się w chmurach. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/pl/staking/solo/index.md b/public/content/translations/pl/staking/solo/index.md index 6420934ebc4..38f38924b0b 100644 --- a/public/content/translations/pl/staking/solo/index.md +++ b/public/content/translations/pl/staking/solo/index.md @@ -4,7 +4,7 @@ description: Przegląd tego, jak rozpocząć samodzielne stakowanie ETH lang: pl template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: Nosorożec Leslie na własnym chipie komputerowym. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/pl/staking/withdrawals/index.md b/public/content/translations/pl/staking/withdrawals/index.md index 626d86b30e4..bb5d96a8a23 100644 --- a/public/content/translations/pl/staking/withdrawals/index.md +++ b/public/content/translations/pl/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: Wypłaty ze stakingu description: Strona podsumowująca, czym są wypłaty ze stakingu i jak działają, a także co muszą zrobić stakerzy, aby otrzymać nagrody lang: pl template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: Nosorożec Leslie z nagrodami ze stakingu sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/pt-br/dao/index.md b/public/content/translations/pt-br/dao/index.md index b67304c5e2b..ac49b57cad2 100644 --- a/public/content/translations/pt-br/dao/index.md +++ b/public/content/translations/pt-br/dao/index.md @@ -5,7 +5,7 @@ lang: pt-br template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Uma representação de uma votação DAO em uma proposta. summaryPoint1: Comunidades de membros sem liderança centralizada. summaryPoint2: Uma maneira segura de colaborar com desconhecidos na Internet. diff --git a/public/content/translations/pt-br/decentralized-identity/index.md b/public/content/translations/pt-br/decentralized-identity/index.md index b0f8d588f0a..78f5b65029a 100644 --- a/public/content/translations/pt-br/decentralized-identity/index.md +++ b/public/content/translations/pt-br/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: pt-br template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: Os sistemas de identidade tradicionais centralizaram a emissão, manutenção e controle de seus identificadores. summaryPoint2: A identidade descentralizada elimina a dependência de terceiros centralizados. summaryPoint3: Graças à criptografia, os usuários agora têm as ferramentas para emitir, manter e controlar seus próprios identificadores e atestações novamente. diff --git a/public/content/translations/pt-br/defi/index.md b/public/content/translations/pt-br/defi/index.md index d80676ad104..47d992e1897 100644 --- a/public/content/translations/pt-br/defi/index.md +++ b/public/content/translations/pt-br/defi/index.md @@ -4,7 +4,7 @@ description: Uma visão geral do DeFi na Ethereum lang: pt-br template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Um logotipo Eth feito de blocos de lego. sidebarDepth: 2 summaryPoint1: Uma alternativa global e aberta ao sistema financeiro atual. diff --git a/public/content/translations/pt-br/desci/index.md b/public/content/translations/pt-br/desci/index.md index aed2f22bf77..41e06fb89d2 100644 --- a/public/content/translations/pt-br/desci/index.md +++ b/public/content/translations/pt-br/desci/index.md @@ -5,7 +5,7 @@ lang: pt-br template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Uma alternativa global e aberta ao sistema científico atual. summaryPoint2: Tecnologia que permite aos cientistas levantar fundos, realizar experimentos, compartilhar dados, distribuir informações e muito mais. diff --git a/public/content/translations/pt-br/nft/index.md b/public/content/translations/pt-br/nft/index.md index de263719736..455b2537596 100644 --- a/public/content/translations/pt-br/nft/index.md +++ b/public/content/translations/pt-br/nft/index.md @@ -5,7 +5,7 @@ lang: pt-br template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Um logotipo Eth sendo exibido via holograma. summaryPoint1: Uma forma de representar qualquer coisa única como um ativo baseado no Ethereum. summaryPoint2: Os NFTs estão dando mais poder do que nunca aos criadores de conteúdo. diff --git a/public/content/translations/pt-br/refi/index.md b/public/content/translations/pt-br/refi/index.md index 4db9f5c0b7b..70b8c5c2b41 100644 --- a/public/content/translations/pt-br/refi/index.md +++ b/public/content/translations/pt-br/refi/index.md @@ -5,7 +5,7 @@ lang: pt-br template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Um sistema econômico alternativo desenvolvido com base em princípios regenerativos summaryPoint2: Uma tentativa de aproveitar o Ethereum para resolver crises de coordenação em nível global, como, por exemplo, a mudança climática diff --git a/public/content/translations/pt-br/roadmap/beacon-chain/index.md b/public/content/translations/pt-br/roadmap/beacon-chain/index.md index 281cee99397..e2c50faa06d 100644 --- a/public/content/translations/pt-br/roadmap/beacon-chain/index.md +++ b/public/content/translations/pt-br/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: A Beacon Chain description: Saiba mais sobre a Beacon Chain — a melhoria que introduziu a prova de participação no Ethereum. lang: pt-br template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: A Beacon Chain introduziu a prova de participação no ecossistema Ethereum. summaryPoint2: Ela foi integrada à cadeia de prova de trabalho da Ethereum original em setembro de 2022. diff --git a/public/content/translations/pt-br/roadmap/future-proofing/index.md b/public/content/translations/pt-br/roadmap/future-proofing/index.md index a20416795e7..c59708b2fa6 100644 --- a/public/content/translations/pt-br/roadmap/future-proofing/index.md +++ b/public/content/translations/pt-br/roadmap/future-proofing/index.md @@ -2,7 +2,7 @@ title: Preparação do Ethereum para o futuro description: Essas melhorias consolidam o Ethereum como a camada de base resiliente e descentralizada para o futuro, seja ele qual for. lang: pt-br -image: /roadmap/roadmap-future.png +image: /images/roadmap/roadmap-future.png alt: "Planejamento Ethereum" template: roadmap --- diff --git a/public/content/translations/pt-br/roadmap/index.md b/public/content/translations/pt-br/roadmap/index.md index 3bab123ac1c..a8112dab9b6 100644 --- a/public/content/translations/pt-br/roadmap/index.md +++ b/public/content/translations/pt-br/roadmap/index.md @@ -3,7 +3,7 @@ title: Planejamento Ethereum description: O caminho para mais escalabilidade, segurança e sustentabilidade no Ethereum. lang: pt-br template: roadmap -image: /heroes/roadmap-hub-hero.jpg +image: /images/heroes/roadmap-hub-hero.jpg alt: "Planejamento Ethereum" summaryPoints: buttons: diff --git a/public/content/translations/pt-br/roadmap/merge/index.md b/public/content/translations/pt-br/roadmap/merge/index.md index 3123923a6b2..206ec6397e2 100644 --- a/public/content/translations/pt-br/roadmap/merge/index.md +++ b/public/content/translations/pt-br/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: A Fusão description: Aprenda sobre A Fusão — quando a Rede principal do Ethereum adotou a prova de participação. lang: pt-br template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: A Rede principal do Ethereum usa prova de participação, mas nem sempre foi esse o caso. summaryPoint2: A melhoria do mecanismo original de prova de trabalho para prova de participação foi chamada de The Merge, ou seja, A Fusão. diff --git a/public/content/translations/pt-br/roadmap/scaling/index.md b/public/content/translations/pt-br/roadmap/scaling/index.md index 9034521319f..c5b4a23bfdd 100644 --- a/public/content/translations/pt-br/roadmap/scaling/index.md +++ b/public/content/translations/pt-br/roadmap/scaling/index.md @@ -2,7 +2,7 @@ title: Escalar o Ethereum description: Rollups agrupam transações fora da cadeia, o que reduz os custos para o usuário. Entretanto, a maneira como rollups usam os dados atualmente é muito cara, o que limita a acessibilidade das transações. Proto-Danksharding corrige isso. lang: pt-br -image: /roadmap/roadmap-transactions.png +image: /images/roadmap/roadmap-transactions.png alt: "Planejamento Ethereum" template: roadmap --- diff --git a/public/content/translations/pt-br/roadmap/security/index.md b/public/content/translations/pt-br/roadmap/security/index.md index 94bbee3a9a3..336bfd2a1f7 100644 --- a/public/content/translations/pt-br/roadmap/security/index.md +++ b/public/content/translations/pt-br/roadmap/security/index.md @@ -2,7 +2,7 @@ title: Um Ethereum mais seguro description: O Ethereum é a plataforma de contrato inteligente mais segura e descentralizada que existe. Entretanto, ainda existem melhorias que podem ser feitas para que o Ethereum permaneça resiliente a qualquer nível de ataque no futuro. lang: pt-br -image: /roadmap/roadmap-security.png +image: /images/roadmap/roadmap-security.png alt: "Planejamento Ethereum" template: roadmap --- diff --git a/public/content/translations/pt-br/roadmap/user-experience/index.md b/public/content/translations/pt-br/roadmap/user-experience/index.md index 6559d3d9ff5..af070b7a6e1 100644 --- a/public/content/translations/pt-br/roadmap/user-experience/index.md +++ b/public/content/translations/pt-br/roadmap/user-experience/index.md @@ -2,7 +2,7 @@ title: Melhoria da experiência do usuário description: Para a maioria das pessoas, ainda é complicado usar o Ethereum. Para incentivar a adoção em massa, o Ethereum precisa reduzir drasticamente as barreiras de entrada. Os usuários devem obter os benefícios do acesso descentralizado, sem permissão e resistente à censura ao Ethereum, mas isso precisa ser tão simples quanto usar um aplicativo web2 tradicional. lang: pt-br -image: /roadmap/roadmap-ux.png +image: /images/roadmap/roadmap-ux.png alt: "Planejamento Ethereum" template: roadmap --- diff --git a/public/content/translations/pt-br/social-networks/index.md b/public/content/translations/pt-br/social-networks/index.md index 0731931fc16..1465d3621bb 100644 --- a/public/content/translations/pt-br/social-networks/index.md +++ b/public/content/translations/pt-br/social-networks/index.md @@ -5,7 +5,7 @@ lang: pt-br template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: Plataformas baseadas em blockchain para interação social, criação e distribuição de conteúdo. summaryPoint2: As redes de mídia social descentralizadas protegem a privacidade do usuário e aumentam a segurança dos dados. summaryPoint3: Tokens e NFTs criam formas de monetizar conteúdo. diff --git a/public/content/translations/pt-br/staking/pools/index.md b/public/content/translations/pt-br/staking/pools/index.md index ec4ae2e94f1..4ee596fbf6d 100644 --- a/public/content/translations/pt-br/staking/pools/index.md +++ b/public/content/translations/pt-br/staking/pools/index.md @@ -4,7 +4,7 @@ description: Uma visão geral de como começar com pools de staking de ETH lang: pt-br template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: Leslie, o rinoceronte, nadando na piscina sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/pt-br/staking/saas/index.md b/public/content/translations/pt-br/staking/saas/index.md index 850b1d78d0c..ab5e78012e8 100644 --- a/public/content/translations/pt-br/staking/saas/index.md +++ b/public/content/translations/pt-br/staking/saas/index.md @@ -4,7 +4,7 @@ description: Uma visão geral de como começar com os pools de staking de ETH lang: pt-br template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: Leslie, o rinoceronte, flutuando nas nuvens sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/pt-br/staking/solo/index.md b/public/content/translations/pt-br/staking/solo/index.md index f536a5b362e..0ffb9c8f5cf 100644 --- a/public/content/translations/pt-br/staking/solo/index.md +++ b/public/content/translations/pt-br/staking/solo/index.md @@ -4,7 +4,7 @@ description: Uma visão geral de como começar a fazer staking individual com se lang: pt-br template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: Leslie, o rinoceronte, em seu próprio chip de computador sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/pt-br/staking/withdrawals/index.md b/public/content/translations/pt-br/staking/withdrawals/index.md index 683c6e6186c..279a03f799e 100644 --- a/public/content/translations/pt-br/staking/withdrawals/index.md +++ b/public/content/translations/pt-br/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: Saque de staking description: Página que resume o que são os saques por staking, como eles funcionam e o que os stakers (participantes) precisam fazer para obter suas recompensas lang: pt-br template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: Leslie, o rinoceronte, com suas recompensas de staking sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/pt/dao/index.md b/public/content/translations/pt/dao/index.md index 78b82525735..fce9f3451c5 100644 --- a/public/content/translations/pt/dao/index.md +++ b/public/content/translations/pt/dao/index.md @@ -5,7 +5,7 @@ lang: pt template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Representação da votação de uma proposta numa DAO. summaryPoint1: Comunidades pertencentes aos membros, sem liderança centralizada. summaryPoint2: Uma forma segura de colaborar com desconhecidos na internet. diff --git a/public/content/translations/pt/decentralized-identity/index.md b/public/content/translations/pt/decentralized-identity/index.md index 0a1bab55cbc..c50ee8fd532 100644 --- a/public/content/translations/pt/decentralized-identity/index.md +++ b/public/content/translations/pt/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: pt template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: Nos sistemas de identidade tradicionais, a emissão, manutenção e controlo da identificação dos utilizadores são centralizados. summaryPoint2: Um sistema de identidade descentralizada deixa de depender de terceiros centralizados. summaryPoint3: Graças à criptografia, os utilizadores possuem agora as ferramentas para conseguir emitir, manter e controlar a sua identificação e a respetiva prova da mesma. diff --git a/public/content/translations/pt/defi/index.md b/public/content/translations/pt/defi/index.md index 2739116663f..93084a95361 100644 --- a/public/content/translations/pt/defi/index.md +++ b/public/content/translations/pt/defi/index.md @@ -4,7 +4,7 @@ description: Uma visão geral da DeFi na Ethereum lang: pt template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Um logótipo da Eth feito de peças de lego. sidebarDepth: 2 summaryPoint1: Uma alternativa global e aberta ao sistema financeiro atual. diff --git a/public/content/translations/pt/desci/index.md b/public/content/translations/pt/desci/index.md index dbccac25af6..5ce98a2fa6a 100644 --- a/public/content/translations/pt/desci/index.md +++ b/public/content/translations/pt/desci/index.md @@ -5,7 +5,7 @@ lang: pt template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Uma alternativa global e aberta ao atual sistema científico. summaryPoint2: Tecnologia que permite aos cientistas angariar fundos, realizar experiências, partilhar dados, distribuir conhecimento e muito mais. diff --git a/public/content/translations/pt/nft/index.md b/public/content/translations/pt/nft/index.md index 1d530c0454b..ca95a5fa748 100644 --- a/public/content/translations/pt/nft/index.md +++ b/public/content/translations/pt/nft/index.md @@ -5,7 +5,7 @@ lang: pt template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Um logótipo Eth exibido através de um holograma. summaryPoint1: Uma forma de representar algo único como um ativo baseado na Ethereum. summaryPoint2: Os NFT estão a dar mais poder do que nunca aos criadores de conteúdo. diff --git a/public/content/translations/pt/refi/index.md b/public/content/translations/pt/refi/index.md index b020a5a3d31..dc34d389045 100644 --- a/public/content/translations/pt/refi/index.md +++ b/public/content/translations/pt/refi/index.md @@ -5,7 +5,7 @@ lang: pt template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Um sistema económico alternativo baseado em princípios regenerativos summaryPoint2: Uma tentativa de aproveitar o Ethereum para resolver crises de coordenação a nível mundial, como as alterações climáticas diff --git a/public/content/translations/pt/social-networks/index.md b/public/content/translations/pt/social-networks/index.md index 295405adf61..d2d4408309d 100644 --- a/public/content/translations/pt/social-networks/index.md +++ b/public/content/translations/pt/social-networks/index.md @@ -5,7 +5,7 @@ lang: pt template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: Plataformas baseadas em blockchain para interação social, criação e distribuição de conteúdo. summaryPoint2: As redes sociais descentralizadas protegem a privacidade dos utilizadores e reforçam a segurança dos dados. summaryPoint3: Os Tokens e NFTs criam novas formas de rentabilizar os conteúdos. diff --git a/public/content/translations/ro/dao/index.md b/public/content/translations/ro/dao/index.md index 86cd829b4ca..45d3822144e 100644 --- a/public/content/translations/ro/dao/index.md +++ b/public/content/translations/ro/dao/index.md @@ -5,7 +5,7 @@ lang: ro template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: O reprezentare a votului unui DAO în favoarea unei propuneri. summaryPoint1: Comunități deținute de membri, fără o conducere centralizată. summaryPoint2: Un mod sigur de a colabora cu persoane necunoscute pe internet. diff --git a/public/content/translations/ro/defi/index.md b/public/content/translations/ro/defi/index.md index a48e88fe0fd..35c110204b3 100644 --- a/public/content/translations/ro/defi/index.md +++ b/public/content/translations/ro/defi/index.md @@ -4,7 +4,7 @@ description: Prezentare generală a DeFi de pe Ethereum lang: ro template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Sigla Eth alcătuită din piese lego. sidebarDepth: 2 summaryPoint1: O alternativă la actualul sistem financiar, mondială și deschisă. diff --git a/public/content/translations/ro/nft/index.md b/public/content/translations/ro/nft/index.md index 359b8fdb14c..a00f83fdd1c 100644 --- a/public/content/translations/ro/nft/index.md +++ b/public/content/translations/ro/nft/index.md @@ -5,7 +5,7 @@ lang: ro template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Sigla Eth-ului afișată printr-o hologramă. summaryPoint1: O manieră de reprezenta ceva unic ca un activ bazat pe Ethereum. summaryPoint2: NTF-urile oferă putere mai multă creatorilor de conținut decât oricând. diff --git a/public/content/translations/ro/roadmap/beacon-chain/index.md b/public/content/translations/ro/roadmap/beacon-chain/index.md index 6d9571a48cc..e12d1b8626e 100644 --- a/public/content/translations/ro/roadmap/beacon-chain/index.md +++ b/public/content/translations/ro/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: Lanțul Beacon description: Aflați despre Lanțul Beacon - actualizarea care a introdus în Ethereum dovada-mizei. lang: ro template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: Lanțul Beacon a introdus dovada mizei în ecosistemul Ethereum. summaryPoint2: Acesta a fost fuzionat cu lanțul dovadă a muncii Ethereum original în septembrie 2022. diff --git a/public/content/translations/ro/roadmap/merge/index.md b/public/content/translations/ro/roadmap/merge/index.md index e56cac80a49..fecd6d66c69 100644 --- a/public/content/translations/ro/roadmap/merge/index.md +++ b/public/content/translations/ro/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: Fuziunea description: Aflați mai multe despre Fuziune, când Rețeaua principală Ethereum a adoptat dovada mizei. lang: ro template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: Rețeaua principală Ethereum folosește dovada mizei, dar nu a fost întotdeauna așa. summaryPoint2: Modernizarea de la mecanismul original al dovezii muncii la dovada mizei a purtat numele de Fuziune. diff --git a/public/content/translations/ru/dao/index.md b/public/content/translations/ru/dao/index.md index 83125dcf3ac..8bca0a5337e 100644 --- a/public/content/translations/ru/dao/index.md +++ b/public/content/translations/ru/dao/index.md @@ -5,7 +5,7 @@ lang: ru template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Представление голосований DAO по предложению. summaryPoint1: Сообщества, принадлежащие его членам, без централизованного аппарата управления. summaryPoint2: Безопасный способ сотрудничества с незнакомцами в Интернете. diff --git a/public/content/translations/ru/decentralized-identity/index.md b/public/content/translations/ru/decentralized-identity/index.md index b53ccba643f..2c5e1cd5831 100644 --- a/public/content/translations/ru/decentralized-identity/index.md +++ b/public/content/translations/ru/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: ru template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: Традиционные идентификационные системы централизовали выдачу, обслуживание и контроль ваших идентификаторов. summaryPoint2: Децентрализованная идентификация устраняет зависимость от централизованных третьих лиц. summaryPoint3: Благодаря криптовалюте у пользователей теперь есть инструменты, позволяющие получать, хранить и контролировать свои собственные идентификаторы и аттестации. diff --git a/public/content/translations/ru/defi/index.md b/public/content/translations/ru/defi/index.md index 2156feec16e..d2d35122e5f 100644 --- a/public/content/translations/ru/defi/index.md +++ b/public/content/translations/ru/defi/index.md @@ -4,7 +4,7 @@ description: Обзор DeFi на Ethereum lang: ru template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Логотип Eth, составленный из деталей Лего. sidebarDepth: 2 summaryPoint1: Глобальная открытая альтернатива существующей финансовой системе. diff --git a/public/content/translations/ru/desci/index.md b/public/content/translations/ru/desci/index.md index 11972517cb1..50b1c3db568 100644 --- a/public/content/translations/ru/desci/index.md +++ b/public/content/translations/ru/desci/index.md @@ -5,7 +5,7 @@ lang: ru template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Глобальная открытая альтернатива существующей научной системе. summaryPoint2: Технология, позволяющая ученым привлекать финансирование, проводить эксперименты, делиться данными, распределять идеи и т. д. diff --git a/public/content/translations/ru/nft/index.md b/public/content/translations/ru/nft/index.md index 68bf68edcee..be3bc683bb5 100644 --- a/public/content/translations/ru/nft/index.md +++ b/public/content/translations/ru/nft/index.md @@ -5,7 +5,7 @@ lang: ru template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Логотип ETH отображается в виде голограммы. summaryPoint1: Способ представить что-либо уникальное как актив на основе Ethereum. summaryPoint2: С NFT у создателей контента появляется больше возможностей, чем когда-либо прежде. diff --git a/public/content/translations/ru/refi/index.md b/public/content/translations/ru/refi/index.md index f721714a4d5..7f7f1ac8e93 100644 --- a/public/content/translations/ru/refi/index.md +++ b/public/content/translations/ru/refi/index.md @@ -5,7 +5,7 @@ lang: ru template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Альтернативная экономическая система, построенная на регенеративных принципах summaryPoint2: Попытка использовать Ethereum, чтобы решить координационные кризисы на глобальном уровне, такие как изменение климата diff --git a/public/content/translations/ru/roadmap/beacon-chain/index.md b/public/content/translations/ru/roadmap/beacon-chain/index.md index 7a253b85612..c34b3e68483 100644 --- a/public/content/translations/ru/roadmap/beacon-chain/index.md +++ b/public/content/translations/ru/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: Beacon Chain description: Узнайте о сети Beacon — обновлении, которое ввело Ethereum с доказательством владения. lang: ru template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: Сеть Beacon ввела в экосистему Ethereum доказательство владения. summaryPoint2: Она была объединена с первоначальной сетью Ethereum, основанной на доказательстве работы, в сентябре 2022 года. diff --git a/public/content/translations/ru/roadmap/future-proofing/index.md b/public/content/translations/ru/roadmap/future-proofing/index.md index db2cd91e653..12585d37735 100644 --- a/public/content/translations/ru/roadmap/future-proofing/index.md +++ b/public/content/translations/ru/roadmap/future-proofing/index.md @@ -2,7 +2,7 @@ title: Ethereum, готовый к будущему description: Эти обновления закрепляют положение Ethereum в качестве устойчивого и децентрализованного базового блокчейна для будущего независимо от того, каким оно будет. lang: ru -image: /roadmap/roadmap-future.png +image: /images/roadmap/roadmap-future.png alt: "Дорожная карта Ethereum" template: roadmap --- diff --git a/public/content/translations/ru/roadmap/index.md b/public/content/translations/ru/roadmap/index.md index f15e7d887f5..f5b9bc64e54 100644 --- a/public/content/translations/ru/roadmap/index.md +++ b/public/content/translations/ru/roadmap/index.md @@ -3,7 +3,7 @@ title: Дорожная карта Ethereum description: Путь к большей масштабируемости, безопасности и экологичности Ethereum. lang: ru template: roadmap -image: /heroes/roadmap-hub-hero.jpg +image: /images/heroes/roadmap-hub-hero.jpg alt: "Дорожная карта Ethereum" summaryPoints: buttons: diff --git a/public/content/translations/ru/roadmap/merge/index.md b/public/content/translations/ru/roadmap/merge/index.md index 253358d899b..d1b66eaa8f9 100644 --- a/public/content/translations/ru/roadmap/merge/index.md +++ b/public/content/translations/ru/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: Слияние description: Узнайте о слиянии — переходе основной сети Ethereum на доказательство владения. lang: ru template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: Основная сеть Ethereum использует доказательство владения, но так было не всегда. summaryPoint2: Переход от изначального механизма доказательства работы на доказательство владения был назван слиянием. diff --git a/public/content/translations/ru/roadmap/scaling/index.md b/public/content/translations/ru/roadmap/scaling/index.md index a3cc7203cda..dee6ffb5c79 100644 --- a/public/content/translations/ru/roadmap/scaling/index.md +++ b/public/content/translations/ru/roadmap/scaling/index.md @@ -2,7 +2,7 @@ title: Масштабирования Ethereum description: Свертки объединяют транзакции вместе вне цепи, уменьшая расходы пользователя. Тем не менее сейчас свертки используют данные слишком дорогим способом, ограничивая удешевление транзакций. Прото-данкшардинг исправляет это. lang: ru -image: /roadmap/roadmap-transactions.png +image: /images/roadmap/roadmap-transactions.png alt: "Дорожная карта Ethereum" template: roadmap --- diff --git a/public/content/translations/ru/roadmap/security/index.md b/public/content/translations/ru/roadmap/security/index.md index 3a8abd59380..ab2ca45e281 100644 --- a/public/content/translations/ru/roadmap/security/index.md +++ b/public/content/translations/ru/roadmap/security/index.md @@ -2,7 +2,7 @@ title: Более безопасный Ethereum description: Ethereum — самая безопасная и децентрализованная платформа для смарт-контрактов из существующих. Однако потребуется еще ряд улучшений, чтобы в будущем Ethereum оставался устойчивым к любому уровню атак. lang: ru -image: /roadmap/roadmap-security.png +image: /images/roadmap/roadmap-security.png alt: "Дорожная карта Ethereum" template: roadmap --- diff --git a/public/content/translations/ru/roadmap/user-experience/index.md b/public/content/translations/ru/roadmap/user-experience/index.md index a47fe26b8d2..9d072af68d8 100644 --- a/public/content/translations/ru/roadmap/user-experience/index.md +++ b/public/content/translations/ru/roadmap/user-experience/index.md @@ -2,7 +2,7 @@ title: Улучшение опыта пользователей description: До сих пор использование Ethereum слишком сложно для большинства людей. Чтобы поощрять массовое распространение, системе Ethereum необходимо значительно снизить порог входа. Пользователи должны получать преимущества от децентрализованного, общедоступного и устойчивого к цензуре доступа к Ethereum, но он должен быть таким же удобным, как использование традиционного приложения web2. lang: ru -image: /roadmap/roadmap-ux.png +image: /images/roadmap/roadmap-ux.png alt: "Дорожная карта Ethereum" template: roadmap --- diff --git a/public/content/translations/ru/social-networks/index.md b/public/content/translations/ru/social-networks/index.md index ae4a3a87577..80afefccaf6 100644 --- a/public/content/translations/ru/social-networks/index.md +++ b/public/content/translations/ru/social-networks/index.md @@ -5,7 +5,7 @@ lang: ru template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: Платформы на основе блокчейна для социального взаимодействия, создания и распространения контента. summaryPoint2: Децентрализованные социальные сети защищают конфиденциальность пользователей и повышают безопасность данных. summaryPoint3: Токены и NFT создают новые способы монетизации контента. diff --git a/public/content/translations/ru/staking/pools/index.md b/public/content/translations/ru/staking/pools/index.md index 5c68debcdf9..03ae5de3f03 100644 --- a/public/content/translations/ru/staking/pools/index.md +++ b/public/content/translations/ru/staking/pools/index.md @@ -4,7 +4,7 @@ description: 'Как начать совместный стейкинг ETH: к lang: ru template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: Носорог Лесли плавает в бассейне. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/ru/staking/saas/index.md b/public/content/translations/ru/staking/saas/index.md index 64d2f4dd0a4..100c09cf490 100644 --- a/public/content/translations/ru/staking/saas/index.md +++ b/public/content/translations/ru/staking/saas/index.md @@ -4,7 +4,7 @@ description: Обзор того, как разместить ETH в пуле lang: ru template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: Носорог Лесли плавает в облаках. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/ru/staking/solo/index.md b/public/content/translations/ru/staking/solo/index.md index a8d7b978fcf..97d9496bc56 100644 --- a/public/content/translations/ru/staking/solo/index.md +++ b/public/content/translations/ru/staking/solo/index.md @@ -4,7 +4,7 @@ description: Обзор того, как начать одиночный сте lang: ru template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: Носорог Лесли на собственном компьютерном чипе. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/ru/staking/withdrawals/index.md b/public/content/translations/ru/staking/withdrawals/index.md index 31716b0fc5c..bc25908b591 100644 --- a/public/content/translations/ru/staking/withdrawals/index.md +++ b/public/content/translations/ru/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: Вывод средств, использованных в стейкин description: Страница с общим описанием того, что такое вывод средств из стейкинга, как он работает и что нужно сделать дольщику, чтобы получить свои вознаграждения lang: ru template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: Носорог Лесли со своими вознаграждениями за стейкинг sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/se/nft/index.md b/public/content/translations/se/nft/index.md index bb3d403b31c..92459228643 100644 --- a/public/content/translations/se/nft/index.md +++ b/public/content/translations/se/nft/index.md @@ -5,7 +5,7 @@ lang: se template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: En Eth-logotyp visas via hologram. summaryPoint1: Ett sätt att representera något unikt, som en Ethereum-baserad tillgång. summaryPoint2: NFT:er ger mer kraft till innehållsskapare än någonsin tidigare. diff --git a/public/content/translations/sl/dao/index.md b/public/content/translations/sl/dao/index.md index 344dae8cc3c..720526ee536 100644 --- a/public/content/translations/sl/dao/index.md +++ b/public/content/translations/sl/dao/index.md @@ -5,7 +5,7 @@ lang: sl template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Predstavitev DAO, ki glasuje o predlogu. summaryPoint1: Skupnosti v lasti članov brez centraliziranega vodstva summaryPoint2: Varen način za sodelovanje s tujci prek spleta. diff --git a/public/content/translations/sl/defi/index.md b/public/content/translations/sl/defi/index.md index a2deaec9193..cbceabc09b2 100644 --- a/public/content/translations/sl/defi/index.md +++ b/public/content/translations/sl/defi/index.md @@ -4,7 +4,7 @@ description: Pregled DeFi na Ethereumu lang: sl template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Logotip Ethereum narejen iz lego kock. sidebarDepth: 2 summaryPoint1: Globalna, odprta alternativa trenutnemu finančnemu sistemu. diff --git a/public/content/translations/sl/nft/index.md b/public/content/translations/sl/nft/index.md index c2c1c3853ba..d119cff25c9 100644 --- a/public/content/translations/sl/nft/index.md +++ b/public/content/translations/sl/nft/index.md @@ -5,7 +5,7 @@ lang: sl template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Logotip Eth prikazan prek holograma. summaryPoint1: Način predstavitve česarkoli edinstvenega kot sredstva, ki temelji na Ethereumu. summaryPoint2: NFT-ji dajejo ustvarjalcem vsebin več moči, kot so jo imeli kadarkoli prej. diff --git a/public/content/translations/sl/roadmap/beacon-chain/index.md b/public/content/translations/sl/roadmap/beacon-chain/index.md index 325aab287ef..bb5969f78e1 100644 --- a/public/content/translations/sl/roadmap/beacon-chain/index.md +++ b/public/content/translations/sl/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: Oddajniška veriga description: Več informacij o oddajniški verigi – nadgradnji, s katero je bil uveden Ethereum z dokazom o deležu. lang: sl template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: Oddajniška veriga je v Ethereumovo okolje vpeljala dokaz o deležu. summaryPoint2: Z izvirno Ethereumovo verigo, ki je uporabljala dokaz o delu, je bila spojena septembra 2022. diff --git a/public/content/translations/sl/roadmap/merge/index.md b/public/content/translations/sl/roadmap/merge/index.md index 2c2a46ff608..926ecea8e3b 100644 --- a/public/content/translations/sl/roadmap/merge/index.md +++ b/public/content/translations/sl/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: Spojitev description: Več informacij o spojitvi – trenutku, ko je Ethereumovo glavno omrežje začelo uporabljati dokaz o deležu. lang: sl template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: Ethereumovo glavno omrežje uporablja dokaz o deležu, vendar ni bilo vedno tako. summaryPoint2: Nadgradnja z izvirnega mehanizma dokaza o delu na dokaz o deležu se je imenovala spojitev. diff --git a/public/content/translations/sr/dao/index.md b/public/content/translations/sr/dao/index.md index b7e06055afb..3d209efdba9 100644 --- a/public/content/translations/sr/dao/index.md +++ b/public/content/translations/sr/dao/index.md @@ -5,7 +5,7 @@ lang: sr template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Predstava nezavisne decentralizovane organizacije (DAO) koja glasa o predlogu. summaryPoint1: Zajednice koje su u vlasništvu članova bez centralizovanog vođstva. summaryPoint2: Siguran način da sarađujete sa strancima na internetu. diff --git a/public/content/translations/sr/decentralized-identity/index.md b/public/content/translations/sr/decentralized-identity/index.md index fdcbe31b8ad..f46f73ff339 100644 --- a/public/content/translations/sr/decentralized-identity/index.md +++ b/public/content/translations/sr/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: sr template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: Tradicionalni sistem identiteta je centralizovao izdavanje, održavanje i kontrolu vaših identifikatora. summaryPoint2: Decentralizovani identitet eliminiše zavisnost od centralizovanih trećih strana. summaryPoint3: Zahvaljujući kriptu, korisnici sada imaju alate da ponovo izdaju, drže i kontrolišu svoje vlastite identifikatore i potvrde. diff --git a/public/content/translations/sr/defi/index.md b/public/content/translations/sr/defi/index.md index c600e50c1a8..88cffb60c45 100644 --- a/public/content/translations/sr/defi/index.md +++ b/public/content/translations/sr/defi/index.md @@ -4,7 +4,7 @@ description: Pregled decentralizovanih finansija na mreži Ethereum lang: sr template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Logo Eth-a napravljen od lego kocki. sidebarDepth: 2 summaryPoint1: Globalna, otvorena alternativa u odnosu na trenutni finansijski sistem. diff --git a/public/content/translations/sr/desci/index.md b/public/content/translations/sr/desci/index.md index 440a1641ecf..3ea748acbe7 100644 --- a/public/content/translations/sr/desci/index.md +++ b/public/content/translations/sr/desci/index.md @@ -5,7 +5,7 @@ lang: sr template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Globalna, otvorena alternativa trenutnom naučnom sistemu. summaryPoint2: Tehnologija koja omogućava naučnicima da dobiju sredstva, eksperimentišu, dele podatke i uvide i još mnogo toga. diff --git a/public/content/translations/sr/nft/index.md b/public/content/translations/sr/nft/index.md index efbd3fecf36..c10f9f728de 100644 --- a/public/content/translations/sr/nft/index.md +++ b/public/content/translations/sr/nft/index.md @@ -5,7 +5,7 @@ lang: sr template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Eth logo koji se prikazuje putem holograma. summaryPoint1: Način da se bilo šta jedinstveno prikaže kao sredstvo zasnovano na Ethereum. summaryPoint2: NFT-ijevi daju više moći kreatorima sadržaja nego ikada ranije. diff --git a/public/content/translations/sr/refi/index.md b/public/content/translations/sr/refi/index.md index 36b5953e8de..f26387d113e 100644 --- a/public/content/translations/sr/refi/index.md +++ b/public/content/translations/sr/refi/index.md @@ -5,7 +5,7 @@ lang: sr template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Alternativa ekonomskom sistemu izgrađena na regenerativnim principima summaryPoint2: Pokušaj upotrebe Ethereuma za rešavanje globalnih koordinacionih kriza kao što su klimatske promene diff --git a/public/content/translations/sr/social-networks/index.md b/public/content/translations/sr/social-networks/index.md index 72a35625252..308dfd62bdc 100644 --- a/public/content/translations/sr/social-networks/index.md +++ b/public/content/translations/sr/social-networks/index.md @@ -5,7 +5,7 @@ lang: sr template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: Platforme bazirane na blokčejnu za društvenu interakciju i kreiranje i distribuciju sadržaja. summaryPoint2: Decentralizovane društvene mreže štite privatnost korisnika i pospešuju bezbednost podataka. summaryPoint3: Tokeni i NFT-ijevi kreiraju nove načine kako monetizovati sadržaj. diff --git a/public/content/translations/sw/nft/index.md b/public/content/translations/sw/nft/index.md index 8f4ea9ff10b..305941b1ca5 100644 --- a/public/content/translations/sw/nft/index.md +++ b/public/content/translations/sw/nft/index.md @@ -5,7 +5,7 @@ lang: sw template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Nembo ya Eth ikionyeshwa kwa kupitia hologramu. summaryPoint1: Njia ya kuwakilisha kitu chochote cha pekee kama mali zilizojengwa na Ethereum. summaryPoint2: NFT zinawapatia waundaji wa maudhui nguvu zaidi kuliko zamani. diff --git a/public/content/translations/sw/roadmap/beacon-chain/index.md b/public/content/translations/sw/roadmap/beacon-chain/index.md index e92f17f889b..f36fa8e5c53 100644 --- a/public/content/translations/sw/roadmap/beacon-chain/index.md +++ b/public/content/translations/sw/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: Mnyororo Kioleza description: Jifunze juu ya Mnyororo Kioleza - Kisasisho kilichoanzishwa na Ethereum ya uthibitisho-wa-hisa. lang: sw template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: Mnyororo Kioleza haitabadili kitu chochote katika Ethereum ya leo. summaryPoint2: Itaratibu mtandao, na kutumikia kama safu ya makubaliano. diff --git a/public/content/translations/sw/roadmap/merge/index.md b/public/content/translations/sw/roadmap/merge/index.md index 0cbfda326dc..49e91df14f0 100644 --- a/public/content/translations/sw/roadmap/merge/index.md +++ b/public/content/translations/sw/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: Muungano description: Jifunze kuhusu muunganiko - ambapo mtandao mkuu wa Etheream utakapoungana na Mnyororo Kioleza ulioratibu mfumo wa uthibitisho-wa-hisa. lang: sw template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: Hatimaye Ethereum ya sasa itafanya "muungano" na mfumo wa uthibitisho-wa-hisa wa mnyororo kioleza. summaryPoint2: Hii itaweka alama ya kuhitumu kwa Ethereum ya uthibitisho-wa-kazi, na mpito mzima kwenda kwenye uthibitisho-wa-hisa. diff --git a/public/content/translations/tr/dao/index.md b/public/content/translations/tr/dao/index.md index 342e8130a1d..e8b07dd128e 100644 --- a/public/content/translations/tr/dao/index.md +++ b/public/content/translations/tr/dao/index.md @@ -5,7 +5,7 @@ lang: tr template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Bir teklif üzerinde oy kullanan bir DAO'nun temsili. summaryPoint1: Merkezi liderliği olmayan üyelere ait topluluklar. summaryPoint2: İnternette tanımadığnız kişilerle iş birliği yapmanın güvenli bir yolu. diff --git a/public/content/translations/tr/decentralized-identity/index.md b/public/content/translations/tr/decentralized-identity/index.md index af3ce850fe3..18d19da68cb 100644 --- a/public/content/translations/tr/decentralized-identity/index.md +++ b/public/content/translations/tr/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: tr template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: Geleneksel kimlik sistemleri, tanımlayıcılarınızın verilmesini, bakımını ve kontrolünü merkezileştirdi. summaryPoint2: Merkeziyetsiz kimlik, merkezi üçüncü taraflara olan bağımlılığı ortadan kaldırır. summaryPoint3: Kripto sayesinde, kullanıcılar artık kendi tanımlayıcılarını ve onaylarını yayınlama, tutma ve kontrol etme araçlarına bir kez daha sahipler. diff --git a/public/content/translations/tr/defi/index.md b/public/content/translations/tr/defi/index.md index 314e6098f25..1b41bb6045e 100644 --- a/public/content/translations/tr/defi/index.md +++ b/public/content/translations/tr/defi/index.md @@ -4,7 +4,7 @@ description: Ethereum'da DeFi'ye genel bakış lang: tr template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Lego parçalarından yapılmış bir Eth logosu. sidebarDepth: 2 summaryPoint1: Mevcut finansal sisteme küresel ve açık bir alternatif. diff --git a/public/content/translations/tr/desci/index.md b/public/content/translations/tr/desci/index.md index bd0f8b6747e..90fdf718053 100644 --- a/public/content/translations/tr/desci/index.md +++ b/public/content/translations/tr/desci/index.md @@ -5,7 +5,7 @@ lang: tr template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Mevcut bilimsel sisteme küresel, açık bir alternatif. summaryPoint2: Bilim insanlarının finansman sağlamasına, deneyler yürütmesine, veri paylaşmasına, görüşlerini dağıtmasına ve daha fazlasını yapmalarına olanak tanıyan teknoloji. diff --git a/public/content/translations/tr/nft/index.md b/public/content/translations/tr/nft/index.md index 47d44070862..66a11bab631 100644 --- a/public/content/translations/tr/nft/index.md +++ b/public/content/translations/tr/nft/index.md @@ -5,7 +5,7 @@ lang: tr template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Hologram ile gösterilen bir Eth logosu. summaryPoint1: Benzersiz bir şeyi Ethereum tabanlı bir varlık olarak göstermenin yolu. summaryPoint2: NFT'ler içerik oluşturuculara her zamankinden daha fazla güç veriyor. diff --git a/public/content/translations/tr/refi/index.md b/public/content/translations/tr/refi/index.md index c76d025954e..0998bf582df 100644 --- a/public/content/translations/tr/refi/index.md +++ b/public/content/translations/tr/refi/index.md @@ -5,7 +5,7 @@ lang: tr template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Yenileyici ilkeler üzerine inşa edilmiş alternatif bir ekonomik sistem summaryPoint2: İklim değişikliği gibi küresel düzeydeki koordinasyon krizlerini çözmek için Ethereum'dan yararlanma girişimi diff --git a/public/content/translations/tr/roadmap/beacon-chain/index.md b/public/content/translations/tr/roadmap/beacon-chain/index.md index e241bfdf9ce..35c8fd1cc4b 100644 --- a/public/content/translations/tr/roadmap/beacon-chain/index.md +++ b/public/content/translations/tr/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: İşaret Zinciri description: Hisse ispatını Ethereum'a tanıtan yükseltme olan İşaret Zinciri hakkında bilgi edinin. lang: tr template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: İşaret Zincirinin Ethereum ekosistemine hisse ispatı olarak eklenmesi. summaryPoint2: Original Ethereum Hisse İspatı zinciri ile eylül 2022de birleştirilmiştir. diff --git a/public/content/translations/tr/roadmap/future-proofing/index.md b/public/content/translations/tr/roadmap/future-proofing/index.md index 3bccf867f84..8dda15fac56 100644 --- a/public/content/translations/tr/roadmap/future-proofing/index.md +++ b/public/content/translations/tr/roadmap/future-proofing/index.md @@ -2,7 +2,7 @@ title: Ethereum'u geleceğe dirençli hale getirmek description: Bu yükseltmeler, ileride ne olursa olsun Ethereum'u gelecek için esnek, merkeziyetsiz temel katman olarak sağlamlaştırıyor. lang: tr -image: /roadmap/roadmap-future.png +image: /images/roadmap/roadmap-future.png alt: "Ethereum yol haritası" template: roadmap --- diff --git a/public/content/translations/tr/roadmap/index.md b/public/content/translations/tr/roadmap/index.md index cce125f28fb..8f145195212 100644 --- a/public/content/translations/tr/roadmap/index.md +++ b/public/content/translations/tr/roadmap/index.md @@ -3,7 +3,7 @@ title: Ethereum yol haritası description: Ethereum için daha ölçeklenebilir, güvenli ve sürdürülebilir olmanın yolu. lang: tr template: roadmap -image: /heroes/roadmap-hub-hero.jpg +image: /images/heroes/roadmap-hub-hero.jpg alt: "Ethereum yol haritası" summaryPoints: buttons: diff --git a/public/content/translations/tr/roadmap/merge/index.md b/public/content/translations/tr/roadmap/merge/index.md index 94cd5dd7711..8bf35659d90 100644 --- a/public/content/translations/tr/roadmap/merge/index.md +++ b/public/content/translations/tr/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: Birleştirme description: 'Birleşim: Ana Ağ Ethereum''un hisse ispatını kullanmaya başlama zamanı hakkında bilgi edinin.' lang: tr template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: Ethereum Ana Ağı hisse ispatı kullanır, ancak bu her zaman geçerli olan durum değildi. summaryPoint2: Özgün iş ispatı mekanizmasının hisse ispatına yükseltilmesi Birleşim olarak adlandırılır. diff --git a/public/content/translations/tr/roadmap/scaling/index.md b/public/content/translations/tr/roadmap/scaling/index.md index 782bc78df64..ec8f96d4cdf 100644 --- a/public/content/translations/tr/roadmap/scaling/index.md +++ b/public/content/translations/tr/roadmap/scaling/index.md @@ -2,7 +2,7 @@ title: Ethereum'u ölçeklendirmek description: Toplamalar işlemleri zincir dışında topluca gerçekleştiriyor, böylece kullanıcı için maliyetleri azaltıyor. Ancak, toplamaların şu andaki veri kullanımı çok pahalı ve bu durum, işlemlerin ucuz olabilme yolunu sınırlıyor. Proto-Danksharding bunu çözüyor. lang: tr -image: /roadmap/roadmap-transactions.png +image: /images/roadmap/roadmap-transactions.png alt: "Ethereum yol haritası" template: roadmap --- diff --git a/public/content/translations/tr/roadmap/security/index.md b/public/content/translations/tr/roadmap/security/index.md index 54a808a970d..62841db0599 100644 --- a/public/content/translations/tr/roadmap/security/index.md +++ b/public/content/translations/tr/roadmap/security/index.md @@ -2,7 +2,7 @@ title: Daha güvenli bir Ethereum description: Ethereum, var olan en güvenli ve merkeziyetsiz akıllı sözleşme platformudur. Bununla birlikte, Ethereum'un gelecekte her türlü saldırıya karşı dayanıklı kalabilmesi için yapılabilecek iyileştirmeler hâlâ var. lang: tr -image: /roadmap/roadmap-security.png +image: /images/roadmap/roadmap-security.png alt: "Ethereum yol haritası" template: roadmap --- diff --git a/public/content/translations/tr/roadmap/user-experience/index.md b/public/content/translations/tr/roadmap/user-experience/index.md index 29f7f30fd35..bce6b40ece0 100644 --- a/public/content/translations/tr/roadmap/user-experience/index.md +++ b/public/content/translations/tr/roadmap/user-experience/index.md @@ -2,7 +2,7 @@ title: Kullanıcı deneyimini iyileştirme description: Ethereum'u kullanmak çoğu kişi için hâlâ oldukça karmaşık. Kitlesel kullanımı teşvik etmek için Ethereum, giriş engellerini büyük ölçüde azaltmalıdır - kullanıcılar, Ethereum'a merkeziyetsiz, izinsiz ve sansüre dirençli erişimin avantajlarından yararlanmalıdır; ancak bu, geleneksel bir web2 uygulamasını kullanmak kadar sorunsuz olmalıdır. lang: tr -image: /roadmap/roadmap-ux.png +image: /images/roadmap/roadmap-ux.png alt: "Ethereum yol haritası" template: roadmap --- diff --git a/public/content/translations/tr/social-networks/index.md b/public/content/translations/tr/social-networks/index.md index b2323220d58..7b598a67ac7 100644 --- a/public/content/translations/tr/social-networks/index.md +++ b/public/content/translations/tr/social-networks/index.md @@ -5,7 +5,7 @@ lang: tr template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: Sosyal etkileşim, içerik oluşturma ve dağıtım için blok zincir tabanlı platformlar. summaryPoint2: Merkeziyetsiz sosyal medya ağları, kullanıcı gizliliğini korur ve veri güvenliğini artırır. summaryPoint3: Token'lar ve NFT'ler, içerikten para kazanmanın yeni yollarını oluşturur. diff --git a/public/content/translations/tr/staking/pools/index.md b/public/content/translations/tr/staking/pools/index.md index 89bf88dcc70..3261fe60355 100644 --- a/public/content/translations/tr/staking/pools/index.md +++ b/public/content/translations/tr/staking/pools/index.md @@ -4,7 +4,7 @@ description: Ortak ETH hisselemeye nasıl başlanacağına dair genel bir bakı lang: tr template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: Gergedan Leslie havuzda yüzüyor. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/tr/staking/saas/index.md b/public/content/translations/tr/staking/saas/index.md index c7de0555c36..7546feebc44 100644 --- a/public/content/translations/tr/staking/saas/index.md +++ b/public/content/translations/tr/staking/saas/index.md @@ -4,7 +4,7 @@ description: Havuzlanmış ETH faiz getirisi elde etmeye nasıl başlanacağına lang: tr template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: Gergedan Leslie bulutlarda dalgalanıyor. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/tr/staking/solo/index.md b/public/content/translations/tr/staking/solo/index.md index 688d100677e..1dff59db412 100644 --- a/public/content/translations/tr/staking/solo/index.md +++ b/public/content/translations/tr/staking/solo/index.md @@ -4,7 +4,7 @@ description: ETH'nizi solo stake etmeye nasıl başlayacağınıza dair genel bi lang: tr template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: Gergedan Leslie bilgisayar çipinin üstünde. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/tr/staking/withdrawals/index.md b/public/content/translations/tr/staking/withdrawals/index.md index cf6e60d309b..5d69881a0ac 100644 --- a/public/content/translations/tr/staking/withdrawals/index.md +++ b/public/content/translations/tr/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: Hisseden ödeme alma description: Hisseleme para çekimlerinin ne olduğu, nasıl çalıştıkları ve ödüllerini almak içn paydaşların ne yapmaları gerektiğini özetleyen sayfa lang: tr template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: Hisseleme ödülleri ile gergedan Leslie sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/uk/dao/index.md b/public/content/translations/uk/dao/index.md index 9a9b55878bf..f39c761481d 100644 --- a/public/content/translations/uk/dao/index.md +++ b/public/content/translations/uk/dao/index.md @@ -5,7 +5,7 @@ lang: uk template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Представлення голосувань DAO за пропозицію. summaryPoint1: Спільноти, що належать учасникам, без централізованого керування. summaryPoint2: Безпечний спосіб співпраці з незнайомцями в Інтернеті. diff --git a/public/content/translations/uk/decentralized-identity/index.md b/public/content/translations/uk/decentralized-identity/index.md index 0db5a431276..05c0e3686b1 100644 --- a/public/content/translations/uk/decentralized-identity/index.md +++ b/public/content/translations/uk/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: uk template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: Традиційні системи ідентифікації централізовано видають, підтримують і контролюють ваші ідентифікатори. summaryPoint2: Децентралізована ідентифікація усуває залежність від централізованих третіх сторін. summaryPoint3: Завдяки криптовалюті користувачі знову мають інструменти для видачі, зберігання та контролю власних ідентифікаторів і атестацій. diff --git a/public/content/translations/uk/defi/index.md b/public/content/translations/uk/defi/index.md index 7dea3e1b736..c902d1ceceb 100644 --- a/public/content/translations/uk/defi/index.md +++ b/public/content/translations/uk/defi/index.md @@ -4,7 +4,7 @@ description: Огляд DeFi на Ethereum lang: uk template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: Логотип Eth із блоків Lego. sidebarDepth: 2 summaryPoint1: Глобальна відкрита альтернатива наявній фінансовій системі. diff --git a/public/content/translations/uk/desci/index.md b/public/content/translations/uk/desci/index.md index b2401487c08..e2683a7bf2a 100644 --- a/public/content/translations/uk/desci/index.md +++ b/public/content/translations/uk/desci/index.md @@ -5,7 +5,7 @@ lang: uk template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Глобальна, відкрита альтернатива сучасній науковій системі. summaryPoint2: Технологія, яка дає вченим змогу отримувати фінансування, проводити експерименти, ділитися даними, поширювати аналітику тощо. diff --git a/public/content/translations/uk/nft/index.md b/public/content/translations/uk/nft/index.md index cba07ad1776..ea9900d0764 100644 --- a/public/content/translations/uk/nft/index.md +++ b/public/content/translations/uk/nft/index.md @@ -5,7 +5,7 @@ lang: uk template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Логотип Eth відображається за допомогою голограми. summaryPoint1: Спосіб представити що-небудь унікальне як актив на основі Ethereum. summaryPoint2: Завдяки NFT у творців контенту з’являється більше можливостей, ніж будь-коли раніше. diff --git a/public/content/translations/uk/refi/index.md b/public/content/translations/uk/refi/index.md index 41ccd4a6966..034e1039f9d 100644 --- a/public/content/translations/uk/refi/index.md +++ b/public/content/translations/uk/refi/index.md @@ -5,7 +5,7 @@ lang: uk template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: Альтернативна економічна система, побудована на регенеративних принципах summaryPoint2: Спроба використати Ethereum для вирішення глобальних координаційних криз, як-от зміна клімату diff --git a/public/content/translations/uk/roadmap/beacon-chain/index.md b/public/content/translations/uk/roadmap/beacon-chain/index.md index 51685d72a52..09630b2624d 100644 --- a/public/content/translations/uk/roadmap/beacon-chain/index.md +++ b/public/content/translations/uk/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: Beacon Chain description: Дізнайтеся про Beacon Chain — оновлення, за якого платформа Ethereum перейшла на модель доказу частки. lang: uk template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: З Beacon Chain в екосистемі Ethereum з’явився доказ частки володіння. summaryPoint2: У вересні 2022 року відбулося об’єднання з оригінальним ланцюжком Ethereum, що ґрунтувався на доказі виконання роботи. diff --git a/public/content/translations/uk/roadmap/future-proofing/index.md b/public/content/translations/uk/roadmap/future-proofing/index.md index b45212df2ef..61b178a2a2f 100644 --- a/public/content/translations/uk/roadmap/future-proofing/index.md +++ b/public/content/translations/uk/roadmap/future-proofing/index.md @@ -2,7 +2,7 @@ title: Підготовка Ethereum до використання в майбутньому description: Ці оновлення роблять з Ethereum стійкий, децентралізований базовий рівень для використання в майбутньому, яким би воно не було. lang: uk -image: /roadmap/roadmap-future.png +image: /images/roadmap/roadmap-future.png alt: "План розвитку Ethereum" template: roadmap --- diff --git a/public/content/translations/uk/roadmap/index.md b/public/content/translations/uk/roadmap/index.md index 3ce115c822f..9ad3fd72679 100644 --- a/public/content/translations/uk/roadmap/index.md +++ b/public/content/translations/uk/roadmap/index.md @@ -3,7 +3,7 @@ title: План розвитку Ethereum description: Шлях до максимальної масштабованості, безпеки та екологічності Ethereum. lang: uk template: roadmap -image: /heroes/roadmap-hub-hero.jpg +image: /images/heroes/roadmap-hub-hero.jpg alt: "План розвитку Ethereum" summaryPoints: buttons: diff --git a/public/content/translations/uk/roadmap/merge/index.md b/public/content/translations/uk/roadmap/merge/index.md index b9a35117e92..35159d255dd 100644 --- a/public/content/translations/uk/roadmap/merge/index.md +++ b/public/content/translations/uk/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: The Merge description: Дізнайтеся про злиття — коли головна мережа Ethereum прийняла модель доказу частки. lang: uk template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: Головна мережа Ethereum використовує доказ частки володіння, але це не завжди було так. summaryPoint2: Терміном "злиття" назвали перехід від оригінального механізму доказу виконання роботи до доказу частки володіння. diff --git a/public/content/translations/uk/roadmap/scaling/index.md b/public/content/translations/uk/roadmap/scaling/index.md index ad8bf40db16..b860b1284ab 100644 --- a/public/content/translations/uk/roadmap/scaling/index.md +++ b/public/content/translations/uk/roadmap/scaling/index.md @@ -2,7 +2,7 @@ title: Масштабування Ethereum description: Зведення об’єднують транзакції офчейн, зменшуючи витрати для користувача. Проте спосіб використання даних у зведеннях зараз задорогий, що обмежує можливість здешевлення транзакцій. Прото-данкшардинг виправляє це. lang: uk -image: /roadmap/roadmap-transactions.png +image: /images/roadmap/roadmap-transactions.png alt: "План розвитку Ethereum" template: roadmap --- diff --git a/public/content/translations/uk/roadmap/security/index.md b/public/content/translations/uk/roadmap/security/index.md index ab4002acdcc..efb8a2a57e7 100644 --- a/public/content/translations/uk/roadmap/security/index.md +++ b/public/content/translations/uk/roadmap/security/index.md @@ -2,7 +2,7 @@ title: Безпечніший Ethereum description: Ethereum — найбезпечніша та найдецентралізованіша платформа смартконтрактів. Проте захист можна ще покращити, щоб Ethereum залишався стійким до атак будь-якого рівня в довгостроковій перспективі. lang: uk -image: /roadmap/roadmap-security.png +image: /images/roadmap/roadmap-security.png alt: "План розвитку Ethereum" template: roadmap --- diff --git a/public/content/translations/uk/roadmap/user-experience/index.md b/public/content/translations/uk/roadmap/user-experience/index.md index 30bce2ee4c1..9316ad7a4e2 100644 --- a/public/content/translations/uk/roadmap/user-experience/index.md +++ b/public/content/translations/uk/roadmap/user-experience/index.md @@ -2,7 +2,7 @@ title: Покращення взаємодії з користувачами description: Для більшості людей все ще заскладно користуватися Ethereum. Щоб стимулювати масове впровадження, Ethereum має значно знизити бар’єри входу — користувачі мають отримувати децентралізований, стійкий до цензури доступ до Ethereum без дозволів, але він має бути таким же простим, як використання традиційного додатка web2. lang: uk -image: /roadmap/roadmap-ux.png +image: /images/roadmap/roadmap-ux.png alt: "План розвитку Ethereum" template: roadmap --- diff --git a/public/content/translations/uk/social-networks/index.md b/public/content/translations/uk/social-networks/index.md index bd850192f1b..9ae53a6e0d1 100644 --- a/public/content/translations/uk/social-networks/index.md +++ b/public/content/translations/uk/social-networks/index.md @@ -5,7 +5,7 @@ lang: uk template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: Платформи на основі блокчейну для соціальної взаємодії та створення й розповсюдження контенту. summaryPoint2: Децентралізовані соціальні мережі захищають конфіденційність користувачів і підвищують безпеку даних. summaryPoint3: Токени й NFT створюють нові способи монетизації вмісту. diff --git a/public/content/translations/uk/staking/pools/index.md b/public/content/translations/uk/staking/pools/index.md index 1a9093d8906..fbd4cc6b5a8 100644 --- a/public/content/translations/uk/staking/pools/index.md +++ b/public/content/translations/uk/staking/pools/index.md @@ -4,7 +4,7 @@ description: Огляд початку роботи з об’єднаним с lang: uk template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: Носоріг Леслі плаває в басейні. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/uk/staking/saas/index.md b/public/content/translations/uk/staking/saas/index.md index 8fa8e4f3e4f..30ccc547d13 100644 --- a/public/content/translations/uk/staking/saas/index.md +++ b/public/content/translations/uk/staking/saas/index.md @@ -4,7 +4,7 @@ description: Огляд того, як почати роботу з об’єд lang: uk template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: Носоріг Леслі плаває в хмарах. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/uk/staking/solo/index.md b/public/content/translations/uk/staking/solo/index.md index a72993615aa..8e49afa205c 100644 --- a/public/content/translations/uk/staking/solo/index.md +++ b/public/content/translations/uk/staking/solo/index.md @@ -4,7 +4,7 @@ description: 'Огляд: як почати самостійний стейкі lang: uk template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: Носоріг Леслі на власному комп’ютерному чіпі. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/uk/staking/withdrawals/index.md b/public/content/translations/uk/staking/withdrawals/index.md index 84b1876ab7d..b791fa2cb7c 100644 --- a/public/content/translations/uk/staking/withdrawals/index.md +++ b/public/content/translations/uk/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: Виведення ставок description: На сторінці наведено стислий опис виведення коштів під час стейкінгу, принципу роботи цієї функції, а також порядку дій стейкерів, які бажають отримати свої винагороди. lang: uk template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: Носоріг Леслі з її винагородами за стейкінг sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/vi/dao/index.md b/public/content/translations/vi/dao/index.md index cce933b9c5a..d5cb6deb2c6 100644 --- a/public/content/translations/vi/dao/index.md +++ b/public/content/translations/vi/dao/index.md @@ -5,7 +5,7 @@ lang: vi template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: Đại diện cho biểu quyết của tổ chức tự trị phi tập trung (DAO) đối với một đề xuất. summaryPoint1: Các cộng đồng được sở hữu bởi thành viên mà không cần sự lãnh đạo tập trung. summaryPoint2: Một cách an toàn để hợp tác với những người lạ trên Internet. diff --git a/public/content/translations/vi/nft/index.md b/public/content/translations/vi/nft/index.md index 0bd99cb2e77..122dbefe10c 100644 --- a/public/content/translations/vi/nft/index.md +++ b/public/content/translations/vi/nft/index.md @@ -5,7 +5,7 @@ lang: vi template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: Biểu trưng của Eth được hiển thị qua ảnh ba chiều. summaryPoint1: Một cách để đại diện cho bất kỳ thứ gì độc nhất dưới dạng tài sản dựa trên Ethereum. summaryPoint2: NFT đang mang lại nhiều quyền lực hơn cho người tạo nội dung hơn bao giờ hết. diff --git a/public/content/translations/vi/staking/pools/index.md b/public/content/translations/vi/staking/pools/index.md index 57dcfbdaba4..8f2b0df1f8b 100644 --- a/public/content/translations/vi/staking/pools/index.md +++ b/public/content/translations/vi/staking/pools/index.md @@ -4,7 +4,7 @@ description: Tổng quan về cách đặt cọc ETH theo nhóm lang: vi template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: Chú tê giác Leslie đang bơi trong bể. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/vi/staking/saas/index.md b/public/content/translations/vi/staking/saas/index.md index af774e7dd20..cffe65e7102 100644 --- a/public/content/translations/vi/staking/saas/index.md +++ b/public/content/translations/vi/staking/saas/index.md @@ -4,7 +4,7 @@ description: Tổng quan về cách bắt đầu với đặt cược ETH nhóm lang: vi template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: Tê giác Leslie lơ lửng giữa những đám mây. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/vi/staking/solo/index.md b/public/content/translations/vi/staking/solo/index.md index a813012f0a5..eed16807948 100644 --- a/public/content/translations/vi/staking/solo/index.md +++ b/public/content/translations/vi/staking/solo/index.md @@ -4,7 +4,7 @@ description: Tổng quan về cách bắt đầu đặt cọc ETH một mình lang: vi template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: Tê giác Leslie trên chip máy tính riêng. sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/vi/staking/withdrawals/index.md b/public/content/translations/vi/staking/withdrawals/index.md index 50733a6946d..9dde5e39210 100644 --- a/public/content/translations/vi/staking/withdrawals/index.md +++ b/public/content/translations/vi/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: Rút tài sản đặt cược description: Trang tóm tắt về rút tiền đẩy đặt cược là gì, cách chúng hoạt động và những gì người góp cổ phần cần làm để nhận được phần thưởng lang: vi template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: Tê giác Leslie và phần thưởng đặt cọc sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/zh-tw/dao/index.md b/public/content/translations/zh-tw/dao/index.md index 5c30fa90a72..b3865cb0a7d 100644 --- a/public/content/translations/zh-tw/dao/index.md +++ b/public/content/translations/zh-tw/dao/index.md @@ -5,7 +5,7 @@ lang: zh-tw template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: 在對提案投票的去中心化自治組織代表。 summaryPoint1: 沒有中心化領導的成員共有社群。 summaryPoint2: 一個與網路上陌生人合作的安全方式。 diff --git a/public/content/translations/zh-tw/decentralized-identity/index.md b/public/content/translations/zh-tw/decentralized-identity/index.md index 7cda409fe7e..0e54d7624be 100644 --- a/public/content/translations/zh-tw/decentralized-identity/index.md +++ b/public/content/translations/zh-tw/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: zh-tw template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: 傳統身分系統對你的身分識別進行中心化發行、維護和控制。 summaryPoint2: 去中心化身分消除了對中心化第三方的依賴。 summaryPoint3: 多虧了加密技術,使用者現在擁有了再次發行、持有和控制自身身分識別和證明的工具。 diff --git a/public/content/translations/zh-tw/defi/index.md b/public/content/translations/zh-tw/defi/index.md index fe47e943cf2..88239b0dab3 100644 --- a/public/content/translations/zh-tw/defi/index.md +++ b/public/content/translations/zh-tw/defi/index.md @@ -4,7 +4,7 @@ description: 以太坊生態系之去中心化金融概要 lang: zh-tw template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: 以樂高積木製作的以太幣標誌。 sidebarDepth: 2 summaryPoint1: 現行金融系統的全球開放性替代方案。 diff --git a/public/content/translations/zh-tw/desci/index.md b/public/content/translations/zh-tw/desci/index.md index d92eb7fa548..17f209240dd 100644 --- a/public/content/translations/zh-tw/desci/index.md +++ b/public/content/translations/zh-tw/desci/index.md @@ -5,7 +5,7 @@ lang: zh-tw template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: 當前科學系統的全球開放性替代方案。 summaryPoint2: 使科學家得以進行募資、試驗研究、資料分享、發表見解等活動的技術。 diff --git a/public/content/translations/zh-tw/nft/index.md b/public/content/translations/zh-tw/nft/index.md index 25f2b2272e3..f87c8d87d2c 100644 --- a/public/content/translations/zh-tw/nft/index.md +++ b/public/content/translations/zh-tw/nft/index.md @@ -5,7 +5,7 @@ lang: zh-tw template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: 全息投影顯示的以太幣標誌。 summaryPoint1: 一種用以太坊資產來呈現任何獨特事物的方式。 summaryPoint2: 非同質化代幣賦予了內容創作者前所未有的強大力量。 diff --git a/public/content/translations/zh-tw/refi/index.md b/public/content/translations/zh-tw/refi/index.md index 95ac7f9d3ad..417e70f4291 100644 --- a/public/content/translations/zh-tw/refi/index.md +++ b/public/content/translations/zh-tw/refi/index.md @@ -5,7 +5,7 @@ lang: zh-tw template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: 建立在再生原則上的替代性經濟體系 summaryPoint2: 嘗試使用以太坊解決全球協調危機,如氣候變遷 diff --git a/public/content/translations/zh-tw/roadmap/beacon-chain/index.md b/public/content/translations/zh-tw/roadmap/beacon-chain/index.md index 6d21cc63613..ff969ebe780 100644 --- a/public/content/translations/zh-tw/roadmap/beacon-chain/index.md +++ b/public/content/translations/zh-tw/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: 信標鏈(Beacon Chain) description: 瞭解信標鍊 - 將權益證明引入以太坊的升級。 lang: zh-tw template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png summaryPoint1: 信標鏈將權益證明引入以太坊生態系統。 summaryPoint2: 信標鏈已於 2022 年 9 月與原先的以太坊工作量證明鏈合併。 summaryPoint3: 信標鏈引入共識邏輯和區塊廣播協定,現在可保護以太坊安全。 diff --git a/public/content/translations/zh-tw/roadmap/future-proofing/index.md b/public/content/translations/zh-tw/roadmap/future-proofing/index.md index b8f1a040dbc..00a7566d074 100644 --- a/public/content/translations/zh-tw/roadmap/future-proofing/index.md +++ b/public/content/translations/zh-tw/roadmap/future-proofing/index.md @@ -2,7 +2,7 @@ title: 面向未來的以太坊 description: 不論未來如何發展,這些升級可鞏固以太坊作為有韌性的去中心化基礎層的地位。 lang: zh-tw -image: /roadmap/roadmap-future.png +image: /images/roadmap/roadmap-future.png alt: "以太坊開發藍圖" template: roadmap --- diff --git a/public/content/translations/zh-tw/roadmap/index.md b/public/content/translations/zh-tw/roadmap/index.md index 02fff06f373..86f6975ab2a 100644 --- a/public/content/translations/zh-tw/roadmap/index.md +++ b/public/content/translations/zh-tw/roadmap/index.md @@ -3,7 +3,7 @@ title: 以太坊開發藍圖 description: 以太坊實現更高可擴容性、安全性和永續性的路徑。 lang: zh-tw template: roadmap -image: /heroes/roadmap-hub-hero.jpg +image: /images/heroes/roadmap-hub-hero.jpg alt: "以太坊開發藍圖" summaryPoints: buttons: diff --git a/public/content/translations/zh-tw/roadmap/merge/index.md b/public/content/translations/zh-tw/roadmap/merge/index.md index 7caaae034d5..00d7ead22ca 100644 --- a/public/content/translations/zh-tw/roadmap/merge/index.md +++ b/public/content/translations/zh-tw/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: 合併 description: 瞭解「合併 - 當以太坊主網採用權益證明時」的相關資訊。 lang: zh-tw template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png summaryPoint1: 以太坊主網使用權益證明,但以前並非總是如此。 summaryPoint2: 從原本的工作量證明機制到權益證明的升級稱為「合併」。 summaryPoint3: 合併指原本的以太坊主網與稱為信標鏈的獨立權益證明區塊鏈合併,現在作為一條鏈存在。 diff --git a/public/content/translations/zh-tw/roadmap/scaling/index.md b/public/content/translations/zh-tw/roadmap/scaling/index.md index 1386e988aa0..59917c690ea 100644 --- a/public/content/translations/zh-tw/roadmap/scaling/index.md +++ b/public/content/translations/zh-tw/roadmap/scaling/index.md @@ -2,7 +2,7 @@ title: 以太坊擴容 description: 卷軸可在鏈下批次處理交易,從而降低使用者的成本。 但現今卷軸使用資料的方式還是過於昂貴,限制了交易費用的下限。 Proto-Danksharding 可以解決這個問題。 lang: zh-tw -image: /roadmap/roadmap-transactions.png +image: /images/roadmap/roadmap-transactions.png alt: "以太坊開發藍圖" template: roadmap --- diff --git a/public/content/translations/zh-tw/roadmap/security/index.md b/public/content/translations/zh-tw/roadmap/security/index.md index 7ba09463b55..4c5dd23a6d7 100644 --- a/public/content/translations/zh-tw/roadmap/security/index.md +++ b/public/content/translations/zh-tw/roadmap/security/index.md @@ -2,7 +2,7 @@ title: 一個更安全的以太坊 description: 以太坊是現有最安全、去中心化程度最高的智慧型合約平台。 然而,我們還可以繼續對其進行改進,以便未來能夠保持韌性來對抗任意級別的攻擊。 lang: zh-tw -image: /roadmap/roadmap-security.png +image: /images/roadmap/roadmap-security.png alt: "以太坊開發藍圖" template: roadmap --- diff --git a/public/content/translations/zh-tw/roadmap/user-experience/index.md b/public/content/translations/zh-tw/roadmap/user-experience/index.md index 318dc41de35..3b2711470bb 100644 --- a/public/content/translations/zh-tw/roadmap/user-experience/index.md +++ b/public/content/translations/zh-tw/roadmap/user-experience/index.md @@ -2,7 +2,7 @@ title: 改善使用者體驗 description: 對大部分人而言,使用以太坊仍然是非常複雜的一件事。 為了推動普及化,以太坊必須大幅降低使用門檻 — 使用者必須獲得去中心化、無需許可、抗審查存取以太坊的優勢,同時體驗必須與使用傳統 web2 應用程式一樣順暢。 lang: zh-tw -image: /roadmap/roadmap-ux.png +image: /images/roadmap/roadmap-ux.png alt: "以太坊開發藍圖" template: roadmap --- diff --git a/public/content/translations/zh-tw/social-networks/index.md b/public/content/translations/zh-tw/social-networks/index.md index 729162e37a7..62de84c45e9 100644 --- a/public/content/translations/zh-tw/social-networks/index.md +++ b/public/content/translations/zh-tw/social-networks/index.md @@ -5,7 +5,7 @@ lang: zh-tw template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: 基於區塊鏈的平台,用於社交互動、内容建立和分發。 summaryPoint2: 去中心化社交媒體網路可保護用戶隱私和增強資料安全性。 summaryPoint3: 代幣和非同質化代幣創造了將內容貨幣化的新方法。 diff --git a/public/content/translations/zh-tw/staking/pools/index.md b/public/content/translations/zh-tw/staking/pools/index.md index d6440a6b48f..7fb4f722a4e 100644 --- a/public/content/translations/zh-tw/staking/pools/index.md +++ b/public/content/translations/zh-tw/staking/pools/index.md @@ -4,7 +4,7 @@ description: 關於如何開始聯合以太幣質押的概覽 lang: zh-tw template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: 萊斯利犀牛在池中游泳 sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/zh-tw/staking/saas/index.md b/public/content/translations/zh-tw/staking/saas/index.md index 802a3fd6dfa..dcd1b5f5484 100644 --- a/public/content/translations/zh-tw/staking/saas/index.md +++ b/public/content/translations/zh-tw/staking/saas/index.md @@ -4,7 +4,7 @@ description: 關於如何開始聯合以太幣質押的概覽 lang: zh-tw template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: 漂浮在雲端的犀牛萊斯利。 sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/zh-tw/staking/solo/index.md b/public/content/translations/zh-tw/staking/solo/index.md index e63fdd0b5af..9292a02f374 100644 --- a/public/content/translations/zh-tw/staking/solo/index.md +++ b/public/content/translations/zh-tw/staking/solo/index.md @@ -4,7 +4,7 @@ description: 如何開始單獨質押你的以太幣概覽 lang: zh-tw template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: 萊斯利犀牛在她自己的電腦晶片上。 sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/zh-tw/staking/withdrawals/index.md b/public/content/translations/zh-tw/staking/withdrawals/index.md index f102feb5a09..ebc9c3ad669 100644 --- a/public/content/translations/zh-tw/staking/withdrawals/index.md +++ b/public/content/translations/zh-tw/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: 質押提款 description: 此頁總結了什麼是質押推送提款,該功能如何運作,以及質押者需要做什麼才能獲得酬勞 lang: zh-tw template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: 犀牛萊斯利和她的質押酬勞 sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/zh/dao/index.md b/public/content/translations/zh/dao/index.md index 7938abbb0ca..f8c16933684 100644 --- a/public/content/translations/zh/dao/index.md +++ b/public/content/translations/zh/dao/index.md @@ -5,7 +5,7 @@ lang: zh template: use-cases emoji: ":handshake:" sidebarDepth: 2 -image: /use-cases/dao-2.png +image: /images/use-cases/dao-2.png alt: 表示去中心化自治组织在对提案投票。 summaryPoint1: 没有集中领导的、成员共同拥有的社区。 summaryPoint2: 一种与互联网上的陌生人合作的安全方式。 diff --git a/public/content/translations/zh/decentralized-identity/index.md b/public/content/translations/zh/decentralized-identity/index.md index b84fa04b833..846941d3769 100644 --- a/public/content/translations/zh/decentralized-identity/index.md +++ b/public/content/translations/zh/decentralized-identity/index.md @@ -5,7 +5,7 @@ lang: zh template: use-cases emoji: ":id:" sidebarDepth: 2 -image: /eth-gif-cat.png +image: /images/eth-gif-cat.png summaryPoint1: 传统身份系统有权对你的身份标识进行发布、维护和控制。 summaryPoint2: 去中心化身份消除了对中心化第三方的依赖。 summaryPoint3: 多亏了加密技术,用户现在拥有了再次发布、持有和控制其自身身份标识和身份证明的工具。 diff --git a/public/content/translations/zh/defi/index.md b/public/content/translations/zh/defi/index.md index 9f483588e10..624512a37bd 100644 --- a/public/content/translations/zh/defi/index.md +++ b/public/content/translations/zh/defi/index.md @@ -4,7 +4,7 @@ description: 以太坊上的去中心化金融简介 lang: zh template: use-cases emoji: ":money_with_wings:" -image: /use-cases/defi.png +image: /images/use-cases/defi.png alt: 由乐高积木拼成的以太坊徽标。 sidebarDepth: 2 summaryPoint1: 当前金融体系的全球性、开放性替代方案。 diff --git a/public/content/translations/zh/desci/index.md b/public/content/translations/zh/desci/index.md index be8bb7be9c6..896a110dd72 100644 --- a/public/content/translations/zh/desci/index.md +++ b/public/content/translations/zh/desci/index.md @@ -5,7 +5,7 @@ lang: zh template: use-cases emoji: ":microscope:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: 当前科学体系的全球性、开放性替代方案。 summaryPoint2: 一种能帮助科学家做诸多事情的技术,例如筹集资金、进行实验、分享数据、传播见解等。 diff --git a/public/content/translations/zh/nft/index.md b/public/content/translations/zh/nft/index.md index 56a4178d5d8..a22d2db097b 100644 --- a/public/content/translations/zh/nft/index.md +++ b/public/content/translations/zh/nft/index.md @@ -5,7 +5,7 @@ lang: zh template: use-cases emoji: ":frame_with_picture:" sidebarDepth: 2 -image: /infrastructure_transparent.png +image: /images/infrastructure_transparent.png alt: 通过全息图显示的以太币徽标。 summaryPoint1: 一种用以太坊资产表示任何独特事物的方法。 summaryPoint2: 非同质化代币正在前所未有地向内容创作人赋予更多权利。 diff --git a/public/content/translations/zh/refi/index.md b/public/content/translations/zh/refi/index.md index 932cdac3fbd..44a34287ab6 100644 --- a/public/content/translations/zh/refi/index.md +++ b/public/content/translations/zh/refi/index.md @@ -5,7 +5,7 @@ lang: zh template: use-cases emoji: ":recycle:" sidebarDepth: 2 -image: /future_transparent.png +image: /images/future_transparent.png alt: "" summaryPoint1: 一种构建于再生原则之上的替代经济体系 summaryPoint2: 一次利用以太坊解决全球协作危机(如气候变化)的尝试 diff --git a/public/content/translations/zh/roadmap/beacon-chain/index.md b/public/content/translations/zh/roadmap/beacon-chain/index.md index e48f351c650..7c82927a2fb 100644 --- a/public/content/translations/zh/roadmap/beacon-chain/index.md +++ b/public/content/translations/zh/roadmap/beacon-chain/index.md @@ -3,7 +3,7 @@ title: 信标链 description: 了解信标链 - 引入权益证明的以太坊升级。 lang: zh template: upgrade -image: /upgrades/core.png +image: /images/upgrades/core.png alt: summaryPoint1: 信标链为以太坊生态系统引入了权益证明机制。 summaryPoint2: 信标链于 2022 年 9 月与原有的以太坊工作量证明链合并。 diff --git a/public/content/translations/zh/roadmap/future-proofing/index.md b/public/content/translations/zh/roadmap/future-proofing/index.md index a8a28ea7f19..b5afcec2743 100644 --- a/public/content/translations/zh/roadmap/future-proofing/index.md +++ b/public/content/translations/zh/roadmap/future-proofing/index.md @@ -2,7 +2,7 @@ title: 打造面向未来的以太坊 description: 无论未来会发生什么,这些升级都可以增强以太坊,使其成为可以适应未来需求的有韧性、去中心化的基础层。 lang: zh -image: /roadmap/roadmap-future.png +image: /images/roadmap/roadmap-future.png alt: "以太坊路线图" template: roadmap --- diff --git a/public/content/translations/zh/roadmap/index.md b/public/content/translations/zh/roadmap/index.md index b27dceedd3b..75184e97967 100644 --- a/public/content/translations/zh/roadmap/index.md +++ b/public/content/translations/zh/roadmap/index.md @@ -3,7 +3,7 @@ title: 以太坊路线图 description: 提高以太坊可扩展性、安全性和可持续性的途径。 lang: zh template: roadmap -image: /heroes/roadmap-hub-hero.jpg +image: /images/heroes/roadmap-hub-hero.jpg alt: "以太坊路线图" summaryPoints: buttons: diff --git a/public/content/translations/zh/roadmap/merge/index.md b/public/content/translations/zh/roadmap/merge/index.md index 02ef80b2fdc..1c6754a3490 100644 --- a/public/content/translations/zh/roadmap/merge/index.md +++ b/public/content/translations/zh/roadmap/merge/index.md @@ -3,7 +3,7 @@ title: 合并 description: 了解合并 - 以太坊主网何时采用权益证明机制。 lang: zh template: upgrade -image: /upgrades/merge.png +image: /images/upgrades/merge.png alt: summaryPoint1: 以太坊主网采用权益证明机制,但情况并非一直如此。 summaryPoint2: 从原有的工作量证明机制过渡到权益证明机制的升级称为合并。 diff --git a/public/content/translations/zh/roadmap/scaling/index.md b/public/content/translations/zh/roadmap/scaling/index.md index 89ade9819bc..ab560e22130 100644 --- a/public/content/translations/zh/roadmap/scaling/index.md +++ b/public/content/translations/zh/roadmap/scaling/index.md @@ -2,7 +2,7 @@ title: 以太坊扩容 description: 卷叠链下批量处理交易,从而降低用户的成本。 然而,当前卷叠在数据使用上存在高昂的成本,限制了交易费用的降低。 Proto-Danksharding 解决了这个问题。 lang: zh -image: /roadmap/roadmap-transactions.png +image: /images/roadmap/roadmap-transactions.png alt: "以太坊路线图" template: roadmap --- diff --git a/public/content/translations/zh/roadmap/security/index.md b/public/content/translations/zh/roadmap/security/index.md index 17dac78c660..1f3d4a68edc 100644 --- a/public/content/translations/zh/roadmap/security/index.md +++ b/public/content/translations/zh/roadmap/security/index.md @@ -2,7 +2,7 @@ title: 更安全的以太坊 description: 以太坊是现有的最安全和去中心化的智能合约平台。 不过,我们仍有改进空间,从而确保以太坊能够抵御未来任何程度的攻击。 lang: zh -image: /roadmap/roadmap-security.png +image: /images/roadmap/roadmap-security.png alt: "以太坊路线图" template: roadmap --- diff --git a/public/content/translations/zh/roadmap/user-experience/index.md b/public/content/translations/zh/roadmap/user-experience/index.md index f1a7ec74506..2cf7f29eb28 100644 --- a/public/content/translations/zh/roadmap/user-experience/index.md +++ b/public/content/translations/zh/roadmap/user-experience/index.md @@ -2,7 +2,7 @@ title: 提升用户体验 description: 对于大多数人来说,使用以太坊仍然过于复杂。 为了促进以太坊的大规模普及,必须大幅降低其进入门槛 - 必须让用户在访问以太坊时,享受去中心化、无需许可和抗审查的好处,同时像使用传统的 Web2 应用程序一样丝滑顺畅。 lang: zh -image: /roadmap/roadmap-ux.png +image: /images/roadmap/roadmap-ux.png alt: "以太坊路线图" template: roadmap --- diff --git a/public/content/translations/zh/social-networks/index.md b/public/content/translations/zh/social-networks/index.md index a1b5ea3a121..2bebb4ec701 100644 --- a/public/content/translations/zh/social-networks/index.md +++ b/public/content/translations/zh/social-networks/index.md @@ -5,7 +5,7 @@ lang: zh template: use-cases emoji: ":mega:" sidebarDepth: 2 -image: /ethereum-learn.png +image: /images/ethereum-learn.png summaryPoint1: 基于区块链的社交互动与内容平台的创建和分配。 summaryPoint2: 去中心化社交媒体网络可保护用户隐私并增强数据安全性。 summaryPoint3: 代币和非同质化代币创造了一种将内容货币化的新方法。 diff --git a/public/content/translations/zh/staking/pools/index.md b/public/content/translations/zh/staking/pools/index.md index 1d6dfea64ad..a5cb306e8a9 100644 --- a/public/content/translations/zh/staking/pools/index.md +++ b/public/content/translations/zh/staking/pools/index.md @@ -4,7 +4,7 @@ description: 简要介绍如何开始以太币联合质押 lang: zh template: staking emoji: ":money_with_wings:" -image: /staking/leslie-pool.png +image: /images/staking/leslie-pool.png alt: 莱斯利犀牛在泳池中游泳。 sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/zh/staking/saas/index.md b/public/content/translations/zh/staking/saas/index.md index 02d35fa337d..1afb1f43f18 100644 --- a/public/content/translations/zh/staking/saas/index.md +++ b/public/content/translations/zh/staking/saas/index.md @@ -4,7 +4,7 @@ description: 简要介绍如何开始以太币联合质押 lang: zh template: staking emoji: ":money_with_wings:" -image: /staking/leslie-saas.png +image: /images/staking/leslie-saas.png alt: 莱斯利犀牛在云中漂浮。 sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/zh/staking/solo/index.md b/public/content/translations/zh/staking/solo/index.md index 23f9e56c426..a25d3b61fdf 100644 --- a/public/content/translations/zh/staking/solo/index.md +++ b/public/content/translations/zh/staking/solo/index.md @@ -4,7 +4,7 @@ description: 简要介绍如何单独质押你的以太币 lang: zh template: staking emoji: ":money_with_wings:" -image: /staking/leslie-solo.png +image: /images/staking/leslie-solo.png alt: 莱斯利犀牛在自己的电脑芯片上。 sidebarDepth: 2 summaryPoints: diff --git a/public/content/translations/zh/staking/withdrawals/index.md b/public/content/translations/zh/staking/withdrawals/index.md index 9d39b2148f7..861389ca029 100644 --- a/public/content/translations/zh/staking/withdrawals/index.md +++ b/public/content/translations/zh/staking/withdrawals/index.md @@ -3,7 +3,7 @@ title: 质押提款 description: 本页面概述质押推送提款是什么,它们如何工作,质押人需要做什么才能获得奖励 lang: zh template: staking -image: /staking/leslie-withdrawal.png +image: /images/staking/leslie-withdrawal.png alt: 犀牛莱斯利与她的质押奖励 sidebarDepth: 2 summaryPoints: diff --git a/public/assets/eth-diamond-black-gray.png b/public/images/assets/eth-diamond-black-gray.png similarity index 100% rename from public/assets/eth-diamond-black-gray.png rename to public/images/assets/eth-diamond-black-gray.png diff --git a/public/assets/eth-diamond-black-white.jpg b/public/images/assets/eth-diamond-black-white.jpg similarity index 100% rename from public/assets/eth-diamond-black-white.jpg rename to public/images/assets/eth-diamond-black-white.jpg diff --git a/public/assets/eth-diamond-black.png b/public/images/assets/eth-diamond-black.png similarity index 100% rename from public/assets/eth-diamond-black.png rename to public/images/assets/eth-diamond-black.png diff --git a/public/assets/eth-diamond-glyph.png b/public/images/assets/eth-diamond-glyph.png similarity index 100% rename from public/assets/eth-diamond-glyph.png rename to public/images/assets/eth-diamond-glyph.png diff --git a/public/assets/eth-diamond-purple-purple.png b/public/images/assets/eth-diamond-purple-purple.png similarity index 100% rename from public/assets/eth-diamond-purple-purple.png rename to public/images/assets/eth-diamond-purple-purple.png diff --git a/public/assets/eth-diamond-purple-white.jpg b/public/images/assets/eth-diamond-purple-white.jpg similarity index 100% rename from public/assets/eth-diamond-purple-white.jpg rename to public/images/assets/eth-diamond-purple-white.jpg diff --git a/public/assets/eth-diamond-purple.png b/public/images/assets/eth-diamond-purple.png similarity index 100% rename from public/assets/eth-diamond-purple.png rename to public/images/assets/eth-diamond-purple.png diff --git a/public/assets/eth-diamond-rainbow.png b/public/images/assets/eth-diamond-rainbow.png similarity index 100% rename from public/assets/eth-diamond-rainbow.png rename to public/images/assets/eth-diamond-rainbow.png diff --git a/public/assets/eth-glyph-colored.png b/public/images/assets/eth-glyph-colored.png similarity index 100% rename from public/assets/eth-glyph-colored.png rename to public/images/assets/eth-glyph-colored.png diff --git a/public/assets/eth-transparent.png b/public/images/assets/eth-transparent.png similarity index 100% rename from public/assets/eth-transparent.png rename to public/images/assets/eth-transparent.png diff --git a/public/assets/eth.png b/public/images/assets/eth.png similarity index 100% rename from public/assets/eth.png rename to public/images/assets/eth.png diff --git a/public/assets/ethereum-logo-landscape-black-gray.png b/public/images/assets/ethereum-logo-landscape-black-gray.png similarity index 100% rename from public/assets/ethereum-logo-landscape-black-gray.png rename to public/images/assets/ethereum-logo-landscape-black-gray.png diff --git a/public/assets/ethereum-logo-landscape-black.png b/public/images/assets/ethereum-logo-landscape-black.png similarity index 100% rename from public/assets/ethereum-logo-landscape-black.png rename to public/images/assets/ethereum-logo-landscape-black.png diff --git a/public/assets/ethereum-logo-landscape-purple-purple.png b/public/images/assets/ethereum-logo-landscape-purple-purple.png similarity index 100% rename from public/assets/ethereum-logo-landscape-purple-purple.png rename to public/images/assets/ethereum-logo-landscape-purple-purple.png diff --git a/public/assets/ethereum-logo-landscape-purple-white.png b/public/images/assets/ethereum-logo-landscape-purple-white.png similarity index 100% rename from public/assets/ethereum-logo-landscape-purple-white.png rename to public/images/assets/ethereum-logo-landscape-purple-white.png diff --git a/public/assets/ethereum-logo-landscape-purple.png b/public/images/assets/ethereum-logo-landscape-purple.png similarity index 100% rename from public/assets/ethereum-logo-landscape-purple.png rename to public/images/assets/ethereum-logo-landscape-purple.png diff --git a/public/assets/ethereum-logo-portrait-black-gray.png b/public/images/assets/ethereum-logo-portrait-black-gray.png similarity index 100% rename from public/assets/ethereum-logo-portrait-black-gray.png rename to public/images/assets/ethereum-logo-portrait-black-gray.png diff --git a/public/assets/ethereum-logo-portrait-black.png b/public/images/assets/ethereum-logo-portrait-black.png similarity index 100% rename from public/assets/ethereum-logo-portrait-black.png rename to public/images/assets/ethereum-logo-portrait-black.png diff --git a/public/assets/ethereum-logo-portrait-purple-purple.png b/public/images/assets/ethereum-logo-portrait-purple-purple.png similarity index 100% rename from public/assets/ethereum-logo-portrait-purple-purple.png rename to public/images/assets/ethereum-logo-portrait-purple-purple.png diff --git a/public/assets/ethereum-logo-portrait-purple-white.png b/public/images/assets/ethereum-logo-portrait-purple-white.png similarity index 100% rename from public/assets/ethereum-logo-portrait-purple-white.png rename to public/images/assets/ethereum-logo-portrait-purple-white.png diff --git a/public/assets/ethereum-logo-portrait-purple.png b/public/images/assets/ethereum-logo-portrait-purple.png similarity index 100% rename from public/assets/ethereum-logo-portrait-purple.png rename to public/images/assets/ethereum-logo-portrait-purple.png diff --git a/public/assets/ethereum-wordmark-black-gray.png b/public/images/assets/ethereum-wordmark-black-gray.png similarity index 100% rename from public/assets/ethereum-wordmark-black-gray.png rename to public/images/assets/ethereum-wordmark-black-gray.png diff --git a/public/assets/ethereum-wordmark-black.png b/public/images/assets/ethereum-wordmark-black.png similarity index 100% rename from public/assets/ethereum-wordmark-black.png rename to public/images/assets/ethereum-wordmark-black.png diff --git a/public/assets/ethereum-wordmark-purple-purple.png b/public/images/assets/ethereum-wordmark-purple-purple.png similarity index 100% rename from public/assets/ethereum-wordmark-purple-purple.png rename to public/images/assets/ethereum-wordmark-purple-purple.png diff --git a/public/assets/ethereum-wordmark-purple-white.png b/public/images/assets/ethereum-wordmark-purple-white.png similarity index 100% rename from public/assets/ethereum-wordmark-purple-white.png rename to public/images/assets/ethereum-wordmark-purple-white.png diff --git a/public/assets/ethereum-wordmark-purple.png b/public/images/assets/ethereum-wordmark-purple.png similarity index 100% rename from public/assets/ethereum-wordmark-purple.png rename to public/images/assets/ethereum-wordmark-purple.png diff --git a/public/assets/hero-dark.png b/public/images/assets/hero-dark.png similarity index 100% rename from public/assets/hero-dark.png rename to public/images/assets/hero-dark.png diff --git a/public/assets/hero.png b/public/images/assets/hero.png similarity index 100% rename from public/assets/hero.png rename to public/images/assets/hero.png diff --git a/public/assets/manifest-app-icon-192.png b/public/images/assets/manifest-app-icon-192.png similarity index 100% rename from public/assets/manifest-app-icon-192.png rename to public/images/assets/manifest-app-icon-192.png diff --git a/public/assets/manifest-app-icon-512.png b/public/images/assets/manifest-app-icon-512.png similarity index 100% rename from public/assets/manifest-app-icon-512.png rename to public/images/assets/manifest-app-icon-512.png diff --git a/public/assets/manifest-app-icon.svg b/public/images/assets/manifest-app-icon.svg similarity index 100% rename from public/assets/manifest-app-icon.svg rename to public/images/assets/manifest-app-icon.svg diff --git a/public/assets/svgs/eth-diamond-black-gray.svg b/public/images/assets/svgs/eth-diamond-black-gray.svg similarity index 100% rename from public/assets/svgs/eth-diamond-black-gray.svg rename to public/images/assets/svgs/eth-diamond-black-gray.svg diff --git a/public/assets/svgs/eth-diamond-black-white.svg b/public/images/assets/svgs/eth-diamond-black-white.svg similarity index 100% rename from public/assets/svgs/eth-diamond-black-white.svg rename to public/images/assets/svgs/eth-diamond-black-white.svg diff --git a/public/assets/svgs/eth-diamond-black.svg b/public/images/assets/svgs/eth-diamond-black.svg similarity index 100% rename from public/assets/svgs/eth-diamond-black.svg rename to public/images/assets/svgs/eth-diamond-black.svg diff --git a/public/assets/svgs/eth-diamond-glyph.svg b/public/images/assets/svgs/eth-diamond-glyph.svg similarity index 100% rename from public/assets/svgs/eth-diamond-glyph.svg rename to public/images/assets/svgs/eth-diamond-glyph.svg diff --git a/public/assets/svgs/eth-diamond-purple-purple.svg b/public/images/assets/svgs/eth-diamond-purple-purple.svg similarity index 100% rename from public/assets/svgs/eth-diamond-purple-purple.svg rename to public/images/assets/svgs/eth-diamond-purple-purple.svg diff --git a/public/assets/svgs/eth-diamond-purple-white.svg b/public/images/assets/svgs/eth-diamond-purple-white.svg similarity index 100% rename from public/assets/svgs/eth-diamond-purple-white.svg rename to public/images/assets/svgs/eth-diamond-purple-white.svg diff --git a/public/assets/svgs/eth-diamond-purple.svg b/public/images/assets/svgs/eth-diamond-purple.svg similarity index 100% rename from public/assets/svgs/eth-diamond-purple.svg rename to public/images/assets/svgs/eth-diamond-purple.svg diff --git a/public/assets/svgs/eth-diamond-rainbow.svg b/public/images/assets/svgs/eth-diamond-rainbow.svg similarity index 100% rename from public/assets/svgs/eth-diamond-rainbow.svg rename to public/images/assets/svgs/eth-diamond-rainbow.svg diff --git a/public/assets/svgs/eth-glyph-colored.svg b/public/images/assets/svgs/eth-glyph-colored.svg similarity index 100% rename from public/assets/svgs/eth-glyph-colored.svg rename to public/images/assets/svgs/eth-glyph-colored.svg diff --git a/public/assets/svgs/ethereum-logo-landscape-black-gray.svg b/public/images/assets/svgs/ethereum-logo-landscape-black-gray.svg similarity index 100% rename from public/assets/svgs/ethereum-logo-landscape-black-gray.svg rename to public/images/assets/svgs/ethereum-logo-landscape-black-gray.svg diff --git a/public/assets/svgs/ethereum-logo-landscape-black.svg b/public/images/assets/svgs/ethereum-logo-landscape-black.svg similarity index 100% rename from public/assets/svgs/ethereum-logo-landscape-black.svg rename to public/images/assets/svgs/ethereum-logo-landscape-black.svg diff --git a/public/assets/svgs/ethereum-logo-landscape-purple-purple.svg b/public/images/assets/svgs/ethereum-logo-landscape-purple-purple.svg similarity index 100% rename from public/assets/svgs/ethereum-logo-landscape-purple-purple.svg rename to public/images/assets/svgs/ethereum-logo-landscape-purple-purple.svg diff --git a/public/assets/svgs/ethereum-logo-landscape-purple-white.svg b/public/images/assets/svgs/ethereum-logo-landscape-purple-white.svg similarity index 100% rename from public/assets/svgs/ethereum-logo-landscape-purple-white.svg rename to public/images/assets/svgs/ethereum-logo-landscape-purple-white.svg diff --git a/public/assets/svgs/ethereum-logo-landscape-purple.svg b/public/images/assets/svgs/ethereum-logo-landscape-purple.svg similarity index 100% rename from public/assets/svgs/ethereum-logo-landscape-purple.svg rename to public/images/assets/svgs/ethereum-logo-landscape-purple.svg diff --git a/public/assets/svgs/ethereum-logo-portrait-black-gray.svg b/public/images/assets/svgs/ethereum-logo-portrait-black-gray.svg similarity index 100% rename from public/assets/svgs/ethereum-logo-portrait-black-gray.svg rename to public/images/assets/svgs/ethereum-logo-portrait-black-gray.svg diff --git a/public/assets/svgs/ethereum-logo-portrait-black.svg b/public/images/assets/svgs/ethereum-logo-portrait-black.svg similarity index 100% rename from public/assets/svgs/ethereum-logo-portrait-black.svg rename to public/images/assets/svgs/ethereum-logo-portrait-black.svg diff --git a/public/assets/svgs/ethereum-logo-portrait-purple-purple.svg b/public/images/assets/svgs/ethereum-logo-portrait-purple-purple.svg similarity index 100% rename from public/assets/svgs/ethereum-logo-portrait-purple-purple.svg rename to public/images/assets/svgs/ethereum-logo-portrait-purple-purple.svg diff --git a/public/assets/svgs/ethereum-logo-portrait-purple.svg b/public/images/assets/svgs/ethereum-logo-portrait-purple.svg similarity index 100% rename from public/assets/svgs/ethereum-logo-portrait-purple.svg rename to public/images/assets/svgs/ethereum-logo-portrait-purple.svg diff --git a/public/assets/svgs/ethereum-wordmark-black-gray.svg b/public/images/assets/svgs/ethereum-wordmark-black-gray.svg similarity index 100% rename from public/assets/svgs/ethereum-wordmark-black-gray.svg rename to public/images/assets/svgs/ethereum-wordmark-black-gray.svg diff --git a/public/assets/svgs/ethereum-wordmark-black.svg b/public/images/assets/svgs/ethereum-wordmark-black.svg similarity index 100% rename from public/assets/svgs/ethereum-wordmark-black.svg rename to public/images/assets/svgs/ethereum-wordmark-black.svg diff --git a/public/assets/svgs/ethereum-wordmark-purple-purple.svg b/public/images/assets/svgs/ethereum-wordmark-purple-purple.svg similarity index 100% rename from public/assets/svgs/ethereum-wordmark-purple-purple.svg rename to public/images/assets/svgs/ethereum-wordmark-purple-purple.svg diff --git a/public/assets/svgs/ethereum-wordmark-purple-white.svg b/public/images/assets/svgs/ethereum-wordmark-purple-white.svg similarity index 100% rename from public/assets/svgs/ethereum-wordmark-purple-white.svg rename to public/images/assets/svgs/ethereum-wordmark-purple-white.svg diff --git a/public/assets/svgs/ethereum-wordmark-purple.svg b/public/images/assets/svgs/ethereum-wordmark-purple.svg similarity index 100% rename from public/assets/svgs/ethereum-wordmark-purple.svg rename to public/images/assets/svgs/ethereum-wordmark-purple.svg diff --git a/public/assets/svgs/merge-panda.svg b/public/images/assets/svgs/merge-panda.svg similarity index 100% rename from public/assets/svgs/merge-panda.svg rename to public/images/assets/svgs/merge-panda.svg diff --git a/public/assets/translatathon-hero.png b/public/images/assets/translatathon-hero.png similarity index 100% rename from public/assets/translatathon-hero.png rename to public/images/assets/translatathon-hero.png diff --git a/public/certificates/dark-certificate.png b/public/images/certificates/dark-certificate.png similarity index 100% rename from public/certificates/dark-certificate.png rename to public/images/certificates/dark-certificate.png diff --git a/public/certificates/light-certificate.png b/public/images/certificates/light-certificate.png similarity index 100% rename from public/certificates/light-certificate.png rename to public/images/certificates/light-certificate.png diff --git a/public/dapps/aave.png b/public/images/dapps/aave.png similarity index 100% rename from public/dapps/aave.png rename to public/images/dapps/aave.png diff --git a/public/dapps/ankr.png b/public/images/dapps/ankr.png similarity index 100% rename from public/dapps/ankr.png rename to public/images/dapps/ankr.png diff --git a/public/dapps/api3.png b/public/images/dapps/api3.png similarity index 100% rename from public/dapps/api3.png rename to public/images/dapps/api3.png diff --git a/public/dapps/artblocks.png b/public/images/dapps/artblocks.png similarity index 100% rename from public/dapps/artblocks.png rename to public/images/dapps/artblocks.png diff --git a/public/dapps/arweave.png b/public/images/dapps/arweave.png similarity index 100% rename from public/dapps/arweave.png rename to public/images/dapps/arweave.png diff --git a/public/dapps/asyncart.png b/public/images/dapps/asyncart.png similarity index 100% rename from public/dapps/asyncart.png rename to public/images/dapps/asyncart.png diff --git a/public/dapps/audius.png b/public/images/dapps/audius.png similarity index 100% rename from public/dapps/audius.png rename to public/images/dapps/audius.png diff --git a/public/dapps/augur.png b/public/images/dapps/augur.png similarity index 100% rename from public/dapps/augur.png rename to public/images/dapps/augur.png diff --git a/public/dapps/axie.png b/public/images/dapps/axie.png similarity index 100% rename from public/dapps/axie.png rename to public/images/dapps/axie.png diff --git a/public/dapps/balancer.png b/public/images/dapps/balancer.png similarity index 100% rename from public/dapps/balancer.png rename to public/images/dapps/balancer.png diff --git a/public/dapps/brave.png b/public/images/dapps/brave.png similarity index 100% rename from public/dapps/brave.png rename to public/images/dapps/brave.png diff --git a/public/dapps/compound.png b/public/images/dapps/compound.png similarity index 100% rename from public/dapps/compound.png rename to public/images/dapps/compound.png diff --git a/public/dapps/convex.png b/public/images/dapps/convex.png similarity index 100% rename from public/dapps/convex.png rename to public/images/dapps/convex.png diff --git a/public/dapps/cryptopunks.png b/public/images/dapps/cryptopunks.png similarity index 100% rename from public/dapps/cryptopunks.png rename to public/images/dapps/cryptopunks.png diff --git a/public/dapps/cryptovoxels.png b/public/images/dapps/cryptovoxels.png similarity index 100% rename from public/dapps/cryptovoxels.png rename to public/images/dapps/cryptovoxels.png diff --git a/public/dapps/curve.png b/public/images/dapps/curve.png similarity index 100% rename from public/dapps/curve.png rename to public/images/dapps/curve.png diff --git a/public/dapps/cyberconnect.png b/public/images/dapps/cyberconnect.png similarity index 100% rename from public/dapps/cyberconnect.png rename to public/images/dapps/cyberconnect.png diff --git a/public/dapps/darkforest.png b/public/images/dapps/darkforest.png similarity index 100% rename from public/dapps/darkforest.png rename to public/images/dapps/darkforest.png diff --git a/public/dapps/decentraland.png b/public/images/dapps/decentraland.png similarity index 100% rename from public/dapps/decentraland.png rename to public/images/dapps/decentraland.png diff --git a/public/dapps/dexguru.png b/public/images/dapps/dexguru.png similarity index 100% rename from public/dapps/dexguru.png rename to public/images/dapps/dexguru.png diff --git a/public/dapps/dodo.png b/public/images/dapps/dodo.png similarity index 100% rename from public/dapps/dodo.png rename to public/images/dapps/dodo.png diff --git a/public/dapps/ens.png b/public/images/dapps/ens.png similarity index 100% rename from public/dapps/ens.png rename to public/images/dapps/ens.png diff --git a/public/dapps/etherisc.png b/public/images/dapps/etherisc.png similarity index 100% rename from public/dapps/etherisc.png rename to public/images/dapps/etherisc.png diff --git a/public/dapps/foundation.png b/public/images/dapps/foundation.png similarity index 100% rename from public/dapps/foundation.png rename to public/images/dapps/foundation.png diff --git a/public/dapps/gitcoin.png b/public/images/dapps/gitcoin.png similarity index 100% rename from public/dapps/gitcoin.png rename to public/images/dapps/gitcoin.png diff --git a/public/dapps/gm.png b/public/images/dapps/gm.png similarity index 100% rename from public/dapps/gm.png rename to public/images/dapps/gm.png diff --git a/public/dapps/gods.png b/public/images/dapps/gods.png similarity index 100% rename from public/dapps/gods.png rename to public/images/dapps/gods.png diff --git a/public/dapps/golem.png b/public/images/dapps/golem.png similarity index 100% rename from public/dapps/golem.png rename to public/images/dapps/golem.png diff --git a/public/dapps/graph.png b/public/images/dapps/graph.png similarity index 100% rename from public/dapps/graph.png rename to public/images/dapps/graph.png diff --git a/public/dapps/index-coop.png b/public/images/dapps/index-coop.png similarity index 100% rename from public/dapps/index-coop.png rename to public/images/dapps/index-coop.png diff --git a/public/dapps/ipfs.png b/public/images/dapps/ipfs.png similarity index 100% rename from public/dapps/ipfs.png rename to public/images/dapps/ipfs.png diff --git a/public/dapps/krystal.png b/public/images/dapps/krystal.png similarity index 100% rename from public/dapps/krystal.png rename to public/images/dapps/krystal.png diff --git a/public/dapps/kyberswap.png b/public/images/dapps/kyberswap.png similarity index 100% rename from public/dapps/kyberswap.png rename to public/images/dapps/kyberswap.png diff --git a/public/dapps/lido.png b/public/images/dapps/lido.png similarity index 100% rename from public/dapps/lido.png rename to public/images/dapps/lido.png diff --git a/public/dapps/loopring.png b/public/images/dapps/loopring.png similarity index 100% rename from public/dapps/loopring.png rename to public/images/dapps/loopring.png diff --git a/public/dapps/marble.png b/public/images/dapps/marble.png similarity index 100% rename from public/dapps/marble.png rename to public/images/dapps/marble.png diff --git a/public/dapps/matcha.png b/public/images/dapps/matcha.png similarity index 100% rename from public/dapps/matcha.png rename to public/images/dapps/matcha.png diff --git a/public/dapps/mirror.png b/public/images/dapps/mirror.png similarity index 100% rename from public/dapps/mirror.png rename to public/images/dapps/mirror.png diff --git a/public/dapps/multichain.png b/public/images/dapps/multichain.png similarity index 100% rename from public/dapps/multichain.png rename to public/images/dapps/multichain.png diff --git a/public/dapps/nexus.png b/public/images/dapps/nexus.png similarity index 100% rename from public/dapps/nexus.png rename to public/images/dapps/nexus.png diff --git a/public/dapps/nifty.png b/public/images/dapps/nifty.png similarity index 100% rename from public/dapps/nifty.png rename to public/images/dapps/nifty.png diff --git a/public/dapps/opensea.png b/public/images/dapps/opensea.png similarity index 100% rename from public/dapps/opensea.png rename to public/images/dapps/opensea.png diff --git a/public/dapps/opera.png b/public/images/dapps/opera.png similarity index 100% rename from public/dapps/opera.png rename to public/images/dapps/opera.png diff --git a/public/dapps/osuvox.png b/public/images/dapps/osuvox.png similarity index 100% rename from public/dapps/osuvox.png rename to public/images/dapps/osuvox.png diff --git a/public/dapps/poap.png b/public/images/dapps/poap.png similarity index 100% rename from public/dapps/poap.png rename to public/images/dapps/poap.png diff --git a/public/dapps/polymarket.png b/public/images/dapps/polymarket.png similarity index 100% rename from public/dapps/polymarket.png rename to public/images/dapps/polymarket.png diff --git a/public/dapps/pooltogether.png b/public/images/dapps/pooltogether.png similarity index 100% rename from public/dapps/pooltogether.png rename to public/images/dapps/pooltogether.png diff --git a/public/dapps/pwn.png b/public/images/dapps/pwn.png similarity index 100% rename from public/dapps/pwn.png rename to public/images/dapps/pwn.png diff --git a/public/dapps/radicle.png b/public/images/dapps/radicle.png similarity index 100% rename from public/dapps/radicle.png rename to public/images/dapps/radicle.png diff --git a/public/dapps/rarible.png b/public/images/dapps/rarible.png similarity index 100% rename from public/dapps/rarible.png rename to public/images/dapps/rarible.png diff --git a/public/dapps/rotki.png b/public/images/dapps/rotki.png similarity index 100% rename from public/dapps/rotki.png rename to public/images/dapps/rotki.png diff --git a/public/dapps/rubic.png b/public/images/dapps/rubic.png similarity index 100% rename from public/dapps/rubic.png rename to public/images/dapps/rubic.png diff --git a/public/dapps/sablier.png b/public/images/dapps/sablier.png similarity index 100% rename from public/dapps/sablier.png rename to public/images/dapps/sablier.png diff --git a/public/dapps/set.png b/public/images/dapps/set.png similarity index 100% rename from public/dapps/set.png rename to public/images/dapps/set.png diff --git a/public/dapps/spatial.png b/public/images/dapps/spatial.png similarity index 100% rename from public/dapps/spatial.png rename to public/images/dapps/spatial.png diff --git a/public/dapps/spruce.png b/public/images/dapps/spruce.png similarity index 100% rename from public/dapps/spruce.png rename to public/images/dapps/spruce.png diff --git a/public/dapps/stabledai.png b/public/images/dapps/stabledai.png similarity index 100% rename from public/dapps/stabledai.png rename to public/images/dapps/stabledai.png diff --git a/public/dapps/status.png b/public/images/dapps/status.png similarity index 100% rename from public/dapps/status.png rename to public/images/dapps/status.png diff --git a/public/dapps/summerfi.png b/public/images/dapps/summerfi.png similarity index 100% rename from public/dapps/summerfi.png rename to public/images/dapps/summerfi.png diff --git a/public/dapps/superrare.png b/public/images/dapps/superrare.png similarity index 100% rename from public/dapps/superrare.png rename to public/images/dapps/superrare.png diff --git a/public/dapps/synthetix.png b/public/images/dapps/synthetix.png similarity index 100% rename from public/dapps/synthetix.png rename to public/images/dapps/synthetix.png diff --git a/public/dapps/tornado.png b/public/images/dapps/tornado.png similarity index 100% rename from public/dapps/tornado.png rename to public/images/dapps/tornado.png diff --git a/public/dapps/uni.png b/public/images/dapps/uni.png similarity index 100% rename from public/dapps/uni.png rename to public/images/dapps/uni.png diff --git a/public/dapps/xmtp.png b/public/images/dapps/xmtp.png similarity index 100% rename from public/dapps/xmtp.png rename to public/images/dapps/xmtp.png diff --git a/public/dapps/yearn.png b/public/images/dapps/yearn.png similarity index 100% rename from public/dapps/yearn.png rename to public/images/dapps/yearn.png diff --git a/public/dapps/zapper.png b/public/images/dapps/zapper.png similarity index 100% rename from public/dapps/zapper.png rename to public/images/dapps/zapper.png diff --git a/public/dapps/zerion.png b/public/images/dapps/zerion.png similarity index 100% rename from public/dapps/zerion.png rename to public/images/dapps/zerion.png diff --git a/public/deep-panic.png b/public/images/deep-panic.png similarity index 100% rename from public/deep-panic.png rename to public/images/deep-panic.png diff --git a/public/dev-tools/Vscode.png b/public/images/dev-tools/Vscode.png similarity index 100% rename from public/dev-tools/Vscode.png rename to public/images/dev-tools/Vscode.png diff --git a/public/dev-tools/alchemyuniversity.png b/public/images/dev-tools/alchemyuniversity.png similarity index 100% rename from public/dev-tools/alchemyuniversity.png rename to public/images/dev-tools/alchemyuniversity.png diff --git a/public/dev-tools/atom.png b/public/images/dev-tools/atom.png similarity index 100% rename from public/dev-tools/atom.png rename to public/images/dev-tools/atom.png diff --git a/public/dev-tools/bloomtech.png b/public/images/dev-tools/bloomtech.png similarity index 100% rename from public/dev-tools/bloomtech.png rename to public/images/dev-tools/bloomtech.png diff --git a/public/dev-tools/buildspace.png b/public/images/dev-tools/buildspace.png similarity index 100% rename from public/dev-tools/buildspace.png rename to public/images/dev-tools/buildspace.png diff --git a/public/dev-tools/capturetheether.png b/public/images/dev-tools/capturetheether.png similarity index 100% rename from public/dev-tools/capturetheether.png rename to public/images/dev-tools/capturetheether.png diff --git a/public/dev-tools/chainIDE.png b/public/images/dev-tools/chainIDE.png similarity index 100% rename from public/dev-tools/chainIDE.png rename to public/images/dev-tools/chainIDE.png diff --git a/public/dev-tools/chainshot.png b/public/images/dev-tools/chainshot.png similarity index 100% rename from public/dev-tools/chainshot.png rename to public/images/dev-tools/chainshot.png diff --git a/public/dev-tools/consensys.png b/public/images/dev-tools/consensys.png similarity index 100% rename from public/dev-tools/consensys.png rename to public/images/dev-tools/consensys.png diff --git a/public/dev-tools/crypto-zombie.png b/public/images/dev-tools/crypto-zombie.png similarity index 100% rename from public/dev-tools/crypto-zombie.png rename to public/images/dev-tools/crypto-zombie.png diff --git a/public/dev-tools/epirus.png b/public/images/dev-tools/epirus.png similarity index 100% rename from public/dev-tools/epirus.png rename to public/images/dev-tools/epirus.png diff --git a/public/dev-tools/eth-dot-build.png b/public/images/dev-tools/eth-dot-build.png similarity index 100% rename from public/dev-tools/eth-dot-build.png rename to public/images/dev-tools/eth-dot-build.png diff --git a/public/dev-tools/ethers.png b/public/images/dev-tools/ethers.png similarity index 100% rename from public/dev-tools/ethers.png rename to public/images/dev-tools/ethers.png diff --git a/public/dev-tools/foundry.png b/public/images/dev-tools/foundry.png similarity index 100% rename from public/dev-tools/foundry.png rename to public/images/dev-tools/foundry.png diff --git a/public/dev-tools/ganache.png b/public/images/dev-tools/ganache.png similarity index 100% rename from public/dev-tools/ganache.png rename to public/images/dev-tools/ganache.png diff --git a/public/dev-tools/hardhat.png b/public/images/dev-tools/hardhat.png similarity index 100% rename from public/dev-tools/hardhat.png rename to public/images/dev-tools/hardhat.png diff --git a/public/dev-tools/kurtosis.png b/public/images/dev-tools/kurtosis.png similarity index 100% rename from public/dev-tools/kurtosis.png rename to public/images/dev-tools/kurtosis.png diff --git a/public/dev-tools/metaschool.png b/public/images/dev-tools/metaschool.png similarity index 100% rename from public/dev-tools/metaschool.png rename to public/images/dev-tools/metaschool.png diff --git a/public/dev-tools/nftschool.png b/public/images/dev-tools/nftschool.png similarity index 100% rename from public/dev-tools/nftschool.png rename to public/images/dev-tools/nftschool.png diff --git a/public/dev-tools/openzeppelin.png b/public/images/dev-tools/openzeppelin.png similarity index 100% rename from public/dev-tools/openzeppelin.png rename to public/images/dev-tools/openzeppelin.png diff --git a/public/dev-tools/oz.png b/public/images/dev-tools/oz.png similarity index 100% rename from public/dev-tools/oz.png rename to public/images/dev-tools/oz.png diff --git a/public/dev-tools/platzi.png b/public/images/dev-tools/platzi.png similarity index 100% rename from public/dev-tools/platzi.png rename to public/images/dev-tools/platzi.png diff --git a/public/dev-tools/pointer.png b/public/images/dev-tools/pointer.png similarity index 100% rename from public/dev-tools/pointer.png rename to public/images/dev-tools/pointer.png diff --git a/public/dev-tools/questbook.png b/public/images/dev-tools/questbook.png similarity index 100% rename from public/dev-tools/questbook.png rename to public/images/dev-tools/questbook.png diff --git a/public/dev-tools/remix.png b/public/images/dev-tools/remix.png similarity index 100% rename from public/dev-tools/remix.png rename to public/images/dev-tools/remix.png diff --git a/public/dev-tools/replit.png b/public/images/dev-tools/replit.png similarity index 100% rename from public/dev-tools/replit.png rename to public/images/dev-tools/replit.png diff --git a/public/dev-tools/scaffoldeth.png b/public/images/dev-tools/scaffoldeth.png similarity index 100% rename from public/dev-tools/scaffoldeth.png rename to public/images/dev-tools/scaffoldeth.png diff --git a/public/dev-tools/solidity.png b/public/images/dev-tools/solidity.png similarity index 100% rename from public/dev-tools/solidity.png rename to public/images/dev-tools/solidity.png diff --git a/public/dev-tools/speed-run-ethereum-banner.png b/public/images/dev-tools/speed-run-ethereum-banner.png similarity index 100% rename from public/dev-tools/speed-run-ethereum-banner.png rename to public/images/dev-tools/speed-run-ethereum-banner.png diff --git a/public/dev-tools/speed-run-ethereum.png b/public/images/dev-tools/speed-run-ethereum.png similarity index 100% rename from public/dev-tools/speed-run-ethereum.png rename to public/images/dev-tools/speed-run-ethereum.png diff --git a/public/dev-tools/studio.png b/public/images/dev-tools/studio.png similarity index 100% rename from public/dev-tools/studio.png rename to public/images/dev-tools/studio.png diff --git a/public/dev-tools/tenderly.png b/public/images/dev-tools/tenderly.png similarity index 100% rename from public/dev-tools/tenderly.png rename to public/images/dev-tools/tenderly.png diff --git a/public/dev-tools/truffle.png b/public/images/dev-tools/truffle.png similarity index 100% rename from public/dev-tools/truffle.png rename to public/images/dev-tools/truffle.png diff --git a/public/dev-tools/vyper.png b/public/images/dev-tools/vyper.png similarity index 100% rename from public/dev-tools/vyper.png rename to public/images/dev-tools/vyper.png diff --git a/public/dev-tools/waffle.png b/public/images/dev-tools/waffle.png similarity index 100% rename from public/dev-tools/waffle.png rename to public/images/dev-tools/waffle.png diff --git a/public/dev-tools/web3js.png b/public/images/dev-tools/web3js.png similarity index 100% rename from public/dev-tools/web3js.png rename to public/images/dev-tools/web3js.png diff --git a/public/dev-tools/web3university.png b/public/images/dev-tools/web3university.png similarity index 100% rename from public/dev-tools/web3university.png rename to public/images/dev-tools/web3university.png diff --git a/public/dev-tools/workbench.png b/public/images/dev-tools/workbench.png similarity index 100% rename from public/dev-tools/workbench.png rename to public/images/dev-tools/workbench.png diff --git a/public/developers-eth-blocks.png b/public/images/developers-eth-blocks.png similarity index 100% rename from public/developers-eth-blocks.png rename to public/images/developers-eth-blocks.png diff --git a/public/doge-computer.png b/public/images/doge-computer.png similarity index 100% rename from public/doge-computer.png rename to public/images/doge-computer.png diff --git a/public/ef-logo-white.png b/public/images/ef-logo-white.png similarity index 100% rename from public/ef-logo-white.png rename to public/images/ef-logo-white.png diff --git a/public/ef-logo.png b/public/images/ef-logo.png similarity index 100% rename from public/ef-logo.png rename to public/images/ef-logo.png diff --git a/public/enterprise-eth.png b/public/images/enterprise-eth.png similarity index 100% rename from public/enterprise-eth.png rename to public/images/enterprise-eth.png diff --git a/public/enterprise.png b/public/images/enterprise.png similarity index 100% rename from public/enterprise.png rename to public/images/enterprise.png diff --git a/public/eth-gif-cat.png b/public/images/eth-gif-cat.png similarity index 100% rename from public/eth-gif-cat.png rename to public/images/eth-gif-cat.png diff --git a/public/eth-gif-chalk.png b/public/images/eth-gif-chalk.png similarity index 100% rename from public/eth-gif-chalk.png rename to public/images/eth-gif-chalk.png diff --git a/public/eth-gif-rainbow.svg b/public/images/eth-gif-rainbow.svg similarity index 100% rename from public/eth-gif-rainbow.svg rename to public/images/eth-gif-rainbow.svg diff --git a/public/eth-gif-sun.png b/public/images/eth-gif-sun.png similarity index 100% rename from public/eth-gif-sun.png rename to public/images/eth-gif-sun.png diff --git a/public/eth-gif-waves.png b/public/images/eth-gif-waves.png similarity index 100% rename from public/eth-gif-waves.png rename to public/images/eth-gif-waves.png diff --git a/public/eth-home-icon.png b/public/images/eth-home-icon.png similarity index 100% rename from public/eth-home-icon.png rename to public/images/eth-home-icon.png diff --git a/public/eth-logo-grey.png b/public/images/eth-logo-grey.png similarity index 100% rename from public/eth-logo-grey.png rename to public/images/eth-logo-grey.png diff --git a/public/eth-logo.png b/public/images/eth-logo.png similarity index 100% rename from public/eth-logo.png rename to public/images/eth-logo.png diff --git a/public/eth-pattern.png b/public/images/eth-pattern.png similarity index 100% rename from public/eth-pattern.png rename to public/images/eth-pattern.png diff --git a/public/eth.png b/public/images/eth.png similarity index 100% rename from public/eth.png rename to public/images/eth.png diff --git a/public/ethereum-hero-dark.mp4 b/public/images/ethereum-hero-dark.mp4 similarity index 100% rename from public/ethereum-hero-dark.mp4 rename to public/images/ethereum-hero-dark.mp4 diff --git a/public/ethereum-hero-light.mp4 b/public/images/ethereum-hero-light.mp4 similarity index 100% rename from public/ethereum-hero-light.mp4 rename to public/images/ethereum-hero-light.mp4 diff --git a/public/ethereum-learn.png b/public/images/ethereum-learn.png similarity index 100% rename from public/ethereum-learn.png rename to public/images/ethereum-learn.png diff --git a/public/ethereum-logo-wireframe.png b/public/images/ethereum-logo-wireframe.png similarity index 100% rename from public/ethereum-logo-wireframe.png rename to public/images/ethereum-logo-wireframe.png diff --git a/public/ethereum-studio-image.png b/public/images/ethereum-studio-image.png similarity index 100% rename from public/ethereum-studio-image.png rename to public/images/ethereum-studio-image.png diff --git a/public/exchanges/1inch.png b/public/images/exchanges/1inch.png similarity index 100% rename from public/exchanges/1inch.png rename to public/images/exchanges/1inch.png diff --git a/public/exchanges/bancor.png b/public/images/exchanges/bancor.png similarity index 100% rename from public/exchanges/bancor.png rename to public/images/exchanges/bancor.png diff --git a/public/exchanges/binance.png b/public/images/exchanges/binance.png similarity index 100% rename from public/exchanges/binance.png rename to public/images/exchanges/binance.png diff --git a/public/exchanges/bitbuy.png b/public/images/exchanges/bitbuy.png similarity index 100% rename from public/exchanges/bitbuy.png rename to public/images/exchanges/bitbuy.png diff --git a/public/exchanges/bitfinex.png b/public/images/exchanges/bitfinex.png similarity index 100% rename from public/exchanges/bitfinex.png rename to public/images/exchanges/bitfinex.png diff --git a/public/exchanges/bitflyer.png b/public/images/exchanges/bitflyer.png similarity index 100% rename from public/exchanges/bitflyer.png rename to public/images/exchanges/bitflyer.png diff --git a/public/exchanges/bitkub.png b/public/images/exchanges/bitkub.png similarity index 100% rename from public/exchanges/bitkub.png rename to public/images/exchanges/bitkub.png diff --git a/public/exchanges/bitso.png b/public/images/exchanges/bitso.png similarity index 100% rename from public/exchanges/bitso.png rename to public/images/exchanges/bitso.png diff --git a/public/exchanges/bittrex.png b/public/images/exchanges/bittrex.png similarity index 100% rename from public/exchanges/bittrex.png rename to public/images/exchanges/bittrex.png diff --git a/public/exchanges/bitvavo.png b/public/images/exchanges/bitvavo.png similarity index 100% rename from public/exchanges/bitvavo.png rename to public/images/exchanges/bitvavo.png diff --git a/public/exchanges/bybit.png b/public/images/exchanges/bybit.png similarity index 100% rename from public/exchanges/bybit.png rename to public/images/exchanges/bybit.png diff --git a/public/exchanges/coinbase.png b/public/images/exchanges/coinbase.png similarity index 100% rename from public/exchanges/coinbase.png rename to public/images/exchanges/coinbase.png diff --git a/public/exchanges/coinmama.png b/public/images/exchanges/coinmama.png similarity index 100% rename from public/exchanges/coinmama.png rename to public/images/exchanges/coinmama.png diff --git a/public/exchanges/coinspot.png b/public/images/exchanges/coinspot.png similarity index 100% rename from public/exchanges/coinspot.png rename to public/images/exchanges/coinspot.png diff --git a/public/exchanges/crypto.com.png b/public/images/exchanges/crypto.com.png similarity index 100% rename from public/exchanges/crypto.com.png rename to public/images/exchanges/crypto.com.png diff --git a/public/exchanges/dydx.png b/public/images/exchanges/dydx.png similarity index 100% rename from public/exchanges/dydx.png rename to public/images/exchanges/dydx.png diff --git a/public/exchanges/easycrypto.png b/public/images/exchanges/easycrypto.png similarity index 100% rename from public/exchanges/easycrypto.png rename to public/images/exchanges/easycrypto.png diff --git a/public/exchanges/gateio.png b/public/images/exchanges/gateio.png similarity index 100% rename from public/exchanges/gateio.png rename to public/images/exchanges/gateio.png diff --git a/public/exchanges/gemini.png b/public/images/exchanges/gemini.png similarity index 100% rename from public/exchanges/gemini.png rename to public/images/exchanges/gemini.png diff --git a/public/exchanges/huobiglobal.png b/public/images/exchanges/huobiglobal.png similarity index 100% rename from public/exchanges/huobiglobal.png rename to public/images/exchanges/huobiglobal.png diff --git a/public/exchanges/itezcom.png b/public/images/exchanges/itezcom.png similarity index 100% rename from public/exchanges/itezcom.png rename to public/images/exchanges/itezcom.png diff --git a/public/exchanges/korbit.png b/public/images/exchanges/korbit.png similarity index 100% rename from public/exchanges/korbit.png rename to public/images/exchanges/korbit.png diff --git a/public/exchanges/kraken.png b/public/images/exchanges/kraken.png similarity index 100% rename from public/exchanges/kraken.png rename to public/images/exchanges/kraken.png diff --git a/public/exchanges/kucoin.png b/public/images/exchanges/kucoin.png similarity index 100% rename from public/exchanges/kucoin.png rename to public/images/exchanges/kucoin.png diff --git a/public/exchanges/kyber.png b/public/images/exchanges/kyber.png similarity index 100% rename from public/exchanges/kyber.png rename to public/images/exchanges/kyber.png diff --git a/public/exchanges/loopring.png b/public/images/exchanges/loopring.png similarity index 100% rename from public/exchanges/loopring.png rename to public/images/exchanges/loopring.png diff --git a/public/exchanges/matcha.png b/public/images/exchanges/matcha.png similarity index 100% rename from public/exchanges/matcha.png rename to public/images/exchanges/matcha.png diff --git a/public/exchanges/matrixport.png b/public/images/exchanges/matrixport.png similarity index 100% rename from public/exchanges/matrixport.png rename to public/images/exchanges/matrixport.png diff --git a/public/exchanges/moonpay.png b/public/images/exchanges/moonpay.png similarity index 100% rename from public/exchanges/moonpay.png rename to public/images/exchanges/moonpay.png diff --git a/public/exchanges/mtpelerin.png b/public/images/exchanges/mtpelerin.png similarity index 100% rename from public/exchanges/mtpelerin.png rename to public/images/exchanges/mtpelerin.png diff --git a/public/exchanges/okx.png b/public/images/exchanges/okx.png similarity index 100% rename from public/exchanges/okx.png rename to public/images/exchanges/okx.png diff --git a/public/exchanges/rain.png b/public/images/exchanges/rain.png similarity index 100% rename from public/exchanges/rain.png rename to public/images/exchanges/rain.png diff --git a/public/exchanges/shakepay.png b/public/images/exchanges/shakepay.png similarity index 100% rename from public/exchanges/shakepay.png rename to public/images/exchanges/shakepay.png diff --git a/public/exchanges/uniswap.png b/public/images/exchanges/uniswap.png similarity index 100% rename from public/exchanges/uniswap.png rename to public/images/exchanges/uniswap.png diff --git a/public/exchanges/wazirx.png b/public/images/exchanges/wazirx.png similarity index 100% rename from public/exchanges/wazirx.png rename to public/images/exchanges/wazirx.png diff --git a/public/favicon.png b/public/images/favicon.png similarity index 100% rename from public/favicon.png rename to public/images/favicon.png diff --git a/public/finance_transparent.png b/public/images/finance_transparent.png similarity index 100% rename from public/finance_transparent.png rename to public/images/finance_transparent.png diff --git a/public/future_transparent.png b/public/images/future_transparent.png similarity index 100% rename from public/future_transparent.png rename to public/images/future_transparent.png diff --git a/public/get-eth.png b/public/images/get-eth.png similarity index 100% rename from public/get-eth.png rename to public/images/get-eth.png diff --git a/public/hackathon_transparent.png b/public/images/hackathon_transparent.png similarity index 100% rename from public/hackathon_transparent.png rename to public/images/hackathon_transparent.png diff --git a/public/heroes/community-hero.png b/public/images/heroes/community-hero.png similarity index 100% rename from public/heroes/community-hero.png rename to public/images/heroes/community-hero.png diff --git a/public/heroes/developers-hub-hero.jpg b/public/images/heroes/developers-hub-hero.jpg similarity index 100% rename from public/heroes/developers-hub-hero.jpg rename to public/images/heroes/developers-hub-hero.jpg diff --git a/public/heroes/garden.jpg b/public/images/heroes/garden.jpg similarity index 100% rename from public/heroes/garden.jpg rename to public/images/heroes/garden.jpg diff --git a/public/heroes/guides-hub-hero.jpg b/public/images/heroes/guides-hub-hero.jpg similarity index 100% rename from public/heroes/guides-hub-hero.jpg rename to public/images/heroes/guides-hub-hero.jpg diff --git a/public/heroes/layer-2-hub-hero.jpg b/public/images/heroes/layer-2-hub-hero.jpg similarity index 100% rename from public/heroes/layer-2-hub-hero.jpg rename to public/images/heroes/layer-2-hub-hero.jpg diff --git a/public/heroes/learn-hub-hero.png b/public/images/heroes/learn-hub-hero.png similarity index 100% rename from public/heroes/learn-hub-hero.png rename to public/images/heroes/learn-hub-hero.png diff --git a/public/heroes/quizzes-hub-hero.png b/public/images/heroes/quizzes-hub-hero.png similarity index 100% rename from public/heroes/quizzes-hub-hero.png rename to public/images/heroes/quizzes-hub-hero.png diff --git a/public/heroes/roadmap-hub-hero.jpg b/public/images/heroes/roadmap-hub-hero.jpg similarity index 100% rename from public/heroes/roadmap-hub-hero.jpg rename to public/images/heroes/roadmap-hub-hero.jpg diff --git a/public/home/cats.png b/public/images/home/cats.png similarity index 100% rename from public/home/cats.png rename to public/images/home/cats.png diff --git a/public/home/developers.png b/public/images/home/developers.png similarity index 100% rename from public/home/developers.png rename to public/images/home/developers.png diff --git a/public/home/eth-tokens.png b/public/images/home/eth-tokens.png similarity index 100% rename from public/home/eth-tokens.png rename to public/images/home/eth-tokens.png diff --git a/public/home/ethereum-hero-light.gif b/public/images/home/ethereum-hero-light.gif similarity index 100% rename from public/home/ethereum-hero-light.gif rename to public/images/home/ethereum-hero-light.gif diff --git a/public/home/hero-panda.png b/public/images/home/hero-panda.png similarity index 100% rename from public/home/hero-panda.png rename to public/images/home/hero-panda.png diff --git a/public/home/hero.png b/public/images/home/hero.png similarity index 100% rename from public/home/hero.png rename to public/images/home/hero.png diff --git a/public/home/merge-panda.png b/public/images/home/merge-panda.png similarity index 100% rename from public/home/merge-panda.png rename to public/images/home/merge-panda.png diff --git a/public/home/merge-panda.svg b/public/images/home/merge-panda.svg similarity index 100% rename from public/home/merge-panda.svg rename to public/images/home/merge-panda.svg diff --git a/public/impact_transparent.png b/public/images/impact_transparent.png similarity index 100% rename from public/impact_transparent.png rename to public/images/impact_transparent.png diff --git a/public/infrastructure_transparent.png b/public/images/infrastructure_transparent.png similarity index 100% rename from public/infrastructure_transparent.png rename to public/images/infrastructure_transparent.png diff --git a/public/layer-2/arbitrum.png b/public/images/layer-2/arbitrum.png similarity index 100% rename from public/layer-2/arbitrum.png rename to public/images/layer-2/arbitrum.png diff --git a/public/layer-2/aztec.png b/public/images/layer-2/aztec.png similarity index 100% rename from public/layer-2/aztec.png rename to public/images/layer-2/aztec.png diff --git a/public/layer-2/base.png b/public/images/layer-2/base.png similarity index 100% rename from public/layer-2/base.png rename to public/images/layer-2/base.png diff --git a/public/layer-2/boba.png b/public/images/layer-2/boba.png similarity index 100% rename from public/layer-2/boba.png rename to public/images/layer-2/boba.png diff --git a/public/layer-2/debank.png b/public/images/layer-2/debank.png similarity index 100% rename from public/layer-2/debank.png rename to public/images/layer-2/debank.png diff --git a/public/layer-2/dydx.png b/public/images/layer-2/dydx.png similarity index 100% rename from public/layer-2/dydx.png rename to public/images/layer-2/dydx.png diff --git a/public/layer-2/ethereumecosystem.png b/public/images/layer-2/ethereumecosystem.png similarity index 100% rename from public/layer-2/ethereumecosystem.png rename to public/images/layer-2/ethereumecosystem.png diff --git a/public/layer-2/growthepie.png b/public/images/layer-2/growthepie.png similarity index 100% rename from public/layer-2/growthepie.png rename to public/images/layer-2/growthepie.png diff --git a/public/layer-2/hero.png b/public/images/layer-2/hero.png similarity index 100% rename from public/layer-2/hero.png rename to public/images/layer-2/hero.png diff --git a/public/layer-2/l2beat.jpg b/public/images/layer-2/l2beat.jpg similarity index 100% rename from public/layer-2/l2beat.jpg rename to public/images/layer-2/l2beat.jpg diff --git a/public/layer-2/loopring.png b/public/images/layer-2/loopring.png similarity index 100% rename from public/layer-2/loopring.png rename to public/images/layer-2/loopring.png diff --git a/public/layer-2/metis-dark.png b/public/images/layer-2/metis-dark.png similarity index 100% rename from public/layer-2/metis-dark.png rename to public/images/layer-2/metis-dark.png diff --git a/public/layer-2/metis-light.png b/public/images/layer-2/metis-light.png similarity index 100% rename from public/layer-2/metis-light.png rename to public/images/layer-2/metis-light.png diff --git a/public/layer-2/optimism.png b/public/images/layer-2/optimism.png similarity index 100% rename from public/layer-2/optimism.png rename to public/images/layer-2/optimism.png diff --git a/public/layer-2/optimistic_rollup.png b/public/images/layer-2/optimistic_rollup.png similarity index 100% rename from public/layer-2/optimistic_rollup.png rename to public/images/layer-2/optimistic_rollup.png diff --git a/public/layer-2/rollup-2.png b/public/images/layer-2/rollup-2.png similarity index 100% rename from public/layer-2/rollup-2.png rename to public/images/layer-2/rollup-2.png diff --git a/public/layer-2/starknet.png b/public/images/layer-2/starknet.png similarity index 100% rename from public/layer-2/starknet.png rename to public/images/layer-2/starknet.png diff --git a/public/layer-2/zapper.png b/public/images/layer-2/zapper.png similarity index 100% rename from public/layer-2/zapper.png rename to public/images/layer-2/zapper.png diff --git a/public/layer-2/zerion.png b/public/images/layer-2/zerion.png similarity index 100% rename from public/layer-2/zerion.png rename to public/images/layer-2/zerion.png diff --git a/public/layer-2/zk_rollup.png b/public/images/layer-2/zk_rollup.png similarity index 100% rename from public/layer-2/zk_rollup.png rename to public/images/layer-2/zk_rollup.png diff --git a/public/layer-2/zkspace.png b/public/images/layer-2/zkspace.png similarity index 100% rename from public/layer-2/zkspace.png rename to public/images/layer-2/zkspace.png diff --git a/public/layer-2/zksync.png b/public/images/layer-2/zksync.png similarity index 100% rename from public/layer-2/zksync.png rename to public/images/layer-2/zksync.png diff --git a/public/magicians.png b/public/images/magicians.png similarity index 100% rename from public/magicians.png rename to public/images/magicians.png diff --git a/public/mainnet.png b/public/images/mainnet.png similarity index 100% rename from public/mainnet.png rename to public/images/mainnet.png diff --git a/public/people-learning.png b/public/images/people-learning.png similarity index 100% rename from public/people-learning.png rename to public/images/people-learning.png diff --git a/public/poap-logo.svg b/public/images/poap-logo.svg similarity index 100% rename from public/poap-logo.svg rename to public/images/poap-logo.svg diff --git a/public/preview-deploy.png b/public/images/preview-deploy.png similarity index 100% rename from public/preview-deploy.png rename to public/images/preview-deploy.png diff --git a/public/projects/consensys.png b/public/images/projects/consensys.png similarity index 100% rename from public/projects/consensys.png rename to public/images/projects/consensys.png diff --git a/public/projects/etherscan-logo-circle.png b/public/images/projects/etherscan-logo-circle.png similarity index 100% rename from public/projects/etherscan-logo-circle.png rename to public/images/projects/etherscan-logo-circle.png diff --git a/public/projects/etherscan-logo-light-circle.png b/public/images/projects/etherscan-logo-light-circle.png similarity index 100% rename from public/projects/etherscan-logo-light-circle.png rename to public/images/projects/etherscan-logo-light-circle.png diff --git a/public/projects/ethhub.png b/public/images/projects/ethhub.png similarity index 100% rename from public/projects/ethhub.png rename to public/images/projects/ethhub.png diff --git a/public/qr-code-ethereum-org-dark.png b/public/images/qr-code-ethereum-org-dark.png similarity index 100% rename from public/qr-code-ethereum-org-dark.png rename to public/images/qr-code-ethereum-org-dark.png diff --git a/public/qr-code-ethereum-org-light.png b/public/images/qr-code-ethereum-org-light.png similarity index 100% rename from public/qr-code-ethereum-org-light.png rename to public/images/qr-code-ethereum-org-light.png diff --git a/public/roadmap/roadmap-future.png b/public/images/roadmap/roadmap-future.png similarity index 100% rename from public/roadmap/roadmap-future.png rename to public/images/roadmap/roadmap-future.png diff --git a/public/roadmap/roadmap-main.png b/public/images/roadmap/roadmap-main.png similarity index 100% rename from public/roadmap/roadmap-main.png rename to public/images/roadmap/roadmap-main.png diff --git a/public/roadmap/roadmap-security.png b/public/images/roadmap/roadmap-security.png similarity index 100% rename from public/roadmap/roadmap-security.png rename to public/images/roadmap/roadmap-security.png diff --git a/public/roadmap/roadmap-transactions.png b/public/images/roadmap/roadmap-transactions.png similarity index 100% rename from public/roadmap/roadmap-transactions.png rename to public/images/roadmap/roadmap-transactions.png diff --git a/public/roadmap/roadmap-ux.png b/public/images/roadmap/roadmap-ux.png similarity index 100% rename from public/roadmap/roadmap-ux.png rename to public/images/roadmap/roadmap-ux.png diff --git a/public/run-a-node/dappnode.svg b/public/images/run-a-node/dappnode.svg similarity index 100% rename from public/run-a-node/dappnode.svg rename to public/images/run-a-node/dappnode.svg diff --git a/public/run-a-node/dapptap.svg b/public/images/run-a-node/dapptap.svg similarity index 100% rename from public/run-a-node/dapptap.svg rename to public/images/run-a-node/dapptap.svg diff --git a/public/run-a-node/ethereum-inside.png b/public/images/run-a-node/ethereum-inside.png similarity index 100% rename from public/run-a-node/ethereum-inside.png rename to public/images/run-a-node/ethereum-inside.png diff --git a/public/run-a-node/terminal.svg b/public/images/run-a-node/terminal.svg similarity index 100% rename from public/run-a-node/terminal.svg rename to public/images/run-a-node/terminal.svg diff --git a/public/stablecoins/aave.png b/public/images/stablecoins/aave.png similarity index 100% rename from public/stablecoins/aave.png rename to public/images/stablecoins/aave.png diff --git a/public/stablecoins/compound.png b/public/images/stablecoins/compound.png similarity index 100% rename from public/stablecoins/compound.png rename to public/images/stablecoins/compound.png diff --git a/public/stablecoins/dai-large.png b/public/images/stablecoins/dai-large.png similarity index 100% rename from public/stablecoins/dai-large.png rename to public/images/stablecoins/dai-large.png diff --git a/public/stablecoins/dai.png b/public/images/stablecoins/dai.png similarity index 100% rename from public/stablecoins/dai.png rename to public/images/stablecoins/dai.png diff --git a/public/stablecoins/hero.png b/public/images/stablecoins/hero.png similarity index 100% rename from public/stablecoins/hero.png rename to public/images/stablecoins/hero.png diff --git a/public/stablecoins/maker.png b/public/images/stablecoins/maker.png similarity index 100% rename from public/stablecoins/maker.png rename to public/images/stablecoins/maker.png diff --git a/public/stablecoins/tether.png b/public/images/stablecoins/tether.png similarity index 100% rename from public/stablecoins/tether.png rename to public/images/stablecoins/tether.png diff --git a/public/stablecoins/tools/stablecoinswtf.png b/public/images/stablecoins/tools/stablecoinswtf.png similarity index 100% rename from public/stablecoins/tools/stablecoinswtf.png rename to public/images/stablecoins/tools/stablecoinswtf.png diff --git a/public/stablecoins/usdc-large.png b/public/images/stablecoins/usdc-large.png similarity index 100% rename from public/stablecoins/usdc-large.png rename to public/images/stablecoins/usdc-large.png diff --git a/public/stablecoins/usdc.png b/public/images/stablecoins/usdc.png similarity index 100% rename from public/stablecoins/usdc.png rename to public/images/stablecoins/usdc.png diff --git a/public/staking/dappnode-glyph.svg b/public/images/staking/dappnode-glyph.svg similarity index 100% rename from public/staking/dappnode-glyph.svg rename to public/images/staking/dappnode-glyph.svg diff --git a/public/staking/ef-blog-logo.png b/public/images/staking/ef-blog-logo.png similarity index 100% rename from public/staking/ef-blog-logo.png rename to public/images/staking/ef-blog-logo.png diff --git a/public/staking/leslie-pool.png b/public/images/staking/leslie-pool.png similarity index 100% rename from public/staking/leslie-pool.png rename to public/images/staking/leslie-pool.png diff --git a/public/staking/leslie-saas.png b/public/images/staking/leslie-saas.png similarity index 100% rename from public/staking/leslie-saas.png rename to public/images/staking/leslie-saas.png diff --git a/public/staking/leslie-solo.png b/public/images/staking/leslie-solo.png similarity index 100% rename from public/staking/leslie-solo.png rename to public/images/staking/leslie-solo.png diff --git a/public/staking/leslie-withdrawal.png b/public/images/staking/leslie-withdrawal.png similarity index 100% rename from public/staking/leslie-withdrawal.png rename to public/images/staking/leslie-withdrawal.png diff --git a/public/staking/stereum-logo.png b/public/images/staking/stereum-logo.png similarity index 100% rename from public/staking/stereum-logo.png rename to public/images/staking/stereum-logo.png diff --git a/public/translation-program/pageviews-dark.png b/public/images/translation-program/pageviews-dark.png similarity index 100% rename from public/translation-program/pageviews-dark.png rename to public/images/translation-program/pageviews-dark.png diff --git a/public/translation-program/pageviews-light.png b/public/images/translation-program/pageviews-light.png similarity index 100% rename from public/translation-program/pageviews-light.png rename to public/images/translation-program/pageviews-light.png diff --git a/public/upgrades/avatar_example.png b/public/images/upgrades/avatar_example.png similarity index 100% rename from public/upgrades/avatar_example.png rename to public/images/upgrades/avatar_example.png diff --git a/public/upgrades/beaconchainemoji.png b/public/images/upgrades/beaconchainemoji.png similarity index 100% rename from public/upgrades/beaconchainemoji.png rename to public/images/upgrades/beaconchainemoji.png diff --git a/public/upgrades/besu-card.png b/public/images/upgrades/besu-card.png similarity index 100% rename from public/upgrades/besu-card.png rename to public/images/upgrades/besu-card.png diff --git a/public/upgrades/besu.png b/public/images/upgrades/besu.png similarity index 100% rename from public/upgrades/besu.png rename to public/images/upgrades/besu.png diff --git a/public/upgrades/core.png b/public/images/upgrades/core.png similarity index 100% rename from public/upgrades/core.png rename to public/images/upgrades/core.png diff --git a/public/upgrades/cortex.png b/public/images/upgrades/cortex.png similarity index 100% rename from public/upgrades/cortex.png rename to public/images/upgrades/cortex.png diff --git a/public/upgrades/dai.png b/public/images/upgrades/dai.png similarity index 100% rename from public/upgrades/dai.png rename to public/images/upgrades/dai.png diff --git a/public/upgrades/erigon-card.png b/public/images/upgrades/erigon-card.png similarity index 100% rename from public/upgrades/erigon-card.png rename to public/images/upgrades/erigon-card.png diff --git a/public/upgrades/erigon.png b/public/images/upgrades/erigon.png similarity index 100% rename from public/upgrades/erigon.png rename to public/images/upgrades/erigon.png diff --git a/public/upgrades/eth-black.png b/public/images/upgrades/eth-black.png similarity index 100% rename from public/upgrades/eth-black.png rename to public/images/upgrades/eth-black.png diff --git a/public/upgrades/eth-orange.png b/public/images/upgrades/eth-orange.png similarity index 100% rename from public/upgrades/eth-orange.png rename to public/images/upgrades/eth-orange.png diff --git a/public/upgrades/etherscan.png b/public/images/upgrades/etherscan.png similarity index 100% rename from public/upgrades/etherscan.png rename to public/images/upgrades/etherscan.png diff --git a/public/upgrades/geth.png b/public/images/upgrades/geth.png similarity index 100% rename from public/upgrades/geth.png rename to public/images/upgrades/geth.png diff --git a/public/upgrades/lighthouse-dark.png b/public/images/upgrades/lighthouse-dark.png similarity index 100% rename from public/upgrades/lighthouse-dark.png rename to public/images/upgrades/lighthouse-dark.png diff --git a/public/upgrades/lighthouse-light.png b/public/images/upgrades/lighthouse-light.png similarity index 100% rename from public/upgrades/lighthouse-light.png rename to public/images/upgrades/lighthouse-light.png diff --git a/public/upgrades/lodestar.png b/public/images/upgrades/lodestar.png similarity index 100% rename from public/upgrades/lodestar.png rename to public/images/upgrades/lodestar.png diff --git a/public/upgrades/merge.png b/public/images/upgrades/merge.png similarity index 100% rename from public/upgrades/merge.png rename to public/images/upgrades/merge.png diff --git a/public/upgrades/nethermind-card.png b/public/images/upgrades/nethermind-card.png similarity index 100% rename from public/upgrades/nethermind-card.png rename to public/images/upgrades/nethermind-card.png diff --git a/public/upgrades/nethermind.png b/public/images/upgrades/nethermind.png similarity index 100% rename from public/upgrades/nethermind.png rename to public/images/upgrades/nethermind.png diff --git a/public/upgrades/newrings.png b/public/images/upgrades/newrings.png similarity index 100% rename from public/upgrades/newrings.png rename to public/images/upgrades/newrings.png diff --git a/public/upgrades/nimbus-cloud.png b/public/images/upgrades/nimbus-cloud.png similarity index 100% rename from public/upgrades/nimbus-cloud.png rename to public/images/upgrades/nimbus-cloud.png diff --git a/public/upgrades/nimbus.png b/public/images/upgrades/nimbus.png similarity index 100% rename from public/upgrades/nimbus.png rename to public/images/upgrades/nimbus.png diff --git a/public/upgrades/oldship.png b/public/images/upgrades/oldship.png similarity index 100% rename from public/upgrades/oldship.png rename to public/images/upgrades/oldship.png diff --git a/public/upgrades/prysm.png b/public/images/upgrades/prysm.png similarity index 100% rename from public/upgrades/prysm.png rename to public/images/upgrades/prysm.png diff --git a/public/upgrades/teku-dark.png b/public/images/upgrades/teku-dark.png similarity index 100% rename from public/upgrades/teku-dark.png rename to public/images/upgrades/teku-dark.png diff --git a/public/upgrades/teku-light.png b/public/images/upgrades/teku-light.png similarity index 100% rename from public/upgrades/teku-light.png rename to public/images/upgrades/teku-light.png diff --git a/public/upgrades/teku.png b/public/images/upgrades/teku.png similarity index 100% rename from public/upgrades/teku.png rename to public/images/upgrades/teku.png diff --git a/public/upgrades/upgrade_eth.png b/public/images/upgrades/upgrade_eth.png similarity index 100% rename from public/upgrades/upgrade_eth.png rename to public/images/upgrades/upgrade_eth.png diff --git a/public/upgrades/upgrade_rhino.png b/public/images/upgrades/upgrade_rhino.png similarity index 100% rename from public/upgrades/upgrade_rhino.png rename to public/images/upgrades/upgrade_rhino.png diff --git a/public/upgrades/upgrade_robot.png b/public/images/upgrades/upgrade_robot.png similarity index 100% rename from public/upgrades/upgrade_robot.png rename to public/images/upgrades/upgrade_robot.png diff --git a/public/use-cases/dao-2.png b/public/images/use-cases/dao-2.png similarity index 100% rename from public/use-cases/dao-2.png rename to public/images/use-cases/dao-2.png diff --git a/public/use-cases/dao.jpg b/public/images/use-cases/dao.jpg similarity index 100% rename from public/use-cases/dao.jpg rename to public/images/use-cases/dao.jpg diff --git a/public/use-cases/defi-cropped.png b/public/images/use-cases/defi-cropped.png similarity index 100% rename from public/use-cases/defi-cropped.png rename to public/images/use-cases/defi-cropped.png diff --git a/public/use-cases/defi.png b/public/images/use-cases/defi.png similarity index 100% rename from public/use-cases/defi.png rename to public/images/use-cases/defi.png diff --git a/public/wallet-cropped.png b/public/images/wallet-cropped.png similarity index 100% rename from public/wallet-cropped.png rename to public/images/wallet-cropped.png diff --git a/public/wallet.png b/public/images/wallet.png similarity index 100% rename from public/wallet.png rename to public/images/wallet.png diff --git a/public/wallets/1inch.png b/public/images/wallets/1inch.png similarity index 100% rename from public/wallets/1inch.png rename to public/images/wallets/1inch.png diff --git a/public/wallets/alice.png b/public/images/wallets/alice.png similarity index 100% rename from public/wallets/alice.png rename to public/images/wallets/alice.png diff --git a/public/wallets/alpha.png b/public/images/wallets/alpha.png similarity index 100% rename from public/wallets/alpha.png rename to public/images/wallets/alpha.png diff --git a/public/wallets/ambire.png b/public/images/wallets/ambire.png similarity index 100% rename from public/wallets/ambire.png rename to public/images/wallets/ambire.png diff --git a/public/wallets/ambo.png b/public/images/wallets/ambo.png similarity index 100% rename from public/wallets/ambo.png rename to public/images/wallets/ambo.png diff --git a/public/wallets/argent.png b/public/images/wallets/argent.png similarity index 100% rename from public/wallets/argent.png rename to public/images/wallets/argent.png diff --git a/public/wallets/aurox.png b/public/images/wallets/aurox.png similarity index 100% rename from public/wallets/aurox.png rename to public/images/wallets/aurox.png diff --git a/public/wallets/bitkeep.png b/public/images/wallets/bitkeep.png similarity index 100% rename from public/wallets/bitkeep.png rename to public/images/wallets/bitkeep.png diff --git a/public/wallets/blockwallet.png b/public/images/wallets/blockwallet.png similarity index 100% rename from public/wallets/blockwallet.png rename to public/images/wallets/blockwallet.png diff --git a/public/wallets/bridge.png b/public/images/wallets/bridge.png similarity index 100% rename from public/wallets/bridge.png rename to public/images/wallets/bridge.png diff --git a/public/wallets/browser.svg b/public/images/wallets/browser.svg similarity index 100% rename from public/wallets/browser.svg rename to public/images/wallets/browser.svg diff --git a/public/wallets/coinbase.png b/public/images/wallets/coinbase.png similarity index 100% rename from public/wallets/coinbase.png rename to public/images/wallets/coinbase.png diff --git a/public/wallets/coinomi.png b/public/images/wallets/coinomi.png similarity index 100% rename from public/wallets/coinomi.png rename to public/images/wallets/coinomi.png diff --git a/public/wallets/dcent.png b/public/images/wallets/dcent.png similarity index 100% rename from public/wallets/dcent.png rename to public/images/wallets/dcent.png diff --git a/public/wallets/enjin.png b/public/images/wallets/enjin.png similarity index 100% rename from public/wallets/enjin.png rename to public/images/wallets/enjin.png diff --git a/public/wallets/enkrypt.png b/public/images/wallets/enkrypt.png similarity index 100% rename from public/wallets/enkrypt.png rename to public/images/wallets/enkrypt.png diff --git a/public/wallets/exodus.png b/public/images/wallets/exodus.png similarity index 100% rename from public/wallets/exodus.png rename to public/images/wallets/exodus.png diff --git a/public/wallets/find-wallet.png b/public/images/wallets/find-wallet.png similarity index 100% rename from public/wallets/find-wallet.png rename to public/images/wallets/find-wallet.png diff --git a/public/wallets/fortmatic.png b/public/images/wallets/fortmatic.png similarity index 100% rename from public/wallets/fortmatic.png rename to public/images/wallets/fortmatic.png diff --git a/public/wallets/foxwallet.png b/public/images/wallets/foxwallet.png similarity index 100% rename from public/wallets/foxwallet.png rename to public/images/wallets/foxwallet.png diff --git a/public/wallets/frame.png b/public/images/wallets/frame.png similarity index 100% rename from public/wallets/frame.png rename to public/images/wallets/frame.png diff --git a/public/wallets/gnosis.png b/public/images/wallets/gnosis.png similarity index 100% rename from public/wallets/gnosis.png rename to public/images/wallets/gnosis.png diff --git a/public/wallets/gridplus.png b/public/images/wallets/gridplus.png similarity index 100% rename from public/wallets/gridplus.png rename to public/images/wallets/gridplus.png diff --git a/public/wallets/hyperpay.png b/public/images/wallets/hyperpay.png similarity index 100% rename from public/wallets/hyperpay.png rename to public/images/wallets/hyperpay.png diff --git a/public/wallets/hyperwallet.png b/public/images/wallets/hyperwallet.png similarity index 100% rename from public/wallets/hyperwallet.png rename to public/images/wallets/hyperwallet.png diff --git a/public/wallets/imtoken.png b/public/images/wallets/imtoken.png similarity index 100% rename from public/wallets/imtoken.png rename to public/images/wallets/imtoken.png diff --git a/public/wallets/infinity_wallet.png b/public/images/wallets/infinity_wallet.png similarity index 100% rename from public/wallets/infinity_wallet.png rename to public/images/wallets/infinity_wallet.png diff --git a/public/wallets/keystone.png b/public/images/wallets/keystone.png similarity index 100% rename from public/wallets/keystone.png rename to public/images/wallets/keystone.png diff --git a/public/wallets/ledger.png b/public/images/wallets/ledger.png similarity index 100% rename from public/wallets/ledger.png rename to public/images/wallets/ledger.png diff --git a/public/wallets/loopring.png b/public/images/wallets/loopring.png similarity index 100% rename from public/wallets/loopring.png rename to public/images/wallets/loopring.png diff --git a/public/wallets/mathwallet.png b/public/images/wallets/mathwallet.png similarity index 100% rename from public/wallets/mathwallet.png rename to public/images/wallets/mathwallet.png diff --git a/public/wallets/metamask.png b/public/images/wallets/metamask.png similarity index 100% rename from public/wallets/metamask.png rename to public/images/wallets/metamask.png diff --git a/public/wallets/mew.png b/public/images/wallets/mew.png similarity index 100% rename from public/wallets/mew.png rename to public/images/wallets/mew.png diff --git a/public/wallets/monolith.png b/public/images/wallets/monolith.png similarity index 100% rename from public/wallets/monolith.png rename to public/images/wallets/monolith.png diff --git a/public/wallets/multis.png b/public/images/wallets/multis.png similarity index 100% rename from public/wallets/multis.png rename to public/images/wallets/multis.png diff --git a/public/wallets/myetherwallet.png b/public/images/wallets/myetherwallet.png similarity index 100% rename from public/wallets/myetherwallet.png rename to public/images/wallets/myetherwallet.png diff --git a/public/wallets/onekey.png b/public/images/wallets/onekey.png similarity index 100% rename from public/wallets/onekey.png rename to public/images/wallets/onekey.png diff --git a/public/wallets/phantom.png b/public/images/wallets/phantom.png similarity index 100% rename from public/wallets/phantom.png rename to public/images/wallets/phantom.png diff --git a/public/wallets/pillar.png b/public/images/wallets/pillar.png similarity index 100% rename from public/wallets/pillar.png rename to public/images/wallets/pillar.png diff --git a/public/wallets/rabbywallet.png b/public/images/wallets/rabbywallet.png similarity index 100% rename from public/wallets/rabbywallet.png rename to public/images/wallets/rabbywallet.png diff --git a/public/wallets/rainbow.png b/public/images/wallets/rainbow.png similarity index 100% rename from public/wallets/rainbow.png rename to public/images/wallets/rainbow.png diff --git a/public/wallets/safe.png b/public/images/wallets/safe.png similarity index 100% rename from public/wallets/safe.png rename to public/images/wallets/safe.png diff --git a/public/wallets/safepal.png b/public/images/wallets/safepal.png similarity index 100% rename from public/wallets/safepal.png rename to public/images/wallets/safepal.png diff --git a/public/wallets/samsung.png b/public/images/wallets/samsung.png similarity index 100% rename from public/wallets/samsung.png rename to public/images/wallets/samsung.png diff --git a/public/wallets/shapeshift.png b/public/images/wallets/shapeshift.png similarity index 100% rename from public/wallets/shapeshift.png rename to public/images/wallets/shapeshift.png diff --git a/public/wallets/squarelink.png b/public/images/wallets/squarelink.png similarity index 100% rename from public/wallets/squarelink.png rename to public/images/wallets/squarelink.png diff --git a/public/wallets/taho.png b/public/images/wallets/taho.png similarity index 100% rename from public/wallets/taho.png rename to public/images/wallets/taho.png diff --git a/public/wallets/tokenpocket.png b/public/images/wallets/tokenpocket.png similarity index 100% rename from public/wallets/tokenpocket.png rename to public/images/wallets/tokenpocket.png diff --git a/public/wallets/torus.png b/public/images/wallets/torus.png similarity index 100% rename from public/wallets/torus.png rename to public/images/wallets/torus.png diff --git a/public/wallets/trezor.png b/public/images/wallets/trezor.png similarity index 100% rename from public/wallets/trezor.png rename to public/images/wallets/trezor.png diff --git a/public/wallets/trust.png b/public/images/wallets/trust.png similarity index 100% rename from public/wallets/trust.png rename to public/images/wallets/trust.png diff --git a/public/wallets/trustwallet.png b/public/images/wallets/trustwallet.png similarity index 100% rename from public/wallets/trustwallet.png rename to public/images/wallets/trustwallet.png diff --git a/public/wallets/unstoppable.png b/public/images/wallets/unstoppable.png similarity index 100% rename from public/wallets/unstoppable.png rename to public/images/wallets/unstoppable.png diff --git a/public/wallets/wallet-hero.png b/public/images/wallets/wallet-hero.png similarity index 100% rename from public/wallets/wallet-hero.png rename to public/images/wallets/wallet-hero.png diff --git a/public/wallets/walleth.png b/public/images/wallets/walleth.png similarity index 100% rename from public/wallets/walleth.png rename to public/images/wallets/walleth.png diff --git a/public/wallets/xdefi.png b/public/images/wallets/xdefi.png similarity index 100% rename from public/wallets/xdefi.png rename to public/images/wallets/xdefi.png diff --git a/public/wallets/zerion.png b/public/images/wallets/zerion.png similarity index 100% rename from public/wallets/zerion.png rename to public/images/wallets/zerion.png diff --git a/public/what-is-eth/eth.png b/public/images/what-is-eth/eth.png similarity index 100% rename from public/what-is-eth/eth.png rename to public/images/what-is-eth/eth.png diff --git a/public/what-is-ethereum.png b/public/images/what-is-ethereum.png similarity index 100% rename from public/what-is-ethereum.png rename to public/images/what-is-ethereum.png diff --git a/public/layer-2/chainlist.png b/public/layer-2/chainlist.png deleted file mode 100644 index 019bfc24937..00000000000 Binary files a/public/layer-2/chainlist.png and /dev/null differ diff --git a/public/manifest.json b/public/manifest.json index 1144f0a3838..b8b8154a040 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,17 +3,17 @@ "name": "ethereum.org", "icons": [ { - "src": "/assets/manifest-app-icon.svg", + "src": "/images/assets/manifest-app-icon.svg", "type": "image/svg+xml", "sizes": "512x512" }, { - "src": "/assets/manifest-app-icon-192.png", + "src": "/images/assets/manifest-app-icon-192.png", "type": "image/png", "sizes": "192x192" }, { - "src": "/assets/manifest-app-icon-512.png", + "src": "/images/assets/manifest-app-icon-512.png", "type": "image/png", "sizes": "512x512" } @@ -32,7 +32,7 @@ "url": "/developers", "icons": [ { - "src": "/assets/manifest-app-icon-192.png", + "src": "/images/assets/manifest-app-icon-192.png", "sizes": "192x192" } ] diff --git a/src/components/Banners/ContributorsQuizBanner.tsx b/src/components/Banners/ContributorsQuizBanner.tsx index a2e26592d38..6ca19865f8a 100644 --- a/src/components/Banners/ContributorsQuizBanner.tsx +++ b/src/components/Banners/ContributorsQuizBanner.tsx @@ -4,7 +4,7 @@ import { Image } from "@/components/Image" import { ButtonLink } from "../Buttons" -import PeopleLearning from "@/public/people-learning.png" +import PeopleLearning from "@/public/images/people-learning.png" // TODO: refactor to use CalloutBanner component function ContributorsQuizBanner(props: FlexProps) { diff --git a/src/components/BeaconChainActions.tsx b/src/components/BeaconChainActions.tsx index dc50e108754..3c28a081196 100644 --- a/src/components/BeaconChainActions.tsx +++ b/src/components/BeaconChainActions.tsx @@ -9,8 +9,8 @@ import CardList, { type CardListItem } from "@/components/CardList" import OldHeading from "@/components/OldHeading" import Translation from "@/components/Translation" -import beaconchain from "@/public/upgrades/beaconchainemoji.png" -import beaconscan from "@/public/upgrades/etherscan.png" +import beaconchain from "@/public/images/upgrades/beaconchainemoji.png" +import beaconscan from "@/public/images/upgrades/etherscan.png" const H3 = ({ children }: ChildOnlyProp) => ( { const src = useColorModeValue( - "ethereum-hero-light.mp4", - "ethereum-hero-dark.mp4" + "images/ethereum-hero-light.mp4", + "images/ethereum-hero-dark.mp4" ) return ( diff --git a/src/components/Hero/ContentHero/ContentHero.stories.tsx b/src/components/Hero/ContentHero/ContentHero.stories.tsx index 1912dd6276a..c196c092148 100644 --- a/src/components/Hero/ContentHero/ContentHero.stories.tsx +++ b/src/components/Hero/ContentHero/ContentHero.stories.tsx @@ -46,7 +46,7 @@ export const ContentHero: StoryObj = { return ( = { args: { diff --git a/src/components/Hero/HubHero/HubHero.stories.tsx b/src/components/Hero/HubHero/HubHero.stories.tsx index af5deee359c..812edf7cb05 100644 --- a/src/components/Hero/HubHero/HubHero.stories.tsx +++ b/src/components/Hero/HubHero/HubHero.stories.tsx @@ -8,7 +8,7 @@ import { langViewportModes } from "../../../../.storybook/modes" import HubHeroComponent, { type HubHeroProps } from "./" -import learnHubHeroImg from "@/public/heroes/learn-hub-hero.png" +import learnHubHeroImg from "@/public/images/heroes/learn-hub-hero.png" const meta = { title: "Organisms / Layouts / Hero", diff --git a/src/components/Logo.tsx b/src/components/Logo.tsx index 7f5af17d0f0..3d7c094070d 100644 --- a/src/components/Logo.tsx +++ b/src/components/Logo.tsx @@ -3,8 +3,8 @@ import { useColorModeValue } from "@chakra-ui/react" import { Image } from "@/components/Image" -import darkImage from "@/public/ef-logo.png" -import lightImage from "@/public/ef-logo-white.png" +import darkImage from "@/public/images/ef-logo.png" +import lightImage from "@/public/images/ef-logo-white.png" const Logo = () => { const { t } = useTranslation("common") diff --git a/src/components/Roadmap/RoadmapActionCard.tsx b/src/components/Roadmap/RoadmapActionCard.tsx index 8243426cc5d..85804a57120 100644 --- a/src/components/Roadmap/RoadmapActionCard.tsx +++ b/src/components/Roadmap/RoadmapActionCard.tsx @@ -10,10 +10,10 @@ import { import { ButtonLink } from "@/components/Buttons" import { Image } from "@/components/Image" -import futureProofing from "@/public/roadmap/roadmap-future.png" -import security from "@/public/roadmap/roadmap-security.png" -import scaling from "@/public/roadmap/roadmap-transactions.png" -import userExperience from "@/public/roadmap/roadmap-ux.png" +import futureProofing from "@/public/images/roadmap/roadmap-future.png" +import security from "@/public/images/roadmap/roadmap-security.png" +import scaling from "@/public/images/roadmap/roadmap-transactions.png" +import userExperience from "@/public/images/roadmap/roadmap-ux.png" type RoadmapActionCardProps = { to: string diff --git a/src/components/Roadmap/RoadmapImageContent.tsx b/src/components/Roadmap/RoadmapImageContent.tsx index 16bc85250f3..4983825cfa3 100644 --- a/src/components/Roadmap/RoadmapImageContent.tsx +++ b/src/components/Roadmap/RoadmapImageContent.tsx @@ -2,7 +2,7 @@ import { Center, Flex, Heading, Stack } from "@chakra-ui/react" import { Image } from "@/components/Image" -import wallet from "@/public/wallet.png" +import wallet from "@/public/images/wallet.png" export type RoadmapImageContentProps = { children: React.ReactNode diff --git a/src/components/Simulator/screens/ConnectWeb3/index.tsx b/src/components/Simulator/screens/ConnectWeb3/index.tsx index 9faceb2ff5a..2e232da82f1 100644 --- a/src/components/Simulator/screens/ConnectWeb3/index.tsx +++ b/src/components/Simulator/screens/ConnectWeb3/index.tsx @@ -28,7 +28,7 @@ import { EXAMPLE_APP_URL } from "./constants" import { Slider } from "./Slider" import { Web3App } from "./Web3App" -import NFTImage from "@/public/deep-panic.png" +import NFTImage from "@/public/images/deep-panic.png" export const ConnectWeb3 = ({ nav, ctaLabel }: PhoneScreenProps) => { const { progressStepper, step } = nav diff --git a/src/components/Simulator/screens/SendReceive/ReceiveEther.tsx b/src/components/Simulator/screens/SendReceive/ReceiveEther.tsx index 95a7b81c290..514a75b0bb6 100644 --- a/src/components/Simulator/screens/SendReceive/ReceiveEther.tsx +++ b/src/components/Simulator/screens/SendReceive/ReceiveEther.tsx @@ -8,8 +8,8 @@ import { Image } from "@/components/Image" import { FAKE_DEMO_ADDRESS } from "../../constants" import { NotificationPopover } from "../../NotificationPopover" -import QRDark from "@/public/qr-code-ethereum-org-dark.png" -import QRLight from "@/public/qr-code-ethereum-org-light.png" +import QRDark from "@/public/images/qr-code-ethereum-org-dark.png" +import QRLight from "@/public/images/qr-code-ethereum-org-light.png" const MotionBox = motion(Box) diff --git a/src/components/StablecoinAccordion/useStablecoinAccordion.ts b/src/components/StablecoinAccordion/useStablecoinAccordion.ts index 854661cc437..92bce383074 100644 --- a/src/components/StablecoinAccordion/useStablecoinAccordion.ts +++ b/src/components/StablecoinAccordion/useStablecoinAccordion.ts @@ -2,25 +2,25 @@ import { useTranslation } from "next-i18next" import { CardListItem } from "../CardList" -import aaveImg from "@/public/dapps/aave.png" +import aaveImg from "@/public/images/dapps/aave.png" // -- borrow -import compoundImg from "@/public/dapps/compound.png" +import compoundImg from "@/public/images/dapps/compound.png" // -- earn -import gitcoinImg from "@/public/dapps/gitcoin.png" -import loopringImg from "@/public/dapps/loopring.png" -import matchaImg from "@/public/dapps/matcha.png" -import summerfiImg from "@/public/dapps/summerfi.png" +import gitcoinImg from "@/public/images/dapps/gitcoin.png" +import loopringImg from "@/public/images/dapps/loopring.png" +import matchaImg from "@/public/images/dapps/matcha.png" +import summerfiImg from "@/public/images/dapps/summerfi.png" // Static assets // -- dapps -import uniImg from "@/public/dapps/uni.png" -import oneInchImg from "@/public/exchanges/1inch.png" -import binanceImg from "@/public/exchanges/binance.png" +import uniImg from "@/public/images/dapps/uni.png" +import oneInchImg from "@/public/images/exchanges/1inch.png" +import binanceImg from "@/public/images/exchanges/binance.png" // -- exchanges -import coinbaseImg from "@/public/exchanges/coinbase.png" -import coinmamaImg from "@/public/exchanges/coinmama.png" -import geminiImg from "@/public/exchanges/gemini.png" -import krakenImg from "@/public/exchanges/kraken.png" -import ethImg from "@/public/favicon.png" +import coinbaseImg from "@/public/images/exchanges/coinbase.png" +import coinmamaImg from "@/public/images/exchanges/coinmama.png" +import geminiImg from "@/public/images/exchanges/gemini.png" +import krakenImg from "@/public/images/exchanges/kraken.png" +import ethImg from "@/public/images/favicon.png" export const useStablecoinAccordion = () => { const { t } = useTranslation("page-stablecoins") diff --git a/src/components/Staking/StakingCommunityCallout.tsx b/src/components/Staking/StakingCommunityCallout.tsx index 6655e6c2196..8f310b9f8e3 100644 --- a/src/components/Staking/StakingCommunityCallout.tsx +++ b/src/components/Staking/StakingCommunityCallout.tsx @@ -6,7 +6,7 @@ import CalloutBanner from "@/components/CalloutBanner" import { trackCustomEvent } from "@/lib/utils/matomo" -import image from "@/public/enterprise-eth.png" +import image from "@/public/images/enterprise-eth.png" export type StakingCommunityCalloutProps = FlexProps & { id?: string diff --git a/src/components/Staking/StakingHowSoloWorks.tsx b/src/components/Staking/StakingHowSoloWorks.tsx index 89e03063333..eabb08d56de 100644 --- a/src/components/Staking/StakingHowSoloWorks.tsx +++ b/src/components/Staking/StakingHowSoloWorks.tsx @@ -5,7 +5,7 @@ import { Image } from "@/components/Image" import OrderedList from "@/components/OrderedList" import Translation from "@/components/Translation" -import image from "@/public/hackathon_transparent.png" +import image from "@/public/images/hackathon_transparent.png" const StakingHowSoloWorks = () => { const items = [ diff --git a/src/components/TranslationChartImage.tsx b/src/components/TranslationChartImage.tsx index 2280016eb13..51bf3acc6dc 100644 --- a/src/components/TranslationChartImage.tsx +++ b/src/components/TranslationChartImage.tsx @@ -2,8 +2,8 @@ import { useColorModeValue } from "@chakra-ui/react" import { Image } from "@/components/Image" -import pageviewsDark from "@/public/translation-program/pageviews-dark.png" -import pageviewsLight from "@/public/translation-program/pageviews-light.png" +import pageviewsDark from "@/public/images/translation-program/pageviews-dark.png" +import pageviewsLight from "@/public/images/translation-program/pageviews-light.png" const TranslationChartImage = () => { const ethImage = useColorModeValue(pageviewsLight, pageviewsDark) diff --git a/src/data/layer-2/layer-2.ts b/src/data/layer-2/layer-2.ts index d17d53b4bd5..d33199915ee 100644 --- a/src/data/layer-2/layer-2.ts +++ b/src/data/layer-2/layer-2.ts @@ -2,15 +2,15 @@ import { StaticImageData } from "next/image" import type { TranslationKey } from "@/lib/types" -import ArbitrumImage from "@/public/layer-2/arbitrum.png" -import AztecImage from "@/public/layer-2/aztec.png" -import BaseImage from "@/public/layer-2/base.png" -import BobaImage from "@/public/layer-2/boba.png" -import LoopringImage from "@/public/layer-2/loopring.png" -import OptimismImage from "@/public/layer-2/optimism.png" -import StarknetImage from "@/public/layer-2/starknet.png" -import ZKSpaceImage from "@/public/layer-2/zkspace.png" -import zkSyncImage from "@/public/layer-2/zksync.png" +import ArbitrumImage from "@/public/images/layer-2/arbitrum.png" +import AztecImage from "@/public/images/layer-2/aztec.png" +import BaseImage from "@/public/images/layer-2/base.png" +import BobaImage from "@/public/images/layer-2/boba.png" +import LoopringImage from "@/public/images/layer-2/loopring.png" +import OptimismImage from "@/public/images/layer-2/optimism.png" +import StarknetImage from "@/public/images/layer-2/starknet.png" +import ZKSpaceImage from "@/public/images/layer-2/zkspace.png" +import zkSyncImage from "@/public/images/layer-2/zksync.png" export type RollupType = "optimistic" | "zk" diff --git a/src/data/placeholders/content-developers-docs-gas-data.json b/src/data/placeholders/content-developers-docs-gas-data.json index 023ad8cb6ca..dd2629c1951 100644 --- a/src/data/placeholders/content-developers-docs-gas-data.json +++ b/src/data/placeholders/content-developers-docs-gas-data.json @@ -44,8 +44,8 @@ "base64": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAACXBIWXMAAAsTAAALEwEAmpwYAAABhUlEQVR4nGP4H8/A8T+Nget/PRizMJAKFk5+Ijxtyru1kyY+2zx37p990+b+dwGJr1r1n5koA1atusI2b+pHq0nTntrOm/Xdae3MV5Ig8f+hocz/Qxkw8CooBvMZGBgZ/v9nYPxfyMD5P5eBHaTx+c4L3J+XzRYHe63engWMZxqzgjGI/R+oEYTrJblAfLArDu26n7hv/5tTZ8/+PXrx7K/Cl/OnGPz3YOD7X6/F879UmHfVqlVg7+zb/cV7y7YfxzZv/XngwIb7hnBvXD39rebGjf//nzz7///B5R9lYC/0+wv8zxXiA+F/9WZ8QOcybVr1J33KzP//Z876/3/z8u8OcAMu7LygeP32f6sTF/9bXNt/R+fdwg65/1oMbDD5////M4Lo/S//89xef7L44eylv19MmeIPkQQFBjAMYIrvz5/P8W/xRD6wODBa4TiNgRUSXqGcb4tjdID+FwGKMzGAQvJ/vTzH/fnxYPx/ZhorWHMaMNDQ8K2JHuxX6kPBLoMazAQAyzjWvQiNaWwAAAAASUVORK5CYII=" }, "/content/translations/pt-br/developers/docs/transactions/gas-tx.png": { - "hash": "5c846059", - "base64": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAACXBIWXMAAAsTAAALEwEAmpwYAAABiElEQVR4nJVQXSiDURg++2yzDVMm5YbcSkqipUTaxcqFq90prubKhZYLpc6tcmOsrz7aFpI6tchyIbVNoY9cbFmK1FDLfyEsP3mcczC1K049nfM+7/s+531egj5igZfYQDk8pIj898xO3TtU9S4y6c9Gg2HE1CBcgmcMfxNjLG0OafdtqnrVHpp+65rXrqoFD1BFTFQI9g0ZE2IglBJF2nCTYkGcryVLEJmr4gXWNK03g3YYoTWbJMQbvFGAVttELKfY27zp1/Xcrq4/bW1uXA+fhcZb0EFK4Wss+RissIMxaSe2/tgdXc1tR1dfEonlTFPexmHqdfTkBMhmgfTuw4i0MOYqx7CjDFzgg7ba+XTKCnsfCGiANgNEF3OdeYHkWrJufx9tqRScB/Hjhmc2UQMnsf7kARjEHb9EaWZpx3c6s/B2EQj0fCXFMoZ+izPxsAXaWLnkKTHm4SUm7t2AIY/11tfbwP1Xcl4hYnGgtZZMuE8Cmtckm718aQU48ruL09Rjlh9/CSufvrzXg22hqYEAAAAASUVORK5CYII=" + "hash": "0885d0c2", + "base64": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAACXBIWXMAAAsTAAALEwEAmpwYAAABhElEQVR4nJWS3SvDURjHn202GzMJyQ0pV3JBSnLhpVysXLj63Sm5mXK3xJU6f4KXlhzDkrc6JUwSyuaCmLQpL2XqF8UQV5iM9tU5P7nghqc+PT3fzvmevk+HQGSCh7LgJQcY2em/NTKCvInx1MLw4E1wdOwlzKfQInUhYPmTgRDHNj6ZrB8duGrg/Kl5gd8XG7pmgUa/EF+omchEjJFZRXBTphQS67Hspzl/kRGpwgZPjVV1LntjBkAWBSvOkjPJ2tnQO0NbD5HIwftu9DDlvZvxVUEjJ1i5C92FTiGEirO9+dy6svq6u7z6Fg4v6dXfMU6iyf54HLhOABfRVJ/UwFty0ZufI0mzWheIzEHx0eXzA2N+YG3+tenbILYdKzs7Q/3eEepOQxeVST5YAo0cRDApMxg9dAenvrjfc+mffb/1+drUZbUMrzxslB4I2NPTQy6ly8yMDDxkBcgEr+Z47GmvBGssACMzqX/ASu16oEMB7rGqy3J5PzgfcmceM82mHjaMzZ9S19eLxcPedgAAAABJRU5ErkJggg==" }, "/content/translations/ru/developers/docs/gas/gas.png": { "hash": "f946eb71", diff --git a/src/data/placeholders/content-developers-docs-transactions-data.json b/src/data/placeholders/content-developers-docs-transactions-data.json index 313a80fe56d..9b05df02487 100644 --- a/src/data/placeholders/content-developers-docs-transactions-data.json +++ b/src/data/placeholders/content-developers-docs-transactions-data.json @@ -52,8 +52,8 @@ "base64": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNklEQVR4nI2RwUrDQBRFp7aoiLgQxG503/6BWunWvQQp6Ee4dDXf0Jpo02kSpxFS07RSULf9CX9CF1KyaK2BXN9EC2UE9cFjHnfOXO7MMEYFYEnrHNNKaTqnMz8KjOVU/wpx/rxsu9hvtXAoPBw4DqqWeC8t2GQGlkDJtlFVjGKbbezV61hhpomivMVE+oArkQQhrT6i7Oh5eTO+qGypWXYwDPtfjGK9DmIpscuEwDaJccN8Ta+ux9O2+4G2gzAz4OX1lB9tqNmTGAh3hsbly9RqjlPhzN6CADvM81DsRpj0yD0aIHl8AihFliA0wvyIjwpqJm34QHt3EZL+PdDtIbZVAjJYpTjGjY8aJTmh9ZTeoTK///xH1L0pxdk3U6Mzx/Qma3/+xL+KcxQW2zCQ1xml6ZzSPwGmkeqi+ax4mAAAAABJRU5ErkJggg==" }, "/content/translations/pt-br/developers/docs/transactions/gas-tx.png": { - "hash": "5c846059", - "base64": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAACXBIWXMAAAsTAAALEwEAmpwYAAABiElEQVR4nJVQXSiDURg++2yzDVMm5YbcSkqipUTaxcqFq90prubKhZYLpc6tcmOsrz7aFpI6tchyIbVNoY9cbFmK1FDLfyEsP3mcczC1K049nfM+7/s+531egj5igZfYQDk8pIj898xO3TtU9S4y6c9Gg2HE1CBcgmcMfxNjLG0OafdtqnrVHpp+65rXrqoFD1BFTFQI9g0ZE2IglBJF2nCTYkGcryVLEJmr4gXWNK03g3YYoTWbJMQbvFGAVttELKfY27zp1/Xcrq4/bW1uXA+fhcZb0EFK4Wss+RissIMxaSe2/tgdXc1tR1dfEonlTFPexmHqdfTkBMhmgfTuw4i0MOYqx7CjDFzgg7ba+XTKCnsfCGiANgNEF3OdeYHkWrJufx9tqRScB/Hjhmc2UQMnsf7kARjEHb9EaWZpx3c6s/B2EQj0fCXFMoZ+izPxsAXaWLnkKTHm4SUm7t2AIY/11tfbwP1Xcl4hYnGgtZZMuE8Cmtckm718aQU48ruL09Rjlh9/CSufvrzXg22hqYEAAAAASUVORK5CYII=" + "hash": "0885d0c2", + "base64": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAACXBIWXMAAAsTAAALEwEAmpwYAAABhElEQVR4nJWS3SvDURjHn202GzMJyQ0pV3JBSnLhpVysXLj63Sm5mXK3xJU6f4KXlhzDkrc6JUwSyuaCmLQpL2XqF8UQV5iM9tU5P7nghqc+PT3fzvmevk+HQGSCh7LgJQcY2em/NTKCvInx1MLw4E1wdOwlzKfQInUhYPmTgRDHNj6ZrB8duGrg/Kl5gd8XG7pmgUa/EF+omchEjJFZRXBTphQS67Hspzl/kRGpwgZPjVV1LntjBkAWBSvOkjPJ2tnQO0NbD5HIwftu9DDlvZvxVUEjJ1i5C92FTiGEirO9+dy6svq6u7z6Fg4v6dXfMU6iyf54HLhOABfRVJ/UwFty0ZufI0mzWheIzEHx0eXzA2N+YG3+tenbILYdKzs7Q/3eEepOQxeVST5YAo0cRDApMxg9dAenvrjfc+mffb/1+drUZbUMrzxslB4I2NPTQy6ly8yMDDxkBcgEr+Z47GmvBGssACMzqX/ASu16oEMB7rGqy3J5PzgfcmceM82mHjaMzZ9S19eLxcPedgAAAABJRU5ErkJggg==" }, "/content/translations/ru/developers/docs/transactions/tx.png": { "hash": "316a39a0", diff --git a/src/data/placeholders/content-energy-consumption-data.json b/src/data/placeholders/content-energy-consumption-data.json index 4cf197b5a2c..4b75a07ad39 100644 --- a/src/data/placeholders/content-energy-consumption-data.json +++ b/src/data/placeholders/content-energy-consumption-data.json @@ -74,5 +74,9 @@ "/content/translations/zh-tw/energy-consumption/energy_consumption_pre_post_merge.png": { "hash": "f38313a4", "base64": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAACXBIWXMAAAsTAAALEwEAmpwYAAABnUlEQVR4nGPw8PBgr6+v5/j//z8zCG+aOZNr1apVbBMnTmTfv38/CzI+c+YMKwjD+CD1DGlpxqyhoaFsQENYGICgICfBNj8/XqCwsJATKMYGVMQENBBkOBNIHkgzgvhwMWNjY9a0tDRWmILqgiS3+vp8gdzcXJDLQLYwgjDIpf7+FrpAWhRqEBNQnonBx8dHBNmG/s66yGnt7YLx8fEcxcXF3CCnWlmp82bmVrtN7kk/0dZU2M7AEMoGNZiJwdvbWxrEAOErV66wTepprFg/v18gKyuLB+gKUaDhnH5+flL5+TmR/X2NLxsbyleL6+lxQw1gZgD5H4RBtk+ZUs9TWZY/taqqUBrk/5kzZ7LCwsDJyUk8PT0l0NHR1Q2oVAukB+wCe3t7FpB/QQZkZMRbpCZF3UxLjo0C8Xt7ezmh3mOGBirY34KCgrIWFhacIFeA1DGCbAMx0lOiUgsKUl3KClNSOzrK+eFRBQRAS/gqKioEodHNCIt2BigAmcQUExMjBvQvb1RUlDwoEGGSwIDmioiIEAc6WxoUG1D1YNsBkhrjVwm4Nn4AAAAASUVORK5CYII=" + }, + "/content/translations/id/energy-consumption/energy_consumption_pre_post_merge.png": { + "hash": "35898f0e", + "base64": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAACXBIWXMAAAsTAAALEwEAmpwYAAABqklEQVR4nE1Ru04CURC9LLCACAEViQR/gEQaCrexULPLTQirFlsIIWtQecXNChHEkDhiITEBCb6SrezXwsQfoLWgpPET/IprZl0MxUlm5p57Zs4MoZR6AMDLGHMiPg1jwTRNfjQaecbjsWsek8nEjZjlyCepVMqtKAoPAC5CCDk/O9rSdTVUr9d9AMAzxjjTNFGcw3fGmAPz/xr9m8A1I3TOixKAHtI0zWMYhhs/IJC3tydsUEojthAHABw5OBBX5zsM768PX3u9sKqqXgBYwLogxH1VrSM99Stfd7f1HiEKbwtzJJ1Or80EptMp/9jvtj/ehqFarbbYaJRW0HMmkwnr+tnh8KH70725fI8mk35bwEmy2WzUtuB4fobFq5b+0mppcfRvW+CQuLOzGa1WS/vb26JECEng3qwJMEC/OL5WUYXTYu67VCrkMB8MBj57Oqe9VMt3LBZbFwTBh02R58BuGJRPcqeNRnH3Qj8uA2hB+1TWbprNZqDdbofnrmEJY2yJyLIcyOfza5Tmg4VCYVlRlEgikeBFUfRLkrQky3IMa7gPSmkQ/yB+AWSi6LPzZ30lAAAAAElFTkSuQmCC" } } \ No newline at end of file diff --git a/src/data/wallets/wallet-data.ts b/src/data/wallets/wallet-data.ts index 07801a67e9f..cf0458cb90c 100644 --- a/src/data/wallets/wallet-data.ts +++ b/src/data/wallets/wallet-data.ts @@ -1,41 +1,41 @@ import { WalletData } from "@/lib/types" -import OneInchWalletImage from "@/public/wallets/1inch.png" -import AlphaWalletImage from "@/public/wallets/alpha.png" -import AmbireImage from "@/public/wallets/ambire.png" -import ArgentImage from "@/public/wallets/argent.png" -import AuroxImage from "@/public/wallets/aurox.png" -import BitkeepImage from "@/public/wallets/bitkeep.png" -import BlockWalletImage from "@/public/wallets/blockwallet.png" -import BridgeWalletImage from "@/public/wallets/bridge.png" -import CoinbaseImage from "@/public/wallets/coinbase.png" -import EnkryptImage from "@/public/wallets/enkrypt.png" -import ExodusImage from "@/public/wallets/exodus.png" -import FoxWalletImage from "@/public/wallets/foxwallet.png" -import FrameImage from "@/public/wallets/frame.png" -import GridPlusImage from "@/public/wallets/gridplus.png" -import imTokenImage from "@/public/wallets/imtoken.png" -import InfinityWalletImage from "@/public/wallets/infinity_wallet.png" -import KeystoneImage from "@/public/wallets/keystone.png" -import LedgerImage from "@/public/wallets/ledger.png" -import LoopringImage from "@/public/wallets/loopring.png" -import MetaMaskImage from "@/public/wallets/metamask.png" -import MewImage from "@/public/wallets/mew.png" -import OneKeyImage from "@/public/wallets/onekey.png" -import PhantomImage from "@/public/wallets/phantom.png" -import PillarImage from "@/public/wallets/pillar.png" -import RabbyWalletImage from "@/public/wallets/rabbywallet.png" -import RainbowImage from "@/public/wallets/rainbow.png" -import SafeImage from "@/public/wallets/safe.png" -import ShapeShiftImage from "@/public/wallets/shapeshift.png" -import TahoImage from "@/public/wallets/taho.png" -import TokenPocketImage from "@/public/wallets/tokenpocket.png" -import TorusImage from "@/public/wallets/torus.png" -import TrezorImage from "@/public/wallets/trezor.png" -import TrustWalletImage from "@/public/wallets/trustwallet.png" -import UnstoppableWalletImage from "@/public/wallets/unstoppable.png" -import XDEFIImage from "@/public/wallets/xdefi.png" -import ZerionImage from "@/public/wallets/zerion.png" +import OneInchWalletImage from "@/public/images/wallets/1inch.png" +import AlphaWalletImage from "@/public/images/wallets/alpha.png" +import AmbireImage from "@/public/images/wallets/ambire.png" +import ArgentImage from "@/public/images/wallets/argent.png" +import AuroxImage from "@/public/images/wallets/aurox.png" +import BitkeepImage from "@/public/images/wallets/bitkeep.png" +import BlockWalletImage from "@/public/images/wallets/blockwallet.png" +import BridgeWalletImage from "@/public/images/wallets/bridge.png" +import CoinbaseImage from "@/public/images/wallets/coinbase.png" +import EnkryptImage from "@/public/images/wallets/enkrypt.png" +import ExodusImage from "@/public/images/wallets/exodus.png" +import FoxWalletImage from "@/public/images/wallets/foxwallet.png" +import FrameImage from "@/public/images/wallets/frame.png" +import GridPlusImage from "@/public/images/wallets/gridplus.png" +import imTokenImage from "@/public/images/wallets/imtoken.png" +import InfinityWalletImage from "@/public/images/wallets/infinity_wallet.png" +import KeystoneImage from "@/public/images/wallets/keystone.png" +import LedgerImage from "@/public/images/wallets/ledger.png" +import LoopringImage from "@/public/images/wallets/loopring.png" +import MetaMaskImage from "@/public/images/wallets/metamask.png" +import MewImage from "@/public/images/wallets/mew.png" +import OneKeyImage from "@/public/images/wallets/onekey.png" +import PhantomImage from "@/public/images/wallets/phantom.png" +import PillarImage from "@/public/images/wallets/pillar.png" +import RabbyWalletImage from "@/public/images/wallets/rabbywallet.png" +import RainbowImage from "@/public/images/wallets/rainbow.png" +import SafeImage from "@/public/images/wallets/safe.png" +import ShapeShiftImage from "@/public/images/wallets/shapeshift.png" +import TahoImage from "@/public/images/wallets/taho.png" +import TokenPocketImage from "@/public/images/wallets/tokenpocket.png" +import TorusImage from "@/public/images/wallets/torus.png" +import TrezorImage from "@/public/images/wallets/trezor.png" +import TrustWalletImage from "@/public/images/wallets/trustwallet.png" +import UnstoppableWalletImage from "@/public/images/wallets/unstoppable.png" +import XDEFIImage from "@/public/images/wallets/xdefi.png" +import ZerionImage from "@/public/images/wallets/zerion.png" export const walletsData: WalletData[] = [ { diff --git a/src/hooks/useCentralizedExchanges.ts b/src/hooks/useCentralizedExchanges.ts index ee6a6378054..c4122926eeb 100644 --- a/src/hooks/useCentralizedExchanges.ts +++ b/src/hooks/useCentralizedExchanges.ts @@ -4,13 +4,13 @@ import { useRouter } from "next/router" import { useTranslation } from "next-i18next" // TODO: Remove unused? -// import argent from "@/public/wallets/argent.png" -// import binanceus from "@/public/exchanges/binance.png" -// import imtoken from "@/public/wallets/imtoken.png" -// import mycrypto from "@/public/wallets/mycrypto.png" -// import myetherwallet from "@/public/wallets/myetherwallet.png" -// import squarelink from "@/public/wallets/squarelink.png" -// import trust from "@/public/wallets/trust.png" +// import argent from "@/public/images/wallets/argent.png" +// import binanceus from "@/public/images/exchanges/binance.png" +// import imtoken from "@/public/images/wallets/imtoken.png" +// import mycrypto from "@/public/images/wallets/mycrypto.png" +// import myetherwallet from "@/public/images/wallets/myetherwallet.png" +// import squarelink from "@/public/images/wallets/squarelink.png" +// import trust from "@/public/images/wallets/trust.png" import type { ImageProps } from "@/components/Image" import { SelectOnChange } from "@/components/Select" @@ -18,34 +18,34 @@ import { trackCustomEvent } from "@/lib/utils/matomo" import exchangeData from "@/data/exchangesByCountry" -import binance from "@/public/exchanges/binance.png" -import bitbuy from "@/public/exchanges/bitbuy.png" -import bitfinex from "@/public/exchanges/bitfinex.png" -import bitflyer from "@/public/exchanges/bitflyer.png" -import bitkub from "@/public/exchanges/bitkub.png" -import bitso from "@/public/exchanges/bitso.png" -import bittrex from "@/public/exchanges/bittrex.png" -import bitvavo from "@/public/exchanges/bitvavo.png" -import bybit from "@/public/exchanges/bybit.png" -import coinbase from "@/public/exchanges/coinbase.png" -import coinmama from "@/public/exchanges/coinmama.png" -import coinspot from "@/public/exchanges/coinspot.png" -import cryptocom from "@/public/exchanges/crypto.com.png" -import easycrypto from "@/public/exchanges/easycrypto.png" -import gateio from "@/public/exchanges/gateio.png" -import gemini from "@/public/exchanges/gemini.png" -import huobiglobal from "@/public/exchanges/huobiglobal.png" -import itezcom from "@/public/exchanges/itezcom.png" -import korbit from "@/public/exchanges/korbit.png" -import kraken from "@/public/exchanges/kraken.png" -import kucoin from "@/public/exchanges/kucoin.png" -import matrixport from "@/public/exchanges/matrixport.png" -import moonpay from "@/public/exchanges/moonpay.png" -import mtpelerin from "@/public/exchanges/mtpelerin.png" -import okx from "@/public/exchanges/okx.png" -import rain from "@/public/exchanges/rain.png" -import shakepay from "@/public/exchanges/shakepay.png" -import wazirx from "@/public/exchanges/wazirx.png" +import binance from "@/public/images/exchanges/binance.png" +import bitbuy from "@/public/images/exchanges/bitbuy.png" +import bitfinex from "@/public/images/exchanges/bitfinex.png" +import bitflyer from "@/public/images/exchanges/bitflyer.png" +import bitkub from "@/public/images/exchanges/bitkub.png" +import bitso from "@/public/images/exchanges/bitso.png" +import bittrex from "@/public/images/exchanges/bittrex.png" +import bitvavo from "@/public/images/exchanges/bitvavo.png" +import bybit from "@/public/images/exchanges/bybit.png" +import coinbase from "@/public/images/exchanges/coinbase.png" +import coinmama from "@/public/images/exchanges/coinmama.png" +import coinspot from "@/public/images/exchanges/coinspot.png" +import cryptocom from "@/public/images/exchanges/crypto.com.png" +import easycrypto from "@/public/images/exchanges/easycrypto.png" +import gateio from "@/public/images/exchanges/gateio.png" +import gemini from "@/public/images/exchanges/gemini.png" +import huobiglobal from "@/public/images/exchanges/huobiglobal.png" +import itezcom from "@/public/images/exchanges/itezcom.png" +import korbit from "@/public/images/exchanges/korbit.png" +import kraken from "@/public/images/exchanges/kraken.png" +import kucoin from "@/public/images/exchanges/kucoin.png" +import matrixport from "@/public/images/exchanges/matrixport.png" +import moonpay from "@/public/images/exchanges/moonpay.png" +import mtpelerin from "@/public/images/exchanges/mtpelerin.png" +import okx from "@/public/images/exchanges/okx.png" +import rain from "@/public/images/exchanges/rain.png" +import shakepay from "@/public/images/exchanges/shakepay.png" +import wazirx from "@/public/images/exchanges/wazirx.png" type ExchangeKey = | "binance" diff --git a/src/layouts/Roadmap.tsx b/src/layouts/Roadmap.tsx index 6761109c223..1454900b5c1 100644 --- a/src/layouts/Roadmap.tsx +++ b/src/layouts/Roadmap.tsx @@ -32,7 +32,7 @@ import RoadmapActionCard from "@/components/Roadmap/RoadmapActionCard" import RoadmapImageContent from "@/components/Roadmap/RoadmapImageContent" import TableOfContents from "@/components/TableOfContents" -import RoadmapHubHeroImage from "@/public/heroes/roadmap-hub-hero.jpg" +import RoadmapHubHeroImage from "@/public/images/heroes/roadmap-hub-hero.jpg" const CardGrid = (props: ChildOnlyProp) => ( diff --git a/src/layouts/Static.tsx b/src/layouts/Static.tsx index 007ed9a45c5..5784caa0ab9 100644 --- a/src/layouts/Static.tsx +++ b/src/layouts/Static.tsx @@ -35,7 +35,7 @@ import UpcomingEventsList from "@/components/UpcomingEventsList" import { getEditPath } from "@/lib/utils/editPath" import { isLangRightToLeft } from "@/lib/utils/translations" -import GuideHeroImage from "@/public/heroes/guides-hub-hero.jpg" +import GuideHeroImage from "@/public/images/heroes/guides-hub-hero.jpg" const Heading1 = (props: HeadingProps) => ( diff --git a/src/lib/api/ghRepoData.ts b/src/lib/api/ghRepoData.ts index 68ef5131cc5..43aa2da74d7 100644 --- a/src/lib/api/ghRepoData.ts +++ b/src/lib/api/ghRepoData.ts @@ -1,13 +1,13 @@ import { Framework } from "@/lib/interfaces" -import EthDiamondBlackImage from "@/public/assets/eth-diamond-black.png" -import EpirusImage from "@/public/dev-tools/epirus.png" -import FoundryImage from "@/public/dev-tools/foundry.png" -import HardhatImage from "@/public/dev-tools/hardhat.png" -import KurtosisImage from "@/public/dev-tools/kurtosis.png" -import ScaffoldEthImage from "@/public/dev-tools/scaffoldeth.png" -import TruffleImage from "@/public/dev-tools/truffle.png" -import WaffleImage from "@/public/dev-tools/waffle.png" +import EthDiamondBlackImage from "@/public/images/assets/eth-diamond-black.png" +import EpirusImage from "@/public/images/dev-tools/epirus.png" +import FoundryImage from "@/public/images/dev-tools/foundry.png" +import HardhatImage from "@/public/images/dev-tools/hardhat.png" +import KurtosisImage from "@/public/images/dev-tools/kurtosis.png" +import ScaffoldEthImage from "@/public/images/dev-tools/scaffoldeth.png" +import TruffleImage from "@/public/images/dev-tools/truffle.png" +import WaffleImage from "@/public/images/dev-tools/waffle.png" const frameworksList: Array = [ { diff --git a/src/lib/constants.ts b/src/lib/constants.ts index a85ffae1d2e..1af7adb57e7 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -28,7 +28,7 @@ export const DISCORD_PATH = "/discord/" export const EDIT_CONTENT_URL = `https://github.com/ethereum/ethereum-org-website/tree/dev/` export const MAIN_CONTENT_ID = "main-content" export const WEBSITE_EMAIL = "website@ethereum.org" -export const DEFAULT_OG_IMAGE = "/home/hero.png" +export const DEFAULT_OG_IMAGE = "/images/home/hero.png" // Config export const CONTENT_IMAGES_MAX_WIDTH = 800 diff --git a/src/lib/utils/metadata.ts b/src/lib/utils/metadata.ts index 9b9463817c7..b6b4423953d 100644 --- a/src/lib/utils/metadata.ts +++ b/src/lib/utils/metadata.ts @@ -4,11 +4,11 @@ import { DEFAULT_OG_IMAGE } from "@/lib/constants" * List of default og images for different sections */ const imageForSlug = [ - { section: "developers", image: "/heroes/developers-hub-hero.jpg" }, - { section: "roadmap", image: "/heroes/roadmap-hub-hero.jpg" }, - { section: "guides", image: "/heroes/guides-hub-hero.jpg" }, - { section: "community", image: "/heroes/community-hero.png" }, - { section: "staking", image: "/upgrades/upgrade_rhino.png" }, + { section: "developers", image: "/images/heroes/developers-hub-hero.jpg" }, + { section: "roadmap", image: "/images/heroes/roadmap-hub-hero.jpg" }, + { section: "guides", image: "/images/heroes/guides-hub-hero.jpg" }, + { section: "community", image: "/images/heroes/community-hero.png" }, + { section: "staking", image: "/images/upgrades/upgrade_rhino.png" }, ] as const /** diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index b34e11cefd5..c2ab9c8d4b7 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -26,7 +26,7 @@ class Document extends NextDocument { {/* favicon */} - + {/* manifest */} {/* preload inter static web fonts */} diff --git a/src/pages/assets.tsx b/src/pages/assets.tsx index 9c08e3301eb..54d398c66e3 100644 --- a/src/pages/assets.tsx +++ b/src/pages/assets.tsx @@ -25,69 +25,69 @@ import PageMetadata from "@/components/PageMetadata" import { existsNamespace } from "@/lib/utils/existsNamespace" import { getLastDeployDate } from "@/lib/utils/getLastDeployDate" import { getLocaleTimestamp } from "@/lib/utils/time" -// import efLogo from "@/public/ef-logo.png" -// import efLogoWhite from "@/public/ef-logo-white.png" -// import ethDiamondBlackHero from "@/public/assets/eth-diamond-black.png" -// import ethDiamondPurpleHero from "@/public/assets/eth-diamond-purple.png" -// import ethGifCat from "@/public/eth-gif-cat.png" -// import ethGifChalk from "@/public/eth-gif-chalk.png" -// import ethGifSun from "@/public/eth-gif-sun.png" -// import ethGifWaves from "@/public/eth-gif-waves.png" -// import ethPortraitPurpleWhite from "@/public/assets/ethereum-logo-portrait-purple-white.png" -// import leslieTheRhino from "@/public/upgrades/upgrade_rhino.png" +// import efLogo from "@/public/images/ef-logo.png" +// import efLogoWhite from "@/public/images/ef-logo-white.png" +// import ethDiamondBlackHero from "@/public/images/assets/eth-diamond-black.png" +// import ethDiamondPurpleHero from "@/public/images/assets/eth-diamond-purple.png" +// import ethGifCat from "@/public/images/eth-gif-cat.png" +// import ethGifChalk from "@/public/images/eth-gif-chalk.png" +// import ethGifSun from "@/public/images/eth-gif-sun.png" +// import ethGifWaves from "@/public/images/eth-gif-waves.png" +// import ethPortraitPurpleWhite from "@/public/images/assets/ethereum-logo-portrait-purple-white.png" +// import leslieTheRhino from "@/public/images/upgrades/upgrade_rhino.png" import { getRequiredNamespacesForPage } from "@/lib/utils/translations" -import ethDiamondBlack from "@/public/assets/eth-diamond-black.png" -import ethDiamondBlackGray from "@/public/assets/eth-diamond-black-gray.png" -import ethDiamondBlackWhite from "@/public/assets/eth-diamond-black-white.jpg" -import ethDiamondGlyph from "@/public/assets/eth-diamond-glyph.png" -import ethDiamondPurple from "@/public/assets/eth-diamond-purple.png" -import ethDiamondPurplePurple from "@/public/assets/eth-diamond-purple-purple.png" -import ethDiamondPurpleWhite from "@/public/assets/eth-diamond-purple-white.jpg" -import ethDiamondColor from "@/public/assets/eth-diamond-rainbow.png" -import ethGlyphColored from "@/public/assets/eth-glyph-colored.png" -import ethLandscapeBlack from "@/public/assets/ethereum-logo-landscape-black.png" -import ethLandscapeBlackGray from "@/public/assets/ethereum-logo-landscape-black-gray.png" -import ethLandscapePurple from "@/public/assets/ethereum-logo-landscape-purple.png" -import ethLandscapePurplePurple from "@/public/assets/ethereum-logo-landscape-purple-purple.png" -import ethLandscapePurpleWhite from "@/public/assets/ethereum-logo-landscape-purple-white.png" -import ethPortraitBlack from "@/public/assets/ethereum-logo-portrait-black.png" -import ethPortraitBlackGray from "@/public/assets/ethereum-logo-portrait-black-gray.png" -import ethPortraitPurple from "@/public/assets/ethereum-logo-portrait-purple.png" -import ethPortraitPurplePurple from "@/public/assets/ethereum-logo-portrait-purple-purple.png" -import ethWordmarkBlack from "@/public/assets/ethereum-wordmark-black.png" -import ethWordmarkBlackGray from "@/public/assets/ethereum-wordmark-black-gray.png" -import ethWordmarkPurple from "@/public/assets/ethereum-wordmark-purple.png" -import ethWordmarkPurplePurple from "@/public/assets/ethereum-wordmark-purple-purple.png" -import ethWordmarkPurpleWhite from "@/public/assets/ethereum-wordmark-purple-white.png" -import developers from "@/public/developers-eth-blocks.png" -import doge from "@/public/doge-computer.png" -import enterprise from "@/public/enterprise-eth.png" -import eth from "@/public/eth.png" -import finance from "@/public/finance_transparent.png" -import future from "@/public/future_transparent.png" -import hackathon from "@/public/hackathon_transparent.png" -import communityHero from "@/public/heroes/community-hero.png" -import developersHero from "@/public/heroes/developers-hub-hero.jpg" -import garden from "@/public/heroes/garden.jpg" -import guidesHero from "@/public/heroes/guides-hub-hero.jpg" -import layer2Hero from "@/public/heroes/layer-2-hub-hero.jpg" -import learnHero from "@/public/heroes/learn-hub-hero.png" -import quizzesHub from "@/public/heroes/quizzes-hub-hero.png" -import roadmapHero from "@/public/heroes/roadmap-hub-hero.jpg" -import hero from "@/public/home/hero.png" -import heroPanda from "@/public/home/hero-panda.png" -import mergePanda from "@/public/home/merge-panda.png" -import impact from "@/public/impact_transparent.png" -import infrastructure from "@/public/infrastructure_transparent.png" -import beaconChain from "@/public/upgrades/core.png" -import merge from "@/public/upgrades/merge.png" -import newRings from "@/public/upgrades/newrings.png" -import oldShip from "@/public/upgrades/oldship.png" -import dao from "@/public/use-cases/dao-2.png" -import defi from "@/public/use-cases/defi.png" -import wallet from "@/public/wallet.png" -import whatIsEthereum from "@/public/what-is-ethereum.png" +import ethDiamondBlack from "@/public/images/assets/eth-diamond-black.png" +import ethDiamondBlackGray from "@/public/images/assets/eth-diamond-black-gray.png" +import ethDiamondBlackWhite from "@/public/images/assets/eth-diamond-black-white.jpg" +import ethDiamondGlyph from "@/public/images/assets/eth-diamond-glyph.png" +import ethDiamondPurple from "@/public/images/assets/eth-diamond-purple.png" +import ethDiamondPurplePurple from "@/public/images/assets/eth-diamond-purple-purple.png" +import ethDiamondPurpleWhite from "@/public/images/assets/eth-diamond-purple-white.jpg" +import ethDiamondColor from "@/public/images/assets/eth-diamond-rainbow.png" +import ethGlyphColored from "@/public/images/assets/eth-glyph-colored.png" +import ethLandscapeBlack from "@/public/images/assets/ethereum-logo-landscape-black.png" +import ethLandscapeBlackGray from "@/public/images/assets/ethereum-logo-landscape-black-gray.png" +import ethLandscapePurple from "@/public/images/assets/ethereum-logo-landscape-purple.png" +import ethLandscapePurplePurple from "@/public/images/assets/ethereum-logo-landscape-purple-purple.png" +import ethLandscapePurpleWhite from "@/public/images/assets/ethereum-logo-landscape-purple-white.png" +import ethPortraitBlack from "@/public/images/assets/ethereum-logo-portrait-black.png" +import ethPortraitBlackGray from "@/public/images/assets/ethereum-logo-portrait-black-gray.png" +import ethPortraitPurple from "@/public/images/assets/ethereum-logo-portrait-purple.png" +import ethPortraitPurplePurple from "@/public/images/assets/ethereum-logo-portrait-purple-purple.png" +import ethWordmarkBlack from "@/public/images/assets/ethereum-wordmark-black.png" +import ethWordmarkBlackGray from "@/public/images/assets/ethereum-wordmark-black-gray.png" +import ethWordmarkPurple from "@/public/images/assets/ethereum-wordmark-purple.png" +import ethWordmarkPurplePurple from "@/public/images/assets/ethereum-wordmark-purple-purple.png" +import ethWordmarkPurpleWhite from "@/public/images/assets/ethereum-wordmark-purple-white.png" +import developers from "@/public/images/developers-eth-blocks.png" +import doge from "@/public/images/doge-computer.png" +import enterprise from "@/public/images/enterprise-eth.png" +import eth from "@/public/images/eth.png" +import finance from "@/public/images/finance_transparent.png" +import future from "@/public/images/future_transparent.png" +import hackathon from "@/public/images/hackathon_transparent.png" +import communityHero from "@/public/images/heroes/community-hero.png" +import developersHero from "@/public/images/heroes/developers-hub-hero.jpg" +import garden from "@/public/images/heroes/garden.jpg" +import guidesHero from "@/public/images/heroes/guides-hub-hero.jpg" +import layer2Hero from "@/public/images/heroes/layer-2-hub-hero.jpg" +import learnHero from "@/public/images/heroes/learn-hub-hero.png" +import quizzesHub from "@/public/images/heroes/quizzes-hub-hero.png" +import roadmapHero from "@/public/images/heroes/roadmap-hub-hero.jpg" +import hero from "@/public/images/home/hero.png" +import heroPanda from "@/public/images/home/hero-panda.png" +import mergePanda from "@/public/images/home/merge-panda.png" +import impact from "@/public/images/impact_transparent.png" +import infrastructure from "@/public/images/infrastructure_transparent.png" +import beaconChain from "@/public/images/upgrades/core.png" +import merge from "@/public/images/upgrades/merge.png" +import newRings from "@/public/images/upgrades/newrings.png" +import oldShip from "@/public/images/upgrades/oldship.png" +import dao from "@/public/images/use-cases/dao-2.png" +import defi from "@/public/images/use-cases/defi.png" +import wallet from "@/public/images/wallet.png" +import whatIsEthereum from "@/public/images/what-is-ethereum.png" const Row = (props: SimpleGridProps) => ( {
- + {t("page-assets-illustrations")}
- + {t("page-assets-historical-artwork")}
- + {t("page-assets-ethereum-brand-assets")}
@@ -397,19 +397,19 @@ const AssetsPage = () => { title={t("page-assets-eth-diamond-glyph")} alt={t("page-assets-eth-diamond-glyph")} image={ethDiamondGlyph} - svgUrl="/assets/svgs/eth-diamond-glyph.svg" + svgUrl="/images/assets/svgs/eth-diamond-glyph.svg" /> @@ -417,13 +417,13 @@ const AssetsPage = () => { title={t("page-assets-eth-diamond-purple")} alt={t("page-assets-eth-diamond-purple")} image={ethDiamondPurple} - svgUrl="/assets/svgs/eth-diamond-purple.svg" + svgUrl="/images/assets/svgs/eth-diamond-purple.svg" /> @@ -431,19 +431,19 @@ const AssetsPage = () => { title={t("page-assets-eth-logo-portrait-gray")} alt={t("page-assets-eth-logo-portrait-gray")} image={ethPortraitBlack} - svgUrl="/assets/svgs/ethereum-logo-portrait-black.svg " + svgUrl="/images/assets/svgs/ethereum-logo-portrait-black.svg " /> @@ -451,19 +451,19 @@ const AssetsPage = () => { title={t("page-assets-eth-logo-portrait-purple")} alt={t("page-assets-eth-logo-portrait-purple")} image={ethPortraitPurple} - svgUrl="/assets/svgs/ethereum-logo-portrait-purple.svg" + svgUrl="/images/assets/svgs/ethereum-logo-portrait-purple.svg" />

{t("page-assets-page-assets-solid-background")}

@@ -472,19 +472,19 @@ const AssetsPage = () => { title={t("page-assets-eth-diamond-white")} alt={t("page-assets-eth-diamond-white")} image={ethDiamondBlackWhite} - svgUrl="/assets/svgs/eth-diamond-black-white.svg" + svgUrl="/images/assets/svgs/eth-diamond-black-white.svg" /> @@ -493,13 +493,13 @@ const AssetsPage = () => { title={t("page-assets-eth-diamond-white")} alt={t("page-assets-eth-diamond-white")} image={ethDiamondPurpleWhite} - svgUrl="/assets/svgs/eth-diamond-purple-white.svg" + svgUrl="/images/assets/svgs/eth-diamond-purple-white.svg" /> @@ -507,19 +507,19 @@ const AssetsPage = () => { title={t("page-assets-eth-logo-portrait-gray")} alt={t("page-assets-eth-logo-portrait-gray")} image={ethPortraitBlackGray} - svgUrl="/assets/svgs/ethereum-logo-portrait-black-gray.svg" + svgUrl="/images/assets/svgs/ethereum-logo-portrait-black-gray.svg" /> @@ -527,19 +527,19 @@ const AssetsPage = () => { title={t("page-assets-eth-logo-portrait-purple")} alt={t("page-assets-eth-logo-portrait-purple")} image={ethPortraitPurplePurple} - svgUrl="/assets/svgs/ethereum-logo-portrait-purple-purple.svg" + svgUrl="/images/assets/svgs/ethereum-logo-portrait-purple-purple.svg" /> @@ -547,13 +547,13 @@ const AssetsPage = () => { title={t("page-assets-eth-logo-landscape-white")} alt={t("page-assets-eth-logo-landscape-white")} image={ethLandscapePurpleWhite} - svgUrl="/assets/svgs/ethereum-logo-landscape-purple-white.svg" + svgUrl="/images/assets/svgs/ethereum-logo-landscape-purple-white.svg" />

{t("page-assets-illustrations")}

@@ -567,7 +567,7 @@ const AssetsPage = () => { title={t("page-assets-merge-panda")} alt={t("page-assets-merge-panda")} image={mergePanda} - svgUrl="/assets/svgs/merge-panda.svg" + svgUrl="/images/assets/svgs/merge-panda.svg" /> diff --git a/src/pages/bug-bounty.tsx b/src/pages/bug-bounty.tsx index 7cbb919f7fe..56fbae7cb5b 100644 --- a/src/pages/bug-bounty.tsx +++ b/src/pages/bug-bounty.tsx @@ -38,17 +38,17 @@ import { getRequiredNamespacesForPage } from "@/lib/utils/translations" import consensusData from "@/data/consensus-bounty-hunters.json" import executionData from "@/data/execution-bounty-hunters.json" -import besu from "@/public/upgrades/besu.png" -import erigon from "@/public/upgrades/erigon.png" -import geth from "@/public/upgrades/geth.png" -import lighthouseDark from "@/public/upgrades/lighthouse-dark.png" -import lighthouseLight from "@/public/upgrades/lighthouse-light.png" -import lodestar from "@/public/upgrades/lodestar.png" -import nethermind from "@/public/upgrades/nethermind.png" -import nimbus from "@/public/upgrades/nimbus-cloud.png" -import prysm from "@/public/upgrades/prysm.png" -import tekuDark from "@/public/upgrades/teku-dark.png" -import tekuLight from "@/public/upgrades/teku-light.png" +import besu from "@/public/images/upgrades/besu.png" +import erigon from "@/public/images/upgrades/erigon.png" +import geth from "@/public/images/upgrades/geth.png" +import lighthouseDark from "@/public/images/upgrades/lighthouse-dark.png" +import lighthouseLight from "@/public/images/upgrades/lighthouse-light.png" +import lodestar from "@/public/images/upgrades/lodestar.png" +import nethermind from "@/public/images/upgrades/nethermind.png" +import nimbus from "@/public/images/upgrades/nimbus-cloud.png" +import prysm from "@/public/images/upgrades/prysm.png" +import tekuDark from "@/public/images/upgrades/teku-dark.png" +import tekuLight from "@/public/images/upgrades/teku-light.png" const Page = (props: ChildOnlyProp) => ( { const requiredNamespaces = getRequiredNamespacesForPage("/community") diff --git a/src/pages/contributing/translation-program/acknowledgements.tsx b/src/pages/contributing/translation-program/acknowledgements.tsx index 4ead08bd591..05546d41fae 100644 --- a/src/pages/contributing/translation-program/acknowledgements.tsx +++ b/src/pages/contributing/translation-program/acknowledgements.tsx @@ -34,10 +34,10 @@ import allTimeData from "../../../data/translation-reports/alltime/alltime-data. import monthData from "../../../data/translation-reports/month/month-data.json" import quarterData from "../../../data/translation-reports/quarter/quarter-data.json" -import darkThemeCertificateImg from "@/public/certificates/dark-certificate.png" -import lightThemeCertificateImg from "@/public/certificates/light-certificate.png" -import dogeComputerImg from "@/public/doge-computer.png" -import whatIsEthereumImg from "@/public/what-is-ethereum.png" +import darkThemeCertificateImg from "@/public/images/certificates/dark-certificate.png" +import lightThemeCertificateImg from "@/public/images/certificates/light-certificate.png" +import dogeComputerImg from "@/public/images/doge-computer.png" +import whatIsEthereumImg from "@/public/images/what-is-ethereum.png" const Content = (props: BoxProps) => ( diff --git a/src/pages/dapps.tsx b/src/pages/dapps.tsx index 9db45a8fe20..82d0a0e2ba9 100644 --- a/src/pages/dapps.tsx +++ b/src/pages/dapps.tsx @@ -55,74 +55,74 @@ import { trackCustomEvent } from "@/lib/utils/matomo" import { getLocaleTimestamp } from "@/lib/utils/time" import { getRequiredNamespacesForPage } from "@/lib/utils/translations" -import aave from "@/public/dapps/aave.png" -import ankr from "@/public/dapps/ankr.png" -import api3 from "@/public/dapps/api3.png" -import artblocks from "@/public/dapps/artblocks.png" -import arweave from "@/public/dapps/arweave.png" -import asyncart from "@/public/dapps/asyncart.png" -import audius from "@/public/dapps/audius.png" -import augur from "@/public/dapps/augur.png" -import axie from "@/public/dapps/axie.png" -import balancer from "@/public/dapps/balancer.png" -import brave from "@/public/dapps/brave.png" -import compound from "@/public/dapps/compound.png" -import convex from "@/public/dapps/convex.png" -import cryptopunks from "@/public/dapps/cryptopunks.png" -import cryptovoxels from "@/public/dapps/cryptovoxels.png" -import curve from "@/public/dapps/curve.png" -import cyberconnect from "@/public/dapps/cyberconnect.png" -import darkforest from "@/public/dapps/darkforest.png" -import decentraland from "@/public/dapps/decentraland.png" -import dodo from "@/public/dapps/dodo.png" -import ens from "@/public/dapps/ens.png" -import etherisc from "@/public/dapps/etherisc.png" -import foundation from "@/public/dapps/foundation.png" -import gitcoin from "@/public/dapps/gitcoin.png" -import gm from "@/public/dapps/gm.png" -import gods from "@/public/dapps/gods.png" -import golem from "@/public/dapps/golem.png" -import graph from "@/public/dapps/graph.png" -import index from "@/public/dapps/index-coop.png" -import ipfs from "@/public/dapps/ipfs.png" -import krystal from "@/public/dapps/krystal.png" -import kyberswap from "@/public/dapps/kyberswap.png" -import lido from "@/public/dapps/lido.png" -import loopring from "@/public/dapps/loopring.png" -import marble from "@/public/dapps/marble.png" -import matcha from "@/public/dapps/matcha.png" -import mirror from "@/public/dapps/mirror.png" -import nexus from "@/public/dapps/nexus.png" -import nifty from "@/public/dapps/nifty.png" -import opensea from "@/public/dapps/opensea.png" -import opera from "@/public/dapps/opera.png" -import osuvox from "@/public/dapps/osuvox.png" -import poap from "@/public/dapps/poap.png" -import polymarket from "@/public/dapps/polymarket.png" -import pooltogether from "@/public/dapps/pooltogether.png" -import pwn from "@/public/dapps/pwn.png" -import radicle from "@/public/dapps/radicle.png" -import rarible from "@/public/dapps/rarible.png" -import rotki from "@/public/dapps/rotki.png" -import rubic from "@/public/dapps/rubic.png" -import sablier from "@/public/dapps/sablier.png" -import set from "@/public/dapps/set.png" -import spatial from "@/public/dapps/spatial.png" -import spruce from "@/public/dapps/spruce.png" -import status from "@/public/dapps/status.png" -import summerfi from "@/public/dapps/summerfi.png" -import superrare from "@/public/dapps/superrare.png" -import synthetix from "@/public/dapps/synthetix.png" -import uniswap from "@/public/dapps/uni.png" -import xmtp from "@/public/dapps/xmtp.png" -import yearn from "@/public/dapps/yearn.png" -import zapper from "@/public/dapps/zapper.png" -import zerion from "@/public/dapps/zerion.png" -import developers from "@/public/developers-eth-blocks.png" // Handled inside Callout => height=200 -import doge from "@/public/doge-computer.png" // HERO, full? 624px -import oneinch from "@/public/exchanges/1inch.png" -import magicians from "@/public/magicians.png" -import wallet from "@/public/wallet.png" // width=300 +import aave from "@/public/images/dapps/aave.png" +import ankr from "@/public/images/dapps/ankr.png" +import api3 from "@/public/images/dapps/api3.png" +import artblocks from "@/public/images/dapps/artblocks.png" +import arweave from "@/public/images/dapps/arweave.png" +import asyncart from "@/public/images/dapps/asyncart.png" +import audius from "@/public/images/dapps/audius.png" +import augur from "@/public/images/dapps/augur.png" +import axie from "@/public/images/dapps/axie.png" +import balancer from "@/public/images/dapps/balancer.png" +import brave from "@/public/images/dapps/brave.png" +import compound from "@/public/images/dapps/compound.png" +import convex from "@/public/images/dapps/convex.png" +import cryptopunks from "@/public/images/dapps/cryptopunks.png" +import cryptovoxels from "@/public/images/dapps/cryptovoxels.png" +import curve from "@/public/images/dapps/curve.png" +import cyberconnect from "@/public/images/dapps/cyberconnect.png" +import darkforest from "@/public/images/dapps/darkforest.png" +import decentraland from "@/public/images/dapps/decentraland.png" +import dodo from "@/public/images/dapps/dodo.png" +import ens from "@/public/images/dapps/ens.png" +import etherisc from "@/public/images/dapps/etherisc.png" +import foundation from "@/public/images/dapps/foundation.png" +import gitcoin from "@/public/images/dapps/gitcoin.png" +import gm from "@/public/images/dapps/gm.png" +import gods from "@/public/images/dapps/gods.png" +import golem from "@/public/images/dapps/golem.png" +import graph from "@/public/images/dapps/graph.png" +import index from "@/public/images/dapps/index-coop.png" +import ipfs from "@/public/images/dapps/ipfs.png" +import krystal from "@/public/images/dapps/krystal.png" +import kyberswap from "@/public/images/dapps/kyberswap.png" +import lido from "@/public/images/dapps/lido.png" +import loopring from "@/public/images/dapps/loopring.png" +import marble from "@/public/images/dapps/marble.png" +import matcha from "@/public/images/dapps/matcha.png" +import mirror from "@/public/images/dapps/mirror.png" +import nexus from "@/public/images/dapps/nexus.png" +import nifty from "@/public/images/dapps/nifty.png" +import opensea from "@/public/images/dapps/opensea.png" +import opera from "@/public/images/dapps/opera.png" +import osuvox from "@/public/images/dapps/osuvox.png" +import poap from "@/public/images/dapps/poap.png" +import polymarket from "@/public/images/dapps/polymarket.png" +import pooltogether from "@/public/images/dapps/pooltogether.png" +import pwn from "@/public/images/dapps/pwn.png" +import radicle from "@/public/images/dapps/radicle.png" +import rarible from "@/public/images/dapps/rarible.png" +import rotki from "@/public/images/dapps/rotki.png" +import rubic from "@/public/images/dapps/rubic.png" +import sablier from "@/public/images/dapps/sablier.png" +import set from "@/public/images/dapps/set.png" +import spatial from "@/public/images/dapps/spatial.png" +import spruce from "@/public/images/dapps/spruce.png" +import status from "@/public/images/dapps/status.png" +import summerfi from "@/public/images/dapps/summerfi.png" +import superrare from "@/public/images/dapps/superrare.png" +import synthetix from "@/public/images/dapps/synthetix.png" +import uniswap from "@/public/images/dapps/uni.png" +import xmtp from "@/public/images/dapps/xmtp.png" +import yearn from "@/public/images/dapps/yearn.png" +import zapper from "@/public/images/dapps/zapper.png" +import zerion from "@/public/images/dapps/zerion.png" +import developers from "@/public/images/developers-eth-blocks.png" // Handled inside Callout => height=200 +import doge from "@/public/images/doge-computer.png" // HERO, full? 624px +import oneinch from "@/public/images/exchanges/1inch.png" +import magicians from "@/public/images/magicians.png" +import wallet from "@/public/images/wallet.png" // width=300 const Page = (props: ChildOnlyProp & FlexProps) => ( { diff --git a/src/pages/developers/index.tsx b/src/pages/developers/index.tsx index 439e39d6222..ef69a7f5659 100644 --- a/src/pages/developers/index.tsx +++ b/src/pages/developers/index.tsx @@ -33,10 +33,10 @@ import { getLastDeployDate } from "@/lib/utils/getLastDeployDate" import { getLocaleTimestamp } from "@/lib/utils/time" import { getRequiredNamespacesForPage } from "@/lib/utils/translations" -import SpeedRunEthereumImage from "@/public/dev-tools/speed-run-ethereum-banner.png" -import DevelopersImage from "@/public/developers-eth-blocks.png" -import DogeImage from "@/public/doge-computer.png" -import HeroImage from "@/public/heroes/developers-hub-hero.jpg" +import SpeedRunEthereumImage from "@/public/images/dev-tools/speed-run-ethereum-banner.png" +import DevelopersImage from "@/public/images/developers-eth-blocks.png" +import DogeImage from "@/public/images/doge-computer.png" +import HeroImage from "@/public/images/heroes/developers-hub-hero.jpg" const Page = (props: ChildOnlyProp) => ( ( { return ( diff --git a/src/pages/eth.tsx b/src/pages/eth.tsx index 50d9e9ee265..26d1f621f48 100644 --- a/src/pages/eth.tsx +++ b/src/pages/eth.tsx @@ -38,10 +38,10 @@ import { getLastDeployDate } from "@/lib/utils/getLastDeployDate" import { getLocaleTimestamp } from "@/lib/utils/time" import { getRequiredNamespacesForPage } from "@/lib/utils/translations" -import eth from "@/public/eth.png" -import ethCat from "@/public/eth-gif-cat.png" -import defi from "@/public/finance_transparent.png" -import ethereum from "@/public/what-is-ethereum.png" +import eth from "@/public/images/eth.png" +import ethCat from "@/public/images/eth-gif-cat.png" +import defi from "@/public/images/finance_transparent.png" +import ethereum from "@/public/images/what-is-ethereum.png" const Page = (props: ChildOnlyProp) => ( { diff --git a/src/pages/gas.tsx b/src/pages/gas.tsx index b50237c1020..7052ca70a27 100644 --- a/src/pages/gas.tsx +++ b/src/pages/gas.tsx @@ -47,11 +47,11 @@ import { getLocaleTimestamp } from "@/lib/utils/time" import { getRequiredNamespacesForPage } from "@/lib/utils/translations" // Static assets -import dogeComputerImg from "@/public/doge-computer.png" -import ethImg from "@/public/eth.png" -import infrastructureTransparentImg from "@/public/infrastructure_transparent.png" -import walletImg from "@/public/wallet.png" -import whatIsEthereumImg from "@/public/what-is-ethereum.png" +import dogeComputerImg from "@/public/images/doge-computer.png" +import ethImg from "@/public/images/eth.png" +import infrastructureTransparentImg from "@/public/images/infrastructure_transparent.png" +import walletImg from "@/public/images/wallet.png" +import whatIsEthereumImg from "@/public/images/what-is-ethereum.png" const Content = (props: BoxProps) => diff --git a/src/pages/get-eth.tsx b/src/pages/get-eth.tsx index b31f49037b2..e7b737e67bb 100644 --- a/src/pages/get-eth.tsx +++ b/src/pages/get-eth.tsx @@ -37,13 +37,13 @@ import { trackCustomEvent } from "@/lib/utils/matomo" import { getLocaleTimestamp } from "@/lib/utils/time" import { getRequiredNamespacesForPage } from "@/lib/utils/translations" -import uniswap from "@/public/dapps/uni.png" -import dapps from "@/public/doge-computer.png" -import oneinch from "@/public/exchanges/1inch.png" -import bancor from "@/public/exchanges/bancor.png" -import kyber from "@/public/exchanges/kyber.png" -import hero from "@/public/get-eth.png" -import wallet from "@/public/wallet.png" +import uniswap from "@/public/images/dapps/uni.png" +import dapps from "@/public/images/doge-computer.png" +import oneinch from "@/public/images/exchanges/1inch.png" +import bancor from "@/public/images/exchanges/bancor.png" +import kyber from "@/public/images/exchanges/kyber.png" +import hero from "@/public/images/get-eth.png" +import wallet from "@/public/images/wallet.png" const Page = (props: ChildOnlyProp) => ( ( ( { diff --git a/src/pages/quizzes.tsx b/src/pages/quizzes.tsx index b7ee245f1e5..408a7d335ce 100644 --- a/src/pages/quizzes.tsx +++ b/src/pages/quizzes.tsx @@ -28,7 +28,7 @@ import { ethereumBasicsQuizzes, usingEthereumQuizzes } from "@/data/quizzes" import { INITIAL_QUIZ } from "@/lib/constants" -import HeroImage from "@/public/heroes/quizzes-hub-hero.png" +import HeroImage from "@/public/images/heroes/quizzes-hub-hero.png" const handleGHAdd = () => trackCustomEvent({ @@ -81,7 +81,7 @@ const QuizzesHubPage: NextPage< ( @@ -441,7 +441,7 @@ const RunANodePage = () => { diff --git a/src/pages/stablecoins.tsx b/src/pages/stablecoins.tsx index bc6e1d6a397..76924539693 100644 --- a/src/pages/stablecoins.tsx +++ b/src/pages/stablecoins.tsx @@ -48,16 +48,16 @@ import { fetchEthereumEcosystemData, fetchEthereumStablecoinsData, } from "@/lib/api/stablecoinsData" -import summerfiImg from "@/public/dapps/summerfi.png" -import dogeComputerImg from "@/public/doge-computer.png" +import summerfiImg from "@/public/images/dapps/summerfi.png" +import dogeComputerImg from "@/public/images/doge-computer.png" // -- daps -import aaveImg from "@/public/stablecoins/aave.png" -import compoundImg from "@/public/stablecoins/compound.png" +import aaveImg from "@/public/images/stablecoins/aave.png" +import compoundImg from "@/public/images/stablecoins/compound.png" // Static assets -import daiLargeImg from "@/public/stablecoins/dai-large.png" -import heroImg from "@/public/stablecoins/hero.png" -import stablecoinsWtfImg from "@/public/stablecoins/tools/stablecoinswtf.png" -import usdcLargeImg from "@/public/stablecoins/usdc-large.png" +import daiLargeImg from "@/public/images/stablecoins/dai-large.png" +import heroImg from "@/public/images/stablecoins/hero.png" +import stablecoinsWtfImg from "@/public/images/stablecoins/tools/stablecoinswtf.png" +import usdcLargeImg from "@/public/images/stablecoins/usdc-large.png" type EthereumDataResponse = Array<{ id: string @@ -419,7 +419,7 @@ const StablecoinsPage = ({ markets, marketsHasError }) => { diff --git a/src/pages/staking/deposit-contract.tsx b/src/pages/staking/deposit-contract.tsx index c813698170c..b25b0846991 100644 --- a/src/pages/staking/deposit-contract.tsx +++ b/src/pages/staking/deposit-contract.tsx @@ -47,9 +47,9 @@ import { getRequiredNamespacesForPage } from "@/lib/utils/translations" import { DEPOSIT_CONTRACT_ADDRESS } from "@/data/addresses" -import consensys from "@/public/projects/consensys.png" -import etherscan from "@/public/projects/etherscan-logo-circle.png" -import ef from "@/public/staking/ef-blog-logo.png" +import consensys from "@/public/images/projects/consensys.png" +import etherscan from "@/public/images/projects/etherscan-logo-circle.png" +import ef from "@/public/images/staking/ef-blog-logo.png" const FlexBox = (props: ChildOnlyProp) => ( diff --git a/src/pages/wallets/find-wallet.tsx b/src/pages/wallets/find-wallet.tsx index 7c17c0481b0..eb8390617e0 100644 --- a/src/pages/wallets/find-wallet.tsx +++ b/src/pages/wallets/find-wallet.tsx @@ -37,7 +37,7 @@ import { } from "@/lib/constants" import { WalletSupportedLanguageContext } from "@/contexts/WalletSupportedLanguageContext" -import HeroImage from "@/public/wallets/wallet-hero.png" +import HeroImage from "@/public/images/wallets/wallet-hero.png" const Subtitle = ({ children }: ChildOnlyProp) => ( diff --git a/src/pages/wallets/index.tsx b/src/pages/wallets/index.tsx index 4ede0101823..3c8056685db 100644 --- a/src/pages/wallets/index.tsx +++ b/src/pages/wallets/index.tsx @@ -39,10 +39,10 @@ import { getRequiredNamespacesForPage } from "@/lib/utils/translations" import { walletOnboardingSimData } from "@/data/WalletSimulatorData" -import DappsImage from "@/public/doge-computer.png" -import ETHImage from "@/public/eth-logo.png" -import FindWalletImage from "@/public/wallets/find-wallet.png" -import HeroImage from "@/public/wallets/wallet-hero.png" +import DappsImage from "@/public/images/doge-computer.png" +import ETHImage from "@/public/images/eth-logo.png" +import FindWalletImage from "@/public/images/wallets/find-wallet.png" +import HeroImage from "@/public/images/wallets/wallet-hero.png" const Page = (props: BoxProps) => ( { diff --git a/src/pages/what-is-ethereum.tsx b/src/pages/what-is-ethereum.tsx index b74d5f3d5a8..d554fd2e7cf 100644 --- a/src/pages/what-is-ethereum.tsx +++ b/src/pages/what-is-ethereum.tsx @@ -61,15 +61,15 @@ import { } from "@/lib/utils/translations" import { fetchTxCount } from "@/lib/api/fetchTxCount" -import dogeComputerImg from "@/public/doge-computer.png" -import ethImg from "@/public/eth.png" -import diffEthAndBtc from "@/public/eth.png" -import criminalActivity from "@/public/finance_transparent.png" -import ethCoin from "@/public/impact_transparent.png" -import whatAreSmartContracts from "@/public/infrastructure_transparent.png" -import whoRunsEthereum from "@/public/run-a-node/ethereum-inside.png" -import stats from "@/public/upgrades/newrings.png" -import hero from "@/public/what-is-ethereum.png" +import dogeComputerImg from "@/public/images/doge-computer.png" +import ethImg from "@/public/images/eth.png" +import diffEthAndBtc from "@/public/images/eth.png" +import criminalActivity from "@/public/images/finance_transparent.png" +import ethCoin from "@/public/images/impact_transparent.png" +import whatAreSmartContracts from "@/public/images/infrastructure_transparent.png" +import whoRunsEthereum from "@/public/images/run-a-node/ethereum-inside.png" +import stats from "@/public/images/upgrades/newrings.png" +import hero from "@/public/images/what-is-ethereum.png" const Slogan = (props: ChildOnlyProp) => (