.mgn_t_20.white_bg.pad_h_40
.header Study Content
.row-fluid
.span3
= image_tag 'tutor_wizard/PickSubjects.png', :alt => 'Study Content'
.span9.pad_b_20
%h1.header_1.size4em.txt_black UPLOAD AND SHARE. GET REWARDED.
.clear
%div.txt_black.bold{:style => 'font-family: kreon light;'}
Fixxpert's rich library of student-authored course notes, study guides and practice exams lets students spend more time studying and less time stressing. It's studying made simple.
.mgn_t_20
That's where you come in: students and tutors are rewarded for uploading their study materials of all kinds (see FAQs for what qualifies). Uploading content to GuideU Public Directory can be a greate way to stack up rewards toward free stuff around campus and discounts at partnering stores. In addition, you can use the content storage and sharing system much like Google Docs. Sharing content only with students you tutor can be a value-added benefit of booking you!
.mgn_t_20
If you do choose to upload to the public directory, admin will approve and rate the content for usability and rewards. The better the content, the better the rewards!
.mgn_t_20
Study Content for your student's courses.
.mgn_t_5
Rewards for old coursework.
.mgn_t_20.white_bg.pad_h_40
.pad_t_20
= form_tag tutor_contents_path, method: :get, class: "content-search find_content", style: "width: 80%;" do
.row-fluid
.span9
= text_field_tag :query, params[:query], placeholder: 'start typing here'
%div.txt_black.bold{:style => 'font-family: kreon light;'}
Search the public directory by subject or course number.
%p.mgn_t_5
Examples could be "Calculus", "Math 115", or "Calculus 1"
.span3
= submit_tag 'Search', :class => [:btn, 'btn-primary']
.row-fluid
.header
Study Content
= render '/contents/index'
.row-fluid.pad_t_20
.span4
.span4.txt_center
= link_to '#', id: 'create_content_link' do
= image_tag('content_img.png')
%p{:style => 'font-family: kreon light;'} Create New Study Content
.span4
= render :partial => 'shared/upload_form', :locals => { :url => tutor_contents_path }
#shareContent.modal.hide.fade
.modal-header
%button.close{"aria-hidden" => "true", "data-dismiss" => "modal", :type => "button"} ×
%h3 Share a Document
.modal-body
= form_tag "#", class: "share_form",:html => { :multipart => true } do
.row
.span6
%h3 Select a Student:
= text_field_tag :student, params[:student], class: "student_autocomplete", placeholder: "Type a Student name"
= hidden_field_tag :student_id, params[:student_id], id: "student_id"
.span6
= submit_tag "Share Content",class: "share_submit",id: "submit"