Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Form-Controls/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ <h1>Product Pick</h1>
<h2>By HOMEWORK SOLUTION</h2>
</footer>
</body>
</html>
</html>
29 changes: 23 additions & 6 deletions Wireframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,40 @@
<header>
<h1>Wireframe</h1>
<p>
This is the default, provided code and no changes have been made yet.
This is an article explaining README file, wireframe, and Git branches.
</p>
</header>
<main>
<article>
<img src="placeholder.svg" alt="" />
<h2>Title</h2>
<img src="https://markdown.land/wp-content/uploads/2022/01/VSCode-markdown-preview.png" alt="README file picture" />
<h2>What is the purpose of a README file?</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptates. Quisquam, voluptates.
The purpose of a README file is to provide essential information about a project, including how to install, use, and contribute to it.
</p>
<a href="">Read more</a>
Copy link

Copilot AI Jan 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "Read more" links have empty href attributes. These should either point to valid URLs or use href="#" if they are placeholders. Empty href attributes can cause accessibility and usability issues.

Copilot uses AI. Check for mistakes.
</article>
<article>
<img src="https://images.edrawsoft.com/articles/wireframe/wireframe-1.jpg" alt="Wireframe picture" />
<h2>What is the purpose of a wireframe?
</h2>
<p>
The purpose of a wireframe is to provide a visual guide that represents the skeletal framework of a website or application, helping to plan layout and functionality.
</p>
<a href="">Read more</a>
Copy link

Copilot AI Jan 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "Read more" links have empty href attributes. These should either point to valid URLs or use href="#" if they are placeholders. Empty href attributes can cause accessibility and usability issues.

Copilot uses AI. Check for mistakes.
</article>
<article>
<img src="https://git-scm.com/images/logos/downloads/Git-Logo-2Color.png" alt="Git logo" />
<h2>What is a branch in Git?
</h2>
<p>
A branch in Git is a separate line of development that allows multiple people to work on different features or fixes simultaneously without affecting the main codebase.
</p>
<a href="">Read more</a>
Copy link

Copilot AI Jan 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "Read more" links have empty href attributes. These should either point to valid URLs or use href="#" if they are placeholders. Empty href attributes can cause accessibility and usability issues.

Copilot uses AI. Check for mistakes.
</article>
</main>
<footer>
<p>
This is the default, provided code and no changes have been made yet.
Codeyourfuture 2026 Wireframe Assignment
</p>
</footer>
</body>
Expand Down
4 changes: 4 additions & 0 deletions Wireframe/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ main {
}
footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #333;
color: white;
Comment on lines +57 to +58
Copy link

Copilot AI Jan 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using hardcoded color values like #333 is inconsistent with the design palette established at the top of the file. Consider using CSS custom properties (e.g., --footer-bg) to maintain consistency with the existing design system that uses variables like --paper, --ink, etc.

Copilot uses AI. Check for mistakes.
text-align: center;
}
/* ====== Articles Grid Layout ====
Expand Down
46 changes: 0 additions & 46 deletions index.html

This file was deleted.