Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jflaloux committed Sep 15, 2014
1 parent 279a689 commit e01b8c2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 20 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ p { margin: 20px 0; }
padding: 10px 0 0;
text-transform: none;
}
.content h1 { margin: 30px auto 0;}
.content h1 { margin: 0px auto 0;}

.soon{
margin: 0px auto;
Expand Down
35 changes: 16 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,15 @@

<div class="content">
<!--LOGO-->

<div class="wow bounceInDown" data-wow-delay="2s" data-wow-duration=
"3s">
<h1>jeanfrancois</h1>
</div><!--COMING SOON-->

<div class="soon wow bounceInDown" data-wow-delay="0s"
<div class="soon wow bounceInDown" data-wow-delay="2s"
data-wow-duration="3s">
@laloux.me
jeanfrancois@
</div><!--SOCIAL ICONS - http://fortawesome.github.io/Font-Awesome-->

<div class="wow bounceIn" data-wow-delay="2s" data-wow-duration="3s"
<div class="wow bounceInDown" data-wow-delay="0s" data-wow-duration=
"3s">
<h1>laloux.me</h1>
</div><!--COMING SOON-->
<div class="wow bounceIn" data-wow-delay="4s" data-wow-duration="3s"
id="social-icons">
<ul>
<li>
Expand Down Expand Up @@ -78,16 +75,16 @@ <h1>jeanfrancois</h1>
})();
//]]>
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-8723436-1', 'auto');
ga('send', 'pageview');

</script>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-8723436-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>

0 comments on commit e01b8c2

Please sign in to comment.