From a3b8b2b1d74f331c5e6222eb14b53909e07aba7d Mon Sep 17 00:00:00 2001 From: Sally McGrath Date: Mon, 16 Dec 2024 13:45:23 +0000 Subject: [PATCH 1/2] embed application form --- .../module/piscine/application/index.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 org-cyf-piscine/content/blocks/module/piscine/application/index.md diff --git a/org-cyf-piscine/content/blocks/module/piscine/application/index.md b/org-cyf-piscine/content/blocks/module/piscine/application/index.md new file mode 100644 index 000000000..078e878e7 --- /dev/null +++ b/org-cyf-piscine/content/blocks/module/piscine/application/index.md @@ -0,0 +1,24 @@ ++++ +title="Entry Criteria" +time=2 +emoji="🎯" +hide_from_overview=true +objectives = [ + "List the mandatory requirements for the Piscine.", + "Apply to join the Piscine." +] +[build] + render = 'never' + list = 'local' + publishResources = false ++++ + +## Welcome to the Piscine. + +You must **apply** to join the Piscine. If you meet the eligibility criteria, you will be invited to join the next run of this module. + + + +You will receive an email within two weeks of your application. If you are accepted, you will receive an enrollment email. If you are not accepted, you will receive an email explaining why. + +If you have been accepted, please now continue... From 55624ed13604ec72da4cd9387f85afc1ad27cc2e Mon Sep 17 00:00:00 2001 From: Sally McGrath Date: Mon, 16 Dec 2024 14:35:30 +0000 Subject: [PATCH 2/2] move override to correct location --- .../content/{blocks => }/module/piscine/application/index.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename org-cyf-piscine/content/{blocks => }/module/piscine/application/index.md (100%) diff --git a/org-cyf-piscine/content/blocks/module/piscine/application/index.md b/org-cyf-piscine/content/module/piscine/application/index.md similarity index 100% rename from org-cyf-piscine/content/blocks/module/piscine/application/index.md rename to org-cyf-piscine/content/module/piscine/application/index.md