new loading spinner gif, header styles and columns for first_sync page

This commit is contained in:
Justine Arreche 2013-10-05 14:04:52 -04:00
parent 1bc7bbee67
commit 515a0861ba
4 changed files with 76 additions and 30 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,29 +1,37 @@
<div id="getting-started"> <div id="first_sync">
<h3>Just one more thing...<img class="spinner" width="20" src="/images/getting-started/mustache-spinner.gif"/></h3> <img src="/images/getting-started/mustache-spinner.gif" class="spinner" width="300">
<p> <p class="first-sync-head">Just one more thing</h3>
We're almost done getting you on board, just a few more seconds as we talk to GitHub to find out which
repositories belong to you.
</p>
<p> <div class="sync-row">
If you're part of an organization that already has repositories set up on Travis CI, we'll take you to the list <div class="sync-column">
once we're done. <p>
</p> We're almost done getting you on board, just a few more seconds as we talk to GitHub to find out which
repositories belong to you.
</p>
<p> <p>
If this is your first time on Travis CI, and you're not part of any existing organizations yet, we'll take you to If you're part of an organization that already has repositories set up on Travis CI, we'll take you to the list once we're done.
a handy getting started guide to get you off the ground quickly. </p>
</p> </div>
<p> <div class="sync-column">
Now hold tight while we sync the last bits from GitHub, we should be done here any minute now. <p>
</p> If this is your first time on Travis CI, and you're not part of any existing organizations yet, we'll take you to
a handy getting started guide to get you off the ground quickly.
</p>
<p>
Now hold tight while we sync the last bits from GitHub, we should be done here any minute now.
</p>
</div>
</div>
{{#unless isSyncing}} <div class="sync-row">
<h3>Great news!</h3> {{#unless isSyncing}}
<p> <p class="great-news">Great news!</p>
We've successfully synchronized your details from GitHub. We will redirect you to your profile in a few seconds. <p>
</p> We've successfully synchronized your details from GitHub. We will redirect you to your profile in a few seconds.
{{/unless}} </p>
{{/unless}}
</div>
</div> </div>

View File

@ -1,3 +1,48 @@
#first_sync
width: 850px
margin: 0 auto
padding-top: 30px
font-family: 'Source Sans Pro'
font-size: 17px
line-height: 26px
text-align: center
.first-sync-head
font-size: 35px
color: #337389
font-weight: 800
text-align: center
margin: 0
.great-news
font-size: 35px
color: #337389
text-align: center
color: #c44845
font-weight: 800
margin: 0
p
text-align: left
padding-bottom: 10px
.spinner
border: 0px
padding-bottom: 30px
align: center
.sync-row
display: inline-block
clear: all
padding-top: 30px
.sync-column
padding-right: 28px
max-width: 380px
display: block
float: left
clear: all
#getting-started #getting-started
width: 850px width: 850px
margin: 0 auto margin: 0 auto
@ -35,13 +80,6 @@
margin: 15px 0 0 0 margin: 15px 0 0 0
width: 450px width: 450px
&.spinner
border: 0px
padding: 0px
float: none
margin: 0px
margin-left: 5px
p p
font-size: 17px font-size: 17px
line-height: 26px line-height: 26px

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

After

Width:  |  Height:  |  Size: 11 KiB