diff --git a/abeer/images/CHANGE.png b/abeer/images/CHANGE.png new file mode 100644 index 0000000..880d0ee Binary files /dev/null and b/abeer/images/CHANGE.png differ diff --git a/abeer/images/CHANGE2.png b/abeer/images/CHANGE2.png new file mode 100644 index 0000000..1813362 Binary files /dev/null and b/abeer/images/CHANGE2.png differ diff --git a/abeer/images/Copy of IMG-20201130-WA0045.jpg b/abeer/images/Copy of IMG-20201130-WA0045.jpg new file mode 100644 index 0000000..00923f4 Binary files /dev/null and b/abeer/images/Copy of IMG-20201130-WA0045.jpg differ diff --git a/abeer/images/Copy of IMG_20201129_155852.jpg b/abeer/images/Copy of IMG_20201129_155852.jpg new file mode 100644 index 0000000..c52d9e1 Binary files /dev/null and b/abeer/images/Copy of IMG_20201129_155852.jpg differ diff --git a/abeer/index.html b/abeer/index.html index 54e2c8a..0fc987f 100644 --- a/abeer/index.html +++ b/abeer/index.html @@ -5,6 +5,8 @@ + + @@ -28,12 +30,21 @@ + + - - + + diff --git a/abeer/script.js b/abeer/script.js index e69de29..79d7ff9 100644 --- a/abeer/script.js +++ b/abeer/script.js @@ -0,0 +1,20 @@ +$('.owl-carousel').owlCarousel({ + loop:true, + margin:10, + nav:false, + autoplay:true, + autoplayTimeout:1000, + autoplayHoverPause:true, + center: true, + responsive:{ + 0:{ + items:1 + }, + 600:{ + items:3 + }, + 1000:{ + items:5 + } + } +}) \ No newline at end of file diff --git a/abeer/style.css b/abeer/style.css index 1bbfbde..e2969b1 100644 --- a/abeer/style.css +++ b/abeer/style.css @@ -64,3 +64,8 @@ a { text-decoration: none; color: inherit; } + +img { + height:200px; + background-color: white; +} \ No newline at end of file