1- <!DOCTYPE html>
1+ <!doctype html>
22< html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 " />
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6+ < title > Wireframe</ title >
7+ < link rel ="stylesheet " href ="style.css " />
8+ </ head >
39
4- < head >
5- < meta charset ="UTF-8 " />
6- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < title > Wireframe</ title >
8- < link rel ="stylesheet " href ="style.css " />
9- </ head >
10+ < body >
11+ < header >
12+ < h1 > Developer essentials</ h1 >
13+ < p > A quick introduction to READMEs, wireframes, and Git branches.</ p >
14+ </ header >
15+ < main >
16+ < article >
17+ < img
18+ src ="https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frb46gni0wl2759llb6xs.png "
19+ alt ="readme file "
20+ />
21+ < h2 > What is a README file?</ h2 >
22+ < p >
23+ A README is often what people look at in a project to understand what
24+ it is about. It should include a description of the project,
25+ instructions on how to use it, and any additional information that may
26+ be useful.
27+ </ p >
28+ < a href ="https://www.makeareadme.com/ " target ="_blank "> Read more</ a >
29+ </ article >
1030
11- < body >
12- < header >
13- < h1 > Developer essentials </ h1 >
14- < p >
15- A quick introduction to READMEs, wireframes, and Git branches.
16- </ p >
17- </ header >
18- < main >
19- < article >
20- < img src =" https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frb46gni0wl2759llb6xs.png " alt =" readme file " />
21- < h2 > What is a README file? </ h2 >
22- < p >
23- A README is often what people look at in a project to understand what it is about. It should include a description of the project, instructions on how to use it, and any additional information that may be useful.
24- </ p >
25- < a href =" https://www.makeareadme.com/ " target =" _blank " > Read more </ a >
26- </ article >
31+ < article >
32+ < img
33+ src =" https://live.staticflickr.com/2154/5734993652_d4a2ee8778_b.jpg "
34+ alt =" wireframe sketch of website layout "
35+ />
36+ < h2 > What is the purpose of a wireframe? </ h2 >
37+ < p >
38+ A wireframe for a website is like a blueprint for a house. It is a
39+ visual representation of the layout of the website. It is useful for
40+ planning purposes and can save time before building, by helping us
41+ spot potential issues early.
42+ </ p >
43+ < a href =" https://balsamiq.com/blog/ what-are-wireframes/ " target =" _blank "
44+ > Read more </ a
45+ >
46+ </ article >
2747
28- < article >
29- < img src ="https://live.staticflickr.com/2154/5734993652_d4a2ee8778_b.jpg " alt ="wireframe sketch of website layout " />
30- < h2 > What is the purpose of a wireframe?</ h2 >
48+ < article >
49+ < img
50+ src ="https://blog.nobledesktop.com/_next/image?url=%2Fimages%2Fblog%2Fgit-branches%2Fgit-branches-merge.png&w=750&q=75 "
51+ alt ="git branching diagram "
52+ />
53+ < h2 > What is a branch in Git?</ h2 >
54+ < p >
55+ A branch in Git is like an alternative version of a project. When
56+ several developers work on the same project, separate branches help
57+ them avoid overriding each other's work. These branches then can be
58+ merged into the main branch through a pull request.
59+ </ p >
60+ < a
61+ href ="https://www.geeksforgeeks.org/git/introduction-to-git-branch/ "
62+ target ="_blank "
63+ > Read more</ a
64+ >
65+ </ article >
66+ </ main >
67+ < footer >
3168 < p >
32- A wireframe for a website is like a blueprint for a house. It is a visual representation of the layout of the website. It is useful for planning purposes and can save time before building, by helping us spot potential issues early.
69+ This page was built following a provided wireframe design:
70+ < a
71+ href ="https://github.com/edinakurdi/Module-Onboarding/blob/main/Wireframe/README.md "
72+ > Wireframe</ a
73+ >
3374 </ p >
34- < a href ="https://balsamiq.com/blog/what-are-wireframes/ " target ="_blank "> Read more</ a >
35- </ article >
36-
37- < article >
38- < img src ="https://blog.nobledesktop.com/_next/image?url=%2Fimages%2Fblog%2Fgit-branches%2Fgit-branches-merge.png&w=750&q=75 " alt ="git branching diagram " />
39- < h2 > What is a branch in Git?</ h2 >
40- < p >
41- A branch in Git is like an alternative version of a project. When several developers work on the same project, separate branches help them avoid overriding each other's work. These branches then can be merged into the main branch through a pull request.
42- </ p >
43- < a href ="https://www.geeksforgeeks.org/git/introduction-to-git-branch/ " target ="_blank "> Read more</ a >
44- </ article >
45-
46- </ main >
47- < footer >
48- < p >
49- This page was built following a provided wireframe design: < a href ="https://github.com/edinakurdi/Module-Onboarding/blob/main/Wireframe/README.md "> Wireframe</ a >
50- </ p >
51- </ footer >
52- </ body >
53-
54- </ html >
75+ </ footer >
76+ </ body >
77+ </ html >
0 commit comments