diff --git a/blog/blog.html b/blog/blog.html index 71f21e8..164e0be 100644 --- a/blog/blog.html +++ b/blog/blog.html @@ -82,7 +82,15 @@ \ No newline at end of file diff --git a/contact/contact.html b/contact/contact.html index aae7dd5..623f6d1 100644 --- a/contact/contact.html +++ b/contact/contact.html @@ -61,7 +61,15 @@ \ No newline at end of file diff --git a/home/index.html b/home/index.html index 5b61084..5377089 100644 --- a/home/index.html +++ b/home/index.html @@ -133,7 +133,15 @@ \ No newline at end of file diff --git a/sitereport/sitereport.css b/legal/privacy.css similarity index 100% rename from sitereport/sitereport.css rename to legal/privacy.css diff --git a/legal/privacy.html b/legal/privacy.html new file mode 100644 index 0000000..e69de29 diff --git a/legal/terms.css b/legal/terms.css new file mode 100644 index 0000000..e69de29 diff --git a/legal/terms.html b/legal/terms.html new file mode 100644 index 0000000..e69de29 diff --git a/portfolio/portfolio.html b/portfolio/portfolio.html index 4a8de41..2c802c8 100644 --- a/portfolio/portfolio.html +++ b/portfolio/portfolio.html @@ -53,7 +53,15 @@ \ No newline at end of file diff --git a/site/map.css b/site/map.css new file mode 100644 index 0000000..e69de29 diff --git a/site/map.html b/site/map.html new file mode 100644 index 0000000..e69de29 diff --git a/site/report.css b/site/report.css new file mode 100644 index 0000000..e69de29 diff --git a/sitereport/sitereport.html b/site/report.html similarity index 100% rename from sitereport/sitereport.html rename to site/report.html diff --git a/style/main.css b/style/main.css index 8b99b62..d5a2a59 100644 --- a/style/main.css +++ b/style/main.css @@ -14,8 +14,22 @@ body { } footer { + background-color: rgba(255, 255, 255, 60%); grid-area: footer; - color: #e5e5e5; + display: grid; + grid-template-columns: 15% 10% 10% 10% 10% 10%; +} + +footer > a { + font-family: headers; + text-decoration: none; + font-size: larger; + color: #14213d; +} + +footer > a > p { + margin-top: 1.8em; + font-family: body; } main { @@ -149,4 +163,11 @@ nav > .link:hover { .hidenav { display: none; +} + +#footer_logo { + margin-top: 1.6em; + margin-right: 0.2em; + float: left; + max-width: 2em; } \ No newline at end of file