diff --git a/assets/suzanne_avatar.jpg b/assets/suzanne_avatar.jpg new file mode 100644 index 0000000..ea06828 Binary files /dev/null and b/assets/suzanne_avatar.jpg differ diff --git a/index.html b/index.html index e692917..5773685 100644 --- a/index.html +++ b/index.html @@ -53,7 +53,7 @@

I'm a H2 heading

-

Before we begin, download the zip file containing the slides and hands-on exercise code from: https://github.com/brenna/LLC-JavaScript

+

Before we begin, download the zip file containing the slides and hands-on exercise code from: https://github.com/pixelite/LLC-JavaScript

Let's get started!

Click to go to next section

@@ -94,4 +94,4 @@

Let's get started!

}); - \ No newline at end of file + diff --git a/intro.html b/intro.html index 5dd434a..3e4e015 100644 --- a/intro.html +++ b/intro.html @@ -56,11 +56,11 @@

Introduction to JavaScript

Your instructor today

- Brenna O'Brien -

Brenna O'Brien

-

hi@brennaobrien.com
- http://brennaobrien.com
- @brennaob

+ Brenna O'Brien +

Suzanne Kennedy Dergacheva

+

suzanne@evolvingweb.ca
+ http://evolvingweb.ca
+ @suzanne_kennedy


(Interactive code slides thanks to CoderDeck!)

@@ -130,4 +130,4 @@

Homestretch

}); - \ No newline at end of file + diff --git a/js_quick_start.html b/js_quick_start.html index 50e1d91..72822c4 100644 --- a/js_quick_start.html +++ b/js_quick_start.html @@ -373,8 +373,8 @@

Variables: Tips & Best Practices

// test our different variables by outputting them to the page document.write("greetme: " + greetme + "
"); - document.write("greetMe: " + greetme + "
"); - document.write("greet_me: " + greetme + "
"); + document.write("greetMe: " + greetMe + "
"); + document.write("greet_me: " + greet_me + "
"); SCRIPTEND
@@ -779,4 +779,4 @@

Re-assigning Variables

}); - \ No newline at end of file + diff --git a/resources.html b/resources.html index aa8f295..575ec0e 100644 --- a/resources.html +++ b/resources.html @@ -110,11 +110,11 @@

~FIN~

Your instructor today

- Brenna O'Brien -

Brenna O'Brien

-

hi@brennaobrien.com
- http://brennaobrien.com
- @brennaob

+ Suzanne Kennedy Dergacheva +

Suzanne Kennedy Dergacheva

+

suzanne@evolvingweb.ca
+ http://evolvingweb.ca
+ @suzanne_kennedy

@@ -153,4 +153,4 @@

Brenna O'Brien

}); - \ No newline at end of file +