Skip to content

Commit 67d72c9

Browse files
committed
Remove README image
1 parent fe0b86d commit 67d72c9

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

Wireframe/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Project Essentials Explained</h1>
1414

1515
<main>
1616
<article>
17-
<img class="readme-img" src="https://media.geeksforgeeks.org/wp-content/uploads/20240702120959/Readme1.png" alt="Example of a README file layout" />
17+
<img src="placeholder.svg" alt="" />
1818
<h2>What is a README file?</h2>
1919
<p>
2020
A README file is an essential component of many software projects, especially those hosted on platforms like GitHub.
@@ -23,7 +23,7 @@ <h2>What is a README file?</h2>
2323
</article>
2424

2525
<article>
26-
<img src="https://balsamiq.com/assets/learn/articles/wireframe-example-plain.png" alt="Wireframe layout for a webpage" />
26+
<img src="placeholder.svg" alt="" />
2727
<h2>What is a Wireframe?</h2>
2828
<p>
2929
A wireframe is a visual blueprint of a website or application's layout, focusing on structure and functionality without the distraction of design elements like colors or images. It helps teams plan the user interface and user experience effectively before development begins.
@@ -32,8 +32,7 @@ <h2>What is a Wireframe?</h2>
3232
</article>
3333

3434
<article>
35-
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Git-logo.svg/240px-Git-logo.svg.png"
36-
alt="Git logo representing version control and branching" />
35+
<img src="placeholder.svg" alt="" />
3736
<h2>What is a Branch in Git?</h2>
3837
<p>
3938
In Git, a branch is an independent line of development that allows you to work on new features or fixes without affecting the main codebase. This collaboration and parallel development, enabling multiple contributors to work simultaneously without conflicts.

Wireframe/style.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,4 @@ article {
135135
background-color: transparent;
136136
display: block;
137137
}
138-
139-
.readme-img {
140-
width: 100%;
141-
height: 200px;
142-
object-fit: contain;
143-
padding: var(--space);
144-
}
145138
}

0 commit comments

Comments
 (0)