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
Copy file name to clipboardExpand all lines: Wireframe/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
-[ ] Use semantic HTML tags to structure the webpage
8
8
-[ ] Create three articles, each including an image, title, summary, and a link
9
-
-[ ]Check a webpage against a wireframe layout
9
+
-[ ]Use CSS to lay out and style elements so they match a wireframe design
10
10
-[ ] Test web code using [Lighthouse](https://programming.codeyourfuture.io/guides/testing/lighthouse)
11
11
-[ ] Use version control by committing often and pushing regularly to GitHub
12
12
-[ ] Develop the habit of writing clean, well-structured, and error-free code
@@ -21,9 +21,9 @@ Using the provided wireframe and resources, write a new webpage explaining:
21
21
1. What is the purpose of a wireframe?
22
22
1. What is a branch in Git?
23
23
24
-
The page layout should closely match the wireframe. Exact replication is the goal, but small differences may be accepted.
24
+
Then arrange and style the elements so the page closely matches the wireframe. Exact replication is the goal, but small differences may be accepted.
25
25
26
-
There are some provided HTML and CSS files you can use to get started. You can use these files as a starting point or create your own files from scratch. You _must_ modify the HTML and CSS files to meet the acceptance criteria and you must check this criteria yourself before you submit your work.
26
+
You can add image files, but you _must_ modify `index.html`and `style.css` to meet the acceptance criteria and you must check this criteria yourself before you submit your work.
27
27
28
28
## Acceptance Criteria
29
29
@@ -32,7 +32,7 @@ There are some provided HTML and CSS files you can use to get started. You can u
32
32
-[ ] The webpage is styled using a linked .css file.
33
33
-[ ] The webpage is properly committed and pushed to a branch on GitHub.
34
34
-[ ] The articles section contains three distinct articles, each with its own unique image, title, summary, and link.
35
-
-[ ] The page footer is fixed to the bottom of the viewport.
35
+
-[ ] The page footer is fixed to the bottom of the viewport; it remains in place when the page scrolls.
36
36
-[ ] The page layout closely match the wireframe.
37
37
38
38
### Developers must adhere to professional standards.
0 commit comments