Section1 | Section2 | Section3 | ...
TODO: Convert the useless "Section1 | Section2 ..." to a single line containing hyperlinks to each section of the menu.
You learned the Markdown to do this in the git-commands assignments.
TODO: Remove all the TODO lines, of course.
TODO: Replace this with the actual sections (plural) of the menu. Each section should contain a table of menu items..
TODO: Your team should decide what the column headers should be and how to display prices. You want the menu sections to be consistent.
Here is how to create a table using Markdown:
| Column 1 | Column 2 |
|---|---|
| Gasohol 91 | 36.28 |
| Gasohol E20 | 35 |
| Gasohol E85 | 32 |
To find out what |:--- and ---:| mean, look at one of the Markdown references in the git-commands assignment
(or any Markdown summary).
TODO: Each person add yourself to this table; Points deducted if one person adds everyone. Name means name, no student ids.
| Name | Role | Github |
|---|---|---|
| Your name | Your menu | @your_github_id |