Skip to content

Commit 3300b83

Browse files
authored
Merge branch 'CodeYourFuture:main' into feature/wireframe
2 parents 6abb0c0 + e2a10ab commit 3300b83

3 files changed

Lines changed: 3 additions & 39 deletions

File tree

.github/pull_request_template.md

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

Form-Controls/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1>Product Pick</h1>
2121
</main>
2222
<footer>
2323
<!-- change to your name-->
24-
<h2>By HOMEWORK SOLUTION</h2>
24+
<p>By HOMEWORK SOLUTION</p>
2525
</footer>
2626
</body>
2727
</html>

Wireframe/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There are some provided HTML and CSS files you can use to get started. You can u
1515
<!--{{<objectives>}}>-->
1616

1717
- [ ] Use semantic HTML tags to structure the webpage
18-
- [ ] Create three articles, each including a title, summary, and a link
18+
- [ ] Create three articles, each including an image, title, summary, and a link
1919
- [ ] Check a webpage against a wireframe layout
2020
- [ ] Test web code using [Lighthouse](https://programming.codeyourfuture.io/guides/testing/lighthouse)
2121
- [ ] Use version control by committing often and pushing regularly to GitHub
@@ -26,7 +26,7 @@ There are some provided HTML and CSS files you can use to get started. You can u
2626
- [ ] Semantic HTML tags are used to structure the webpage.
2727
- [ ] The page scores 100 for Accessibility in the Lighthouse audit.
2828
- [ ] The page header includes a title and description.
29-
- [ ] The articles section has three unique articles, each including a title, summary, and a link.
29+
- [ ] The articles section has three unique articles, each including an image, title, summary, and a link.
3030
- [ ] The page footer is fixed to the bottom of the viewport.
3131
- [ ] The webpage is styled using a linked .css file.
3232
- [ ] The webpage is properly committed and pushed to a branch on GitHub.

0 commit comments

Comments
 (0)