Skip to content

Commit

Permalink
Even more https fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaVerou committed Feb 29, 2016
1 parent 7895798 commit cddbfd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<h1>CSS3 Patterns Gallery</h1>
<div id="social">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fleaverou.me%2Fcss3patterns%2F&amp;send=true&amp;layout=button_count&amp;width=450&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>
<iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fleaverou.me%2Fcss3patterns%2F&amp;send=true&amp;layout=button_count&amp;width=450&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>
</div>
<ul id="help">
<li>Click on a pattern to expand</li>
Expand Down Expand Up @@ -386,7 +386,7 @@ <h2 id="new-submissions">Submission guidelines</h2>
&bull; If no other author is mentioned, the pattern is created by <a href="http://lea.verou.me">Lea Verou</a>
</p>

<script src="http://leaverou.github.com/prefixfree/prefixfree.min.js"></script>
<script src="https://leaverou.github.io/prefixfree/prefixfree.min.js"></script>
<script>
StyleFix.register(function(css, raw) {
if (PrefixFree.functions.indexOf('radial-gradient') > -1) {
Expand All @@ -404,7 +404,7 @@ <h2 id="new-submissions">Submission guidelines</h2>
<script src="http://bytesizematters.com/bytesize.js"></script>
<script src="css3patterns.js"></script>

<script src="http://www.google-analytics.com/ga.js"></script>
<script src="https://www.google-analytics.com/ga.js"></script>
<script>
try {
var pageTracker = _gat._getTracker("UA-597483-5");
Expand Down

0 comments on commit cddbfd6

Please sign in to comment.