-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add compiled files for bower availability
- Loading branch information
1 parent
1babd2f
commit 0a1832d
Showing
16 changed files
with
537 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
bower_components | ||
css | ||
index.html | ||
js | ||
node_modules |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
* { | ||
-webkit-font-smoothing: antialiased; | ||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; | ||
} | ||
html, | ||
body { | ||
margin: 0; | ||
padding: 0; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
html { | ||
font-size: 15px; | ||
} | ||
.container { | ||
padding: 100px 30px; | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
.infowrap-breadcrumbs { | ||
color: #fff; | ||
background-color: orange; | ||
overflow: hidden; | ||
position: relative; | ||
height: 44px; | ||
} | ||
.infowrap-breadcrumbs .crumbs { | ||
*zoom: 1; | ||
-webkit-transition: all 0.5s ease; | ||
-moz-transition: all 0.5s ease; | ||
-o-transition: all 0.5s ease; | ||
transition: all 0.5s ease; | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
font-weight: bold; | ||
width: 999999px; | ||
overflow: hidden; | ||
} | ||
.infowrap-breadcrumbs .crumbs:before, | ||
.infowrap-breadcrumbs .crumbs:after { | ||
display: table; | ||
content: ""; | ||
} | ||
.infowrap-breadcrumbs .crumbs:after { | ||
clear: both; | ||
} | ||
.infowrap-breadcrumbs .crumbs .crumb { | ||
line-height: 44px; | ||
padding: 0 15px; | ||
float: left; | ||
display: inline-block; | ||
position: relative; | ||
overflow: hidden; | ||
white-space: nowrap; | ||
} | ||
.infowrap-breadcrumbs .crumbs .crumb:last-child .shader { | ||
box-shadow: none; | ||
} | ||
.infowrap-breadcrumbs .crumbs .crumb .shader { | ||
width: 44px; | ||
height: 44px; | ||
position: absolute; | ||
top: 0; | ||
right: -88px; | ||
box-shadow: 0 0 60px 0px #000; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
* { | ||
-webkit-font-smoothing: antialiased; | ||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; | ||
} | ||
html, | ||
body { | ||
margin: 0; | ||
padding: 0; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
html { | ||
font-size: 15px; | ||
} | ||
.container { | ||
padding: 100px 30px; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!DOCTYPE html><!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7"><![endif]--><!--[if IE 7]><html class="no-js lt-ie9 lt-ie8"><![endif]--><!--[if IE 8]><html class="no-js lt-ie9"><![endif]--> | ||
<!--[if gt IE 8]><!--> | ||
<html class="no-js"> | ||
<!--<![endif]--> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title></title> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width"> | ||
<link rel="stylesheet" href="css/styles.min.css"> | ||
</head> | ||
<body><!--[if lt IE 7]> | ||
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p><![endif]--> | ||
<div class="container"> | ||
<div class="infowrap-breadcrumbs"> | ||
<div class="crumbs"> | ||
<div class="crumb">Files</div> | ||
<div class="crumb">Vehicula Tortor</div> | ||
<div class="crumb">Nullam Vestibulum Amet</div> | ||
<div class="crumb">Ullamcorper</div> | ||
<div class="crumb">Cras Magna</div> | ||
<div class="crumb">Ornare Dapibus</div> | ||
<div class="crumb">Parturient Fusce Lorem</div> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="js/combined.min.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.