diff --git a/README.md b/README.md index aed7a9a..82e75f0 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,6 @@ No support is offered on this package, this is a personal project to learn Go. ## Credits Built by `keyemail`, `kuubeu` helped inspire this project, as well as some svg work. + +[BGJar for Backgrounds!](https://bgjar.com/) +[AwesomeIcons for Icons!](https://fontawesome.com/) diff --git a/src/assets/background.svg b/src/assets/background.svg new file mode 100644 index 0000000..aa8f637 --- /dev/null +++ b/src/assets/background.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/styles/gallery.css b/src/styles/gallery.css index 69ee6bf..b84d690 100644 --- a/src/styles/gallery.css +++ b/src/styles/gallery.css @@ -5,6 +5,7 @@ font-family: 'Rubik', sans-serif; padding: 20px; border-radius: 20px; + flex-grow: 1; h1 { font-weight: 500; diff --git a/src/styles/home.css b/src/styles/home.css index c56c10b..5df78ad 100644 --- a/src/styles/home.css +++ b/src/styles/home.css @@ -1,3 +1,11 @@ +body { + background-image: url("/src/assets/background.svg"); + background-repeat: no-repeat; + background-size:cover; + background-position: center; + background-attachment: fixed; +} + header { display: flex; align-items: center; diff --git a/src/styles/main.css b/src/styles/main.css index f284baa..6ba3b32 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -9,7 +9,9 @@ } body { - background-color: var(--bg-color) + background-color: var(--bg-color); + + min-height: 100vh; } html, body { diff --git a/src/styles/socials.css b/src/styles/socials.css index 3ab49b2..81bc6c5 100644 --- a/src/styles/socials.css +++ b/src/styles/socials.css @@ -8,7 +8,9 @@ font-family: 'Rubik', sans-serif; padding: 20px; border-radius: 20px; - + flex-grow: 1; + justify-content: center; + h1 { margin-bottom: 20px; font-size: 50px; diff --git a/src/styles/video.css b/src/styles/video.css index ab6a76b..f89228f 100644 --- a/src/styles/video.css +++ b/src/styles/video.css @@ -5,6 +5,7 @@ font-family: 'Rubik', sans-serif; padding: 20px; border-radius: 20px; + flex-grow: 1; h1 { font-weight: 500;