diff --git a/app/styles/app.scss b/app/styles/app.scss index 454f557d..21f6ae5c 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -65,4 +65,5 @@ @import "app/layouts/first-sync"; @import "app/layouts/missing-notice"; @import "app/layouts/settings"; +@import "app/layouts/home-pro"; diff --git a/app/styles/app/layouts/home-pro.sass b/app/styles/app/layouts/home-pro.sass new file mode 100644 index 00000000..7724b9e7 --- /dev/null +++ b/app/styles/app/layouts/home-pro.sass @@ -0,0 +1,66 @@ +.inner + margin: auto + max-width: 1024px + padding: 0 $column-gutter/2 + + +.h1 + font-size: 50px + color: #408692 !important + font-weight: 300 + margin: 0 + +%h2 + font-size: 40px + font-weight: 300 + line-height: 1.2 + +.h2--green + @extend %h2 + color: #39A85B + +.h2--teal + @extend %h2 + color: #408692 + +.h3 + font-size: 22px + font-weight: 300 + +.text-big + font-size: 26px + font-weight: 300 + line-height: 1.45 + +.text-small + font-size: 18px + +.hero-button + display: inline-block + background: + color: #39A85B + image: inline-image('landing-page/sign-in-mascot.svg') + size: 1.7em + position: 0.8em center + repeat: no-repeat + padding: 0.9em 1em 0.9em 3em + margin: 0 auto + color: white + border-radius: 4px + font-size: 27px + text-decoration: none + &:hover + color: white + background-color: darken(#39A85B, 10) + + +.section--grey + background-color: #F6F6F6 + +.section--white + background-color: white + + +.list--check + li + @extend .text-big \ No newline at end of file diff --git a/app/templates/home-pro.hbs b/app/templates/home-pro.hbs index 4fff878f..578eb4f3 100644 --- a/app/templates/home-pro.hbs +++ b/app/templates/home-pro.hbs @@ -1,9 +1,9 @@ -
Focus on writing code. Let Travis CI take care
of running your tests and deploying your apps.
Focus on writing code. Let Travis CI take care
of running your tests and deploying your apps.
Login with GitHub, tell Travis CI to test a project, and then push to GitHub. Could it be any simpler!
+Login with GitHub, tell Travis CI to test a project, and then push to GitHub. Could it be any simpler!
Many databases and services are pre-installed and can be enabled in your build configuration.
+Many databases and services are pre-installed and can be enabled in your build configuration.
Make sure every Pull Request to your project is tested before it's merged.
+Make sure every Pull Request to your project is tested before it's merged.
Updating staging or production as soon as your tests pass has never been easier!
+Updating staging or production as soon as your tests pass has never been easier!
These are just a few of our most popular languages, check out the full list in our docs.
+These are just a few of our most popular languages, check out the full list in our docs.