Skip to content
Closed
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
72 changes: 0 additions & 72 deletions Form-Controls/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions Form-Controls/index.html

This file was deleted.

1 change: 1 addition & 0 deletions GitHomeworkFixErrors
Submodule GitHomeworkFixErrors added at 4cec00
Binary file added Wireframe/code-review-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 35 additions & 13 deletions Wireframe/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand All @@ -8,26 +8,48 @@
</head>
<body>
<header>
<h1>Wireframe</h1>
<p>
This is the default, provided code and no changes have been made yet.
</p>
<h1>Understanding Developer Tools</h1>
<p>A simple guide to README files, wireframes, and Git branches.</p>
</header>

<main>
<article>
<img src="placeholder.svg" alt="" />
<h2>Title</h2>
<img src="readme.png" alt="README file illustration" />
<h2>What is the purpose of a README file?</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptates. Quisquam, voluptates.
A README explains what a project does, how to install it, and how to
use it.
</p>
<a href="">Read more</a>
<a href="https://www.makeareadme.com">Learn more</a>
</article>

<article>
<img src="wireframe.png" alt="Wireframe sketch" />
<h2>What is the purpose of a wireframe?</h2>
<p>
A wireframe shows the layout of a webpage before coding begins. It
helps developers plan structure and content.
</p>
<a href="https://www.figma.com/resource-library/what-is-a-wireframe"
>Learn more</a
>
</article>

<article>
<img src="code-review-flow.png" alt="Git branch diagram" />
<h2>What is a branch in Git?</h2>
<p>
A branch allows you to work on new features without affecting the main
codebase.
</p>
<a href="https://www.atlassian.com/git/tutorials/using-branches"
>Learn more</a
>
</article>
</main>

<footer>
<p>
This is the default, provided code and no changes have been made yet.
</p>
<p>Contact | About | Privacy</p>
</footer>
</body>
</html>
Binary file added Wireframe/readme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions Wireframe/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ main {
footer {
position: fixed;
bottom: 0;
width: 100%;
background: #333;
color: white;
text-align: center;
padding: 10px;
}
/* ====== Articles Grid Layout ====
Setting the rules for how articles are placed in the main element.
Expand Down Expand Up @@ -87,3 +91,8 @@ article {
grid-column: span 3;
}
}
header {
text-align: center;
margin: 2rem auto;
max-width: 800px;
}
Binary file removed code-review-flow.png
Binary file not shown.
46 changes: 0 additions & 46 deletions index.html

This file was deleted.

33 changes: 0 additions & 33 deletions readme.md

This file was deleted.

Loading