Skip to content

Commit

Permalink
Initial commit - adding all the required files
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopsethu committed May 15, 2018
0 parents commit 3f48a68
Show file tree
Hide file tree
Showing 26 changed files with 10,374 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added css/.DS_Store
Binary file not shown.
1,579 changes: 1,579 additions & 0 deletions css/animate.css

Large diffs are not rendered by default.

6,755 changes: 6,755 additions & 0 deletions css/bootstrap.css

Large diffs are not rendered by default.

913 changes: 913 additions & 0 deletions css/grid12.css

Large diffs are not rendered by default.

74 changes: 74 additions & 0 deletions css/icons.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
@font-face {
font-family: 'KDco';
src: url('../fonts/KDco/KDco.eot?8c6rfl');
src: url('../fonts/KDco/KDco.eot?8c6rfl#iefix') format('embedded-opentype'),
url('../fonts/KDco/KDco.ttf?8c6rfl') format('truetype'),
url('../fonts/KDco/KDco.woff?8c6rfl') format('woff'),
url('../fonts/KDco/KDco.svg?8c6rfl#KDco') format('svg');
font-weight: normal;
font-style: normal;
}


[class^="kdcoicon-"], [class*=" kdcoicon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'KDco' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.kdcoicon-play_circle_filled:before {
content: "\e90a";
}
.kdcoicon-info:before {
content: "\e909";
}
.kdcoicon-close:before {
content: "\e900";
}
.kdcoicon-menu:before {
content: "\e907";
}
.kdcoicon-arrow-left:before {
content: "\e901";
}
.kdcoicon-arrow-right:before {
content: "\e908";
}
.kdcoicon-brand:before {
content: "\e902";
color: #1769ff;
}
.kdcoicon-brand2:before {
content: "\e903";
color: #3b5998;
}
.kdcoicon-brand3:before {
content: "\e904";
color: #e4405f;
}
.kdcoicon-brand4:before {
content: "\e905";
color: #bd081c;
}
.kdcoicon-brand5:before {
content: "\e906";
color: #1da1f2;
}
.kdcoicon-play3:before {
content: "\ea1c";
}
.kdcoicon-pause2:before {
content: "\ea1d";
}
.kdcoicon-loop2:before {
content: "\ea2e";
}
Loading

0 comments on commit 3f48a68

Please sign in to comment.