From cd266a22ee04fc58e7617153328700a441f6571d Mon Sep 17 00:00:00 2001 From: mandipsanger Date: Fri, 5 Jun 2026 20:09:28 +0100 Subject: [PATCH 01/13] update links --- Wireframe/index.html | 72 ++++++++++++++++++++++++-------------------- 1 file changed, 39 insertions(+), 33 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..acd01212f 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -1,33 +1,39 @@ - - - - - - Wireframe - - - -
-

Wireframe

-

- This is the default, provided code and no changes have been made yet. -

-
-
-
- -

Title

-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. -

- Read more -
-
- - - +
+

Wireframe

+

+ Articles are a great way to share information and ideas with others. They can be used to educate, inform, or entertain readers on a wide range of topics. Whether you're writing about current events, technology, health, or any other subject, articles provide a platform for you to express your thoughts and insights. With the right research and writing skills, you can create engaging and informative articles that resonate with your audience and contribute to meaningful discussions. .These articles have beeen selected to explain the purpose of Read me file, Wireframe and Branch in Git. +

+
+
+
+ +

Purpose of Readme file

+

+ The purpose of a README file is to serve as the primary guide and quick-start manual for a project. Placed at the root of a folder or repository, it explains what the project does, how to install and use it, and how others can contribute. +

+ Read more +
+ +
+ +

Purpose of Wireframe

+

+ A wireframe is a basic, two-dimensional visual representation of a web page, app interface, or product layout. You can think of it as a low-fidelity, functional sketch. Product designers and UX (user experience) professionals draw up wireframes to communicate how they plan to arrange and prioritize features, and how they intend for users to interact with its product or website.Wireframes typically depict only functionality, not the true style and visual elements of the final product. It's why most wireframes look simple: grayscale instead of colors, placeholders for images, and Lorem Ipsum for text. +

+ Read more +
+ +
+ +

Purpose of Branch

+

+ Branches allow you to develop features, fix bugs, or safely experiment with new ideas in a contained area of your repository. You always create a branch from an existing branch. Typically, you might create a new branch from the default branch of your repository. + +

+ Read more +
+ +
+ \ No newline at end of file From 761fd79a9e5d0fe0a03813a485ff8932c943ea35 Mon Sep 17 00:00:00 2001 From: mandipsanger Date: Fri, 5 Jun 2026 21:09:46 +0100 Subject: [PATCH 02/13] add link for articles --- Wireframe/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index acd01212f..941454445 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -6,7 +6,7 @@

Wireframe

- + Wireframe

Purpose of Readme file

The purpose of a README file is to serve as the primary guide and quick-start manual for a project. Placed at the root of a folder or repository, it explains what the project does, how to install and use it, and how others can contribute. @@ -15,7 +15,7 @@

Purpose of Readme file

- + readme

Purpose of Wireframe

A wireframe is a basic, two-dimensional visual representation of a web page, app interface, or product layout. You can think of it as a low-fidelity, functional sketch. Product designers and UX (user experience) professionals draw up wireframes to communicate how they plan to arrange and prioritize features, and how they intend for users to interact with its product or website.Wireframes typically depict only functionality, not the true style and visual elements of the final product. It's why most wireframes look simple: grayscale instead of colors, placeholders for images, and Lorem Ipsum for text. @@ -24,7 +24,7 @@

Purpose of Wireframe

- + branch

Purpose of Branch

Branches allow you to develop features, fix bugs, or safely experiment with new ideas in a contained area of your repository. You always create a branch from an existing branch. Typically, you might create a new branch from the default branch of your repository. From 254364a9f6502a7d3f6182776ac78a488a5a3ed5 Mon Sep 17 00:00:00 2001 From: mandipsanger Date: Fri, 5 Jun 2026 21:29:03 +0100 Subject: [PATCH 03/13] add style sheet --- Form-Controls/index.html | 51 +++++++++++++++++++++++++++++----------- Wireframe/index.html | 22 +++++++++++------ 2 files changed, 52 insertions(+), 21 deletions(-) diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 74b591ffc..5d6e70e21 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -1,27 +1,50 @@ - - - My form exercise - - + + + Wireframe +

-

Product Pick

+

Project Wireframe

+

+ Articles are a great way to share information and ideas with others. They can be used to educate, inform, or entertain readers on a wide range of topics. Whether you're writing about current events, technology, health, or any other subject, articles provide a platform for you to express your thoughts and insights. With the right research and writing skills, you can create engaging and informative articles that resonate with your audience and contribute to meaningful discussions. Here are some articles to get you started. I have chosen some articles from Git/Github to enchance your knowledge of some of the files etc. +

-
- - -
+
+ Readme file +

Purpose of Read me File

+

+ The primary purpose of a README file on GitHub is to serve as the first point of documentation for your project, introducing it to visitors and explaining how to use it. GitHub automatically renders and displays this file at the bottom of your repository's main page to provide immediate context before someone explores the code. +

+ Read more +
+
+ +

Purpose of Wireframe

+

+ +

+ Read more +
+
+ +

Purpose of Branch

+

+ Branches allow you to develop features, fix bugs, or safely experiment with new ideas in a contained area of your repository. You always create a branch from an existing branch. Typically, you might create a new branch from the default branch of your repository. + +

+ + Read more +
- -

By HOMEWORK SOLUTION

+

+ Wireframe project by Mandip Sanger. This project is a simple demonstration of how to create a wireframe for a website using HTML and CSS. +

diff --git a/Wireframe/index.html b/Wireframe/index.html index 941454445..6920d8c95 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -1,4 +1,13 @@ -
+ + + + + + Wireframe + + + +

Wireframe

Articles are a great way to share information and ideas with others. They can be used to educate, inform, or entertain readers on a wide range of topics. Whether you're writing about current events, technology, health, or any other subject, articles provide a platform for you to express your thoughts and insights. With the right research and writing skills, you can create engaging and informative articles that resonate with your audience and contribute to meaningful discussions. .These articles have beeen selected to explain the purpose of Read me file, Wireframe and Branch in Git. @@ -7,7 +16,7 @@

Wireframe

Wireframe -

Purpose of Readme file

+ h2>Purpose of Readme file

The purpose of a README file is to serve as the primary guide and quick-start manual for a project. Placed at the root of a folder or repository, it explains what the project does, how to install and use it, and how others can contribute.

@@ -15,7 +24,7 @@

Purpose of Readme file

- readme + Readme

Purpose of Wireframe

A wireframe is a basic, two-dimensional visual representation of a web page, app interface, or product layout. You can think of it as a low-fidelity, functional sketch. Product designers and UX (user experience) professionals draw up wireframes to communicate how they plan to arrange and prioritize features, and how they intend for users to interact with its product or website.Wireframes typically depict only functionality, not the true style and visual elements of the final product. It's why most wireframes look simple: grayscale instead of colors, placeholders for images, and Lorem Ipsum for text. @@ -24,14 +33,13 @@

Purpose of Wireframe

- branch -

Purpose of Branch

+ Branch +

Purpose of Branch

Branches allow you to develop features, fix bugs, or safely experiment with new ideas in a contained area of your repository. You always create a branch from an existing branch. Typically, you might create a new branch from the default branch of your repository.

- Read more -
+ Read more
-
Wifreframe project by Mandip Sanger - -
\ No newline at end of file + + +
+

Wifreframe project by Mandip Sanger

+
+