File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -392,17 +392,18 @@ <h1>Contact Me</h1>
392
392
< script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js " integrity ="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa " crossorigin ="anonymous "> </ script >
393
393
394
394
<!-- Script to scroll via the navigation bar -->
395
+ <!-- Script necessary for carousel to slide -->
395
396
< script type ="text/javascript ">
396
397
jQuery ( document ) . ready ( function ( $ ) {
397
398
$ ( ".scroll" ) . click ( function ( event ) {
398
399
event . preventDefault ( ) ;
399
400
$ ( 'html,body' ) . animate ( { scrollTop :$ ( this . hash ) . offset ( ) . top } , 1000 ) ;
400
- } ) ;
401
- } ) ;
402
- $ ( '.carousel' ) . carousel ( {
403
- interval : 1200
404
- } )
405
- } ;
401
+ } ) ;
402
+
403
+ $ ( '.carousel' ) . carousel ( {
404
+ interval : 1200
405
+ } ) ;
406
+ } ) ;
406
407
</ script >
407
408
</ body >
408
409
You can’t perform that action at this time.
0 commit comments