This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| << html >> | |
| <div id="preloader"></div> | |
| ------------------------------------------- | |
| << css >> | |
| div#preloader { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >>>>>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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- >>>html<<< --> | |
| <div class="cap-dec animated fadeInLeft"> | |
| <h6>Travel</h6> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="timer-area"> | |
| <div data-countdown="2017/5/16"></div> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="doccat-carousel"> | |
| <div class="col-md-12"> | |
| <div class="single-doc-cat"> | |
| <div class="doc-cat-img"> | |
| <a href="#"><img src="img/doc-cat/doc-cat1.jpg" alt=""></a> | |
| <div class="doc-cat-img-content"> | |
| <p>Dr. Steven Leon is a neurosurgeon in East Patchogue, New York and is affiliated with</p> | |
| </div> | |
| </div> | |
| <div class="doc-cat-content"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h2 class="counter counter-up" data-counterup-time="1500" data-counterup-delay="30">180</h2> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $('.smoothscroll').on('click', function(e) { | |
| e.preventDefault(); | |
| var target = this.hash; | |
| $('html, body').stop().animate({ | |
| 'scrollTop': $(target).offset().top - 80 | |
| }, 1200); | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="question-mark-bg foo"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*---------------------------- | |
| scrollUp | |
| ---------------------------- */ | |
| $.scrollUp({ | |
| scrollText: '<i class="fa fa-arrow-up" aria-hidden="true"></i>', | |
| easingType: 'linear', | |
| scrollSpeed: 900, | |
| animation: 'fade' | |
| }); |
OlderNewer