Skip to content

Commit 3ea8be6

Browse files
committed
reverting to last commit
1 parent 19a6c3b commit 3ea8be6

2 files changed

Lines changed: 19 additions & 10 deletions

File tree

Wireframe/index.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<header>
1111
<h1>Wireframe Webcode Assignment</h1>
1212
<p>
13-
This is the initial DRAFT version of this page. <!--First line updated to reflect draft status-->
13+
A brief summary of the three most important constituents of Github. <!--First line updated for Version 1-->
1414
</p>
1515
</header>
1616
<main>
1717
<article>
18-
18+
<img src="https://alexwlchan.net/images/2021/readmes-for-open-science/slide5_2x.avif" alt="Welcome mat, Headline -What is a ReadMe" />
1919
<h2>What is the Purpose of a Readme File</h2>
2020
<p>
21-
>A readme file serves as a guide for users and developers, providing
21+
A readme file serves as a guide for users and developers, providing
2222
essential information about a project, including its purpose,
2323
installation instructions, usage guidelines, and contribution
2424
protocols. It helps ensure that everyone involved understands how to
@@ -27,6 +27,7 @@ <h2>What is the Purpose of a Readme File</h2>
2727
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
2828
</article>
2929
<article>
30+
<img src="https://cdn.sanity.io/images/599r6htc/regionalized/4c8605ad998d69b03a6eefb850cce5e23a0a96dc-2880x1440.png" alt="Wireframe example. Headline- What is the Purpose of a Wireframe" />
3031
<h2>What is the Purpose of a Wireframe</h2>
3132
<p>
3233
A wireframe is a visual guide that represents the skeletal framework
@@ -36,9 +37,10 @@ <h2>What is the Purpose of a Wireframe</h2>
3637
the user interface, plan content placement, and ensure that the user
3738
experience is intuitive and effective.
3839
</p>
39-
<a href="https://www.productplan.com/glossary/wireframe/">Read more about Wireframes</a>
40+
<a href="https://www.productplan.com/glossary/wireframe/">Read more</a>
4041
</article>
4142
<article>
43+
<img src="https://git-scm.com/images/logos/downloads/Git-Logo-2Color.png" alt="Git logo, Headline -What is a branch in Git" />
4244
<h2>What is a branch in Git</h2>
4345
<p>
4446
A branch in Git is a separate line of development that allows
@@ -48,12 +50,13 @@ <h2>What is a branch in Git</h2>
4850
work independently and later merge their changes back into the main
4951
branch when ready.
5052
</p>
51-
<a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches">Read more about Git branches</a>
53+
<a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches">Read more</a>
5254
</article>
5355
</main>
5456
<footer>
55-
<p>
56-
This is the default, provided code and no changes have been made yet.
57+
<p>Updated by Damian.Dunkley@BtInternet.com for January 2026 Code Your Future Introduction to
58+
Updated by Damian.Dunkley@BtInternet.com for January 2026 Code Your Future Introduction to
59+
Programming Course.
5760
</p>
5861
</footer>
5962
</body>

Wireframe/style.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ As well as useful links to learn more */
2020
--paper: oklch(7 0 0);
2121
--ink: color-mix(in oklab, var(--color) 5%, black);
2222
--font: 100%/1.5 system-ui;
23-
--space: clamp(6px, 6px + 2vw, 15px);
23+
--space: clamp(6px, 6px + 2px, 15px);
2424
--line: 1px solid;
2525
--container: 1280px;
2626
}
@@ -54,11 +54,17 @@ https://www.w3.org/WAI/tutorials/page-structure/regions/
5454
main {
5555
max-width: var(--container);
5656
margin: 0 auto calc(var(--space) * 4) auto;
57+
padding: var(--space);
58+
5759
}
5860
footer {
59-
position: fixed;
60-
bottom: 0;
61+
6162
text-align: center;
63+
width: 95%;
64+
background-color: var(--paper);
65+
padding: var(--space);
66+
color: var(--ink);
67+
6268
}
6369
/* ====== Articles Grid Layout ====
6470
Setting the rules for how articles are placed in the main element.

0 commit comments

Comments
 (0)