Skip to content
Merged
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
8 changes: 4 additions & 4 deletions Wireframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ <h1>Basics in Web Development</h1>

<main>
<article>
<img src="placeholder.svg" alt="placeholder" />
<img src="Readme.svg" alt="Illustration of Readme icon" />
<h2>The README file</h2>
<p>
A README file introduces a project, explains its purpose, and provides instructions for installation and usage. It helps others understand what the project does, how to set it up, and where to find additional resources.
</p>
<a href="https://www.makeareadme.com/">Read more for REDME files</a>
<a href="https://www.makeareadme.com/">Read more for README files</a>
</article>

<article>
<img src="placeholder.svg" alt="placeholder" />
<img src="Wireframe.svg" alt="Illustration of Wireframe" />
<h2>The Wireframe</h2>
<p>
A wireframe is a visual guide that represents the structure and layout of a webpage or app. It helps designers and developers plan placement of elements and user flow before adding detailed content and styling.
Expand All @@ -35,7 +35,7 @@ <h2>The Wireframe</h2>
</article>

<article>
<img src="git_branch_icon.svg" alt=" git branch icon" />
<img src="git_branch_icon.svg" alt="Illustration of git branch icon" />
<h2>A branch in Git</h2>
<p>
A branch in Git is an independent line of development, allowing you to work on new features or changes without affecting the main codebase. This enables collaboration and makes it easy to test, review, and merge updates.
Expand Down