diff --git a/index.html b/index.html index 701a44c..c2e67e8 100644 --- a/index.html +++ b/index.html @@ -133,30 +133,28 @@ Visio, Skype -
-

Projects

-
-

- Below are some projects that I have worked on where I found something - that was interesting enough to make a writeup and post. The full list - can be viewed on my projects website - projects.ansonbiggs.com -

-
- -
+ detailedlist += ``; + document.body.insertAdjacentHTML("beforeend", detailedlist); + document.body.insertAdjacentHTML("beforeend", articles); + }); + diff --git a/print.css b/print.css index 1a74262..3f5b9d9 100644 --- a/print.css +++ b/print.css @@ -21,3 +21,8 @@ h2::after { display: none; visibility: hidden; } + +#onlyprint { + display: block; + visibility: visible; +} diff --git a/style.css b/style.css index cc13c38..f39ef37 100644 --- a/style.css +++ b/style.css @@ -84,3 +84,8 @@ article > a > p { box-shadow: 0 0 0 20px rgba(0, 0, 0, 0); } } + +#onlyprint { + visibility: hidden; + display: none; +}