diff --git a/assets/images/unalome.png b/assets/images/unalome.png new file mode 100644 index 0000000..84abfb4 Binary files /dev/null and b/assets/images/unalome.png differ diff --git a/index.html b/index.html index 6259f7e..f433c35 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,8 @@

Examples

-

Below you will find some examples of websites with just two files.

+

Below you will find some examples of websites with just two files. Want to submit your own website? Great! + Just build your website and send a link to joost@vdschee.nl and/or submit a pull request.

John Doeby cadars @@ -72,6 +73,7 @@ diff --git a/style.css b/style.css index f8bcce5..e190b2c 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,7 @@ img {max-width: 100%;} h1,h2,h3 {line-height: 1.1; margin-bottom: 0.75em; font-size: 1.6rem;} h2::before {content: ""; display: block; width: 2rem; height: 1.5rem; background: url('assets/images/lotus.png') center center / contain no-repeat; margin: 0 auto 0.4rem; opacity: 0.8;} p {margin-bottom: 1.5em;} -section {min-height: 30rem; padding: 12rem 2rem 12rem; display: none; align-items: center; flex-direction: column; justify-content: flex-start; margin: auto 0; min-height: calc(100vh - 1rem);} +section {min-height: 30rem; padding: 12rem 2rem 15rem; display: none; align-items: center; flex-direction: column; justify-content: flex-start; margin: auto 0; min-height: calc(100vh - 1rem);} section:target {display: flex;} section a {text-decoration: underline;} section a:hover {text-decoration: none; color: rgb(155, 18, 18);} @@ -23,6 +23,7 @@ header nav a {border-bottom: 1px solid transparent;} header nav a.active, header nav a:hover {border-color: #3a3731;} footer {padding: 0 3rem 3.5rem; transform: translate(-50%, -100%); font-style: italic; font-size: 0.8rem;} +footer img {height: 7rem; opacity: 0.8; display: inline-block; margin: 0 0 0.75rem;} main {margin: 0 auto;} section#home img {width: 25rem; opacity: 0.8; margin: 1rem 0 0;} div.examples {display: flex; gap: 2rem; flex-wrap: wrap; justify-content: center; margin: 1.5rem 0; text-align: center; font-style: italic;} @@ -32,7 +33,7 @@ div.examples > div a:first-child:hover img {transform: scale(1.05);} @media only screen and (max-width: 25rem) { body {border-width: 0.5rem;} - section {min-height: calc(100vh - 0.5rem); padding: 11rem 1.25rem 12rem;} + section {min-height: calc(100vh - 0.5rem); padding: 11rem 1.25rem 15rem;} header {height: 12rem;} footer {padding-bottom: 3rem;} main::after, main::before {height: 0.5rem;}