Skip to content

Commit ea730ad

Browse files
committed
https
1 parent 107120f commit ea730ad

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2011-2014 Hakim El Hattab, http://hakim.se
1+
Copyright (C) 2017 Hakim El Hattab, http://hakim.se
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Additional options:
5858

5959
MIT licensed
6060

61-
Copyright (C) 2011-2014 Hakim El Hattab, http://hakim.se
61+
Copyright (C) 2017 Hakim El Hattab, http://hakim.se

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="description" content="A minimal JavaScript API which enables zooming in on elements or rectangles in a document.">
1010
<meta name="author" content="Hakim El Hattab">
1111

12-
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
12+
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
1313

1414
<link rel="stylesheet" href="css/reset.css">
1515
<link rel="stylesheet" href="css/main.css">
@@ -24,9 +24,9 @@
2424
<div>
2525
<a href="http://twitter.com/share" class="twitter-share-button" data-text="zoom.js - a JavaScript library that lets you zoom in on DOM elements. Created by @hakimel" data-url="http://lab.hakim.se/zoom-js" data-count="small" data-related="hakimel"></a>
2626

27-
<iframe id="facebook-button" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fapp.hakim.se%2Fzoom-js%2F&layout=button_count&show_faces=false&width=93&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:85px; height:24px; position: relative; top: 4px;" allowTransparency="true"></iframe>
27+
<iframe id="facebook-button" src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fapp.hakim.se%2Fzoom-js%2F&layout=button_count&show_faces=false&width=93&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:85px; height:24px; position: relative; top: 4px;" allowTransparency="true"></iframe>
2828

29-
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
29+
<script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script>
3030
</div>
3131
</header>
3232

0 commit comments

Comments
 (0)