Skip to content

Commit

Permalink
Minor animation update
Browse files Browse the repository at this point in the history
  • Loading branch information
jflaloux committed May 27, 2015
1 parent ab54f79 commit de8faf3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ a {
.close:hover, #close:hover { opacity: 0.8; color: #fff; }

/**** TYPOGRAPHY ****/
h1, h2, h3, h4, h5, h6 { font-family: 'Lato', sans-serif; color:#fff; }
h1, h2, h3, h4, h5, h6 { font-family: 'PT Sans', sans-serif; color:#fff; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
Expand All @@ -123,7 +123,7 @@ p { margin: 20px 0; }
font-size: 95px;
line-height: 1em;
font-weight: 700;
padding: 10px 0 0;
padding: 1px 0 0;
text-transform: none;
}
.content h1 { margin: 0px auto 0;}
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<meta name="google-site-verification" content="4nco9G_VgHIvY8h3_Mqw4kfpG0r2QmccVc_ogdpHZKA" />

<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700' rel='stylesheet' type='text/css'>

</head>

<body>
Expand All @@ -34,15 +37,12 @@

<div class="content">
<!--LOGO-->
<div class="soon wow bounceInDown" data-wow-delay="3s"
<div class="soon wow bounceInDown" data-wow-delay="1s"
data-wow-duration="3s">
jeanfrancois@
</div><!--SOCIAL ICONS - http://fortawesome.github.io/Font-Awesome-->
<div class="wow bounceInDown" data-wow-delay="0s" data-wow-duration=
"3s">
</div>
<h1>laloux.me</h1>
</div><!--COMING SOON-->
<div class="wow bounceIn" data-wow-delay="5s" data-wow-duration="3s"
<div class="wow bounceIn" data-wow-delay="3s" data-wow-duration="3s"
id="social-icons">
<ul>
<li>
Expand Down

0 comments on commit de8faf3

Please sign in to comment.