Skip to content

Commit 124fb10

Browse files
authored
Merge branch 'main' into feature/wireframe_new
2 parents 3b9ff31 + 762d3ae commit 124fb10

4 files changed

Lines changed: 6 additions & 162 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/pd-assignment.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/tech-ed-assignment.yml

Lines changed: 0 additions & 88 deletions
This file was deleted.

Wireframe/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,19 @@ There are some provided HTML and CSS files you can use to get started. You can u
1919
- [x] Check a webpage against a wireframe layout
2020
- [x] Test web code using [Lighthouse](https://programming.codeyourfuture.io/guides/testing/lighthouse)
2121
- [x] Use version control by committing often and pushing regularly to GitHub
22+
- [ ] Use semantic HTML tags to structure the webpage
23+
- [ ] Create three articles, each including an image, title, summary, and a link
24+
- [ ] Check a webpage against a wireframe layout
25+
- [ ] Test web code using [Lighthouse](https://programming.codeyourfuture.io/guides/testing/lighthouse)
26+
- [ ] Use version control by committing often and pushing regularly to GitHub
2227
<!--{{</objectives>}}>-->
2328

2429
## Acceptance Criteria
2530

2631
- [ ] Semantic HTML tags are used to structure the webpage.
2732
- [ ] The page scores 100 for Accessibility in the Lighthouse audit.
2833
- [ ] The page header includes a title and description.
29-
- [ ] The articles section has three unique articles, each including a title, summary, and a link.
34+
- [ ] The articles section has three unique articles, each including an image, title, summary, and a link.
3035
- [ ] The page footer is fixed to the bottom of the viewport.
3136
- [ ] The webpage is styled using a linked .css file.
3237
- [ ] The webpage is properly committed and pushed to a branch on GitHub.

0 commit comments

Comments
 (0)