Skip to content

Instantly share code, notes, and snippets.

@benewen96
Created August 1, 2016 21:34
Show Gist options
  • Save benewen96/02875614c9c072aa5bb6b568ee9e5bb5 to your computer and use it in GitHub Desktop.
Save benewen96/02875614c9c072aa5bb6b568ee9e5bb5 to your computer and use it in GitHub Desktop.
<!--Add this just after the </nav> tag inside the <body> -->
<div class="parallax-container">
<div id="index-banner">
<div class="section no-pad-bot">
<div class="container">
<h2 class="header center white-text text-accent-4">Lunch and Learn </h2>
<div class="row center">
<h5 class="header col s12 light">by Cirrus Student Developers</h5>
</div>
</div>
</div>
</div>
<div class="parallax">
<!--Paralax class will give the image a paralax effect-->
<apex:image value="{!URLFOR($Resource.BackLog_Resources, 'img/newheader.jpg')}"/>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment