#syrch-home.temp-home.pg5 class=ActsAsTenant.current_tenant.subdomain section#splash-pic.splash-pic.m0 header nav.navbar role="navigation" .col-xs-12.col-sm-12.col-md-12.no-padding .col-xs-12.col-sm-12.col-md-2.no-padding.mt10 a.txt-logo-home.col-xs-12 href=root_url = image_tag("logo-syrch-new-s.png", width: "115", alt: "SYRCH") span Beta .col-xs-12.col-sm-12.col-md-4.fb-linkedIn-top .pull-right label.login-with | Login with .pull-left - if params[:invitation_token].blank? = link_to '', auth_at_provider_path(provider: :linkedin), class: :'circle-in pull-left mr5' = link_to '',auth_at_provider_path(:provider => :facebook), class: :'circle-fb pull-left' - else = link_to '',auth_at_provider_path(provider: :linkedin, invitation_token: params[:invitation_token]), class: :'circle-in pull-left mr5' = link_to '',auth_at_provider_path(provider: :facebook, invitation_token: params[:invitation_token]), class: :'circle-fb pull-left' .col-xs-12.col-sm-12.col-md-1.mt10.login-v3 h2.or OR .col-xs-12.col-sm-12.col-md-5.mt10 = render 'sessions/form/georgetown' .vspace35.visible-xs-block .p1000-center.col-xs-12.fs21 | Centralizing the Georgetown community by optimizing peer to peer exchange, collaboration, and organization. .clearfix .vspace20.hidden-xs .row .showmeVideo a.white href= '#video-remote-modal' data-toggle= 'modal' | SHOW ME THE VIDEO #slider.sliderWrapper col-xs-12.col-sm-12.bg-lightpink.ptb15.white col-xs-12.col-sm-4 | Sign up col-xs-12.col-sm-4 | Add your classes, student orgs, and interests col-xs-12.col-sm-4 | And SYRCH will . . . ul.contentSlider li h3 Organize your daily routine with a personal calendar. .row.ulcontent .col-sm-2 = image_tag("individual-icon.jpg", alt: "Personal Calendar") .col-sm-10 .p20 p | -Populated automatically with your class times, assignments, and exams, and other collegiate opportunities and obligations p | -Schedule your own appointments - for yourself, with your peers, amongst your groups or with a local  span.underline.bold Expert. li h3 Connect you with your peers. .row.ulcontent .col-sm-2 = image_tag("group-icon.jpg", alt: "Group") .col-sm-10 .p20 p | - Automatically sync with groups based on your classes, student organizations, and interests. li h3 Recommend local Experts (or become one yourself!). .row.ulcontent .col-sm-2 = image_tag("support-icon.jpg", alt: "Support") .col-sm-10 .p20 p | -SYRCH’s network of Experts are ready to help you with what you need. Schedule a session with them, whether you need a tutor in a class, technical training, or advice as you navigate college and move on to a career. p | -Get help in person, online via video chat, or through a Q&A interface. p | -Make money for your knowledge and expertise!  span.darkblue.underline.bold | Become an Expert on SYRCH p | -Set your own rate & availability, and get paid for helping your peers. li h3 Prepare you for career. .row.ulcontent .col-sm-2 = image_tag("growth-icon.jpg", alt: "Growth") .col-sm-10 .p20 p | -Craft a professional digital identity. SYRCH captures your true value through documenting your education, expertise, credentials, and skills p | -Provide information and networking opportunities with top universities in the fields that interest you .showmeFeatures a.white href="javascript:void(0)" | SHOW ME FEATURES .col-xs-12.col-sm-5.col-md-6.col-lg-6.soundsGoodWrapper h2.col-xs-12.soundsGood Sound good? h3.col-xs-12.joinCommunity Join the online community today! span.col-xs-12.fs10.txt-white.block | (We don’t waste your time registeration takes under a minute.) .col-xs-12.col-sm-7.col-md-6.col-lg-6.mb60 #signup-form .col-xs-12.col-sm-12.col-md-12.col-lg-12.pt20 .col-xs-12.col-sm-12.col-md-12.col-lg-6.mb10 = link_to auth_at_provider_path(:provider => :linkedin), class: :'circle-in white' do .col-xs-12.col-sm-12.col-md-12.col-lg-6.mb10 = link_to auth_at_provider_path(:provider => :facebook), class: :'circle-fb white' do = render "users/form/georgetown" .row.hp-ftr.hidden-xs .col-sm-6.col-xs-6 /# .terms = link_to about_path, target: :_blank do | About /# .terms = link_to terms_path, target: :_blank | Terms & Privacy /# .terms = link_to contact_path, target: :_blank | Contact .terms.hide = link_to contact_path target: "_blank" | FAQ .col-sm-6.col-xs-6 .social a href="http://instagram.com/SYRCH_co" target="_blank" i.fa.fa-instagram.ftr-social a href="https://twitter.com/SYRCH_co" target="_blank" i.fa.fa-twitter-square.ftr-social a href="https://www.facebook.com/pages/SYRCH/1559696724251146" target="_blank" i.fa.fa-facebook-square.ftr-socia #video-remote-modal.modal.fade aria-hidden="true" aria-labelledby="myModalLabel" role="dialog" tabindex="-1" .modal-dialog .modal-content .modal-header button.close aria-label="Close" data-dismiss="modal" type="button" span aria-hidden="true" × h4.modal-title How SYRCH works .modal-body .embed-responsive.embed-responsive-16by9 .embed-responsive-item #signup-form-modal.modal.fade aria-hidden="true" aria-labelledby="signupmodal" role="dialog" tabindex="-1" .modal-dialog .modal-content .modal-header button.close aria-label="Close" data-dismiss="modal" type="button" span aria-hidden="true" × h4.modal-title Sign up .modal-body.row - if @invite.present? - content_for :content_for_remote_modal do = render template: 'users/new' - content_for :include_js do javascript: $(document).one('ready', function(){ $('#remote-modal').modal('show') })