diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-04-21 14:37:36 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-04-21 14:37:36 -0400 |
commit | 979847f28d689bb93e5ff8cc9beb20a2a89c4f6b (patch) | |
tree | bdd7a33a20125fcc86540728cdcb09cf31a200af /index.html | |
parent | b1c15b7ce8869e7469a900c3566b0f11f13ea35c (diff) |
change protocol relative urls to https
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -91,8 +91,8 @@ <h1>Free themes for Bootstrap</h1> <div id="social"> <span> - <iframe id="gh-fork" src="//ghbtns.com/github-btn.html?user=thomaspark&repo=bootswatch&type=fork" allowtransparency="true" frameborder="0" scrolling="0" width="53" height="20"></iframe> - <iframe id="gh-star" src="//ghbtns.com/github-btn.html?user=thomaspark&repo=bootswatch&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe> + <iframe id="gh-fork" src="https://ghbtns.com/github-btn.html?user=thomaspark&repo=bootswatch&type=fork" allowtransparency="true" frameborder="0" scrolling="0" width="53" height="20"></iframe> + <iframe id="gh-star" src="https://ghbtns.com/github-btn.html?user=thomaspark&repo=bootswatch&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe> </span> <span> <a href="https://twitter.com/bootswatch" class="twitter-follow-button" data-show-count="false" data-show-screen-name="true">Follow @bootswatch</a> @@ -705,7 +705,7 @@ <h3>HTML & CSS</h3> <p>Jon Duckett</p> <div> - <img src="//www.assoc-amazon.com/e/ir?t=bootswatch-20&l=as2&o=1&a=1118008189" width="1" height="1" alt="" style="border:none !important; margin:0px !important; height: 1px;" /> + <img src="https://www.assoc-amazon.com/e/ir?t=bootswatch-20&l=as2&o=1&a=1118008189" width="1" height="1" alt="" style="border:none !important; margin:0px !important; height: 1px;" /> <div class="btn-group"><a class="btn btn-info" onClick="_gaq.push(['_trackEvent', 'refs', 'amazon', 'htmlandcss']);" href="http://www.amazon.com/gp/product/1118008189/ref=as_li_tf_tl?ie=UTF8&tag=bootswatch-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1118008189" target="_blank">Amazon</a></div> </div> </div> @@ -723,7 +723,7 @@ <h3>Eloquent JavaScript</h3> <p>Marijn Haverbeke</p> <div> - <img src="//www.assoc-amazon.com/e/ir?t=bootswatch-20&l=as2&o=1&a=1593275846" width="1" height="1" alt="" style="border:none !important; margin:0px !important; height: 1px;" /> + <img src="https://www.assoc-amazon.com/e/ir?t=bootswatch-20&l=as2&o=1&a=1593275846" width="1" height="1" alt="" style="border:none !important; margin:0px !important; height: 1px;" /> <div class="btn-group"><a class="btn btn-info" onClick="_gaq.push(['_trackEvent', 'refs', 'amazon', 'lesscss']);" href="http://www.amazon.com/gp/product/1593275846/ref=as_li_tf_tl?ie=UTF8&tag=bootswatch-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1593275846" target="_blank">Amazon</a></div> </div> </div> @@ -741,7 +741,7 @@ <h3>Beautiful Web Design</h3> <p>Jason Beaird</p> <div> - <img src="//www.assoc-amazon.com/e/ir?t=bootswatch-20&l=as2&o=1&a=098057689X" width="1" height="1" alt="" style="border:none !important; margin:0px !important; height: 1px;" /> + <img src="https://www.assoc-amazon.com/e/ir?t=bootswatch-20&l=as2&o=1&a=098057689X" width="1" height="1" alt="" style="border:none !important; margin:0px !important; height: 1px;" /> <div class="btn-group"><a class="btn btn-info" onClick="_gaq.push(['_trackEvent', 'refs', 'amazon', 'beautifulwebdesign']);" href="http://www.amazon.com/gp/product/098057689X/ref=as_li_tf_tl?ie=UTF8&tag=bootswatch-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=098057689X" target="_blank">Amazon</a></div> </div> </div> @@ -785,7 +785,7 @@ <script src="./bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <script src="./assets/js/bootswatch.js"></script> <script> - !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); + !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); </script> </body> </html> |