Skip to content

Commit 9fbbb4d

Browse files
committed
remove modals, prepare for publish
1 parent 24fb9c1 commit 9fbbb4d

File tree

5 files changed

+23
-24
lines changed

5 files changed

+23
-24
lines changed

dist/build.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gulp.task('compress', function (cb) {
1111
gulp.src([
1212
'js/lib/jquery.scrollex.min.js',
1313
'js/lib/jquery.scrolly.min.js',
14-
'js/lib/animatedModal.min.js',
14+
// 'js/lib/animatedModal.min.js',
1515
'js/lib/png2gif.min.js',
1616
'js/lib/jquery.sticky.js',
1717
'js/*.js',

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ <h2>Tutorials in your Code Editor</h2>
6161
<section class="spotlight wide">
6262
<div class="image">
6363
<center style="margin: 0 auto; text-transform: uppercase; letter-spacing: .225em; border: solid 1px white; border-radius: 5%; padding: 10px; width: 250px">
64-
<strong>Tutorial</strong><br />
65-
<span>=</span><br />
64+
<h2>Tutorial</h2>
6665
<span>Markdown</span><br />
6766
<span>+</span><br />
6867
<span>Unit Tests</span><br />

js/modals.js

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
$(function() {
2-
// modals
3-
$("#atom-coderoad").animatedModal({
4-
modalTarget: 'atom-coderoad-demo',
5-
animatedIn:'zoomIn',
6-
animatedOut:'zoomOut',
7-
beforeOpen: function() {
8-
$('#atom-coderoad-demo .modal-content img')
9-
.attr("src", "images/demos/atom-coderoad.gif");
10-
}
11-
});
12-
$("#builder-coderoad").animatedModal({
13-
modalTarget: 'builder-coderoad-demo',
14-
beforeOpen: function() {
15-
$('#builder-coderoad-demo .modal-content img')
16-
.attr("src", "images/demos/builder-demo.gif");
17-
}
18-
});
19-
});
1+
// $(function() {
2+
// // modals
3+
// $("#atom-coderoad").animatedModal({
4+
// modalTarget: 'atom-coderoad-demo',
5+
// animatedIn:'zoomIn',
6+
// animatedOut:'zoomOut',
7+
// beforeOpen: function() {
8+
// $('#atom-coderoad-demo .modal-content img')
9+
// .attr("src", "images/demos/atom-coderoad.gif");
10+
// }
11+
// });
12+
// $("#builder-coderoad").animatedModal({
13+
// modalTarget: 'builder-coderoad-demo',
14+
// beforeOpen: function() {
15+
// $('#builder-coderoad-demo .modal-content img')
16+
// .attr("src", "images/demos/builder-demo.gif");
17+
// }
18+
// });
19+
// });

0 commit comments

Comments
 (0)