Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 39b0af0

Browse files
authored
Merge pull request #42 from CodeYourFuture/wireframe/new-wireframe
update wireframe image to match criteria
2 parents ff69c3b + 3ed7146 commit 39b0af0

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

Wireframe/README.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Wireframe
22

3-
Create a new webpage explaining:
3+
![Wireframe](./wireframe.png)
4+
5+
Using the provided wireframe, create a new webpage explaining:
6+
47
1. What is Git?
58
2. Why do developers need Git?
69
3. What is a branch in Git?
@@ -11,24 +14,29 @@ The page should NOT use any framework like Bootstrap.
1114

1215
- Apply a consistent color scheme to links and text on the webpage
1316
- 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
1518
- 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
1720
- 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
2023

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.
2225

2326
## Acceptance Criteria
2427

2528
- [ ] The webpage has a consistent color scheme for links and text.
2629
- [ ] 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.
2831
- [ ] 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.
3033
- [ ] The first article is styled using the :first-child pseudo-class.
3134
- [ ] 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.
3436
- [ ] The webpage does not use any frameworks such as Bootstrap.
37+
38+
## Resources
39+
40+
- [Wireframe](https://www.productplan.com/glossary/wireframe/)
41+
- [Semantic HTML](https://www.w3schools.com/html/html5_semantic_elements.asp)
42+
- [:first-child](https://developer.mozilla.org/en-US/docs/Web/CSS/:first-child)

Wireframe/blog-sketch-week-1.png

-119 KB
Binary file not shown.

Wireframe/wireframe.png

55.4 KB
Loading

0 commit comments

Comments
 (0)