homepage redesign

This commit is contained in:
Lee Lawlor
2014-05-08 20:01:41 -04:00
parent e5570ec3af
commit ac83280b68
57 changed files with 569 additions and 328 deletions

View File

@ -111,6 +111,10 @@ en:
confirm_thinghttp_delete: "Are you sure you want to delete this ThingHTTP?"
confirm_tweetcontrol_delete: "Are you sure you want to delete this TweetControl?"
confirm_twitter_delete: "Are you sure you want to unlink this Twitter account?"
contact_us: "Contact Us"
contact_us_no_email: "You must provide a valid email address."
contact_us_no_message: "Please add a message to the Contact Us form."
contact_us_success: "Your message has been sent successfully."
create_account: "Create Account"
created: "Created"
data: "Data"
@ -147,6 +151,7 @@ en:
elevation: "Elevation"
entries: "Entries"
email: "Email"
email_address: 'email address'
email_form_add: "Add Email"
export: "Export"
featured_channels: "Featured Channels"
@ -158,16 +163,20 @@ en:
forum: "Forum"
for_more_information: "More Information"
generate_thingtweet_arduino_code: "Generate ThingTweet Arduino Code"
get_started: "Get Started Now"
height: "Height"
home: "Home"
homepage: "ThingSpeak is an Open Internet of Things project by ioBridge."
homepage_logged_in: "Homepage for logged in user!"
home_motto: "Billions and Billions."
home_tagline: "The open data platform for the Internet of Things."
import: "Import"
import_data: "Import Data"
latitude: "Latitude"
longitude: "Longitude"
median: "Median"
member_since: "Member since"
message: 'message'
message_field: "Message Field"
myaccount: "My Account"
mychannels: "My Channels"

View File

@ -28,6 +28,7 @@ Thingspeak::Application.routes.draw do
get :about
get :headers
get :social_home
post :contact_us
end
end