Skip to content

Instantly share code, notes, and snippets.

View salmanbd96's full-sized avatar

salman ahmed salmanbd96

View GitHub Profile
Demo LINK: http://salmancreation.com/rrf/
Code MarkUp Here: Thanks Rasel Ahmed(RRF)
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>RRF Layout Desgin</title>
<meta name="description" content="">
@niamrox
niamrox / Media Query Break Points
Last active June 2, 2017 13:57
BS3 - Media Query Break Points
/*==================================================
= Bootstrap 3 Media Queries =
==================================================*/
/*========== Mobile First Method ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}
@raselahmed7
raselahmed7 / isotope-active.js
Created January 5, 2015 17:36
jQuery isotope filter
jQuery(document).ready(function($){
$(".all-portfolios").isotope({
itemSelector: '.single-portfolio',
layoutMode: 'fitRows',
});
$('ul.filter li').click(function(){
$("ul.filter li").removeClass("active");
$(this).addClass("active");
@loschke
loschke / Bootstrap-3_Carousel-Collection
Last active March 6, 2024 15:31
Bootstrap 3 - Carousel Collection Pack