Skip to content

Commit 2c6f68f

Browse files
authored
Merge branch 'main' into feature/form-controls
2 parents b12586e + e2a10ab commit 2c6f68f

6 files changed

Lines changed: 4 additions & 200 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.

.github/pull_request_template.md

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

Form-Controls/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ <h1>Product Pick</h1>
6565
</main>
6666

6767
<footer>
68-
<h2>By Zadri Abdule</h2>
68+
<!-- change to your name-->
69+
<p>By HOMEWORK SOLUTION</p>
6970
</footer>
7071
</body>
7172
</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)