-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
80 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<title>Laloux.me</title> | ||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1" | ||
name="viewport"> | ||
<meta content="" name="description"> | ||
<meta content="" name="author"><!--FONT--> | ||
<link href="http://fonts.googleapis.com/css?family=Lato:400,700" rel= | ||
"stylesheet"> | ||
<link href="css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="css/style.css" rel="stylesheet"> | ||
<link href="css/animate.css" rel="stylesheet"> | ||
<link href="css/font-awesome.min.css" rel="stylesheet"> | ||
<link href="css/jquery.mmenu.all.css" rel="stylesheet"><!--[if lt IE 9]> | ||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script> | ||
<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" /> | ||
</head> | ||
|
||
<body> | ||
|
||
<!--PRELOADER--> | ||
|
||
<!--FRONT PAGE--> | ||
|
||
|
||
|
||
<!--ANIMATED TEXT--> | ||
<div class="content"> | ||
|
||
<!--LOGO--> | ||
<div class="wow bounceInDown" data-wow-delay="0s" data-wow-duration="2s" | ||
id="social-icons"> | ||
<h2><a href="http://laloux.me/">◀</a> laloux.me/calendar</h2> | ||
</div> | ||
<div class="wow bounceInDown" data-wow-delay="1s" data-wow-duration= | ||
"3s"> | ||
</div><!--COMING SOON--> | ||
<div class="wow bounceIn" data-wow-delay="1s" data-wow-duration="1s" | ||
id="social-icons"> | ||
<iframe src="https://www.google.com/calendar/embed?showTitle=0&showDate=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0&mode=WEEK&height=700&wkst=2&bgcolor=%23FFFFFF&src=laloux.me_ed721e716q5ttq08spbtlvth6o%40group.calendar.google.com&color=%232952A3&src=laloux.me_lhdhklmqs6rgiaoukehj851ro4%40group.calendar.google.com&color=%232952A3&src=laloux.me_223okgsuutq133pcqfgvveqs30%40group.calendar.google.com&color=%232952A3&src=laloux.me_s9h8ek0c9ke0kgnntohqchh9qs%40group.calendar.google.com&color=%232952A3&src=jeanfrancois%40laloux.me&color=%232952A3&src=8hq3r7lh19mq39pkji27d796v0%40group.calendar.google.com&color=%232952A3&src=laloux.me_ves5sqrjccuihf7c289jgifl5k%40group.calendar.google.com&color=%232952A3&src=laloux.me_imoe1i72hd73bdiac21h1j25c0%40group.calendar.google.com&color=%232952A3&ctz=America%2FSao_Paulo" style=" border-width:0 " width="835" height="700" frameborder="0" scrolling="no"></iframe> | ||
|
||
|
||
</div><!--//SOCIAL ICONS--> | ||
</div><!--//FRONT PAGE--> | ||
<!--RIGHT PAGE--> | ||
<!--OVERLAY--> | ||
|
||
<div id="overlay"> | ||
<!--SCRIPTS--> | ||
<script src="js/jquery.js"></script> <script src="js/retina.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/scripts.js"></script> <script src="js/wow.js"></script> <script src="js/jquery.mmenu.min.all.js"></script> <script src="js/modernizr.custom.js"></script> <script src="js/snap.svg-min.js"></script> <script src="js/svgicons-config.js"></script> <script src="js/svgicons.js"></script> <script> | ||
//<![CDATA[ | ||
(function() { | ||
[].slice.call( document.querySelectorAll( '.si-icons-default > .si-icon' ) ).forEach( function( el ) { | ||
var svgicon = new svgIcon( el, svgIconConfig ); | ||
} ); | ||
new svgIcon( document.querySelector( '.si-icons-hover .si-icon-hourglass' ), svgIconConfig, { easing : mina.backin, evtoggle : 'mouseover', size : { w : 80, h : 80 } } ); | ||
new svgIcon( document.querySelector( '.si-icons-hover .si-icon-clock' ), svgIconConfig, { easing : mina.backin, evtoggle : 'mouseover', size : { w : 80, h : 80 } } ); | ||
new svgIcon( document.querySelector( '.si-icons-hover .si-icon-mail' ), svgIconConfig, { easing : mina.backin, evtoggle : 'mouseover', size : { w : 80, h : 80 } } ); | ||
new svgIcon( document.querySelector( '.si-icons-hover .si-icon-flag' ), svgIconConfig, { easing : mina.backin, evtoggle : 'mouseover', size : { w : 80, h : 80 } } ); | ||
})(); | ||
//]]> | ||
</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> |