Skip to content

Add links from Week 1 to Curriculum page #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions app/views/curriculum.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
<li>Add info about your project to the README</li>
</ol>

<h3>Slides &#038 Links</h3>
<ul>
<li><a href='https://drive.google.com/drive/folders/0B7_O-60DlbGBUXpSWjRBZGtvV3c'>Wai Yin's Slides</a></li>
<li><a href=#>Lara Fedoroff's Slides</a></li>
<li><a href='https://github.com/CodingForProduct/cfp_website/wiki/Week-1-Links#week-1-links">All the links from this week'</a></li>
</ul>

<h2>Week 2, July 2: Collaborating on Code, Intro to Backend + Frontend</h2>

<h3>Lectures</h3>
Expand Down
3 changes: 3 additions & 0 deletions app/views/home.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ of intermediate-beginner female coders to create a web application. The workshop
<li>Curriculum:</li>
<li><a href="https://codingforproduct.slack.com/">Slack group</a> 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.</li>
<li>Google Calendar (coming soon)</li>
<% if (currentUser) { %>
<li><a href="https://drive.google.com/drive/folders/0B7_O-60DlbGBdmxxYmlXOUpfcE0?usp=sharing">Google Drive</a></li>
<% } %>
<li><a href="https://github.com/wykhuh/coding_for_product/wiki">wiki</a></li>
</ul>

Expand Down