Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions assets/css/cardslider.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
.ui-card-slider {
position: relative;
width: 320px;
height: 230px;
overflow: hidden; }
.ui-card-slider .slide {
display: block;
-webkit-user-select: none;
position: absolute;
transition-duration: 0.4s;
-webkit-transition-duration: 0.4s;
transition-timing-function: ease-in-out;
-webkit-transition-timing-function: ease-in-out;
transition-property: all;
-webkit-transition-property: all;
overflow: hidden; }
.ui-card-slider .slide img {
width: 50%;
height: 50%; }
.ui-card-slider .center-slide {
-webkit-user-select: none;
z-index: 30;
bottom: 12px;
left: 75px;
width: 170px;
height: 212px; }
.ui-card-slider .left-slide {
-webkit-user-select: none;
z-index: 20;
bottom: 30px;
left: -30px;
width: 140px;
height: 175px; }
.ui-card-slider .right-slide {
-webkit-user-select: none;
z-index: 20;
bottom: 30px;
left: 210px;
width: 140px;
height: 175px; }
.ui-card-slider .left-hidden-slide {
z-index: 10;
bottom: 30px;
left: -160px;
width: 120px;
height: 130px; }
.ui-card-slider .right-hidden-slide {
z-index: 10;
bottom: 30px;
left: 360px;
width: 120px;
height: 130px; }
.ui-card-slider .hidden-slide {
visibility: hidden;
display: none; }
12 changes: 8 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,13 @@ body{

/* Awesome apps features Start */
.container-back{
background-image: url("images/pricing-bg.png");
height: 400px;
z-index: 999;
background-image: url("../../images/back.png");
background-repeat: no-repeat;
background-size: auto;
background-position: left;
height:auto;


}
.awesome h2{
padding: 30px;
Expand Down Expand Up @@ -192,7 +196,7 @@ margin-top: 45px;
left: 49%;
transform: translate(-50%, -50%);
z-index: 1000,
}
}

/* Apps screenshots End */

Expand Down
10 changes: 5 additions & 5 deletions assets/js/app.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// Awesome apps features Start

// $(document).ready(function(){
// $('.carousel').carousel();
// });
var countup=0;
var countdown=0;
var flag=0;
var flag1=0;

jQuery(document).ready(function(){
// $('.carousel').carousel();})
jQuery("#up").click(function(){
if(flag1==1){
flag1=2;
Expand Down Expand Up @@ -129,12 +128,13 @@ jQuery(document).ready(function(){

}
}


})

})


// Awesome apps features End




Expand Down
11 changes: 11 additions & 0 deletions assets/js/card-slider-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added images/blog-1.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 images/blog-2.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 images/blog-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Loading