<%= f.text_field :company_name , :class => "tk-proxima-nova rg2 empty info" , :placeholder=> "Company Name"%>
<%= f.text_field :title , :class => "tk-proxima-nova rg2 empty info" , :placeholder=> "Title"%>
Time Period <%= f.date_select :start_date , :class => "tk-proxima-nova rg2 filled" , :use_month_numbers => true, :order => [:month , :year]%>- <%= f.date_select :end_date , :class => "tk-proxima-nova rg2 filled ", :use_month_numbers => true,:order => [:month , :year]%>   current job <%= f.check_box :is_current , :style => "width:initial" %>
<%= f.text_area :location , :class => "tk-proxima-nova rg2 empty info" , :rows => 5 , :placeholder=> "location"%>
<%= f.text_area :description , :class => "tk-proxima-nova rg2 empty info" , :rows => 5 , :placeholder=> "description"%>
<%= f.hidden_field :_destroy %> <%= link_to "Remove Experience", '#', class: "remove_fields" %>