Skip to content

Instantly share code, notes, and snippets.

View shaikotahmed19's full-sized avatar
๐Ÿ™„

Shaikot Ahmed shaikotahmed19

๐Ÿ™„
View GitHub Profile
@shaikotahmed19
shaikotahmed19 / html preloader
Last active January 4, 2017 08:06
HTML preeloader
<< html >>
<div id="preloader"></div>
-------------------------------------------
<< css >>
div#preloader {
>>>>>start-html<<<<<
<div class="case-studies-area-mix">
<div class="cas-studies-mix-menu">
<div class="filter" data-filter="all">All</div>
<div class="filter" data-filter=".web">Technology</div>
<div class="filter" data-filter=".photo">Apps</div>
<div class="filter" data-filter=".graphic">Games</div>
</div>
<!-- >>>html<<< -->
<div class="cap-dec animated fadeInLeft">
<h6>Travel</h6>
</div>
@shaikotahmed19
shaikotahmed19 / countdown.html
Last active August 6, 2017 16:47
countdown.html
<div class="timer-area">
<div data-countdown="2017/5/16"></div>
</div>
<div class="fb-page-plugin-wrap">
<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Ffoodandrecipepercula%2F&tabs=timeline&width=360&height=220&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" class="fb-page-plugin"></iframe>
</div>
@shaikotahmed19
shaikotahmed19 / Owl carousel 1
Last active June 5, 2021 18:09
Owl Carousel 1
<h2 class="counter counter-up" data-counterup-time="1500" data-counterup-delay="30">180</h2>
$('.smoothscroll').on('click', function(e) {
e.preventDefault();
var target = this.hash;
$('html, body').stop().animate({
'scrollTop': $(target).offset().top - 80
}, 1200);
});
@shaikotahmed19
shaikotahmed19 / scroll reval
Last active August 6, 2017 16:46
scroll reval
<div class="question-mark-bg foo"></div>
/*----------------------------
scrollUp
---------------------------- */
$.scrollUp({
scrollText: '<i class="fa fa-arrow-up" aria-hidden="true"></i>',
easingType: 'linear',
scrollSpeed: 900,
animation: 'fade'
});