You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
Using the provided wireframe, create a new webpage explaining:
6
+
4
7
1. What is Git?
5
8
2. Why do developers need Git?
6
9
3. What is a branch in Git?
@@ -11,24 +14,29 @@ The page should NOT use any framework like Bootstrap.
11
14
12
15
- Apply a consistent color scheme to links and text on the webpage
13
16
- Use semantic HTML tags to structure the webpage
14
-
- Create a webpage header with a title and description
17
+
- Create a page header with a title and description
15
18
- Create an articles section with three articles, each including a title, summary, and a link
16
-
- Create a page footer containing information about you or the site
19
+
- Create a page footer and fix it to the bottom of the viewport
17
20
- Use the :first-child pseudo-class to style the first article so that it stands out from the others
18
-
-Properly utilize version control by committing often and pushing regularly to GitHub
19
-
-Refrain from using any frameworks such as Bootstrap
21
+
-Use version control by committing often and pushing regularly to GitHub
22
+
-Don't use any frameworks; write your own layout using HTML and CSS
20
23
21
-
Use the sketch provided to guide the layout and content you are trying to achieve. Please note that this is just a sketch - you can choose the colors, fonts, and images that you want to use on the page.
24
+
Use the wireframe sketch provided to lay out the page. Please note that this is just a sketch - you can choose the colors, fonts, and images that you want to use on the page.
22
25
23
26
## Acceptance Criteria
24
27
25
28
-[ ] The webpage has a consistent color scheme for links and text.
26
29
-[ ] Semantic HTML tags are used to structure the webpage.
27
-
-[ ] The webpage header includes a title and description.
30
+
-[ ] The page header includes a title and description.
28
31
-[ ] The articles section has three articles, each including a title, summary, and a link.
29
-
-[ ] The page footer contains information about you or the site.
32
+
-[ ] The page footer is fixed to the bottom of the viewport.
30
33
-[ ] The first article is styled using the :first-child pseudo-class.
31
34
-[ ] The webpage is styled using a linked .css file.
32
-
-[ ] The webpage is responsive and displays properly on different screen sizes.
33
-
-[ ] The webpage is properly committed and pushed to GitHub.
35
+
-[ ] The webpage is properly committed and pushed to a branch on GitHub.
34
36
-[ ] The webpage does not use any frameworks such as Bootstrap.
0 commit comments