Skip to content

Commit 95d0161

Browse files
committed
Wireframe final
1 parent cb2bd46 commit 95d0161

4 files changed

Lines changed: 22 additions & 5 deletions

File tree

Wireframe/Branch.png

858 KB
Loading

Wireframe/index.html

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
</head>
99
<body>
1010
<header>
11-
<h1>Purpose of Read Me</h1>
12-
<p>
13-
14-
</p>
11+
<h1>Wireframe Coursework</h1>
1512
</header>
1613
<main>
1714
<article>
@@ -22,10 +19,27 @@ <h2>Purpose of ReadME</h2>
2219
</p>
2320
<a href="">Read more</a>
2421
</article>
22+
<article>
23+
<img src="placeholder 2.png" alt="" />
24+
<h2>Purpose of Wireframe</h2>
25+
<p>
26+
Wireframe serves as a foundational blueprint or mental image of a product, it has numerous functions and most importantly wireframe is often used in the early stages of web or app development to prevent future, costly redesigns.
27+
</p>
28+
<a href="">Read more</a>
29+
</article>
30+
<article>
31+
<img src="Branch.png" alt="" />
32+
<h2>What is a branch in Git</h2>
33+
<p>
34+
A branch represents an independent line of development in a Git repository, allowing multiple developers to work on different features or bug fixes simultaneously without affecting the main codebase until changes are ready to be merged.
35+
</p>
36+
<a href="">Read more</a>
37+
</article>
2538
</main>
39+
2640
<footer>
2741
<p>
28-
This is the default, provided code and no changes have been made yet.
42+
By Toluwalase Tiamiyu.
2943
</p>
3044
</footer>
3145
</body>

Wireframe/placeholder 2.png

3.81 MB
Loading

Wireframe/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ body {
3131
color: var(--ink);
3232
font: var(--font);
3333
}
34+
h1{
35+
text-align: center;
36+
}
3437
a {
3538
padding: var(--space);
3639
border: var(--line);

0 commit comments

Comments
 (0)