Skip to content

Commit

Permalink
removed CDN URLs; added locally
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqbuilds committed Feb 5, 2014
1 parent 50b60e3 commit b073745
Show file tree
Hide file tree
Showing 12 changed files with 2,572 additions and 4 deletions.
1,203 changes: 1,203 additions & 0 deletions css/font-awesome/css/archive/font-awesome-ie7.css

Large diffs are not rendered by default.

384 changes: 384 additions & 0 deletions css/font-awesome/css/archive/font-awesome-ie7.min.css

Large diffs are not rendered by default.

Expand Up @@ -1476,4 +1476,4 @@ a .icon-flip-vertical:before {
}
.icon-renren:before {
content: "\f18b";
}
}
403 changes: 403 additions & 0 deletions css/font-awesome/css/font-awesome.min.css

Large diffs are not rendered by default.

Binary file added css/font-awesome/font/FontAwesome.otf
Binary file not shown.
Binary file added css/font-awesome/font/fontawesome-webfont.eot
Binary file not shown.
399 changes: 399 additions & 0 deletions css/font-awesome/font/fontawesome-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/font-awesome/font/fontawesome-webfont.ttf
Binary file not shown.
Binary file added css/font-awesome/font/fontawesome-webfont.woff
Binary file not shown.
24 changes: 24 additions & 0 deletions css/google-fonts.css
@@ -0,0 +1,24 @@
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v7/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v7/MTP_ySUJH_bn48VBG8sNSonF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v7/xjAJXh38I15wypJXxuGMBp0EAVxt0G0biEntp43Qt6E.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v7/PRmiXeptR36kaC0GEAetxi8cqLH4MEiSE0ROcU-qHOA.ttf) format('truetype');
}
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -7,8 +7,8 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<link href="css/google-fonts.css" rel="stylesheet">
<link href="css/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/pages/dashboard.css" rel="stylesheet">
<link href="css/odometer.css" rel="stylesheet">
Expand Down Expand Up @@ -372,7 +372,7 @@ <h3> Processes </h3>
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/datatables/1.9.4/jquery.dataTables.min.js"></script>
<script src="js/jquery.dataTables.min.js"></script>
<script src="js/odometer.js"></script>
<script src="js/dashboard.js"></script>
<script src="js/base.js"></script>
Expand Down
155 changes: 155 additions & 0 deletions js/jquery.dataTables.min.js

Large diffs are not rendered by default.

0 comments on commit b073745

Please sign in to comment.