From 4cb177b8128f485f38649c5335aee0f90c69fb7d Mon Sep 17 00:00:00 2001 From: jpez Date: Thu, 10 Mar 2022 14:38:16 +0000 Subject: [PATCH] added base url and updated hrefs --- blog/blog.html | 34 ++++++++++++++++++++++++++++++++++ contact/contact.html | 34 ++++++++++++++++++++++++++++++++++ home/index.html | 20 +++++++++++--------- portfolio/portfolio.html | 34 ++++++++++++++++++++++++++++++++++ sitereport/sitereport.html | 34 ++++++++++++++++++++++++++++++++++ style/main.css | 3 ++- 6 files changed, 149 insertions(+), 10 deletions(-) diff --git a/blog/blog.html b/blog/blog.html index e69de29..c9be1cf 100644 --- a/blog/blog.html +++ b/blog/blog.html @@ -0,0 +1,34 @@ + + + + + + + + + + + + + J-Pez Development + + + + + + + + + + + + + \ No newline at end of file diff --git a/contact/contact.html b/contact/contact.html index e69de29..a215aff 100644 --- a/contact/contact.html +++ b/contact/contact.html @@ -0,0 +1,34 @@ + + + + + + + + + + + + + J-Pez Development + + + + + + + + + + + + + \ No newline at end of file diff --git a/home/index.html b/home/index.html index 987d8fc..e77a4b1 100644 --- a/home/index.html +++ b/home/index.html @@ -8,20 +8,22 @@ - J-Pez Development - + - - - + J-Pez Development + + + + + diff --git a/portfolio/portfolio.html b/portfolio/portfolio.html index e69de29..5e7a118 100644 --- a/portfolio/portfolio.html +++ b/portfolio/portfolio.html @@ -0,0 +1,34 @@ + + + + + + + + + + + + + J-Pez Development + + + + + + + + + + + + + \ No newline at end of file diff --git a/sitereport/sitereport.html b/sitereport/sitereport.html index e69de29..d8bd6c3 100644 --- a/sitereport/sitereport.html +++ b/sitereport/sitereport.html @@ -0,0 +1,34 @@ + + + + + + + + + + + + + J-Pez Development + + + + + + + + + + + + + \ No newline at end of file diff --git a/style/main.css b/style/main.css index e7b07cc..0dc7abc 100644 --- a/style/main.css +++ b/style/main.css @@ -124,12 +124,13 @@ nav > .link:hover { .extraInfo { white-space: nowrap; padding: 0.2em; - margin-top: -1.2em; + margin-top: -1.6em; margin-left: -2em; background-color: #e5e5e5; color: #000000; display: none; z-index: 1000; + border-radius: 10em; position: absolute; }