diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 5c79d3c..c045638 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -14,8 +14,10 @@ body { padding-top: 80px; + font-family: 'Open Sans', sans-serif; } #get-hint-button-container { text-align: center; } + diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 1dca333..3e15eb2 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1,5 +1,5 @@ module ApplicationHelper def html_logo - return 'mooculus' + return 'mooculus' end end diff --git a/app/views/home/people.html.erb b/app/views/home/people.html.erb index 3070457..eae48e0 100644 --- a/app/views/home/people.html.erb +++ b/app/views/home/people.html.erb @@ -23,5 +23,7 @@
<%=raw html_logo %> could not have been produced without the generous support of the mathematics department at The Ohio State University.
+ +Uses Twitter’s bootstrap and Khan Academy’s exercise framework. Built on Rails.