Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96a7ea commit d7742c1Copy full SHA for d7742c1
Week2/MAKEME.md
@@ -29,6 +29,20 @@ The web page should include the following components:
29
2. A left-hand column that displays basic information about the selected repository.
30
3. A right-hand column that displays a list of contributors to the repository.
31
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
46
**Functional Requirements:**
47
48
1. The list of repositories in the `select` element should be sorted (case-insensitive) on repository name.
0 commit comments