Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <title>Leen de Broekert</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <meta name="description" content="" />
- <meta name="keywords" content="" />
- <link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600" rel="stylesheet" type="text/css" />
- <link rel="stylesheet" href="colorbox.css" />
- <!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
- <script src="jquery.colorbox.js"></script>
- <script src="js/skel.min.js"></script>
- <script src="js/skel-panels.min.js"></script>
- <script src="js/init.js"></script>
- <script>
- $(document).ready(function(){
- $(".inline").colorbox({inline:true, width:"90%"});
- $(".callbacks").colorbox({
- onOpen:function(){ alert('onOpen: colorbox is about to open'); },
- onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); },
- onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); },
- onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); },
- onClosed:function(){ alert('onClosed: colorbox has completely closed'); }
- });
- $('.non-retina').colorbox({rel:'group5', transition:'none'})
- $('.retina').colorbox({rel:'group5', transition:'none', retinaImage:true, retinaUrl:true});
- //Example of preserving a JavaScript event for inline calls.
- $("#click").click(function(){
- $('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
- return false;
- });
- });
- </script>
- <noscript>
- <link rel="stylesheet" href="css/skel-noscript.css" />
- <link rel="stylesheet" href="css/style.css" />
- <link rel="stylesheet" href="css/style-wide.css" />
- </noscript>
- <!--[if lte IE 9]><link rel="stylesheet" href="css/ie9.css" /><![endif]-->
- <!--[if lte IE 8]><link rel="stylesheet" href="css/ie8.css" /><![endif]-->
- </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement