fix cubbies info page (removed reference to token, changed infographic)

This commit is contained in:
danielgrippi 2011-07-04 16:13:47 -07:00
parent 9eac29d15e
commit 85d6eb70e7
6 changed files with 29 additions and 43 deletions

View file

@ -13,55 +13,33 @@
%hr %hr
.span-24{:style => "text-align:center;"} .cubbies_infographic.span-24{:style => "text-align:left;position:relative;"}
= image_tag '/images/cubbies_screenshot.png', :width => 600, :height => 452 = image_tag '/images/cubbies_screenshot2.png', :height => 452, :class => "cubbies_screenshot"
= image_tag '/images/cubbies_collage.png', :class => "cubbies_collage"
.span-18.prepend-3.append-3.last{:style => "text-align:center;"} .span-24.last{:style => "text-align:right;"}
%p.subtle %p.subtle
!= t('.screenshot_explanation', :link1 => link_to(t('.typical_userpage'), "http://cubbi.es/daniel"), :link2 => link_to(t('.daniels_account'), "https://joindiaspora.com/people/29")) != t('.screenshot_explanation', :link1 => link_to(t('.typical_userpage'), "http://cubbi.es/daniel"), :link2 => link_to(t('.daniels_account'), "https://joindiaspora.com/people/29"))
%br
%hr %hr
/%p.subtle
/ Cubbi.es allows you to collect images from all across the internet and keep them in one place (your cubby) in a simple and intuative way. Hooking up your Diaspora account with Cubbi.es means the images you collect will automatically be shared on Diaspora.*
%br %br
.span-24.last .span-24.last
%h2 %h2
= t('.making_the_connection') = t('.making_the_connection')
%br %br
%br
.span-20.append-2.prepend-2.last .span-24.last
.span-8 .span-10
= image_tag '/images/cubbies_settings.png', :width => 238, :height => 248, :class => "cubbies-settings-image" = image_tag '/images/connect_services.png', :class => "cubbies-settings-image"
%div.subtle %div.subtle
!= t('.via', :link => link_to('http://cubbi.es/users/edit', 'http://cubbi.es/users/edit')) != t('.via', :link => link_to('http://cubbi.es/users/edit', 'http://cubbi.es/users/edit'))
.span-12.last .span-12.last
%h3 %h3
= t('.connecting_is_simple') != t('.connecting_is_simple', :diaspora_id => current_user.diaspora_handle, :href_link => 'http://cubbi.es/users/edit')
%p.subtle %p.subtle
= t('.were_working_hard') = t('.log_in_with_diaspora_is_comming')
%br
.span-11.cubbies-credentials
.span-4
%h5
= t('.your_diaspora_handle')
.span-6
%h2
= current_user.diaspora_handle
.span-4
%h5
= t('.your_diaspora_token')
.span-6
- if current_user.authentication_token
%h2
= current_user.authentication_token
- else
= form_tag(token_path) do
= submit_tag t('.generate_a_token')

View file

@ -704,11 +704,8 @@ en:
typical_userpage: "A typical cubbi.es userpage" typical_userpage: "A typical cubbi.es userpage"
daniels_account: "Daniel's Diaspora account" daniels_account: "Daniel's Diaspora account"
making_the_connection: "Making the Connection" making_the_connection: "Making the Connection"
connecting_is_simple: "Connecting your Diaspora account is as simple as filling out two fields on your Cubbi.es account page." connecting_is_simple: "Connecting your Diaspora account is simple! Just enter your Diaspora ID (<b>%{diaspora_id}</b>) from your cubbies <a href='%{href_link}'>settings page</a> and hit connect."
were_working_hard: "We're working hard on delivering easy connectivity between Diaspora pods and applications. In the meantime, connecting you Diaspora account with Cubbi.es means copying and pasting two fields." log_in_with_diaspora_is_comming: "Pretty soon, you'll be able to connect to a new application without creating an account separate from your one on Diaspora."
your_diaspora_handle: "Your Diaspora ID:"
your_diaspora_token: "Your Diaspora Token:"
generate_a_token: "Generate a token"
via: "(via %{link})" via: "(via %{link})"
authorizations: authorizations:

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 MiB

View file

@ -2710,11 +2710,6 @@ h1.tag
:bottom 12px :bottom 12px
:vertical-align top :vertical-align top
.cubbies-credentials
:background
:color #eee
:padding 15px
.cubbies-settings-image .cubbies-settings-image
@include box-shadow(3px, 3px, 15px, #333) @include box-shadow(3px, 3px, 15px, #333)
:margin :margin
@ -3047,3 +3042,19 @@ ul.left_nav
:left 0px :left 0px
:padding :padding
:bottom 10px :bottom 10px
.cubbies_collage
:position absolute
:right 50px
:top -50px
:z-index -1
.cubbies_screenshot
:position absolute
:right -20px
:z-index 1
.cubbies_infographic
:height 450px
:margin
:top 30px