Skip to content

Instantly share code, notes, and snippets.

@jurthetauren
Created June 20, 2016 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jurthetauren/fd2d7828665957533a01541ca7a3b5e4 to your computer and use it in GitHub Desktop.
Save jurthetauren/fd2d7828665957533a01541ca7a3b5e4 to your computer and use it in GitHub Desktop.
# HTML CODE -- Home page
<div class="homepage-hero-module">
<div class="video-container">
<div class="filter"></div>
<div class="home-title-text">
<h1 class="home-title">Connect with your colleagues</h1>
<p>Fuzer helps you to escape your social bubble at work by meeting interesting new colleagues</p>
<% if user_signed_in? %>
<% else %>
<%= link_to user_linkedin_omniauth_authorize_path , class: "btn btn-block btn-social btn-linkedin linkedin-buttons" do %>
<span class="fa fa-linkedin"></span> Sign in with Linkedin
<%end%>
<%end%>
</div>
<video autoplay loop class="fillWidth">
<source src="<%= video_path "In-And-Out.mp4" %>" type="video/mp4" />
<source src="<%= video_path "In-And-Out.webm" %>" type="video/webm" />
</video>
<div class="poster hidden">
<img src="<%= image_path "In-And-Out.jpg" %>" alt="">
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment