diff --git a/Wireframe/index.html b/Wireframe/index.html index 13f7afd13..f88bb59ff 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -17,16 +17,16 @@

Basics in Web Development

- placeholder + Illustration of Readme icon

The README file

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.

- Read more for REDME files + Read more for README files
- placeholder + Illustration of Wireframe

The Wireframe

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. @@ -35,7 +35,7 @@

The Wireframe

-  git branch icon + Illustration of git branch icon

A branch in Git

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.