repositioning layout on getting started
This commit is contained in:
parent
69b1b71a5d
commit
dd4f46c8b0
4 changed files with 67 additions and 63 deletions
|
|
@ -3,18 +3,19 @@
|
|||
-# the COPYRIGHT file.
|
||||
|
||||
|
||||
|
||||
%h1
|
||||
= "Welcome, #{current_user.real_name}!"
|
||||
.span-8.append-1.last
|
||||
%h1{:style => "text-align:right;"}
|
||||
= "Welcome!"
|
||||
.description
|
||||
Do the stuff below to further complete some things.
|
||||
|
||||
%h2
|
||||
%u
|
||||
Edit your profile
|
||||
➔
|
||||
Define your aspects ➔
|
||||
Find your friends
|
||||
%h3{:style => "text-align:right;"}
|
||||
= link_to "Edit your profile", getting_started_path(1)
|
||||
%br
|
||||
= link_to "Define your aspects", getting_started_path(2)
|
||||
%br
|
||||
= link_to "Find your friends", getting_started_path(3)
|
||||
|
||||
.span-15.last
|
||||
= render 'users/profile'
|
||||
|
||||
|
|
|
|||
|
|
@ -3,19 +3,20 @@
|
|||
-# the COPYRIGHT file.
|
||||
|
||||
|
||||
|
||||
%h1
|
||||
= "Welcome, #{current_user.real_name}!"
|
||||
.span-8.append-1.last
|
||||
%h1{:style => "text-align:right;"}
|
||||
= "Welcome!"
|
||||
.description
|
||||
Do the stuff below to further complete some things.
|
||||
|
||||
%h2
|
||||
Edit your profile ➔
|
||||
%u
|
||||
Define your aspects
|
||||
➔
|
||||
Find your friends
|
||||
%h3{:style => "text-align:right;"}
|
||||
= link_to "Edit your profile", getting_started_path(1)
|
||||
%br
|
||||
= link_to "Define your aspects", getting_started_path(2)
|
||||
%br
|
||||
= link_to "Find your friends", getting_started_path(3)
|
||||
|
||||
.span-15.last
|
||||
%h3
|
||||
Your aspects
|
||||
.description
|
||||
|
|
|
|||
|
|
@ -4,33 +4,36 @@
|
|||
|
||||
|
||||
|
||||
%h1
|
||||
= "Welcome, #{current_user.real_name}!"
|
||||
.span-8.append-1.last
|
||||
%h1{:style => "text-align:right;"}
|
||||
= "Welcome!"
|
||||
.description
|
||||
Do the stuff below to further complete some things.
|
||||
|
||||
%h2
|
||||
Edit your profile ➔
|
||||
Define your aspects ➔
|
||||
%u
|
||||
Find your friends
|
||||
%h3{:style => "text-align:right;"}
|
||||
= link_to "Edit your profile", getting_started_path(1)
|
||||
%br
|
||||
= link_to "Define your aspects", getting_started_path(2)
|
||||
%br
|
||||
= link_to "Find your friends", getting_started_path(3)
|
||||
|
||||
.span-15.last
|
||||
%h3
|
||||
Your friends
|
||||
.description
|
||||
Find your friends on Diaspora, Facebook, or send them an invite via email.
|
||||
|
||||
.span-5
|
||||
.span-5.last
|
||||
%h4
|
||||
On Diaspora
|
||||
= text_field_tag :diaspora_handle, nil, :placeholder => "Diaspora handle"
|
||||
|
||||
.span-5
|
||||
.span-5.last
|
||||
%h4
|
||||
On Facebook
|
||||
= text_field_tag :facebook_handle, nil, :placeholder => "Name"
|
||||
|
||||
.span-5
|
||||
.span-5.last
|
||||
%h4
|
||||
Invite
|
||||
= text_field_tag :email, nil, :placeholder => "Email", :type => "email"
|
||||
|
|
|
|||
|
|
@ -1259,7 +1259,6 @@ ul.aspects
|
|||
:margin 0
|
||||
:padding 0
|
||||
:list-style none
|
||||
:width 67%
|
||||
:color #999
|
||||
:font
|
||||
:size 24px
|
||||
|
|
|
|||
Loading…
Reference in a new issue