Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

navigating arrow in alumni page and image loading issue in alvida page resolved #474

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
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
Binary file modified .DS_Store
Binary file not shown.
24 changes: 12 additions & 12 deletions alumni_talks.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@
</div> -->
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators2" role="button" data-slide="prev">
<a class="carousel-control-prev" style="justify-content: flex-start;" href="#carouselExampleIndicators2" role="button" data-slide="prev">
<span class="carousel-control-prev-icon prev1" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators2" role="button" data-slide="next">
<a class="carousel-control-next" style="justify-content: flex-end;" href="#carouselExampleIndicators2" role="button" data-slide="next">
<span class="carousel-control-next-icon next1" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
Expand Down Expand Up @@ -217,11 +217,11 @@
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators2" role="button" data-slide="prev">
<a class="carousel-control-prev" style="justify-content: flex-start;" href="#carouselExampleIndicators2" role="button" data-slide="prev">
<span class="carousel-control-prev-icon prev1" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators2" role="button" data-slide="next">
<a class="carousel-control-next" style="justify-content: flex-end;" href="#carouselExampleIndicators2" role="button" data-slide="next">
<span class="carousel-control-next-icon next1" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
Expand Down Expand Up @@ -387,11 +387,11 @@
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<a class="carousel-control-prev" style="justify-content: flex-start;" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon prev1" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<a class="carousel-control-next" style="justify-content: flex-end;" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon next1" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
Expand Down Expand Up @@ -577,11 +577,11 @@
<h5 class="x"></h5>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators2" role="button" data-slide="prev">
<a class="carousel-control-prev" style="justify-content: flex-start;" href="#carouselExampleIndicators2" role="button" data-slide="prev">
<span class="carousel-control-prev-icon prev1" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators2" role="button" data-slide="next">
<a class="carousel-control-next" style="justify-content: flex-end;" href="#carouselExampleIndicators2" role="button" data-slide="next">
<span class="carousel-control-next-icon next1" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
Expand Down Expand Up @@ -647,12 +647,12 @@
<h5 class="x"></h5>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators3" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<a class="carousel-control-prev" style="justify-content: flex-start;" href="#carouselExampleIndicators3" role="button" data-slide="prev">
<span class="carousel-control-prev-icon prev1" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators3" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<a class="carousel-control-next" style="justify-content: flex-end;" href="#carouselExampleIndicators3" role="button" data-slide="next">
<span class="carousel-control-next-icon next1" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion alvida.php
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@
start: "top center"
},
opacity: 0,
duration: 1.5,
duration: 0.5,
});

}
Expand Down
Binary file added assets/.DS_Store
Binary file not shown.
Binary file added assets/scss/.DS_Store
Binary file not shown.
Binary file added assets/scss/material-dashboard/.DS_Store
Binary file not shown.
23 changes: 15 additions & 8 deletions assets/scss/material-dashboard/bootstrap/_carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@

/* rtl:end:ignore */


//
// Alternate transitions
//
Expand All @@ -82,7 +81,6 @@
}
}


//
// Left/right controls for nav
//
Expand All @@ -96,7 +94,7 @@
// Use flex for alignment (1-3)
display: flex; // 1. allow flex styles
align-items: center; // 2. vertically center contents
justify-content: center; // 3. horizontally center contents
// justify-content: center; // 3. horizontally center contents
width: $carousel-control-width;
padding: 0;
color: $carousel-control-color;
Expand All @@ -117,11 +115,21 @@
}
.carousel-control-prev {
left: 0;
background-image: if($enable-gradients, linear-gradient(90deg, rgba($black, .25), rgba($black, .001)), null);
justify-content: flex-start;
background-image: if(
$enable-gradients,
linear-gradient(90deg, rgba($black, 0.25), rgba($black, 0.001)),
null
);
}
.carousel-control-next {
right: 0;
background-image: if($enable-gradients, linear-gradient(270deg, rgba($black, .25), rgba($black, .001)), null);
justify-content: flex-end;
background-image: if(
$enable-gradients,
linear-gradient(270deg, rgba($black, 0.25), rgba($black, 0.001)),
null
);
}

// Icons for within
Expand Down Expand Up @@ -195,16 +203,15 @@
}
}


// Optional captions
//
//

.carousel-caption {
position: absolute;
right: (100% - $carousel-caption-width) * .5;
right: (100% - $carousel-caption-width) * 0.5;
bottom: $carousel-caption-spacer;
left: (100% - $carousel-caption-width) * .5;
left: (100% - $carousel-caption-width) * 0.5;
padding-top: $carousel-caption-padding-y;
padding-bottom: $carousel-caption-padding-y;
color: $carousel-caption-color;
Expand Down
Loading