mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-04-09 09:17:55 +02:00
pages/photos: access imgur with https://
This commit is contained in:
parent
8fad65dcb0
commit
6f0f3162df
@ -23,18 +23,18 @@ Photo albums that are embedded from my imgur account.
|
||||
|
||||
<h3 id="pgp">PGP</h3>
|
||||
<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/>
|
||||
|
||||
<h3 id="accessories">Accessories</h3>
|
||||
<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/>
|
||||
<h2 id="others">Others</h2>
|
||||
<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/>
|
||||
<script>
|
||||
|
@ -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
|
||||
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/>
|
||||
|
||||
@ -42,7 +42,7 @@ require photo authentication).
|
||||
|
||||
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/>
|
||||
## Others
|
||||
@ -50,7 +50,7 @@ Things that I wear etc.
|
||||
Everyone and everything else than me. I ask for permission before
|
||||
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/>
|
||||
<script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user