<%= f.text_field :school_name , :class => "tk-proxima-nova rg2 empty info" , :placeholder=> "School"%>
Dates Attended <%= f.date_select :start_date ,:discard_day => true , :discard_month => true , :class => "tk-proxima-nova rg2 filled"%> <%= f.date_select :end_date , :discard_day => true , :discard_month => true, :class => "tk-proxima-nova rg2 filled"%> or expected graduation year
<%= f.text_field :degree , :class => "tk-proxima-nova rg2 empty info" , :placeholder=> "Degree"%>
<%= f.text_field :field_of_study , :class => "tk-proxima-nova rg2 empty info" , :placeholder=> "Field of Study"%>
<%= f.text_area :description , :class => "tk-proxima-nova rg2 empty info" , :placeholder=> "Description" , :rows => 5%>
<%= f.hidden_field :_destroy%> <%= link_to " Remove Education", '#', class: "remove_fields" %>