You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3>Code.org Regional Partner for your region:</h3>
201
239
<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>
202
240
<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>
203
241
<p>
@@ -217,8 +255,8 @@ class RegionalPartnerSearch extends Component {
217
255
<ahref="/educate/curriculum/3rd-party">contact one of these computer science providers</a>
218
256
{' '}
219
257
for other Professional Development options in your area.</p>
220
-
<ahref={studio("/pd/application/teacher")}>
221
-
<button>
258
+
<ahref={applicationLink}>
259
+
<buttonstyle={styles.bigButton}>
222
260
Start application
223
261
</button>
224
262
</a>
@@ -227,28 +265,13 @@ class RegionalPartnerSearch extends Component {
227
265
228
266
{partnerInfo&&(
229
267
<div>
230
-
<divstyle={styles.bold}>{partnerInfo.name}</div>
231
-
{partnerInfo.contact_name&&(
232
-
<div>{partnerInfo.contact_name}</div>
233
-
)}
234
-
{partnerInfo.contact_email&&(
235
-
<div>{partnerInfo.contact_email}</div>
236
-
)}
237
-
{!partnerInfo.contact_email&&(
238
-
<div>Direct any questions to your Regional Partner by
239
-
{' '}
240
-
<ahref={studio("/pd/regional_partner_contact/new")}>completing this form</a>
241
-
.
242
-
</div>
243
-
)}
244
-
245
-
<h3>Workshop information:</h3>
268
+
<h3>Workshop information (hosted by {partnerInfo.name}):</h3>
<div>In addition to attending a five-day summer workshop, the professional learning program includes up to 4 required one-day, in-person academic year workshops during the 2019-20 school year.</div>
<div>In addition to attending a five-day summer workshop, the professional learning program includes up to 4 required one-day, in-person academic year workshops during the 2019-20 school year.</div>
Copy file name to clipboardExpand all lines: pegasus/sites.v3/code.org/public/educate/professional-learning/middle-high.md
+8-14Lines changed: 8 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,8 @@ theme: responsive
18
18
<br/>
19
19
20
20
<divclass="col-50">
21
-
<%= view :course_wide_block, cta_link: '/educate/professional-learning/program-information', img: CDO.code_org_url(http://github.com/'/shared/images/banners/small-teal-icons.png'), title: 'Scholarships Available', description: '<p>Generous scholarships or discounts are available across the country for the Code.org Professional Learning Program.</p>
22
-
<p><b>Enter your school’s zip code to learn more.</b></p>
Whether you are new to teaching computer science (CS) or have experience teaching other CS courses, the Code.org Professional Learning Program offers year round support. We’ve designed this program to promote growth by providing space for you to become comfortable with curricular materials, CS content, and pedagogy.
47
39
@@ -168,9 +160,11 @@ Be sure to check out our <a href="https://docs.google.com/document/d/e/2PACX-1vS
Copy file name to clipboardExpand all lines: pegasus/sites.v3/code.org/public/educate/professional-learning/program-information.md
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,15 @@ title: Program Information
3
3
theme: responsive
4
4
---
5
5
6
-
<h2>Find Your Regional Information</h2>
6
+
<%=
7
+
"<h3>Congratulations on your nomination for a scholarship!</h3> You’ve been nominated as a talented, passionate educator who can bring computer science to the students at your school. Your local partner will have your nomination as they consider your application for the regional scholarships or discounts they have available. Grant funding is limited, so apply soon if you are interested." if params[:nominated]
8
+
%>
7
9
8
-
Code.org Regional Partners offer Professional Learning Programs for CS Discoveries and CS Principles throughout the United States. Enter your school’s ZIP code to find your Regional Partner and their program’s cost, application, and workshop information.
10
+
<h2>Find your local workshop and apply</h2>
11
+
12
+
Find the professional learning workshops closest to you.
0 commit comments