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
/* XS */ | |
@media (max-width: 767px) {} | |
/* SM */ | |
@media (min-width: 768px) and (max-width: 991px) {} | |
/* MD */ | |
@media (min-width: 992px) and (max-width: 1199px) {} | |
/* LG */ |
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
<!--[if gte IE 9]><!--> | |
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script> | |
<!--<![endif]--> | |
<!--[if lt IE 9]> | |
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script> | |
<![endif]--> |
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=""> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="x-ua-compatible" content="ie=edge"> | |
<title></title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
</head> | |
<body> |
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
onclick="trackOutboundLink('http://example.com');return 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
<?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<system.webServer> | |
<httpCompression directory="%SystemDrive%\inetpub\temp\IIS Temporary Compressed Files" minFileSizeForComp="1024"> | |
<scheme name="gzip" dll="%Windir%\system32\inetsrv\gzip.dll"/> | |
<dynamicTypes> | |
<add mimeType="text/*" enabled="true"/> | |
<add mimeType="message/*" enabled="true"/> | |
<add mimeType="application/javascript" enabled="true"/> | |
<add mimeType="*/*" enabled="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
.img-circle{behavior:url(/scripts/PIE.htc)} | |
.img-rounded{behavior:url(/scripts/PIE.htc)} | |
.img-thumbnail{behavior:url(/scripts/PIE.htc)} | |
.table-bordered{behavior:url(/scripts/PIE.htc)} | |
select,textarea,input,code,pre,kbd,pre{behavior:url(/scripts/PIE.htc)} | |
.input-group-addon{behavior:url(/scripts/PIE.htc)} | |
.btn{behavior:url(/scripts/PIE.htc)} | |
.dropdown-menu{behavior:url(/scripts/PIE.htc)} | |
.form-control{behavior:url(/scripts/PIE.htc)} | |
.panel{behavior:url(/scripts/PIE.htc)} |
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 media query that captures: */ | |
/* */ | |
/* - Retina iOS devices */ | |
/* - Retina Macs running Safari */ | |
/* - High DPI Windows PCs running IE 8 and above */ | |
/* - Low DPI Windows PCs with IE zoomed in */ | |
/* - Low DPI Windows PCs & Macs with Firefox zoomed in */ | |
/* - Android hdpi devices and above */ |
NewerOlder