You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the default, provided code and no changes have been made yet.
14
14
</p>
15
15
</header>
16
+
<hr>
16
17
<main>
17
-
<divid="div-1">
18
+
<divid="div-1">
18
19
<articleclass="article-border">
19
-
<imgsrc="placeholder.svg" alt="" class="" />
20
+
<imgsrc="https://media.geeksforgeeks.org/wp-content/uploads/20240702120959/Readme1.png" alt="An image with the work Read ME with green color" id="image-size" />
20
21
<h2>READ ME.md file and what is purpose.</h2>
21
22
<p>
22
-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
23
-
voluptates. Quisquam, voluptates.
23
+
Readme.md is a type of file mainly to tell other other programmer, developer
24
+
and other coder by to serve as the entry point and primary documentation for a software project,
25
+
providing an overview that explains what the project does, why it is useful, and how to install and use it.
26
+
It helps users quickly understand, set up, and contribute to the code
<imgsrc="https://images.prismic.io/prismic-main/Zoa6gh5LeNNTwzHJ_web_design_wireframe.jpeg?auto=format,compress" alt="Is an example of how to design web layout" class="image-size-2" />
33
37
<h2>What is a wireframe and the purpose of it used</h2>
34
-
<p>
35
-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
36
-
voluptates. Quisquam, voluptates.
38
+
<pid="paragraph-3" >
39
+
What is wireframe, wireframe
40
+
is a way to design a website service at the structural level.
41
+
A wireframe is commonly used to layout content and functionality on a page which takes into account user needs and user journeys.
42
+
wireframes are used early in the development process to establish the basic structure of a page before visual design and content is added.
<imgsrc="https://media.licdn.com/dms/image/v2/D4D12AQH6ykM-AVoDKg/article-cover_image-shrink_720_1280/B4DZZW5EzAHAAM-/0/1745214525491?e=2147483647&v=beta&t=kB_Gy_FceQSnp1FMZ2lVvoPis3lrcCQjgX0Zur3z4pc" alt="a detail map on what is git and branch" class="image-size-2" />
45
51
<h2>Git, repo and branch</h2>
46
-
<p>
47
-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
48
-
voluptates. Quisquam, voluptates.
52
+
<p>
53
+
Git, repo and branch are some basic knowledge that you should learn when you start programming. They can be a powerful tool
54
+
that will help you on your journey, especially later on when you do a group project or your own personal project.
55
+
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency,
56
+
how ever they also allow you save, control and redo your project file version. Repository is when you work on a group project
57
+
you can copy all of the files of the main project and make your self owner of that copy project. Branch is for when you want to make some change like adding image, changing color
58
+
or add some functionality to the project doesn't effect the main original file.
0 commit comments