remove marketing position

and reduce scholarships for now
This commit is contained in:
Torsten Ruger 2017-06-11 17:43:22 +03:00
parent 964db2675d
commit bac9542106
3 changed files with 3 additions and 2 deletions

View File

@ -44,7 +44,7 @@
%h6.letter-spacing-1 JOBS
%ul.footer-links.list-unstyled
%li.icon-angle-right= link_to "Teaching" , page_path(:teaching)
%li.icon-angle-right= link_to "Marketing" , page_path(:marketingjob)
//%li.icon-angle-right= link_to "Marketing" , page_path(:marketingjob)
.footer-sign
%h5.letter-spacing-1 Account

View File

@ -8,7 +8,7 @@
changing very fast. Web Dev Camp, and it's sponsors, want to help change that by offering
regular scholarships for women and otherwise underrepresented minorities in tech.
%p
Scholarships are either 25% or 50% off the normal price, depending on the case.
Scholarships are either 10% or 20% off the normal price, depending on the case.
%p
To apply for a scholarship a candidate must apply in the normal fashion and be accepted.
During the application process she must fill in the finance section of the form that

View File

@ -5,6 +5,7 @@ Rails.application.routes.draw do
get '/method', to: redirect("/course")
get '/teachers',to: redirect("/course#teachers")
get '/sponsoring',to: redirect("/sponsor_diversity")
get '/marketingjob', to: redirect("/")
namespace :admin do
resources :users