Skip to content

london | may2025 | mohammad | aldali | wireframe #470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
41 changes: 34 additions & 7 deletions Wireframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,50 @@
<header>
<h1>Wireframe</h1>
<p>
This is the default, provided code and no changes have been made yet.
“A wireframe is a basic visual guide used </br>to plan the layout and structure of a webpage or app. </br>It shows the placement of elements like headers,</br>
buttons, and content without focusing on colors or design details.”
</p>
</header>
<main>

<article>
<img src="placeholder.svg" alt="" />
<h2>Title</h2>
<img src="https://i.postimg.cc/Mp4rrW9T/image.jpg" alt=" pic of drown wireframe" />
<h2>wireframe</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptates. Quisquam, voluptates.
“A wireframe is a basic visual guide used </br>to plan the layout and structure of a webpage or app. </br>It shows the placement of elements like headers,</br>
buttons, and content without focusing on colors or design details.”
</p>
<a href="">Read more</a>
<a href="https://www.productplan.com/glossary/wireframe/"><span>Read more</span></a>
</article>
<section>
<article>
<img src="https://i.postimg.cc/QdC3NWt5/image.jpg" alt=" pic about example of html5_semantic_elements" />
<h2>semantic html</h2>
<p>
Semantic HTML uses meaningful tags <strong>(like header, article, footer)</strong> to describe the structure and purpose of web content.
It improves accessibility, SEO.
</p>
<a href="https://www.w3schools.com/html/html5_semantic_elements.asp"><span>Read more</span></a>
</article>
</section>
<section>
<article>
<img src="https://i.postimg.cc/ZKS6L0pH/image.jpg" alt=" first-child pic" />
<h2>first childe</h2>
<p>
:first-child is a CSS pseudo-class that targets the first child element inside its parent.
</p>
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:first-child"> <span>Read more</span></a>
</article>
</section>




</main>
<footer>
<p>
This is the default, provided code and no changes have been made yet.
this changes was by Mohammad Aldali.
</p>
</footer>
</body>
Expand Down
4 changes: 4 additions & 0 deletions Wireframe/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ a {
img,
svg {
width: 100%;
height: 400px;
object-fit: cover;
}
/* ====== Site Layout ======
Expand Down Expand Up @@ -87,3 +88,6 @@ article {
grid-column: span 3;
}
}
header{
text-align: center;
}