From 544fc6d47d533a797c6299ae0a52a89216118830 Mon Sep 17 00:00:00 2001 From: Nataliia74 Date: Tue, 6 May 2025 11:40:54 +0100 Subject: [PATCH 01/11] New content and images --- Wireframe/index.html | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e53..c06247da 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -8,20 +8,39 @@
-

Wireframe

+

One of the essential start-points for developer beginners.

- This is the default, provided code and no changes have been made yet. + This webpage is for enthusiastic developers who are just starting their journey in web development. We often start with an idea for a website or application and aim to build it from scratch, but how do we create a plan for our project? One important step is to create a wireframe that outlines the structure and layout. Another approach is to use a ready-made template available on GitHub. However, it is important to understand its purpose and how it works by reviewing the included to repo README file. To effectively build a project, we usually need a team that can work collaboratively and productively. This is where branching comes in handy — it allows multiple team members to work on different features or fixes without interfering with each other’s code. So, let’s take a closer look at these aspects.

- -

Title

+ +

What is the purpose of a README file?

+

+ README file is a first point of documentation on your project or repo on GitHub. + It is a good habit to write information about your project. It include instructions + or links to instructions. There's usually any relevant license and contact info in there too. + README file is a text file with extention md. +

+ Read more +
+
+ +

What is the purpose of a wireframe?

+

+ Wireframe is a structural blueprint for your digital project. It helps plan and visualise the sceleton of your app or website before runing actual desigh. +

+ Read more +
+
+ +

What is a branch in Git?

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + Branching on the Git means simply create a new or separate version of the main repository. + Branches allow to develop features, fix bugs, or safely experiment with new ideas.

- Read more + Read more