Skip to content

Commit

Permalink
added vimeo embed & fitvid.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bradcerasani committed Mar 9, 2013
1 parent aeae036 commit a16089f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 4 additions & 3 deletions goodwork/index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ <h2>Volunteer your creative skills to help support the United Way and your local
<div class="wrapper"> <div class="wrapper">
<div class="row"> <div class="row">
<div class="col12"> <div class="col12">
<span class="snark snark-dark">When is it?</span>
<div class="goodwork"> <div class="goodwork">
<h1>Goodwork 2013</h1> <h1>Goodwork was Good!</h1>
<p>10:00 AM - 6:30 PM<br /> Saturday, March 9th, 2013<br /> United Way Winnipeg, 580 Main St</p> <!-- vimeo embed - use color 2fd9fd -->
<iframe src="http://player.vimeo.com/video/59584804?title=0&amp;byline=0&amp;portrait=0&amp;badge=0&amp;color=2fd9fd" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</div> </div>
</div> </div>
</div> </div>
Expand Down Expand Up @@ -178,6 +178,7 @@ <h1>Event Sponsors</h1>
</div> </div>


<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="/js/fitvids.js"></script>
<script src="/js/script.js"></script> <script src="/js/script.js"></script>
<script type="text/javascript"> <script type="text/javascript">
var _gaq = _gaq || []; var _gaq = _gaq || [];
Expand Down
1 change: 1 addition & 0 deletions js/fitvids.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion js/script.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -178,9 +178,11 @@ $(document).ready(function(){
}); });


var one = "hello", two = "secrethandshake", three = "@", four = "mail"; var one = "hello", two = "secrethandshake", three = "@", four = "mail";
$('#goodwork .next .col12').append('<a class="button button-signup" href="' + four + 'to:'+one+three+two+'.ca" title="Sign Up Now">Sign Up Now</a>'); // $('#goodwork .next .col12').append('<a class="button button-signup" href="' + four + 'to:'+one+three+two+'.ca" title="Sign Up Now">Sign Up Now</a>');
$('.social-icons').prepend('<a href="' + four + 'to:'+one+three+two+'.ca" title="Email"><img src="/img/email.png" /></a>'); $('.social-icons').prepend('<a href="' + four + 'to:'+one+three+two+'.ca" title="Email"><img src="/img/email.png" /></a>');


$("#goodwork").fitVids();

}); });




0 comments on commit a16089f

Please sign in to comment.