Skip to content

Commit

Permalink
move logo and script to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancahill committed Oct 4, 2018
1 parent b6fb11e commit 452984c
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 127 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Expand Up @@ -64,14 +64,14 @@
<div id="logo-1">
<div style="max-width:490px;height:100%;position:relative;overflow:hidden;">
<div style="overflow:hidden;width:208px;position:absolute;right:0;height:100%">
<img alt="Split.js" title="Split.js" src="../logo.svg" style="width:430px;max-width:430px;position:absolute;right:-223px;top:0;bottom:0">
<img alt="Split.js" title="Split.js" src="./logo.svg" style="width:430px;max-width:430px;position:absolute;right:-223px;top:0;bottom:0">
</div>
</div>
</div>
<div id="logo-2" style="position:relative">
<div style="max-width:490px;height:100%;position:absolute;right:0;width:100%;overflow:hidden;">
<div style="overflow:hidden;width:208px;position:absolute;left:0;height:100%">
<img title="Split.js" src="../logo.svg" style="width:430px;max-width:430px;position:absolute;left:-222px;top:0;bottom:0">
<img title="Split.js" src="./logo.svg" style="width:430px;max-width:430px;position:absolute;left:-222px;top:0;bottom:0">
</div>
</div>
</div>
Expand Down Expand Up @@ -296,7 +296,7 @@ <h2>Docs &amp; API</h2>
</main>
<div class="container" style="margin: 30px auto">&copy; 2018 <a href="http://nathancahill.com/">Nathan Cahill</a>. <a href="http://github.com/nathancahill/Split.js/#license">MIT license</a>.</div>
<script async defer type="text/javascript" src="./web-font.js"></script>
<script type="text/javascript" src="../split.js"></script>
<script type="text/javascript" src="./split.js"></script>
<script>
Split(['#logo-1', '#logo-2'], {
minSize: 0,
Expand Down
1 change: 1 addition & 0 deletions docs/logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 452984c

Please sign in to comment.