From 499f7440ae84e1b35ae0ce8c75524cbe48ea284c Mon Sep 17 00:00:00 2001 From: DeadSuperHero Date: Tue, 25 Jun 2013 22:10:36 -0500 Subject: [PATCH] front page finished --- app/views/pages/index.html.erb | 38 +++++++--------------------------- config/locales/en.yml | 2 ++ 2 files changed, 9 insertions(+), 31 deletions(-) diff --git a/app/views/pages/index.html.erb b/app/views/pages/index.html.erb index 74e27cb..8e3c1fb 100644 --- a/app/views/pages/index.html.erb +++ b/app/views/pages/index.html.erb @@ -38,7 +38,7 @@

- Find out more » + <%= t('pages.home.find_more') %>

@@ -48,7 +48,7 @@

- Find out more » + <%= t('pages.home.find_more') %>

@@ -58,7 +58,7 @@

- Find out more » + <%= t('pages.home.find_more') %>


 
  @@ -101,7 +101,7 @@

- Sign up + <%= t('pages.home.register') %>

@@ -142,7 +142,7 @@

- Find out more » + <%= t('pages.home.find_more') %>

@@ -155,7 +155,7 @@

- Find out more » + <%= t('pages.home.find_more') %>

@@ -168,7 +168,7 @@

- Find out more » + <%= t('pages.home.find_more') %>

@@ -204,28 +204,4 @@

Join an open pod.

- - - \ No newline at end of file diff --git a/config/locales/en.yml b/config/locales/en.yml index e82c758..fe80c15 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -11,6 +11,8 @@ en: home: headline: 'Welcome to Diaspora*' welcome_paragraph: 'The online social world where you are in control.' + find_more: "Find out more »" + register: "Sign up »" key_philosophies: 'Diaspora* is based on three key philosophies:' decentralization: 'Decentralization' decentralization_about: 'Instead of everyone’s data being contained on huge central servers owned by a large organization, local servers (‘pods’) can be set up anywhere in the world. You choose which pod to register with - perhaps your local pod - and seamlessly connect with the Diaspora* community worldwide.'