Skip to content
Open
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
41 changes: 32 additions & 9 deletions Wireframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,48 @@
</head>
<body>
<header>
<h1>Wireframe</h1>
<h1>
<center>Wireframe</center>
</h1>
<p>
This is the default, provided code and no changes have been made yet.
<center>An article about webpages and their purpose</center>
</p>
</header>
<main>
<article>
<img src="placeholder.svg" alt="" />
<h2>Title</h2>
<img src="placeholder.svg" alt="an image depicting wireframe " />


<h2>READme</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptates. Quisquam, voluptates.
</p>
The purpose of a READme file is to provide information about a project, including how to instructions and tasks to be done.

<a href="">Read more</a>
</article>
<article>
<img src="placeholder.svg" alt="an image depicting wireframe " />


<h2>Wireframe</h2>
<p>
A wireframe is a visual guide that represents the skeletal framework of a website or application, outlining the layout and structure of its content and functionality.

<a href="">Read more</a>
</article>
<article>
<img src="placeholder.svg" alt="an image depicting wireframe " />


<h2>Git branch</h2>
<p>A branch in a git, is a perosnal workspace to work on tasks independently.</p>

<a href="">Read more</a>

</main>
<footer>
<p>
This is the default, provided code and no changes have been made yet.


<p> <center>Adedolapo January 2026</center>
</p>
</footer>
</body>
Expand Down
Loading