From c37a7bba22d10a497192e8507cc570d97d7f7fb3 Mon Sep 17 00:00:00 2001 From: Wai-Yin Kwan Date: Sun, 25 Jun 2017 21:00:49 -0700 Subject: [PATCH 1/2] Add links from week 1 to Curriculum page --- app/views/curriculum.ejs | 7 +++++++ app/views/home.ejs | 3 +++ 2 files changed, 10 insertions(+) diff --git a/app/views/curriculum.ejs b/app/views/curriculum.ejs index 8884596..6434541 100644 --- a/app/views/curriculum.ejs +++ b/app/views/curriculum.ejs @@ -20,6 +20,13 @@
  • Add info about your project to the README
  • +

    Slides & Links

    + +

    Week 2, July 2: Collaborating on Code, Intro to Backend + Frontend

    Lectures

    diff --git a/app/views/home.ejs b/app/views/home.ejs index 7df20c6..5f93a43 100644 --- a/app/views/home.ejs +++ b/app/views/home.ejs @@ -11,6 +11,9 @@ of intermediate-beginner female coders to create a web application. The workshop
  • Curriculum:
  • Slack group Slack is basically a fancy chat app. Slack will be the main avenue of communcation for the workshops. You can join the Slack group before completing the application process. Contact Wai-Yin to get access.
  • Google Calendar (coming soon)
  • +<% if (currentUser) { %> +
  • Google Drive
  • +<% } %>
  • wiki
  • From d42b09883c6fa4540af0a8e918e491b7f16f94bc Mon Sep 17 00:00:00 2001 From: JenDiamond Date: Mon, 26 Jun 2017 00:17:59 -0700 Subject: [PATCH 2/2] Changed the link --- app/views/curriculum.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/curriculum.ejs b/app/views/curriculum.ejs index 6434541..b649f6a 100644 --- a/app/views/curriculum.ejs +++ b/app/views/curriculum.ejs @@ -24,7 +24,7 @@

    Week 2, July 2: Collaborating on Code, Intro to Backend + Frontend