Skip to content

Commit

Permalink
updates week 11
Browse files Browse the repository at this point in the history
  • Loading branch information
nolds9 committed Nov 14, 2016
1 parent 2ab1a43 commit b134841
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 27 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h2 style='color:{{this.color}}'>{{this.title}}</h2>
var id = hash.substr(1)
var target = document.getElementById(id)
try{
document.querySelector(".target").classList.remove("target")
document.querySelector(".target").classList.remove("target")
} catch(e) {}
if(!target) return
target.classList.add("target")
Expand All @@ -146,4 +146,4 @@ <h2 style='color:{{this.color}}'>{{this.title}}</h2>
}
</script>
</body>
</html>
</html>
39 changes: 14 additions & 25 deletions docs/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1337,8 +1337,9 @@
support: ""
- "2:30PM - 5:00 PM":
title: "Lab: Component Extravaganza"
lead: ""
lead: "Nick"
support: ""
url: "https://github.com/ga-wdi-exercises/component-extravaganza"
- "5:00 PM":
title: "Due At 5: Lab"
color: red
Expand Down Expand Up @@ -1397,47 +1398,35 @@
color: red
lead: ""
support: ""
- day:
- "9:00AM - 10:00AM":
title: "Review / Code Challenge"
lead: ""
support: ""
- "10:00AM - 12:30PM":
title: "React Router"
lead: ""
support: ""
- "2:30PM - 5:00 PM":
title: "React with Axios"
lead: "Nick"
support: ""
- day:
- "9:00AM":
title: "Due At 9: Homework"
color: red
url:
- React SPA Part 1: ""
- React SPA Part 2: ""
- React OMDB: "https://github.com/ga-wdi-exercises/react-omdb/"
-
lead: ""
support: ""
- "9:00AM - 10:00AM":
title: "Slips"
url: "http://ga-dc.github.io/slips/"
title: "Project 4 Intro"
lead: "Adrian"
support: ""
- "10:00AM - 5:00PM":
title: "Project 4"
lead: ""
support: ""
- "10:00AM - 12:30PM":
title: "Computer Science"
url: "https://github.com/ga-wdi-lessons/cs-algorithms"
url: "https://github.com/ga-wdi-exercises/project4"
- day:
- "09:00AM - 5:30PM":
title: "Project 4"
url: ""
lead: ""
support: ""
- "12:30PM - 1:30PM":
title: "Campus Lunch"
url: ""
lead: ""
support: ""
- "2:30PM - 5:00 PM":
title: "TBA"
lead: ""
support: ""
- day:
- "9:00AM - 10:00AM":
title: "Project 4 Intro"
Expand Down

0 comments on commit b134841

Please sign in to comment.