From 9a0abe0be5bb240c6f0dc480d7394efd4bdac94f Mon Sep 17 00:00:00 2001 From: Ogbemi mene Date: Sat, 16 May 2026 22:23:12 +0100 Subject: [PATCH 1/4] wireframe of onboardind --- Wireframe/index.html | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..fde4fc14a 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -8,18 +8,28 @@
-

Wireframe

+

Read me

- This is the default, provided code and no changes have been made yet. + A README file is the first thing people see when they open a code repository. + Its main purpose is to explain what the project is and how to use it.

-

Title

+

Wireframe

+

+ A wireframe is like the blueprint of a house, + but for a website or an app. It is a simple, + black-and-white sketch that shows where things go before you start building. +

+

Branch in Git

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A branch in Git is an independent line of development. + It acts as a pointer to a specific commit, + allowing you to work on new features, bug fixes, + or experiments without affecting the main, + stable codebase (usually called main or master).

Read more
From 4409f25b881fea926450bb15e66e8ed7b7f93ca0 Mon Sep 17 00:00:00 2001 From: Ogbemi mene Date: Sun, 17 May 2026 18:42:25 +0100 Subject: [PATCH 2/4] mr ogbemi --- Wireframe/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index fde4fc14a..f5a0f5bed 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -36,7 +36,7 @@

Branch in Git

From ca7923da8a3e9c1ab020afbe71c27386da059018 Mon Sep 17 00:00:00 2001 From: Ogbemi mene Date: Sat, 23 May 2026 11:59:23 +0100 Subject: [PATCH 3/4] my new wireframe for CJ --- Module-Onboarding | 1 + Wireframe/index.html | 58 ++++++++++++++++++++++++++------------------ 2 files changed, 35 insertions(+), 24 deletions(-) create mode 160000 Module-Onboarding diff --git a/Module-Onboarding b/Module-Onboarding new file mode 160000 index 000000000..15794a634 --- /dev/null +++ b/Module-Onboarding @@ -0,0 +1 @@ +Subproject commit 15794a634689c2db980a8b46f730435655edc215 diff --git a/Wireframe/index.html b/Wireframe/index.html index f5a0f5bed..e74211a17 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -8,36 +8,46 @@
-

Read me

+

Wireframe

+
+ +
+
+ placeholder image +

Purpose of a readme file

- A README file is the first thing people see when they open a code repository. - Its main purpose is to explain what the project is and how to use it. + A readme file is a document that provides information about a project, + including its purpose, how to use it, and any other relevant details. + It serves as a guide for users and developers who may be interested in the project.

- -
+ Read more +
+
- -

Wireframe

+ placeholder image +

Purpose of a wireframe

- A wireframe is like the blueprint of a house, - but for a website or an app. It is a simple, - black-and-white sketch that shows where things go before you start building. + A wireframe is a visual representation of a website or application's layout and structure. + It shows the placement of elements, such as text, images, and buttons, without the final design details. + Wireframes are used to plan and communicate the basic structure and functionality of a product before development begins.

-

Branch in Git

+ Read more +
+ +
+ placeholder image +

what is a Branch in a Git

- A branch in Git is an independent line of development. - It acts as a pointer to a specific commit, - allowing you to work on new features, bug fixes, - or experiments without affecting the main, - stable codebase (usually called main or master). + A branch in Git is a separate line of development that allows you to work on different features or bug fixes without affecting the main codebase. + It enables multiple developers to collaborate on a project simultaneously and helps manage changes effectively. + Branches can be merged back into the main branch once the work is complete and tested.

- Read more + Read more
-
-
-

- this is a footer. It usually contains information about the website, -

-
+ + +
+

© 2026 Professional Web Developer Assignment

+
- + From 18c8b8ba66e2b8faf91cc015f6a437825eb863c7 Mon Sep 17 00:00:00 2001 From: Ogbemi mene Date: Sun, 24 May 2026 07:25:27 +0100 Subject: [PATCH 4/4] my new work for CJ --- Module-Onboarding | 1 - Wireframe/index.html | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 160000 Module-Onboarding diff --git a/Module-Onboarding b/Module-Onboarding deleted file mode 160000 index 15794a634..000000000 --- a/Module-Onboarding +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 15794a634689c2db980a8b46f730435655edc215 diff --git a/Wireframe/index.html b/Wireframe/index.html index e74211a17..4f938cf95 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -13,7 +13,7 @@

Wireframe

- placeholder image + Abstract placeholder illustration showing gray rectangle background with a circle and triangular shapes suggesting a generic interface layout

Purpose of a readme file

A readme file is a document that provides information about a project, @@ -24,7 +24,7 @@

Purpose of a readme file

- placeholder image + Abstract placeholder illustration showing gray rectangle background with a circle and triangular shapes suggesting a generic interface layout

Purpose of a wireframe

A wireframe is a visual representation of a website or application's layout and structure. @@ -35,7 +35,7 @@

Purpose of a wireframe

- placeholder image + Abstract placeholder illustration showing gray rectangle background with a circle and triangular shapes suggesting a generic interface layout

what is a Branch in a Git

A branch in Git is a separate line of development that allows you to work on different features or bug fixes without affecting the main codebase.