Skip to content

Commit b5bc4d1

Browse files
Harini ArunkumarHarini Arunkumar
authored andcommitted
Add wireframe, README, and Git branch articles
1 parent b64dc63 commit b5bc4d1

1 file changed

Lines changed: 30 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,34 @@ <h1>Understanding Git and Wireframes</h1>
1414
</p>
1515
</header>
1616
<main>
17-
17+
<section>
18+
<article class="card">
19+
<img src="placeholder.svg" alt="Wireframe illustration" />
20+
<div class="card-content">
21+
<h2>Purpose of a Wireframe</h2>
22+
<p> A wireframe is a simple visual guide used to plan layout and structure
23+
before adding design and content.</p>
24+
<a href="">Read more</a>
25+
</div>
26+
</article>
27+
<article class="card">
28+
<img src="placeholder.svg" alt="Git illustration" />
29+
<div class="card-content">
30+
<h2>Purpose of a README File</h2>
31+
<p>A README file explains what a project is about, how to set it up, and how to use it. It helps other developers understand the project quickly without reading all the code.</p>
32+
<a href="">Read more</a>
33+
</div>
34+
</article>
35+
<article class="card">
36+
<img src="placeholder.svg" alt="Git illustration" />
37+
<div class="card-content">
38+
<h2>What is a Git Branch</h2>
39+
<p>A Git branch is a separate version of the code that allows developers to work on new features or fixes without affecting the main codebase. Once the work is complete, the branch can be merged back into the main branch safely.</p>
40+
<a href="">Read more</a>
41+
</div>
42+
</article>
43+
</section>
44+
1845
</main>
1946
<footer>
2047
<nav>
@@ -24,8 +51,8 @@ <h1>Understanding Git and Wireframes</h1>
2451
<a href="https://github.com/arunkumarakilan" target="_blank" rel="noopener">GitHub</a>
2552
<a href="https://www.linkedin.com/in/arunkumar-akilan-0a87aa3a1/" target="_blank" rel="noopener">LinkedIn</a>
2653
</nav>
27-
2854
<p>© 2026 Arunkumar Akilan</p>
29-
</footer>
55+
56+
</footer>
3057
</body>
3158
</html>

0 commit comments

Comments
 (0)