Skip to content

Commit

Permalink
Clear up some directions
Browse files Browse the repository at this point in the history
  • Loading branch information
damwhit committed Jun 27, 2020
1 parent dee56fa commit 7e3b0c9
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ <h1>Module 0</h1>
<li><a href="{{ site.baseurl }}{% link setup-instructions.md %}">Computer Setup</a></li>
<li><a href="{{ site.url }}/sessions">Sessions</a></li>
<li><a href="{{ site.url }}/homework">Homework</a></li>
<li><a href="{{ site.url }}/prework/fe_engineering">Front-End Pre-work</a></li>
<li><a href="{{ site.url }}/prework/be_engineering">Back-End Pre-work</a></li>
<li><a href="{{ site.url }}/prework/fe_engineering">Front-End Mod 1 Pre-work</a></li>
<li><a href="{{ site.url }}/prework/be_engineering">Back-End Mod 1 Pre-work</a></li>
</ul>
</section>
</div>
Expand Down
11 changes: 9 additions & 2 deletions homework/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ title: Homework

All of the homework for mod 0 can be found on the [mod 0 project board](https://github.com/turingschool/mod-0/projects/1)

This project board uses a methodology called kanban (I would google the term if you're unfamiliar)

You'll be using an app called [conveyor belt](http://conveyorbelt.herokuapp.com/) to create your own copy of the board above. This will allow you to track your progress on the homework over time by moving each card to the done column when you've completed it.

When you've finished your homework, and you're looking for something to do, you can always rely on the mod 1 pre-work as that outlet! Just find the link in the sidebar for your program.
This project board allows for a methodology called kanban (I would google the term if you're unfamiliar) to organize and update

* The original board is located at `https://github.com/turingschool/mod-0/projects/1`
* After going through conveyorbelt, your copy will be found at `https://github.com/<yourusername>/mod-0/projects/1`
* For example, since my github username is `damwhit`, my board would be at `https://github.com/damwhit/mod-0/projects/1`

When you've finished your homework for a given session, and you're looking for something to do, you can always rely on the mod 1 pre-work as that outlet! Just find the link in the sidebar for your program.

Click [here](https://www.youtube.com/playlist?list=PL1Y67f0xPzdMFq2S1bK7E7veT_BbK-zjt) for some review videos to help with some of the concepts we go over in mod 0.
2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ The goals of mod 0 are to:

In order to pass mod 0 and be mod 1 ready, you will need to:
* Attend all 5 sessions and complete the required homework
* homeworks are due by the next session. ie. session 1 hw is due by session 2
* Pass the mod 0 assessment (Info can be found in session 4)
* Pass the mod 1 pre-work (See side bar link for your program)
* All of the due dates above are on the [calendar]({{ site.baseurl }}/calendar)

## What will we cover in Mod 0?

Expand Down
2 changes: 1 addition & 1 deletion prework/be_engineering/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: Module 1 Pre-work
subheading: Back End Engineering
subheading: Back-End Engineering
---

{% include base-prework-instructions.md %}
Expand Down
2 changes: 1 addition & 1 deletion prework/fe_engineering/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: Module 1 Pre-work
subheading: Front End Engineering
subheading: Front-End Engineering
---

{% include base-prework-instructions.md %}
Expand Down
4 changes: 4 additions & 0 deletions sessions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ title: Mod 0 Sessions
* [Session 3]({{ site.url }}/session3) - git and github
* [Session 4]({{ site.url }}/session4) - covers object oriented programming
* [Session 5]({{ site.url }}/session5) - covers iteration and other useful skills you'll need in mod 1

Session recordings are posted the day after in the your mod 0 section channel.

Click [here](https://www.youtube.com/playlist?list=PL1Y67f0xPzdO9ChmEnqMif4Y5uO3lAl4l) for some previously recorded sessions

0 comments on commit 7e3b0c9

Please sign in to comment.