Skip to content

Commit

Permalink
Files uploaded from local
Browse files Browse the repository at this point in the history
  • Loading branch information
choyalpramod authored Feb 27, 2017
1 parent 72daf33 commit f79f5f9
Show file tree
Hide file tree
Showing 25 changed files with 10,170 additions and 0 deletions.
Binary file added 1400X600.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 300x400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ABN.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Image_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Untitled-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
645 changes: 645 additions & 0 deletions assignment.css

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions assignment.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
$(document).ready(function() {
$(".owl-carousel").owlCarousel({
items: 1,
slideSpeed : 200,
autoPlay : false,
pagination : true,
itemsDesktop: [1199,1],
itemsDesktopSmall: [979,1],
itemsTablet: [768,1],
itemsMobile: [479,1]
});

$('#mobileMenuIcon').click(function(){
$('#mobileMenu').fadeToggle();
});

$(window).resize(function(){
$('#mobileMenu').hide();
});
});
Loading

0 comments on commit f79f5f9

Please sign in to comment.