Skip to content

Commit

Permalink
Change all .io -> .edu
Browse files Browse the repository at this point in the history
  • Loading branch information
ameseee committed May 21, 2021
1 parent 4aa4df5 commit c10b370
Show file tree
Hide file tree
Showing 24 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Spicy Challenge Boxes:
- For links within the site, default to referencing `{{ site.url }}` rather than the live URL
- We use the Oxford comma

GitHub uses a slightly different system for translating from Markdown than the engine we use for try.turing.io. Keep in mind:
GitHub uses a slightly different system for translating from Markdown than the engine we use for try.turing.edu. Keep in mind:

- Use a space after your ``#``'s in headers
- Use a blank line between your headers and any content below
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: "Try Coding Curriculum - Turing School of Software and Design"
description: "Open source curriculum for the Turing School of Software and Design's second shift program."
url: "https://try.turing.io"
url: "https://try.turing.edu"

baseurl: ''
permalink: /:title
Expand Down
2 changes: 1 addition & 1 deletion _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</a>
</li>
<li class="uppercase">
<a href="https://turing.io" target="blank">
<a href="https://turing.edu" target="blank">
Turing School
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion archive/a11y-single/review-setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The self-closing `<img />` tag above has two attributes - `src` and `alt`. These
The `<a>` element creates a hyperlink. Here's an example of the syntax the browser expects:

```html
<a href="https://try.turing.io/">Try Coding Curriculum</a>
<a href="https://try.turing.edu/">Try Coding Curriculum</a>
```

Any text inside of the opening and closing `a` tags will appear, by default, in a bright blue color with an underline and, when clicked, will take the user to the location indicated in the `href` attribute (which is short for hyper-reference).
Expand Down
2 changes: 1 addition & 1 deletion archive/a11y-single/welcome/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ layout: lesson

### To Get Set Up

- In Chrome, open up <a target="blank" href="https://try.turing.io/a11y-single">try.turing.io/a11y-single</a>
- In Chrome, open up <a target="blank" href="https://try.turing.edu/a11y-single">try.turing.edu/a11y-single</a>
- Open up the CodePen project you built for the pre-work
- Change Zoom display name to first name, last initial, pronouns; ie - Amy H. (she/her)

Expand Down
4 changes: 2 additions & 2 deletions archive/a11y-single/wrap-up/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ As we wrap up our day together, take a moment to reflect on the questions below.

## Contact

- For technical questions regarding the content we learned today, you can email Amy at <strong>amy@turing.io<strong>
- For questions regarding admissions and enrollment, please email Erin at <strong>erin@turing.io</strong> or <a target="blank" href="https://go.oncehub.com/Erincall" >set up a time to work with her here</a>
- For technical questions regarding the content we learned today, you can email Amy at **amy@turing.edu**
- For questions regarding admissions and enrollment, please email Chelsea at **checlsea@turing.edu** or <a target="blank" href="https://go.oncehub.com/Erincall" >set up a time to work with her here</a>

## Additional Resources

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: lesson

- Please sign in here: <a target="blank" href="http://bit.ly/3949emq"> http://bit.ly/3949emq</a>
- Open up <a target="blank" href="https://repl.it/~">repl.it</a> in a browser (preferably Chrome) and create or login to your account
- In another tab, open up <a target="blank" href="https://try.turing.io/backend-online-advanced">try.turing.io/backend-online-advanced</a>
- In another tab, open up <a target="blank" href="https://try.turing.edu/backend-online-advanced">try.turing.edu/backend-online-advanced</a>
- Change Zoom display name to first name, last initial, pronouns; ie - Amy H. (she/her)

### What to Expect
Expand Down
8 changes: 4 additions & 4 deletions archive/backend-online-advanced/wrap-up/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ As we wrap up our day together, take a moment to reflect on the questions below.
## Contact

- To start your application, visit <a target="blank" href="https://apply.turing.io/">apply.turing.io</a>
- For technical questions regarding the content we learned today, you can email Amy at <strong>amy@turing.io<strong>
- For questions regarding admissions and enrollment, please email Erin at <strong>erin@turing.io</strong> or <a target="blank" href="https://go.oncehub.com/Erincall">set up a time to work with her here</a>
- To start your application, visit <a target="blank" href="https://apply.turing.edu/">apply.turing.edu</a>
- For technical questions regarding the content we learned today, you can email Amy at **amy@turing.edu**
- For questions regarding admissions and enrollment, please email Chelsea at **chelsea@turing.edu** or <a target="blank" href="https://go.oncehub.com/Erincall">set up a time to work with her here</a>

## Additional Resources

- [Codecademy's Ruby Course](https://www.codecademy.com/learn/learn-ruby)
- [Ruby Guides](https://www.rubyguides.com/ruby-tutorial/)
- Want to gain more clarity on the content covered at Turing? Our curriciulum is all open sourced: [Back-End](http://backend.turing.io/) and [Front-End](https://frontend.turing.io/)
- Want to gain more clarity on the content covered at Turing? Our curriciulum is all open sourced: [Back-End](http://backend.turing.edu/) and [Front-End](https://frontend.turing.edu/)

2 changes: 1 addition & 1 deletion archive/backend/user_input.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ session: 3
<div class="try-it">
<h2>Try it: Getting Multiple User Inputs</h2>
<p>Write a program that asks a user for their <code>name</code>, <code>location</code>, and <code>email_address</code>. Output the following:</p>
<pre>Your name is Rachel and you live in Denver, CO. Your email address is rachel@turing.io.</pre>
<pre>Your name is Rachel and you live in Denver, CO. Your email address is rachel@turing.edu.</pre>
<p>Try running your program a few times with different inputs.</p>
<div class="spicy">
<h4 class="spicy-click">🌶 Spicy Challenge 🌶 <small>(click!)</small></h4>
Expand Down
6 changes: 3 additions & 3 deletions archive/fe-online-weekend/access-wrap-up/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ As we wrap up our day together, take a moment to reflect on the questions below.
## Contact

- To start your application, <a target="blank" href="https://apply.turing.io/">apply.turing.io</a>
- For technical questions regarding the content we learned today, you can email Amy at <strong>amy@turing.io<strong>
- For questions regarding admissions and enrollment, please email Erin at <strong>erin@turing.io</strong> or <a target="blank" href="https://go.oncehub.com/Erincall">set up a time to work with her here</a>.
- To start your application, <a target="blank" href="https://apply.turing.edu/">apply.turing.edu</a>
- For technical questions regarding the content we learned today, you can email Amy at **amy@turing.edu**
- For questions regarding admissions and enrollment, please email Chelsea at **chelsea@turing.edu** or <a target="blank" href="https://go.oncehub.com/Erincall">set up a time to work with her here</a>.

## Additional Resources

Expand Down
2 changes: 1 addition & 1 deletion archive/fe-online-weekend/welcome-access-weekend/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Official start time is 10:10 on Sunday, to give you some time back to read the a

### To Get Set Up

- In Chrome, open up <a target="blank" href="https://try.turing.io/fe-online-weekend">try.turing.io/fe-online-weekend</a>
- In Chrome, open up <a target="blank" href="https://try.turing.edu/fe-online-weekend">try.turing.edu/fe-online-weekend</a>
- Change Zoom display name to first name, last initial, pronouns; ie - Amy H. (she/her)

### What to Expect
Expand Down
28 changes: 14 additions & 14 deletions archive/frontend-advanced/arrays/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Arrays can also be written with values on separate lines, like so:

```js
var emails = [
'amy@turing.io',
'rachel@turing.io',
'anna@turing.io'
'amy@turing.edu',
'rachel@turing.edu',
'anna@turing.edu'
];
```

Expand All @@ -54,12 +54,12 @@ var emails = [
Over time, we may want to add or remove elements from an array. Today we will focus on adding. We can use a method called `.push` to add new elements to arrays:

```js
var emails = ['amy@turing.io', 'rachel@turing.io', 'anna@turing.io'];
var emails = ['amy@turing.edu', 'rachel@turing.edu', 'anna@turing.edu'];

emails.push('erin@turing.io');
emails.push('erin@turing.edu');

console.log(emails);
// ['amy@turing.io', 'rachel@turing.io', 'anna@turing.io', 'erin@turing.io']
// ['amy@turing.edu', 'rachel@turing.edu', 'anna@turing.edu', 'erin@turing.edu']
```

<div class="try-it-new">
Expand Down Expand Up @@ -87,7 +87,7 @@ Iteration is defined as _the repetition of a process_. In programming, we will d
Let's look at the syntax:

```js
var emails = ['amy@turing.io', 'rachel@turing.io', 'anna@turing.io'];
var emails = ['amy@turing.edu', 'rachel@turing.edu', 'anna@turing.edu'];

emails.forEach(function(email) {
var message = `Thanks for being a loyal customer, ${email}!`;
Expand Down Expand Up @@ -125,13 +125,13 @@ Alert messages, or logging to the console won't do our user much good. As Front-
Using everything we've learned up until now, let's break this code down:

```js
var emailConfirmations = document.getElementById('confirm-section'); // 1
var emails = ['amy@turing.io', 'rachel@turing.io', 'anna@turing.io']; // 2
// 3
emails.forEach(function(email) { // 4
var message = `<p>An email has been sent to: ${email}!</p>`; // 5
emailConfirmations.innerHTML += message; // 6
}); // 7
var emailConfirmations = document.getElementById('confirm-section'); // 1
var emails = ['amy@turing.edu', 'rachel@turing.edu', 'anna@turing.edu']; // 2
// 3
emails.forEach(function(email) { // 4
var message = `<p>An email has been sent to: ${email}!</p>`; // 5
emailConfirmations.innerHTML += message; // 6
}); // 7
```

<div class="try-it-new">
Expand Down
2 changes: 1 addition & 1 deletion archive/frontend-advanced/welcome-fee-advanced/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: lesson

- Please sign in here: <a target="blank" href="http://bit.ly/3949emq"> http://bit.ly/3949emq</a>
- Open and Remix <a target="blank" href="https://glitch.com/edit/#!/try-coding-advanced-starter">this Glitch project</a> in a browser (preferably Chrome)
- In another tab, open up <a target="blank" href="https://try.turing.io/frontend-advanced">try.turing.io/frontend-advanced</a>
- In another tab, open up <a target="blank" href="https://try.turing.edu/frontend-advanced">try.turing.edu/frontend-advanced</a>
- Change Zoom display name to first name, last initial, pronouns; ie - Amy H. (she/her)

### What to Expect
Expand Down
2 changes: 1 addition & 1 deletion archive/frontend-advanced/wrap-up-fe-advanced/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We hope you had some fun and got a feel for if Front-End is something you'd like

## Contact

- For technical questions regarding the content we learned today, you can email Amy at <strong>amy@turing.io<strong>
- For technical questions regarding the content we learned today, you can email Amy at **amy@turing.edu**
- For questions regarding admissions and enrollment, <a target="blank" href="https://go.oncehub.com/darrenatturing" >set up a time to chat with Darren</a>

## Additional Resources
Expand Down
2 changes: 1 addition & 1 deletion be-weekday/wrap-up/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Today might have been your first time coding - you did it! Thanks for spending y
## Contact

- For technical questions regarding the content we learned today, you can email Amy at **[email protected]**
- For questions regarding the application process and life at Turing, please email Chelsea at **chelsea@turing.io** or <a target="blank" href="https://go.oncehub.com/ChelseaTuring" >set up a time to meet with her here</a>. She can also connect you with alums to learn more about their experiences
- For questions regarding the application process and life at Turing, please email Chelsea at **chelsea@turing.edu** or <a target="blank" href="https://go.oncehub.com/ChelseaTuring" >set up a time to meet with her here</a>. She can also connect you with alums to learn more about their experiences

## Additional Resources

Expand Down
2 changes: 1 addition & 1 deletion be-weekend/archive/user-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ We know how to get one input from a user. How do we go about getting multiple in
<div class="try-it-new">
<h2>Try It: Getting Multiple User Inputs</h2>
<p>Write a program that asks a user for their <code>name</code>, <code>location</code>, and <code>email_address</code>. Output the following:</p>
<pre>Your name is Amy and you live in Denver, CO. Your email address is amy@turing.io.</pre>
<pre>Your name is Amy and you live in Denver, CO. Your email address is amy@turing.edu.</pre>
<p>Try running your program a few times with different values stored in the variables.</p>

<div class="spicy-container">
Expand Down
2 changes: 1 addition & 1 deletion fe-weekday/wrap-up/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ THANK YOU for joining us today and all your hard work! You did it <span role="im
## Next Steps

Are you in love with coding? Here are some next steps you may want to take:
- [Set up a time to meet with Chelsea](https://go.oncehub.com/ChelseaTuring) about what that could look like for you at Turing _or_ send her an email at **chelsea@turing.io**.
- [Set up a time to meet with Chelsea](https://go.oncehub.com/ChelseaTuring) about what that could look like for you at Turing _or_ send her an email at **chelsea@turing.edu**.
- [Start your application](https://apply.turing.edu/) to join us as a full-time student

Want to do a little more exploration before taking the next step toward a career change? Here are some great places to start:
Expand Down
2 changes: 1 addition & 1 deletion popup-lite-brite/wrap-up/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can find the live URL above the "mini browser". Copy and paste the link, or

## Next Steps

Are you in love with coding? [Set up a time to meet with Chelsea](https://go.oncehub.com/ChelseaTuring) about what that could look like for you at Turing _or_ send her an email at **chelsea@turing.io**.
Are you in love with coding? [Set up a time to meet with Chelsea](https://go.oncehub.com/ChelseaTuring) about what that could look like for you at Turing _or_ send her an email at **chelsea@turing.edu**.

Want to do a little more exploration before taking the next step toward a career change? Here are some great places to start:
- Attend a Try Coding Weekend workshop where you'll go a bit more in depth as to how things work in a given language, and explore the difference between Front-End and Back-End Engineering
Expand Down
2 changes: 1 addition & 1 deletion popup-oop-valentines/wrap-up/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In a short afternoon we have worked through a LOT of content! Remember, the goal

## Next Steps

Are you in love with coding? [Set up a time to meet with Chelsea](https://go.oncehub.com/ChelseaTuring) about what that could look like for you at Turing _or_ send her an email at **chelsea@turing.io**.
Are you in love with coding? [Set up a time to meet with Chelsea](https://go.oncehub.com/ChelseaTuring) about what that could look like for you at Turing _or_ send her an email at **chelsea@turing.edu**.

Want to do a little more exploration before taking the next step toward a career change? Here are some great places to start:
- Attend a Try Coding Weekend workshop where you'll go a bit more in depth as to how things work in a given language, and explore the difference between Front-End and Back-End Engineering. We can send a promo code so you can register for free!
Expand Down
2 changes: 1 addition & 1 deletion popup-oop/wrap-up/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In a short afternoon we have worked through a LOT of content! Remember, the goal

## Next Steps

Are you in love with coding? [Set up a time to meet with Chelsea](https://go.oncehub.com/ChelseaTuring) about what that could look like for you at Turing _or_ send her an email at **chelsea@turing.io**.
Are you in love with coding? [Set up a time to meet with Chelsea](https://go.oncehub.com/ChelseaTuring) about what that could look like for you at Turing _or_ send her an email at **chelsea@turing.edu**.

Want to do a little more exploration before taking the next step toward a career change? Here are some great places to start:
- Attend a Try Coding Weekend workshop where you'll go a bit more in depth as to how things work in a given language, and explore the difference between Front-End and Back-End Engineering. We can send a promo code so you can register for free!
Expand Down
2 changes: 1 addition & 1 deletion popup-rocket-animation/wrap-up/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can find the live URL above the "mini browser". Copy and paste the link, or

## Next Steps

Are you in love with coding? [Set up a time to meet with Chelsea](https://go.oncehub.com/ChelseaTuring) about what that could look like for you at Turing _or_ send her an email at **chelsea@turing.io**.
Are you in love with coding? [Set up a time to meet with Chelsea](https://go.oncehub.com/ChelseaTuring) about what that could look like for you at Turing _or_ send her an email at **chelsea.edu**.

Want to do a little more exploration before taking the next step toward a career change? Here are some great places to start:
- Attend a Try Coding Weekend workshop where you'll go a bit more in depth as to how things work in a given language, and explore the difference between Front-End and Back-End Engineering
Expand Down
2 changes: 1 addition & 1 deletion series-hww/fe/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ You have heard a LOT of information about what Front-End code is responsible for

If you are interested in coding, join us for a [full day workshop](https://www.eventbrite.com/o/turing-school-of-software-amp-design-9895674202) where we'll get our hands on the keyboard and write some code in Ruby!

If you already know you are interested in coding and now want to learn more about Turing, we recommend reading about about (the FAQ page has a lot of info!) at [turing.io](https://turing.io/). Have more specific questions? Reach out to Chelsea at chelsea@turing.io.
If you already know you are interested in coding and now want to learn more about Turing, we recommend reading about about (the FAQ page has a lot of info!) at [turing.edu](https://turing.edu/). Have more specific questions? Reach out to Chelsea at chelsea@turing.edu.



2 changes: 1 addition & 1 deletion teachers/welcome-teachers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ layout: lesson

### To Get Set Up

- In Chrome, open up <a target="blank" href="https://try.turing.io/teachers">try.turing.io/teachers</a>
- In Chrome, open up <a target="blank" href="https://try.turing.edu/teachers">try.turing.edu/teachers</a>
- Open up <a href="https://repl.it/~" target="blank">repl.it</a> and login to your account
- Change Zoom display name to first name, last initial, pronouns; ie - Amy H. (she/her)

Expand Down
4 changes: 2 additions & 2 deletions teachers/wrap-up/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ As we wrap up our day together, take a moment to reflect on the questions below.

If you're considering changing careers, we're here to answer your questions!

- For technical questions regarding the content we learned today and what is taught at Turing, you can email Amy at **amy@turing.io**
- For technical questions regarding the content we learned today and what is taught at Turing, you can email Amy at **amy@turing.edu**
- For questions regarding application process, life at Turing, and more please email Chelsea at **[email protected]** or <a target="blank" href="https://go.oncehub.com/ChelseaTuring">set up a time to work with her here</a>
- To start your application, visit <a target="blank" href="https://apply.turing.io/">apply.turing.edu</a>
- To start your application, visit <a target="blank" href="https://apply.turing.edu/">apply.turing.edu</a>

## Additional Resources

Expand Down

0 comments on commit c10b370

Please sign in to comment.