From 2a26a50318b9d19dc3502e41a41dffa13715583f Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:08:12 -0500 Subject: [PATCH 01/28] Update docusaurus.config.js Attempting to make the baseURL work with GH Pages. --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6379d9f..197c1cb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,7 +16,7 @@ const config = { url: 'https://education-dao.xyz', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/docs', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. From 2942ad421c9766a858d299a6cd60ee1641074e58 Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:27:39 -0500 Subject: [PATCH 02/28] replace all /docs/docs with /docs --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 197c1cb..5db03ff 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -94,7 +94,7 @@ const config = { items: [ { label: 'Projects', - to: '/docs/docs/projects', + to: '/docs/projects', }, ], }, From 94c4f3bf4305f169557e2de13b36dd83108612a0 Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:31:04 -0500 Subject: [PATCH 03/28] replacing docs/docs with /docs --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 197c1cb..5db03ff 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -94,7 +94,7 @@ const config = { items: [ { label: 'Projects', - to: '/docs/docs/projects', + to: '/docs/projects', }, ], }, From 80e740220d47cf037e0c7b7f0a7918c0c7a06dfe Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:43:36 -0500 Subject: [PATCH 04/28] change project name to avoid dumb URL strings --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 5db03ff..522474d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,12 +16,12 @@ const config = { url: 'https://education-dao.xyz', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl: '/DAOdocs/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: 'EducationDAO', // Usually your GitHub org/user name. - projectName: 'docs', // Usually your repo name. + projectName: 'DAOdocs', // Usually your repo name. onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', From ea0c2d3194b334ea53e354a879f79e520c61ed75 Mon Sep 17 00:00:00 2001 From: mapachurro Date: Tue, 16 Jan 2024 09:36:56 -0500 Subject: [PATCH 05/28] changed link in right sidebar to go to EducationDAO repo, not Facebook / docusaurus --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6379d9f..db1e27b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -80,7 +80,7 @@ const config = { }, {to: '/Blog', label: 'News', position: 'left'}, { - href: 'https://github.com/facebook/docusaurus', + href: 'https://github.com/EducationDAO/', label: 'GitHub', position: 'right', }, @@ -94,7 +94,7 @@ const config = { items: [ { label: 'Projects', - to: '/docs/docs/projects', + to: '/docs/projects', }, ], }, From 116859a3c735feacc059989704f42309f2fe5a1d Mon Sep 17 00:00:00 2001 From: mapachurro Date: Tue, 16 Jan 2024 10:41:19 -0500 Subject: [PATCH 06/28] updated twitter and discord links, removed other irrelevant ones --- docusaurus.config.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index db1e27b..39c2e76 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -101,17 +101,13 @@ const config = { { title: 'Community', items: [ - { - label: 'Stack Overflow', - href: 'https://stackoverflow.com/questions/tagged/docusaurus', - }, { label: 'Discord', - href: 'https://discordapp.com/invite/docusaurus', + href: 'https://discord.gg/24Nqz6zP', }, { label: 'Twitter', - href: 'https://twitter.com/docusaurus', + href: 'https://twitter.com/Education__DAO', }, ], }, @@ -122,10 +118,6 @@ const config = { label: 'Blog', to: '/blog', }, - { - label: 'GitHub', - href: 'https://github.com/facebook/docusaurus', - }, ], }, ], From fde2389dbf94d719d24a004d8c43d4e749c820e6 Mon Sep 17 00:00:00 2001 From: mapachurro Date: Tue, 16 Jan 2024 10:44:50 -0500 Subject: [PATCH 07/28] added hey.xyz and Farcaster links --- docusaurus.config.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 39c2e76..4432fd7 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -105,6 +105,14 @@ const config = { label: 'Discord', href: 'https://discord.gg/24Nqz6zP', }, + { + label: 'Lens Protocol', + href: 'https://hey.xyz/u/educationdao', + }, + { + label: 'Farcaster', + href: 'https://warpcast.com/educationdao', + }, { label: 'Twitter', href: 'https://twitter.com/Education__DAO', @@ -121,7 +129,7 @@ const config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} Education DAO.`, }, prism: { theme: prismThemes.github, From b31f0cd1adcab2b18fb67952fe5b4932bf77b7d9 Mon Sep 17 00:00:00 2001 From: mapachurro Date: Tue, 16 Jan 2024 10:52:06 -0500 Subject: [PATCH 08/28] correcting baseurl --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 2779267..55e0220 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,7 +16,7 @@ const config = { url: 'https://education-dao.xyz', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/DAOdocs/', + baseUrl: '/docs/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. From 99027f0b55d98a4bc7d3b698bd22a1affbdc3934 Mon Sep 17 00:00:00 2001 From: mapachurro Date: Tue, 16 Jan 2024 10:57:38 -0500 Subject: [PATCH 09/28] updating project name --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 55e0220..534fcdf 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -21,7 +21,7 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: 'EducationDAO', // Usually your GitHub org/user name. - projectName: 'DAOdocs', // Usually your repo name. + projectName: 'educationdao.xyz', // Usually your repo name. onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', From a36b6c21f64076f6eaa178ca77b3f7428a6f5524 Mon Sep 17 00:00:00 2001 From: mapachurro Date: Tue, 16 Jan 2024 10:59:13 -0500 Subject: [PATCH 10/28] updating project name to educationdao.xyz --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 534fcdf..1c627d8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,7 +16,7 @@ const config = { url: 'https://education-dao.xyz', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/docs/', + baseUrl: '/educationdao.xyz/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. From 7c94334e7858cfcb155c3d1d5512f9c96b94d9c3 Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Wed, 17 Jan 2024 21:37:47 -0500 Subject: [PATCH 11/28] Update index.mdx Correcting a typo and improving format. --- docs/courses/index.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/courses/index.mdx b/docs/courses/index.mdx index 3991f1b..fd73c3a 100644 --- a/docs/courses/index.mdx +++ b/docs/courses/index.mdx @@ -4,5 +4,7 @@ title: Courses The courses of Education DAO is a house of many mansions. -The original genesis of the DAO was in the decentralization of Conensys Academy, whose Blockchain Developer Bootcamp was one of the first, and certainly one of the best-known, courses of its kind. The DAO now holds that content, and it is available to be modified, read, and taught. +The original genesis of the DAO was in the decentralization of Consensys Academy, whose Blockchain Developer Bootcamp was one of the first, and certainly one of the best-known, courses of its kind. + +The DAO now holds that content, and it is available to be modified, read, and taught. From 94ee3727685a71193b607d0fa04637f4a03459f3 Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Wed, 17 Jan 2024 21:40:27 -0500 Subject: [PATCH 12/28] Update docusaurus.config.js hopefully, fixing baseURL for the last time~! --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 1c627d8..bb92324 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,7 +16,7 @@ const config = { url: 'https://education-dao.xyz', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/educationdao.xyz/', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. From 92431f8eb0d1b82c2e0dcd51eca4a7042edbd3d3 Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Wed, 17 Jan 2024 21:54:21 -0500 Subject: [PATCH 13/28] Revert "Update docusaurus.config.js" --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index bb92324..1c627d8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,7 +16,7 @@ const config = { url: 'https://education-dao.xyz', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl: '/educationdao.xyz/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. From c09d17dcb1203772ea3b188b46eb82e34401748a Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Wed, 17 Jan 2024 22:00:26 -0500 Subject: [PATCH 14/28] Revert "Revert "Update docusaurus.config.js"" --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 1c627d8..bb92324 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,7 +16,7 @@ const config = { url: 'https://education-dao.xyz', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/educationdao.xyz/', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. From 00237c805dbbf54afe8bb02e47bad3a2c52ac371 Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Wed, 17 Jan 2024 22:03:56 -0500 Subject: [PATCH 15/28] Update docusaurus.config.js Updating docs path --- docusaurus.config.js | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index bb92324..2b3b8dc 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -40,18 +40,16 @@ const config = { /** @type {import('@docusaurus/preset-classic').Options} */ ({ docs: { - sidebarPath: './sidebars.js', - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/EducationDAO/docs', - }, + path: './docs', + sidebarPath: './sidebars.js', + editUrl: 'https://github.com/EducationDAO/educationdao.xyz', +}, blog: { showReadingTime: true, // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/EducationDAO/docs', + 'https://github.com/EducationDAO/educationdao.xyz', }, theme: { customCss: './src/css/custom.css', From c5f7d6cf8465d753d1ce11d9f0190ae035138cd5 Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Wed, 17 Jan 2024 22:09:45 -0500 Subject: [PATCH 16/28] Revert "Update docusaurus.config.js" --- docusaurus.config.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 2b3b8dc..bb92324 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -40,16 +40,18 @@ const config = { /** @type {import('@docusaurus/preset-classic').Options} */ ({ docs: { - path: './docs', - sidebarPath: './sidebars.js', - editUrl: 'https://github.com/EducationDAO/educationdao.xyz', -}, + sidebarPath: './sidebars.js', + // Please change this to your repo. + // Remove this to remove the "edit this page" links. + editUrl: + 'https://github.com/EducationDAO/docs', + }, blog: { showReadingTime: true, // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/EducationDAO/educationdao.xyz', + 'https://github.com/EducationDAO/docs', }, theme: { customCss: './src/css/custom.css', From 870021454c8bb45743d0dba0e1962022e2242333 Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Wed, 17 Jan 2024 22:12:02 -0500 Subject: [PATCH 17/28] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..cee2c16 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +educationdao.xyz From c04f827af23ab837d9b152a12418cf27e4977005 Mon Sep 17 00:00:00 2001 From: mapachurro Date: Tue, 20 Feb 2024 14:38:18 -0500 Subject: [PATCH 18/28] adding iframe to blog feature --- blog/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/blog/index.md b/blog/index.md index da21d77..aab2cd9 100644 --- a/blog/index.md +++ b/blog/index.md @@ -1,3 +1,9 @@ --- title: Education DAO Announcements --- + + From de5dc44610429cf7561986265728f0253d2052be Mon Sep 17 00:00:00 2001 From: Ecusma <127043109+Ecusma@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:43:16 -0500 Subject: [PATCH 19/28] Update index.js --- src/components/HomepageFeatures/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 1ee3b34..26ce517 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -9,6 +9,9 @@ const FeatureList = [ title: 'Why Education DAO?', Svg: require('@site/static/img/education-dao-animated-logo.svg').default, description: ( +
+ +
<> {Why} From b2627bd88718c0361816b106b3235ad4936df8c9 Mon Sep 17 00:00:00 2001 From: Ecusma <127043109+Ecusma@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:46:20 -0500 Subject: [PATCH 20/28] Update index.md add the onion newssite to our news section in an iframe --- blog/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/index.md b/blog/index.md index aab2cd9..0665fc9 100644 --- a/blog/index.md +++ b/blog/index.md @@ -3,7 +3,7 @@ title: Education DAO Announcements --- From 4f8e9192abac1667d23cf39fe65789b8a9f23d69 Mon Sep 17 00:00:00 2001 From: Ecusma <127043109+Ecusma@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:49:11 -0500 Subject: [PATCH 21/28] Update index.js --- src/components/HomepageFeatures/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 26ce517..f04280a 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -9,10 +9,10 @@ const FeatureList = [ title: 'Why Education DAO?', Svg: require('@site/static/img/education-dao-animated-logo.svg').default, description: ( -
+ <> +
- <> {Why} ), From 152153263f300bbc6df9796175311c7ce3a2a198 Mon Sep 17 00:00:00 2001 From: Ecusma <127043109+Ecusma@users.noreply.github.com> Date: Fri, 8 Mar 2024 13:02:37 -0500 Subject: [PATCH 22/28] Update index.md adding more news --- blog/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/blog/index.md b/blog/index.md index 0665fc9..371d423 100644 --- a/blog/index.md +++ b/blog/index.md @@ -7,3 +7,8 @@ title: Education DAO Announcements style={{ width: '100%', height: '80vh'}} title="Updates from Education DAO via paragraph.xyz" > + From 7c1b30628141151692cb5e4e9be14ed9a1684bc5 Mon Sep 17 00:00:00 2001 From: Ecusma <127043109+Ecusma@users.noreply.github.com> Date: Fri, 8 Mar 2024 13:15:41 -0500 Subject: [PATCH 23/28] Update index.md more newz --- blog/index.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/blog/index.md b/blog/index.md index 0665fc9..edb71b0 100644 --- a/blog/index.md +++ b/blog/index.md @@ -7,3 +7,28 @@ title: Education DAO Announcements style={{ width: '100%', height: '80vh'}} title="Updates from Education DAO via paragraph.xyz" > + + + + + From f708116be602ed6ada0e947e0c78258a1272846e Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Fri, 8 Mar 2024 21:35:41 -0500 Subject: [PATCH 24/28] Update docusaurus.config.js Hopefully fixing the whole "custom domain breaks every time we merge a PR" thing --- docusaurus.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index bb92324..cedafe3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -13,7 +13,7 @@ const config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://education-dao.xyz', + url: 'https://educationdao.xyz', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: '/', @@ -44,14 +44,14 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/EducationDAO/docs', + 'https://github.com/Education-DAO-organization/educationdao.xyz', }, blog: { showReadingTime: true, // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/EducationDAO/docs', + 'https://github.com/Education-DAO-organization/educationdao.xyz', }, theme: { customCss: './src/css/custom.css', @@ -80,7 +80,7 @@ const config = { }, {to: '/Blog', label: 'News', position: 'left'}, { - href: 'https://github.com/EducationDAO/', + href: 'https://github.com/Education-DAO-Organization/', label: 'GitHub', position: 'right', }, From 702dc3978b8dd43ec3f5a0c937f8f2389f2ed3e0 Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Fri, 8 Mar 2024 23:08:35 -0500 Subject: [PATCH 25/28] Fix Important News --- blog/index.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/blog/index.md b/blog/index.md index 3c8c913..647c1e3 100644 --- a/blog/index.md +++ b/blog/index.md @@ -8,7 +8,6 @@ title: Education DAO Announcements title="Updates from Education DAO via paragraph.xyz" > - - From 625c637506ea4b604348578f9ef50dca8235eeec Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Fri, 8 Mar 2024 23:14:23 -0500 Subject: [PATCH 26/28] Adjust view width, title --- src/components/HomepageFeatures/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index f04280a..5943a39 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -6,12 +6,12 @@ import Why from '!!raw-loader!./why.md'; const FeatureList = [ { - title: 'Why Education DAO?', + title: "What's new from Education DAO?", Svg: require('@site/static/img/education-dao-animated-logo.svg').default, description: ( <>
- +
{Why} From a1774a324fe67365599fc802fab361cc27f473c7 Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Fri, 8 Mar 2024 23:15:55 -0500 Subject: [PATCH 27/28] Add h2 title to markdown file I changed the title on the page, so inserting it here. --- src/components/HomepageFeatures/why.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/HomepageFeatures/why.md b/src/components/HomepageFeatures/why.md index 5ccbe20..90a8772 100644 --- a/src/components/HomepageFeatures/why.md +++ b/src/components/HomepageFeatures/why.md @@ -1,3 +1,5 @@ +## Why Education DAO? + ### The advent of public blockchain networks created a fundamental change in how information is generated and shared. The catalyst began with Bitcoin, evolved with Ethereum and now a multitude of chains, dapps and innovations exist on blockchain networks. From b5c41c3b7c9f5a32b14c5f2df492170956ffdc87 Mon Sep 17 00:00:00 2001 From: mapachurro Date: Fri, 15 Mar 2024 13:38:46 -0400 Subject: [PATCH 28/28] aligning iframe --- src/components/HomepageFeatures/index.js | 3 ++- src/pages/index.js | 7 ------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 5943a39..3094df6 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -11,7 +11,8 @@ const FeatureList = [ description: ( <>
- +
{Why} diff --git a/src/pages/index.js b/src/pages/index.js index 911dbee..d2484cd 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -16,13 +16,6 @@ function HomepageHeader() { {siteConfig.title}

{siteConfig.tagline}

- {/*
- - Docusaurus Tutorial - 5min ⏱️ - -
*/}
);