diff --git a/assets/images/getting-started/new-project.jpg b/assets/images/getting-started/new-project.jpg new file mode 100644 index 00000000..e9d55c06 Binary files /dev/null and b/assets/images/getting-started/new-project.jpg differ diff --git a/assets/images/getting-started/project-switch.png b/assets/images/getting-started/project-switch.png new file mode 100644 index 00000000..17250883 Binary files /dev/null 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 f8e8fbc0..871782ed 100644 --- a/assets/scripts/app/templates/no_owned_repos.hbs +++ b/assets/scripts/app/templates/no_owned_repos.hbs @@ -1,3 +1,37 @@ -It looks like you don't have any repositories set up, you can do that on the {{#linkTo "profile.index"}}profile page{{/linkTo}}. +
+

Welcome to Travis CI!

-More instructions.... +

+ 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! +

+ +

+ 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: +

+ +

+ +

+ +

+ Once you've enabled one of your projects, push some code, and we'll start processing your builds. Wait a + little bit and reload the page, and your newly setup and built project will show up on the right. You'll also + get an email notifying you of your finished build. +

+ +

+ +

+ +

+ We use sensible defaults for most languages, but you can customize + both the build process and the build + environment to fit your project's needs. +

+
diff --git a/assets/styles/getting_started.sass b/assets/styles/getting_started.sass index 964cbaf2..83caf92b 100644 --- a/assets/styles/getting_started.sass +++ b/assets/styles/getting_started.sass @@ -1,6 +1,18 @@ #getting-started + width: 550px + margin: 0px auto + + p + font-size: 15px + a font-weight: bold &:hover text-decoration: underline + + img + border-top: 1px solid #ddd + padding-top: 10px + padding-bottom: 10px + border-bottom: 1px solid #ddd diff --git a/public/images/getting-started/new-project.jpg b/public/images/getting-started/new-project.jpg new file mode 100644 index 00000000..e9d55c06 Binary files /dev/null and b/public/images/getting-started/new-project.jpg differ diff --git a/public/images/getting-started/project-switch.png b/public/images/getting-started/project-switch.png new file mode 100644 index 00000000..17250883 Binary files /dev/null and b/public/images/getting-started/project-switch.png differ diff --git a/public/images/getting-started/project_switch.png b/public/images/getting-started/project_switch.png new file mode 100644 index 00000000..17250883 Binary files /dev/null and b/public/images/getting-started/project_switch.png differ