Skip to content

Commit

Permalink
Demos: Use https for external files. Fixes #646
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Apr 12, 2016
1 parent 04a11e2 commit 5d42cb3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions css3.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="apple-touch-icon" href="demos/images/apple-touch-icon.png">

<!-- jQuery (required) -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')</script>

<!-- Demo stuff -->
Expand All @@ -31,7 +31,7 @@
<style>
#slider { width: 700px; height: 390px; }

/* animate.css animation settings
/* animate.css animation settings
* If animating elements inside the panel, include the element here ( e.g. #slider li, #slider img {...} )
*/
#slider li {
Expand Down
10 changes: 5 additions & 5 deletions demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<script src="demos/prettify/prettify.js"></script>

<!-- jQuery (required) & jQuery UI (for this demo only) -->
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.0/themes/base/jquery-ui.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.10.0/themes/base/jquery-ui.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')</script>
<script src="http://code.jquery.com/ui/1.10.0/jquery-ui.js"></script>
<script src="https://code.jquery.com/ui/1.10.0/jquery-ui.js"></script>

<!-- Anything Slider optional plugins -->
<script src="js/jquery.easing.1.2.js"></script>
Expand Down Expand Up @@ -349,7 +349,7 @@ <h3><a href="#">CSS &amp; HTML</a></h3>
&lt;div class=&quot;quoteSlide&quot;&gt;
&lt;blockquote&gt;In awe I watched the waxing moon ride across the zenith of
the heavens like an ambered chariot towards the ebon void of infinite space
wherein the tethered belts of Jupiter and Mars hang forever festooned in
wherein the tethered belts of Jupiter and Mars hang forever festooned in
their orbital majesty. And as I looked at all this I thought... I must put
a roof on this lavatory.&lt;br&gt;-- Les Dawson&lt;/blockquote&gt;
&lt;/div&gt;
Expand Down Expand Up @@ -649,7 +649,7 @@ <h3><a href="#">Script - Caption appears on hover (FX extension not required)</a
$this.find('.caption-top')
.stop()
.animate({ top: -50, opacity: 0 }, 350, function(){
$this.find('.caption-top').hide(); });
$this.find('.caption-top').hide(); });
}
if ($this.find('.caption-right').length) {
$this.find('.caption-right')
Expand Down
16 changes: 8 additions & 8 deletions expand.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="apple-touch-icon" href="demos/images/apple-touch-icon.png">

<!-- jQuery (required) -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')</script>

<!-- Demo stuff -->
Expand Down Expand Up @@ -173,11 +173,11 @@ <h2>3/4 page width, one image (expand : true, aspectRatio : true)</h2>
This AnythingSlider
(with options: <code>expand : true, aspectRatio : true</code>)
will scale according to a calculated value for the aspect ratio.

N.B. the "base"-dimensions, to calculate the aspect ratio from,
must be explicitly given by
e.g. css: <code>#slider4 { width: 680px; height: 317px; }</code>.

In this case there will be space over in the height
dimension if the window is kept small enough.
</p>
Expand Down Expand Up @@ -213,7 +213,7 @@ <h2>3/4 page width, one image (expand : true, aspectRatio : '680:317')</h2>
will scale according to a calculated value from the aspect ratio.
So the string '660:317' is parsed and calculated to a float =
680/317.

In this case there will be space over in the height
dimension if the window is kept small enough.
</p>
Expand Down Expand Up @@ -247,7 +247,7 @@ <h2>3/4 page width, one image (expand : true, aspectRatio : 680/317)</h2>
This AnythingSlider
(with options: <code>expand : true, aspectRatio : 680/317</code>)
will scale according to the given float (680/317).

In this case there will be space over in the height
dimension if the window is kept small enough.
</p>
Expand Down Expand Up @@ -281,7 +281,7 @@ <h2>3/4 page width, one image (expand : true, aspectRatio : 1.5)</h2>
This AnythingSlider
(with options: <code>expand : true, aspectRatio : 1.5</code>)
will scale according to the given float (1.5).

In this case there will be space over in the width
dimension if the window is kept wide enough.
</p>
Expand Down Expand Up @@ -318,7 +318,7 @@ <h2>3/4 page width, one image (expand : true, aspectRatio : 1.5, showMultiple :
)
will scale according to the given float (1.5) X showMultiple
(1.5*2=3).

In this case there will be space over in the width
dimension if the window is kept wide enough.
</p>
Expand All @@ -342,7 +342,7 @@ <h2>3/4 page width, one image (expand : true, aspectRatio : 1.5, showMultiple :

<!-- END AnythingSlider -->


</body>

</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="apple-touch-icon" href="demos/images/apple-touch-icon.png">

<!-- jQuery (required) -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')</script>

<!-- Syntax highlighting -->
Expand Down
2 changes: 1 addition & 1 deletion simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="apple-touch-icon" href="demos/images/apple-touch-icon.png">

<!-- jQuery (required) -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')</script>

<!-- Demo stuff -->
Expand Down
2 changes: 1 addition & 1 deletion video.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="apple-touch-icon" href="demos/images/apple-touch-icon.png">

<!-- jQuery (required) -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')</script>

<!-- Demo stuff -->
Expand Down

0 comments on commit 5d42cb3

Please sign in to comment.