Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7742c1

Browse files
committed
Add suggested HTML structure
1 parent c96a7ea commit d7742c1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Week2/MAKEME.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,20 @@ The web page should include the following components:
2929
2. A left-hand column that displays basic information about the selected repository.
3030
3. A right-hand column that displays a list of contributors to the repository.
3131

32+
A suggested HTML structure could be:
33+
34+
```html
35+
<body>
36+
<div id="root">
37+
<header class="...">...</header>
38+
<main class="main-container">
39+
<section class="repo-container">...</section>
40+
<section class="contributors-container">...</section>
41+
</main>
42+
</div>
43+
</body>
44+
```
45+
3246
**Functional Requirements:**
3347

3448
1. The list of repositories in the `select` element should be sorted (case-insensitive) on repository name.

0 commit comments

Comments
 (0)