Skip to content

Commit 6a48797

Browse files
committed
update pathing
1 parent 0b39bde commit 6a48797

15 files changed

+35
-35
lines changed
File renamed without changes.
File renamed without changes.

_/css/style.css css/style.css

File renamed without changes.

example-ambient-loop.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<meta name="author" content="John Polacek" />
99
<meta name="viewport" content="width=device-width">
1010
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:900&text=ABCDEFGHIJKLMNOPQRSTUVWXYZ' rel='stylesheet' type='text/css'>
11-
<link rel="stylesheet" href="_/css/style.css">
12-
<link rel="stylesheet" href="_/css/bigvideo.css">
11+
<link rel="stylesheet" href="css/style.css">
12+
<link rel="stylesheet" href="css/bigvideo.css">
1313
</head>
1414
<body>
1515
<div class="main">
@@ -21,9 +21,9 @@ <h2>Random Ambient Loop Example</h2>
2121

2222
<!-- BigVideo Dependencies -->
2323
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
24-
<script>window.jQuery || document.write('<script src="_/js/jquery-1.7.2.min.js"><\/script>')</script>
25-
<script src="_/js/jquery-ui-1.8.22.custom.min.js"></script>
26-
<script src="_/js/jquery.imagesloaded.min.js"></script>
24+
<script>window.jQuery || document.write('<script src="js/jquery-1.7.2.min.js"><\/script>')</script>
25+
<script src="js/jquery-ui-1.8.22.custom.min.js"></script>
26+
<script src="js/jquery.imagesloaded.min.js"></script>
2727
<script src="http://vjs.zencdn.net/c/video.js"></script>
2828

2929
<!-- BigVideo -->

example-ambient-touch.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<meta name="author" content="John Polacek" />
99
<meta name="viewport" content="width=device-width">
1010
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:900&text=ABCDEFGHIJKLMNOPQRSTUVWXYZ' rel='stylesheet' type='text/css'>
11-
<link rel="stylesheet" href="_/css/style.css">
12-
<link rel="stylesheet" href="_/css/bigvideo.css">
13-
<script src="_/js/modernizr-2.5.3.min.js"></script>
11+
<link rel="stylesheet" href="css/style.css">
12+
<link rel="stylesheet" href="css/bigvideo.css">
13+
<script src="js/modernizr-2.5.3.min.js"></script>
1414
</head>
1515
<body>
1616
<div class="main">
@@ -24,9 +24,9 @@ <h2>Ambient Video Example</h2>
2424

2525
<!-- BigVideo Dependencies -->
2626
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
27-
<script>window.jQuery || document.write('<script src="_/js/jquery-1.7.2.min.js"><\/script>')</script>
28-
<script src="_/js/jquery-ui-1.8.22.custom.min.js"></script>
29-
<script src="_/js/jquery.imagesloaded.min.js"></script>
27+
<script>window.jQuery || document.write('<script src="js/jquery-1.7.2.min.js"><\/script>')</script>
28+
<script src="js/jquery-ui-1.8.22.custom.min.js"></script>
29+
<script src="js/jquery.imagesloaded.min.js"></script>
3030
<script src="http://vjs.zencdn.net/c/video.js"></script>
3131

3232
<!-- BigVideo -->
@@ -38,7 +38,7 @@ <h2>Ambient Video Example</h2>
3838
var BV = new $.BigVideo();
3939
BV.init();
4040
if (Modernizr.touch) {
41-
BV.show('_/img/background-dock.jpg');
41+
BV.show('img/background-dock.jpg');
4242
} else {
4343
BV.show('http://player.vimeo.com/external/47395197.sd.mp4?s=b6a94437c655d572fc80fa86e551d3e6',{ambient:true});
4444
}

example-ambient.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<meta name="author" content="John Polacek" />
99
<meta name="viewport" content="width=device-width">
1010
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:900&text=ABCDEFGHIJKLMNOPQRSTUVWXYZ' rel='stylesheet' type='text/css'>
11-
<link rel="stylesheet" href="_/css/style.css">
12-
<link rel="stylesheet" href="_/css/bigvideo.css">
11+
<link rel="stylesheet" href="css/style.css">
12+
<link rel="stylesheet" href="css/bigvideo.css">
1313
</head>
1414
<body>
1515
<div class="main">
@@ -21,9 +21,9 @@ <h2>Simple Ambient Video Example</h2>
2121

2222
<!-- BigVideo Dependencies -->
2323
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
24-
<script>window.jQuery || document.write('<script src="_/js/jquery-1.7.2.min.js"><\/script>')</script>
25-
<script src="_/js/jquery-ui-1.8.22.custom.min.js"></script>
26-
<script src="_/js/jquery.imagesloaded.min.js"></script>
24+
<script>window.jQuery || document.write('<script src="js/jquery-1.7.2.min.js"><\/script>')</script>
25+
<script src="js/jquery-ui-1.8.22.custom.min.js"></script>
26+
<script src="js/jquery.imagesloaded.min.js"></script>
2727
<script src="http://vjs.zencdn.net/c/video.js"></script>
2828

2929
<!-- BigVideo -->

example-playlist.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<meta name="author" content="John Polacek" />
99
<meta name="viewport" content="width=device-width">
1010
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:900&text=ABCDEFGHIJKLMNOPQRSTUVWXYZ' rel='stylesheet' type='text/css'>
11-
<link rel="stylesheet" href="_/css/style.css">
12-
<link rel="stylesheet" href="_/css/bigvideo.css">
13-
<script src="_/js/modernizr-2.5.3.min.js"></script>
11+
<link rel="stylesheet" href="css/style.css">
12+
<link rel="stylesheet" href="css/bigvideo.css">
13+
<script src="js/modernizr-2.5.3.min.js"></script>
1414
</head>
1515
<body>
1616
<div class="nav box">
@@ -31,9 +31,9 @@ <h2>Fullscreen Background Video Website With Playlist Example</h2>
3131

3232
<!-- BigVideo Dependencies -->
3333
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
34-
<script>window.jQuery || document.write('<script src="_/js/jquery-1.7.2.min.js"><\/script>')</script>
35-
<script src="_/js/jquery-ui-1.8.22.custom.min.js"></script>
36-
<script src="_/js/jquery.imagesloaded.min.js"></script>
34+
<script>window.jQuery || document.write('<script src="js/jquery-1.7.2.min.js"><\/script>')</script>
35+
<script src="js/jquery-ui-1.8.22.custom.min.js"></script>
36+
<script src="js/jquery.imagesloaded.min.js"></script>
3737
<script src="http://vjs.zencdn.net/c/video.js"></script>
3838

3939
<!-- BigVideo -->
@@ -58,7 +58,7 @@ <h2>Fullscreen Background Video Website With Playlist Example</h2>
5858
BV.init();
5959
// show background image on touchscreens, background video on others
6060
if (isTouch) {
61-
BV.show('_/img/background-dock.jpg');
61+
BV.show('img/background-dock.jpg');
6262
} else {
6363
BV.show('http://player.vimeo.com/external/47395197.sd.mp4?s=b6a94437c655d572fc80fa86e551d3e6',{ambient:true});
6464
}

example-simple.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<meta name="author" content="John Polacek" />
99
<meta name="viewport" content="width=device-width">
1010
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:900&text=ABCDEFGHIJKLMNOPQRSTUVWXYZ' rel='stylesheet' type='text/css'>
11-
<link rel="stylesheet" href="_/css/style.css">
12-
<link rel="stylesheet" href="_/css/bigvideo.css">
11+
<link rel="stylesheet" href="css/style.css">
12+
<link rel="stylesheet" href="css/bigvideo.css">
1313
</head>
1414
<body>
1515
<!-- BigVideo Dependencies -->
1616
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
17-
<script>window.jQuery || document.write('<script src="_/js/jquery-1.7.2.min.js"><\/script>')</script>
18-
<script src="_/js/jquery-ui-1.8.22.custom.min.js"></script>
19-
<script src="_/js/jquery.imagesloaded.min.js"></script>
17+
<script>window.jQuery || document.write('<script src="js/jquery-1.7.2.min.js"><\/script>')</script>
18+
<script src="js/jquery-ui-1.8.22.custom.min.js"></script>
19+
<script src="js/jquery.imagesloaded.min.js"></script>
2020
<script src="http://vjs.zencdn.net/c/video.js"></script>
2121

2222
<!-- BigVideo -->
File renamed without changes.

index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<meta name="author" content="John Polacek" />
99
<meta name="viewport" content="width=device-width">
1010
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:900&text=ABCDEFGHIJKLMNOPQRSTUVWXYZ' rel='stylesheet' type='text/css'>
11-
<link rel="stylesheet" href="_/css/style.css">
12-
<link rel="stylesheet" href="_/css/bigvideo.css">
11+
<link rel="stylesheet" href="css/style.css">
12+
<link rel="stylesheet" href="css/bigvideo.css">
1313
</head>
1414
<body>
1515

@@ -110,16 +110,16 @@ <h2>Tips</h2>
110110

111111
<!-- BigVideo Dependencies -->
112112
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
113-
<script>window.jQuery || document.write('<script src="_/js/jquery-1.7.2.min.js"><\/script>')</script>
114-
<script src="_/js/jquery-ui-1.8.22.custom.min.js"></script>
115-
<script src="_/js/jquery.imagesloaded.min.js"></script>
113+
<script>window.jQuery || document.write('<script src="js/jquery-1.7.2.min.js"><\/script>')</script>
114+
<script src="js/jquery-ui-1.8.22.custom.min.js"></script>
115+
<script src="js/jquery.imagesloaded.min.js"></script>
116116
<script src="http://vjs.zencdn.net/c/video.js"></script>
117117

118118
<!-- BigVideo -->
119119
<script src="bigvideo.js"></script>
120120

121121
<!-- Demo -->
122-
<script src="_/js/jquery.scrollTo.js"></script>
122+
<script src="js/jquery.scrollTo.js"></script>
123123
<script>
124124
var BV;
125125
$(function() {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)