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
76 changes: 46 additions & 30 deletions Wireframe/index.html
Original file line number Diff line number Diff line change
@@ -1,33 +1,49 @@
<!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>
<p>
This is the default, provided code and no changes have been made yet.
</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>
<p>
This is the default, provided code and no changes have been made yet.
</p>
</footer>
</body>
<head>
<meta charset="UTF-8">
<title>Wireframe Layout</title>
<link rel="stylesheet" href="style.css">
</head>

<body>

<header>
<h1>Page Title</h1>
<p>And short description</p>
</header>

<main>

<!-- what is Git Article the upper most article -->
<article>
<img src="https://via.placeholder.com/1200x400" alt="">
<h2>Article Title</h2>
<p>Article summary</p>
<a href="#">Read more</a>
</article>

<!-- why Git article-->
<article>
<img src="https://via.placeholder.com/600x300" alt="">
<h2>Article Title</h2>
<p>Article summary</p>
<a href="#">Read more</a>
</article>

<!-- what is branch git article -->
<article>
<img src="https://via.placeholder.com/600x300" alt="">
<h2>Article Title</h2>
<p>Article summary</p>
<a href="#">Read more</a>
</article>

</main>

<footer>
<p>Footers usually contain contact links and other information about the site overall</p>
</footer>

</body>
</html>
2 changes: 2 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ Use Git & Github to submit your coursework as a pull request.

Contributing to a remote codebase is a necessary skill for a professional developer. Opening PRs is mandatory at CYF. It is part of the coursework.

## Cannot submit your coursework ?

If you cannot submit your coursework you **must** post on Slack to get unblocked.