Skip to content

Commit 90c2790

Browse files
authored
feat: adds lesson_01 homework and lesson_02 pre-work (#40)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 3b50434 commit 90c2790

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

lesson_01/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,15 @@ Please review the following resources before lecture:
1414

1515
## Homework
1616

17-
TODO(anthonydmays): Add details later
17+
- [ ] Convert personal README [to HTML](#personal-readme-html-edition).
18+
- [ ] Do pre-work for [lesson 02](/lesson_02/).
19+
20+
### Personal README (HTML Edition)
21+
22+
For this assignment, you are tasked with making a pixel-perfect HTML version of your README file as rendered in GitHub MARKDOWN. You will be assessed by how well your HTML version matches the MARKDOWN version. There are several tools that you can use to complete this assignment, including using LLMs like Chat GPT and Gemini or tools that mimic the markdown-to-html conversion.
23+
24+
I'd highly recommend that you research CSS stylesheets and use them to make your work easier and consistent. If you want to know what styles GitHub uses to render your markdown files, you can use browser debugger tools to inspect the HTML and see what colors, font sizes, and attributes are used for the markdown version.
25+
26+
### Submitting your files
27+
28+
You will use the same process you used in [Lesson 00](/lesson_00/) in order to submit your work. **Please submit your files in a sub-folder created under this folder (lesson_01).** Remember to craft a good pull request (PR) title and description detailing the work you're submitting.

lesson_02/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Lesson 02: Developer Workflow: Navigating the Terminal ([Slides](https://code-differently.github.io/code-society-25-2/slides/#/lesson_02))
2+
3+
## Pre-work
4+
5+
Please review the following resources before lecture:
6+
7+
* [Absolute BEGINNER Guide to the Mac OS Terminal (Video)](https://www.youtube.com/watch?v=aKRYQsKR46I)
8+
9+
## Homework
10+
11+
- TODO(anthonydmays): Make up some stuff to do...

0 commit comments

Comments
 (0)