Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Wireframe/Instruction.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
83 changes: 56 additions & 27 deletions Wireframe/index.html
Original file line number Diff line number Diff line change
@@ -1,33 +1,62 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wireframe</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>Wireframe</h1>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wireframe</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<div class="center-header">
<h1>WIREFRAME</h1>
</div>
<div class="shortdesc">
<p>This is the webpage for understanding :</p>
<ul>
<li>Purpose of Readme file</li>
<li>Purpose of Wireframe</li>
<li>Branch in Git</li>
</ul>
</div>
</header>
<main>
<article>
<img src="placeholder.svg" alt="Instruction Book"/>
<h2>Purpose of Readme file</h2>
<p>
This is the default, provided code and no changes have been made yet.
A readme file is a document which contains essential information about a program.
It includes instructions, additional help and details regarding updates.
</p>
</header>
<main>
<article>
<img src="placeholder.svg" alt="" />
<h2>Title</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptates. Quisquam, voluptates.
</p>
<a href="">Read more</a>
</article>
</main>
<footer>
<a href="">Read more</a>
</article>
<div class="side-by-side">
<article class="align">
<img src="placeholder.svg" alt="Wireframe image"/>
<h2>Purpose of Wireframe</h2>
<p>A purpose of a wireframe to align stakeholders on the project's vision, facilitate early
feedback, and prevent costly, time-consuming revisions during the development phase.
</p>
<a href="">Read more</a>
</article>

<article class="align">
<img src="placeholder.svg" alt="Branch Image" />
<h2>Branch in Git</h2>
<p>
This is the default, provided code and no changes have been made yet.
In Git, a branch is like a separate workspace where you can make changes and try new
ideas without affecting the main project.
</p>
</footer>
</body>
</html>
<a href="">Read more</a>
</article>
</div>
</main>

<footer>
<p>
Prakash Dcosta - ITP Jan 2026
</p>
</footer>
</body>

</html>
23 changes: 22 additions & 1 deletion Wireframe/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ a {
}
img,
svg {
width: 100%;
/* width: 100%; */
object-fit: cover;
}
/* ====== Site Layout ======
Expand All @@ -53,6 +53,8 @@ footer {
position: fixed;
bottom: 0;
text-align: center;
width: 100%;
background-color: #f1cece;
}
/* ====== Articles Grid Layout ====
Setting the rules for how articles are placed in the main element.
Expand Down Expand Up @@ -87,3 +89,22 @@ article {
grid-column: span 3;
}
}

.side-by-side {
display: contents;
}

.align {
width: auto;
}

.center-header {
display: flex;
width: 100%;
justify-content: center;
}
.shortdesc {
display: flex;
flex-direction: column;
align-items: center;
}
Binary file removed Wireframe/wireframe.png
Binary file not shown.