Skip to content

Commit

Permalink
feat: new self-guided sections on guide, updated goal text.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnycrich committed Oct 10, 2023
1 parent dd7145b commit 20ddd57
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"dev": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve -p 8000",
Expand Down
6 changes: 6 additions & 0 deletions src/pages/guide/imagining-inclusive-futures.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function GuidePage() {
voicePrompt
practicing
practicingPrompt
learningGuide
}
}
}
Expand Down Expand Up @@ -187,6 +188,11 @@ function GuidePage() {
</div>
</div>
</div>
<div className="flex justify-center items-center p-4 mb-24">
<ReactMarkdown className="font-work-sans text-2xl">
{content.learningGuide}
</ReactMarkdown>
</div>
<GuideFooter link="/guide/with-communities" />
</div>
</Layout>
Expand Down
10 changes: 8 additions & 2 deletions src/pages/guide/where-do-i-stand.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function GuidePage() {
resourcesPrompt
atStake
story
learningGuide
}
}
}
Expand Down Expand Up @@ -67,8 +68,8 @@ function GuidePage() {
</ReactMarkdown>

<div className="px-6 py-4 bg-bee font-bourbon text-2xl">
Goal: To build more equity in media literacy education through the
use of Standpoint
Goal: To develop self-awareness of our social location at the
start of any media literacy learning experience
</div>
</div>
<div className="relative rounded-55 bg-bee bg-opacity-25 p-5 mx-4 lg:p-16 lg:ml-16 mt-9 lg:mt-0">
Expand Down Expand Up @@ -195,6 +196,11 @@ function GuidePage() {
/>
</div>
</div>
<div className="flex justify-center items-center p-4 mb-24">
<ReactMarkdown className="font-work-sans text-2xl">
{content.learningGuide}
</ReactMarkdown>
</div>
<GuideFooter link="/guide/who-cares" />
</div>
</Layout>
Expand Down
10 changes: 8 additions & 2 deletions src/pages/guide/where-do-we-stand.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function GuidePage() {
capacity
margins
marginsPrompt
learningGuide
}
}
}
Expand All @@ -41,8 +42,8 @@ function GuidePage() {
</div>

<div className="px-6 py-4 mt-28 bg-hibiscus font-bourbon text-2xl">
Goal: To evaluate if your practice includes avenues for building a
collaborative space with the community you serve.
Goal: To build enabling media environments that support healthy
democratic futures for all
</div>
</div>
<div className="flex flex-col items-center">
Expand Down Expand Up @@ -100,6 +101,11 @@ function GuidePage() {
</ReactMarkdown>
</div>
</div>
<div className="flex justify-center items-center p-4 mb-24">
<ReactMarkdown className="font-work-sans text-2xl">
{content.learningGuide}
</ReactMarkdown>
</div>
<GuideFooter link="/guide/complete" />
</div>
</Layout>
Expand Down
6 changes: 6 additions & 0 deletions src/pages/guide/who-cares.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function GuidePage() {
caringWithPrompt
careful
carefulPrompt
learningGuide
}
}
}
Expand Down Expand Up @@ -125,6 +126,11 @@ function GuidePage() {
/>
</div>
</div>
<div className="flex justify-center items-center p-4 mb-24">
<ReactMarkdown className="font-work-sans text-2xl">
{content.learningGuide}
</ReactMarkdown>
</div>
</div>
<GuideFooter link="/guide/imagining-inclusive-futures" />
</Layout>
Expand Down
10 changes: 8 additions & 2 deletions src/pages/guide/with-communities.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function GuidePage() {
mediaPrompt2
withNotFor
withNotForPrompt
learningGuide
}
}
}
Expand All @@ -42,8 +43,8 @@ function GuidePage() {
</div>

<div className="px-6 py-4 mt-28 bg-peach font-bourbon text-2xl">
Goal: To Evaluate If Your Practice Includes Avenues For Building A
Collaborative Space With The Community You Serve
Goal: To explore how media can bring communities together across
cultures, across differences, and across divides
</div>
</div>
<div className="flex flex-col items-center">
Expand Down Expand Up @@ -162,6 +163,11 @@ function GuidePage() {
</ReactMarkdown>
</div>
</div>
<div className="flex justify-center items-center p-4 mb-24">
<ReactMarkdown className="font-work-sans text-2xl">
{content.learningGuide}
</ReactMarkdown>
</div>
<GuideFooter link="/guide/where-do-we-stand" />
</div>
</Layout>
Expand Down

0 comments on commit 20ddd57

Please sign in to comment.