diff --git a/assets/images/getting-started/project-switch.png b/assets/images/getting-started/project-switch.png index 8b8bd9c2..80765144 100644 Binary files a/assets/images/getting-started/project-switch.png and b/assets/images/getting-started/project-switch.png differ diff --git a/assets/scripts/app/templates/no_owned_repos.hbs b/assets/scripts/app/templates/no_owned_repos.hbs index efda06c1..4d5381c4 100644 --- a/assets/scripts/app/templates/no_owned_repos.hbs +++ b/assets/scripts/app/templates/no_owned_repos.hbs @@ -1,13 +1,10 @@
- Hey, it looks like you're new around here and have yet to set up your first repository on Travis CI. -
+- We're here to help you get started, it's easy! -
+ + 1. Enabling your projects
@@ -18,6 +15,8 @@
synchronizing all repositories you have administrative access to. Pick one and flip the switch next to it.
- We'll also send you an email once the build has finished.
+
+ We'll be sending you an email once the build has finished. Then, it's up to you to do the happy dance. +
+ + +We use sensible defaults for most languages, but you can customize both the build process and the .
-
-
-
Should you have any questions or issues, have a look at our documentation, open an issue or diff --git a/assets/styles/getting_started.sass b/assets/styles/getting_started.sass index 584993c8..e1f4561f 100644 --- a/assets/styles/getting_started.sass +++ b/assets/styles/getting_started.sass @@ -3,6 +3,22 @@ margin: 30px 0 0 20px font-family: 'Source Sans Pro' + h2 + color: #919191 + font-weight: 400 + line-height: 30px + + h3 + font-size: 35px + color: #337389 + + span + margin-top: 50px + + .steps + font-size: 20px + color: #40454f + p font-size: 15px @@ -14,7 +30,7 @@ img border: 1px solid #ddd - padding: 15px + padding: 0 float: none margin: 15px 0 15px 0 diff --git a/public/images/getting-started/project-switch.png b/public/images/getting-started/project-switch.png index 8b8bd9c2..80765144 100644 Binary files a/public/images/getting-started/project-switch.png and b/public/images/getting-started/project-switch.png differ