Skip to content

Commit cbed113

Browse files
author
JorvanW
committed
Added links to the read more sections of the index.html file and made some changes to the style.css file to make it look better.
1 parent 8b27fe2 commit cbed113

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Wireframe/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ <h2>README file</h2>
1818
<p>
1919
ReadME file is a plain text document that is used as a user manual or official document for a project. This file is useful because it helps communicate important information to those using or collaborating the project.
2020
</p>
21-
<a href="">Read more</a>
21+
<a href="https://www.makeareadme.com">Read more</a>
2222
</article>
2323
<article>
2424
<img src="https://cdn-images.visual-paradigm.com/handbooks/agile-handbook/wireframe/02-newspaper-site-wireframe-example.png" alt="" />
2525
<h3>Wireframe</h3>
2626
<p>
2727
A wireframe is a minimal skeletal blueprint of a website or app interface. It is important in order to plan a project in advance.
2828
</p>
29-
<a href="">Read more</a>
29+
<a href="https://balsamiq.com/blog/what-are-wireframes/">Read more</a>
3030
</article>
3131
<article>
3232
<img src="https://miro.medium.com/v2/resize:fit:1100/format:webp/1*nQXC89lqQnqvICtb3J6XWw.png" alt="" />
3333
<h4>Git Branch </h4>
3434
<p>
3535
In Git a branch is a identical copy of a projects code which is then used to make changes on without having any affect on the main original project.
3636
</p>
37-
<a href="">Read more</a>
37+
<a href="https://www.w3schools.com/GIT/git_branch.asp?remote=github">Read more</a>
3838
</article>
3939
</main>
4040
<footer>

Wireframe/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ As well as useful links to learn more */
1818
====== Design Palette ====== */
1919
:root {
2020
--paper: oklch(7 0 0);
21-
--ink: color-mix(in oklab, var(--color) 5%, rgb(29, 29, 29));
21+
--ink: color-mix(in oklab, var(--color) 5%, rgb(19, 19, 31));
2222
--font: 100%/1.5 system-ui;
23-
--space: clamp(6px, 6px + 2vw, 15px);
23+
--space: clamp(6px, 6px + vw, 15px);
2424
--line: 1px solid;
2525
--container: 1280px;
2626
}

0 commit comments

Comments
 (0)