Skip to content

Commit

Permalink
URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephband committed Nov 13, 2020
1 parent 75cf673 commit 70c512a
Show file tree
Hide file tree
Showing 7 changed files with 9,411 additions and 11 deletions.
5 changes: 2 additions & 3 deletions demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,10 @@ <h2>jParallax Demos <a href="stalkbuttons.html">next</a></h2>
<img src="../images/corner_dark_br.png" class="br" />
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script>

<script src="../js/jquery-1.7.2.js"></script>
<script src="../js/jquery.parallax.js"></script>
<script type="text/javascript">

jQuery(document).ready(function(){
// Declare parallax on layers
jQuery('.parallax-layer').parallax({
Expand Down
2 changes: 1 addition & 1 deletion demos/remotecontrol.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h2>jParallax Demos <a href="thumbnails.html">next</a></h2>
</div>
</div>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script>
<script src="../js/jquery-1.7.2.js"></script>
<script src="../js/jquery.parallax.js"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
Expand Down
2 changes: 1 addition & 1 deletion demos/stalkbuttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ <h2>jParallax Demos <a href="remotecontrol.html">next</a></h2>

</div>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script>
<script src="../js/jquery-1.7.2.js"></script>
<script src="../js/jquery.parallax.js"></script>
<script type="text/javascript">

Expand Down
2 changes: 1 addition & 1 deletion demos/target.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2>jParallax Demos <a href="index.html">next</a></h2>
<img class="parallax-layer" src="../images/parallax_target/target_red.png" alt="" />
</div>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script>
<script src="../js/jquery-1.7.2.js"></script>
<script src="../js/jquery.parallax.js"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
Expand Down
2 changes: 1 addition & 1 deletion demos/thumbnails.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2>jParallax Demos <a href="target.html">next</a></h2>
<div class="footnote">Photos by <a href="http://flickr.com/daweed/">David Michon</a></div>
</div>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script>
<script src="../js/jquery-1.7.2.js"></script>
<script src="../js/jquery.parallax.js"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
Expand Down
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,7 @@ <h3>Find me on...</h3>
</div>
</footer>



<!--script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script-->
<script src="js/jquery-1.7.2.js"></script>
<script src="js/jquery-1.7.2.js"></script>
<script src="js/jquery.parallax.js"></script>
<script>
jQuery(document).ready(function(){
Expand Down
Loading

0 comments on commit 70c512a

Please sign in to comment.