Skip to content

Commit

Permalink
nytm
Browse files Browse the repository at this point in the history
  • Loading branch information
wentin committed Feb 3, 2015
1 parent ce80ff4 commit d9689c4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions css/animation.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/animation.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions css/animation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ body.collapse {
.trigger {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateY(-150%) scale(0.9);
transform: translateY(-150%) scale(0.9);
-webkit-transform: translateY(50%) scale(0.9);
transform: translateY(50%) scale(0.9);
opacity: 0;
z-index: -1;
}
Expand Down
4 changes: 2 additions & 2 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">

<head>
<title>Hack the Hackpad - a hack to transform hackpad to a blog CMS</title>
<title>underline.js -- A javascript library that sets out to do one simple job: draw and animate the most perfect and playful text underline</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="http://brick.a.ssl.fastly.net/EB+Garamond:400,400i/Fira+Sans:300,400,500,700/Source+Code+Pro:300,400">
<link rel="icon" href="favicon.png" type="image/x-icon"/>
Expand All @@ -11,7 +11,6 @@
<link type="text/css" rel="stylesheet" href="css/style.css" />

<script type="text/javascript" src="js/classie.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/baseline-ratio.js"></script>
<script type="text/javascript" src="js/underline.js"></script>
<script type="text/javascript" src="js/guitar-string.js"></script>
Expand Down Expand Up @@ -42,7 +41,7 @@
<audio id="audio19" src="audio/cello_19.mp3" preload="auto"></audio>
</div>
<header>
<a href="http://wentin.github.io/Hack-the-Hackpad/" class="logo">
<a href="http://wentin.github.io/underlineJS" class="logo">
<img src="i/logo.svg" alt="">
</a>
<div class="hamburger"><i></i></div>
Expand Down

0 comments on commit d9689c4

Please sign in to comment.