diff --git a/_src/_assets/images/logo-java.svg b/_src/_assets/images/logo-java.svg index 5a5b0bb..8488218 100644 --- a/_src/_assets/images/logo-java.svg +++ b/_src/_assets/images/logo-java.svg @@ -1,5 +1,5 @@ - + diff --git a/_src/_assets/images/logo-swift.svg b/_src/_assets/images/logo-swift.svg index 2bbcb6f..c2cb1cd 100644 --- a/_src/_assets/images/logo-swift.svg +++ b/_src/_assets/images/logo-swift.svg @@ -1,3 +1,3 @@ - + diff --git a/_src/_assets/images/starbase.svg b/_src/_assets/images/starbase.svg index 8ffdbad..fb1be98 100644 --- a/_src/_assets/images/starbase.svg +++ b/_src/_assets/images/starbase.svg @@ -1,19 +1,19 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -28,148 +28,138 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - + + - - + + - + - - - - + + + + - + - + - + - - + + - + - - - - - + + + + + - + - - + + - + - - - + + + + - + - - + + - + - - + + - + - - + + - + - - + + - + - + - + - - + + - + - - + + - + - - - - - + + + + - + @@ -200,7 +190,9 @@ - + + + @@ -215,7 +207,6 @@ - @@ -274,196 +265,158 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - + - - + + - + - - - - + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -472,40 +425,40 @@ - - + + - + - - + - + - - + + - + - - + + - + - - + + - + - - + + - + @@ -518,10 +471,10 @@ - - + + - + diff --git a/_src/_assets/styles/_page-getstarted.scss b/_src/_assets/styles/_page-getstarted.scss index 3ddacbf..b6023d9 100644 --- a/_src/_assets/styles/_page-getstarted.scss +++ b/_src/_assets/styles/_page-getstarted.scss @@ -91,10 +91,6 @@ background: #445261; clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%); } - - .row { - position: relative; - } } .starbase__image { @@ -105,7 +101,7 @@ position: relative; z-index: 1; margin-bottom: -1.45%; - opacity: .7; + width: 100%; } // surface layer @@ -263,6 +259,15 @@ // // Section: Docs // +.section--docs { + +} + +.docs__actions { + border-top: 1px solid lighten($gray-light, 20%); + padding-top: $spacer * 2; +} + .docs__title { @extend .h3; margin-top: 0; diff --git a/_src/_data/getstarted.yml b/_src/_data/getstarted.yml index 90aeb00..0fdce30 100644 --- a/_src/_data/getstarted.yml +++ b/_src/_data/getstarted.yml @@ -46,6 +46,7 @@ drivers: docs: title: "Documentation" description: "Dive into our documentation or learn or code." + button: "See all documentation" categories: - title: "Tutorials" diff --git a/_src/_includes/hero.html b/_src/_includes/hero.html index fa29b61..55c627a 100644 --- a/_src/_includes/hero.html +++ b/_src/_includes/hero.html @@ -5,7 +5,7 @@

{{ page.tagline }}

- Get Started + Get Started
diff --git a/_src/getstarted.html b/_src/getstarted.html index b0e71a2..6b04aaf 100644 --- a/_src/getstarted.html +++ b/_src/getstarted.html @@ -103,7 +103,7 @@ redirect_from: @@ -247,6 +247,11 @@ redirect_from: +
+
+ {{ content.docs.button }} +
+