diff --git a/assets/images/getting-started/first-build.png b/assets/images/getting-started/first-build.png index c54dfa55..599a75c6 100644 Binary files a/assets/images/getting-started/first-build.png and b/assets/images/getting-started/first-build.png differ diff --git a/assets/images/getting-started/first-project-no-recent.png b/assets/images/getting-started/first-project-no-recent.png index 8c1c0d5d..a37bb154 100644 Binary files a/assets/images/getting-started/first-project-no-recent.png and b/assets/images/getting-started/first-project-no-recent.png differ diff --git a/assets/images/getting-started/project-switch.png b/assets/images/getting-started/project-switch.png index 80765144..1696aa3c 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 4d5381c4..43a92c39 100644 --- a/assets/scripts/app/templates/no_owned_repos.hbs +++ b/assets/scripts/app/templates/no_owned_repos.hbs @@ -4,22 +4,18 @@
-
-
Start by going to your {{#linkTo "profile.index"}}profile{{/linkTo}} and enable one of your projects. We've been synchronizing all repositories you have administrative access to. Pick one and flip the switch next to it.
- 2. Adding Travis + STEP 2: Adding Travis -
-
-
Once you've enabled one of your projects, add a
- 3. Wait for your build to finish
+ STEP 3: Wait for your build to finish
-
-
+
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 build
diff --git a/assets/styles/getting_started.sass b/assets/styles/getting_started.sass
index e1f4561f..467c264b 100644
--- a/assets/styles/getting_started.sass
+++ b/assets/styles/getting_started.sass
@@ -1,7 +1,10 @@
#getting-started
- width: 600px
- margin: 30px 0 0 20px
+ min-width: 600px
+ max-width: 800px
+ margin: 0 auto
+ padding-top: 30px
font-family: 'Source Sans Pro'
+ text-align: center
h2
color: #919191
@@ -13,26 +16,38 @@
color: #337389
span
+ display: inline-block
margin-top: 50px
.steps
font-size: 20px
- color: #40454f
+ font-weight: 600
+ color: #939386
p
font-size: 15px
+ .end-of-steps
+ padding-bottom: 50px
+ border-bottom : 1px solid #AAAAAA
+
+ .after-steps
+ padding-top: 50px
+
a
- font-weight: bold
+ color: #a53230
+ text-decoration: none
&:hover
+ color: #607a84
text-decoration: underline
img
- border: 1px solid #ddd
padding: 0
float: none
- margin: 15px 0 15px 0
+ margin: 15px 0 0 0
+ max-width: 800px
+ min-width: 600px
&.spinner
border: 0px
diff --git a/public/images/getting-started/first-build.png b/public/images/getting-started/first-build.png
index c54dfa55..599a75c6 100644
Binary files a/public/images/getting-started/first-build.png and b/public/images/getting-started/first-build.png differ
diff --git a/public/images/getting-started/first-project-no-recent.png b/public/images/getting-started/first-project-no-recent.png
index 8c1c0d5d..a37bb154 100644
Binary files a/public/images/getting-started/first-project-no-recent.png and b/public/images/getting-started/first-project-no-recent.png differ
diff --git a/public/images/getting-started/project-switch.png b/public/images/getting-started/project-switch.png
index 80765144..1696aa3c 100644
Binary files a/public/images/getting-started/project-switch.png and b/public/images/getting-started/project-switch.png differ
-
-