Initial work on education page

This commit is contained in:
Victoria Wang 2015-04-28 15:44:31 -07:00
parent 10ce4c058f
commit ddf7dd7ca2
4 changed files with 356 additions and 0 deletions

View file

@ -43,6 +43,10 @@ get '/welcome' do
erb :'welcome', locals: {site: current_site}
end
get '/education' do
erb :education, layout: false
end
get '/tutorials' do
erb :'tutorials'
end