diff --git a/src/_includes/layouts/home.vto b/src/_includes/layouts/home.vto index befc6a6..fd20500 100644 --- a/src/_includes/layouts/home.vto +++ b/src/_includes/layouts/home.vto @@ -2,4 +2,15 @@ layout: ./base.vto page_stylesheet: home --- -{{ include "templates/navbar.vto" }} \ No newline at end of file +{{ include "templates/navbar.vto" }} + +
+
+ +
+
+ +
+
+
+
\ No newline at end of file diff --git a/src/styles/pages/home.scss b/src/styles/pages/home.scss index d8da88a..c32e76f 100644 --- a/src/styles/pages/home.scss +++ b/src/styles/pages/home.scss @@ -1,3 +1,21 @@ body { + display: flex; + flex-direction: column; background-color: var(--background); + min-height: 100vh; + height: 100vh; + align-items: stretch; +} + +.starry-hero { + background-color: var(--background); + width: 100%; + height: 60vh; +} + +.earth-cap { + background-color: var(--base); + height: 20vh; + border-color: #000 transparent transparent transparent; + border-radius: 80%/200px 200px 0 0; } \ No newline at end of file