<%= r18n.index.title %>
-Twifakes is an entertainment application, is hosted on the Heroku (free) and do not use any database or other storage.
-Twifakes is temporarily offline, but we are trying to return as soon as possible.
- -diff --git a/locales/en.yml b/locales/en.yml index b6c4f14..c96f53f 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -1,8 +1,13 @@ index: title: How many fakes follow you? button: Calculate + followers: You have %1 fake followers + info: !!html + We don't store their data, our Heroku account not using storage space. + retweet: !!html + Tweet this footer: message: !!html Twifakes uses OAuth for Authentication. This is designed to protect your account. You will be redirected to Twitter and asked to allow the Twifakes Application. Simply click Allow to use Twifakes. We promise not to misuse or abuse your account. locale: !!html - Change language to Portuguese + Change language to Portuguese diff --git a/locales/pt.yml b/locales/pt.yml index 83f9f88..10e72d1 100644 --- a/locales/pt.yml +++ b/locales/pt.yml @@ -1,8 +1,13 @@ index: title: Quantos fakes seguem você? button: Calcular + followers: Você tem %1 seguidores fake + info: !!html + Nós não armazenamos seus dados, nossa conta no Heroku não está utilizando espaço para armazenamento. + retweet: !!html + Envie um Tweet footer: message: !!html Para proteger sua conta o Twifakes usa OAuth na Autenticação. Você será redirecionado para o Twitter que perguntará se você dar permissão à aplicação Twifakes. Simplesmente clique em "Allow" para usar o Twifakes. Prometemos não fazer uso indevido ou abusar da sua conta. locale: !!html - Mudar idioma para Inglês + Mudar idioma para Inglês diff --git a/public/images/heroku.png b/public/images/heroku.png new file mode 100644 index 0000000..3d61821 Binary files /dev/null and b/public/images/heroku.png differ diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1f8dd6b..77046ad 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -52,7 +52,16 @@ header h1 { line-height:1.4em; margin:0 auto 1em; } -#calculate a { +.info { + color:#555; + font-size:1.3em; + line-height:1.4em; + margin-top:2em; +} +.info a { + color:#333; +} +#calculate a, #retweet a { background:url("/images/dual-color.gif") repeat-x scroll left center transparent; border:1px solid #1D515E; color:#E2FAFD; diff --git a/views/index.erb b/views/index.erb index 36c58d5..18b2ff2 100644 --- a/views/index.erb +++ b/views/index.erb @@ -1,47 +1,3 @@ - - -
- - - - -Twifakes is an entertainment application, is hosted on the Heroku (free) and do not use any database or other storage.
-Twifakes is temporarily offline, but we are trying to return as soon as possible.
- -<%= r18n.index.info %>
diff --git a/views/layout.erb b/views/layout.erb new file mode 100644 index 0000000..c86701b --- /dev/null +++ b/views/layout.erb @@ -0,0 +1,44 @@ + + + + + + + +<%= r18n.index.retweet %>
+<%= r18n.index.info %>