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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Quick Start Pack</title> | |
<link href="css/font-awesome.min.css" rel="stylesheet"> | |
<link href="css/bootstrap.min.css" rel="stylesheet"> |
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.init({ | |
offset: 80 | |
}); | |
var windowWidth = $(window).width(); | |
if(windowWidth < 768){ | |
smoothScroll.init({ |
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
<script> | |
var myCenter=new google.maps.LatLng(51.508742,-0.120850); | |
function initialize() | |
{ | |
var mapProp = { | |
center:myCenter, | |
scrollwheel: false, | |
zoom:5, | |
zoomControl:false, |
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
a[href^="http://maps.google.com/maps"]{display:none !important} | |
a[href^="https://maps.google.com/maps"]{display:none !important} | |
.gmnoprint a, .gmnoprint span, .gm-style-cc { | |
display:none; | |
} | |
.gmnoprint div { | |
background:none !important; | |
} |
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
.top { | |
box-shadow: 0 -5px 5px -5px #333; | |
} | |
.right { | |
box-shadow: 5px 0 5px -5px #333; | |
} | |
.bottom { | |
box-shadow: 0 5px 5px -5px #333; | |
} |
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
01. Autoprefixer | |
02. Beautify *** | |
03. Brackets CSS Class Code hint *** | |
04. Documents Toolbar *** | |
05. Dramatic Error Highliting *** | |
06. Emmet *** | |
07. Errors Explorer | |
08. Indent Guides *** | |
09. Lorem picsum *** | |
10. More CSS Code Hints *** |
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
@media only screen and (min-width: 992px) and (max-width: 1200px) { | |
} | |
@media only screen and (min-width: 768px) and (max-width: 991px) {} | |
} |
OlderNewer