pages/photos: access imgur with https://

This commit is contained in:
Mikaela Suomalainen 2014-06-26 18:59:19 +03:00
parent 8fad65dcb0
commit 6f0f3162df
2 changed files with 6 additions and 6 deletions

View File

@ -23,18 +23,18 @@ Photo albums that are embedded from my imgur account.
<h3 id="pgp">PGP</h3> <h3 id="pgp">PGP</h3>
<p>Me holding my PGP key fingerprints (to verify I own them for people who require photo authentication).</p> <p>Me holding my PGP key fingerprints (to verify I own them for people who require photo authentication).</p>
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="http://imgur.com/a/N8Kwa/embed"></iframe> <iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/N8Kwa/embed"></iframe>
<hr/> <hr/>
<h3 id="accessories">Accessories</h3> <h3 id="accessories">Accessories</h3>
<p>Things that I wear etc.</p> <p>Things that I wear etc.</p>
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="http://imgur.com/a/XqFg6/embed"></iframe> <iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/XqFg6/embed"></iframe>
<hr/> <hr/>
<h2 id="others">Others</h2> <h2 id="others">Others</h2>
<p>Everyone and everything else than me. I ask for permission before uploading.</p> <p>Everyone and everything else than me. I ask for permission before uploading.</p>
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="http://imgur.com/a/XCV8k/embed"></iframe> <iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/XCV8k/embed"></iframe>
<hr/> <hr/>
<script> <script>

View File

@ -34,7 +34,7 @@ Photos of me which other people have took.
Me holding my PGP key fingerprints (to verify I own them for people who Me holding my PGP key fingerprints (to verify I own them for people who
require photo authentication). require photo authentication).
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="http://imgur.com/a/N8Kwa/embed"></iframe> <iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/N8Kwa/embed"></iframe>
<hr/> <hr/>
@ -42,7 +42,7 @@ require photo authentication).
Things that I wear etc. Things that I wear etc.
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="http://imgur.com/a/XqFg6/embed"></iframe> <iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/XqFg6/embed"></iframe>
<hr/> <hr/>
## Others ## Others
@ -50,7 +50,7 @@ Things that I wear etc.
Everyone and everything else than me. I ask for permission before Everyone and everything else than me. I ask for permission before
uploading. uploading.
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="http://imgur.com/a/XCV8k/embed"></iframe> <iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/XCV8k/embed"></iframe>
<hr/> <hr/>
<script> <script>