Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PL search: update text for no regional partner found #26748

Merged
merged 1 commit into from
Jan 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions apps/src/templates/RegionalPartnerSearch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,16 @@ class RegionalPartnerSearch extends Component {
<div style={styles.noPartner}>
<p>We do not have a Regional Partner in your area. However, we have a number of partners in nearby states or regions who may have space available in their program. If you are willing to travel, please fill out the application. We'll let you know if we can find you a nearby spot in the program!</p>
<p>If we find a spot, we'll let you know the workshop dates and program fees (if applicable) so you can decide at that point if it is something you or your school can cover.</p>
<p>
<span style={styles.bold}>Arkansas Teachers: </span>
Code.org does not have a Regional Partner in Arkansas, and we are unable to offer you a space in this program this year. There are many great opportunities for
{' '}
<span style={styles.bold}>state-provided professional development </span>
for computer science in Arkansas in
{' '}
<a href="https://docs.google.com/document/d/1OeLNx97wiLon69e8lp45M6ox0BuYLCOSZedzrtMB8_k/edit" target="_blank">this document</a>
.
</p>
<p>
All of our curriculum, tools, and courses are also available for your school at no cost.
Or,
Expand Down