Skip to content

Commit d0beefa

Browse files
authored
chore: adds lesson_01 homework details (#38)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent d0870e4 commit d0beefa

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-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 homework details
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.

0 commit comments

Comments
 (0)