#syrch-home.temp-home.pg2 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-4.col-md-7.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-8.col-md-5.mt10
= render 'sessions/form/georgetown'
.row
.col-xs-12.col-sm-12.col-md-6.col-lg-6.sliderWrapper
.col-xs-12.col-sm-12.col-md-12.col-lg-12.top-text
.col-xs-12.col-sm-4.col-md-4.col-lg-4
p Sign up
.col-xs-12.col-sm-4.col-md-4.col-lg-4
p Add your classes, student orgs, and interests
.col-xs-12.col-sm-4.col-md-4.col-lg-4
p And SYRCH will...
.clearfix
ul.contentSlider
li
h3 Organize your daily routines with a personal calendar
.col-xs-12.col-sm-12.col-md-12.col-lg-12
.col-xs-12.col-sm-3.col-md-3.col-lg-3
= image_tag("individual-icon.jpg", alt: "Individual")
.col-xs-12.col-sm-9.col-md-9.col-lg-9
ul
li
| Populated automatically with your class times, assignments, and exams, and other collegiate opportunities and obligations
li
| 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.
.col-xs-12.col-sm-12.col-md-12.col-lg-12
.col-xs-12.col-sm-3.col-md-3.col-lg-3
= image_tag("group-icon.jpg", alt: "Group")
.col-xs-12.col-sm-9.col-md-9.col-lg-9
ul
li
| Automatically sync with groups based on your classes, student organizations, and interests.
#bx-pager
a data-slide-index="0" href=""
a data-slide-index="1" href=""
.col-xs-12.col-sm-12.col-md-6.col-lg-6.newHomeWrapper
.col-xs-12.col-sm-12.col-md-12.col-lg-12.homeTextContent
h2 The Private Community for Georgetown University
h3.col-xs-12.soundsGood Sound good?
h4.col-xs-12.joinCommunity.white Join the online community today!
.col-xs-12.col-sm-12.col-md-12.col-lg-12
a.showmeFeatures What is SYRCH
.col-xs-12.col-sm-12.col-md-12.col-lg-12
.signupOptions.row
- if params[:invitation_token].blank?
.col-xs-12.col-sm-6
= link_to '', auth_at_provider_path(provider: :linkedin), class: :'circle-in white'
.col-xs-12.col-sm-6
= link_to '', auth_at_provider_path(:provider => :facebook), class: :'circle-fb white'
- else
.col-xs-12.col-sm-6
= link_to '', auth_at_provider_path(provider: :linkedin, invitation_token: params[:invitation_token]), class: :'circle-in white'
.col-xs-12.col-sm-6
= link_to '', auth_at_provider_path(provider: :facebook, invitation_token: params[:invitation_token]), class: :'circle-fb white'
.clearfix
span or with your
= link_to select_user_type_path, class:"emailAddress green", data:{ toggle: :modal, target: '#signup-form-modal' } do
| email address
.row.hp-ftr.hidden-xs
.col-sm-6.col-xs-6
/#
.terms
= link_to about_path, target: :_blank do
| About
/#
.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.ftr-social
a href="https://www.facebook.com/pages/SYRCH/1559696724251146" target="_blank"
i.fa.fa-facebook.ftr-socia
#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')
})