Commit 2d42c205 authored by rschamp's avatar rschamp

Content updates, resolves #5902

parent 04129e9b
......@@ -51,5 +51,6 @@
"sec.partnerOrg3": "{partnerOrg3Listing} - IL, USA",
"sec.partnerOrg4": "{partnerOrg4Listing} - New Orleans, LA, USA",
"sec.partnerOrg5": "{partnerOrg5Listing} - Brazil",
"sec.partnerOrg6": "{partnerOrg6Listing} - San Francisco, CA, USA"
"sec.partnerOrg6": "{partnerOrg6Listing} - San Francisco, CA, USA",
"sec.partnerOrg7": "{partnerOrg7Listing} - UK"
}
\ No newline at end of file
......@@ -402,7 +402,7 @@ const EducationCollaborative = () => (
values={{
org23Listing: (
<a
href="https://nefstem.domains.unf.edu/"
href="https://www.unf.edu/coehs/NEFSTEM/"
rel="noopener noreferrer"
target="_blank"
>
......@@ -814,6 +814,22 @@ const EducationCollaborative = () => (
}}
/>
</p>
<p>
<FormattedMessage
id="sec.partnerOrg7"
values={{
partnerOrg7Listing: (
<a
href="https://microbit.org/"
rel="noopener noreferrer"
target="_blank"
>
Micro:bit Educational Foundation
</a>
)
}}
/>
</p>
</section>
</div>
<section className="band">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment