pages/photos: remove unneeded things

This commit is contained in:
Mikaela Suomalainen 2014-09-01 18:44:43 +03:00
parent 42d2101f1f
commit 28789920c4
2 changed files with 6 additions and 46 deletions

View File

@ -1,11 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" /> <!-- <meta http-equiv="refresh" content="60" /> --> <meta name="description" content="This page contains most of my imgur albums.." /> <meta name="keywords" content="" /> <meta name="author" content="Mikaela Suomalainen" /> <link rel="canonical" href="https://mkaysi.github.io/pages/photos.html">
<meta charset="UTF-8" /> <!-- <meta http-equiv="refresh" content="60" /> --> <meta name="keywords" content="" /> <meta name="author" content="Mikaela Suomalainen" /> <link rel="canonical" href="https://mkaysi.github.io/pages/photos.html">
<title>
Photo albums that are embedded from my imgur account.
pages/photos.html
</title>
<link rel="stylesheet" type="text/css" href="../css.css" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@ -20,41 +19,28 @@ Photo albums that are embedded from my imgur account.
<body>
<hr/>
<h2 id="me">Me</h2>
<h3 id="selfies"><a href="https://imgur.com/a/8b4EY">Selfies</a></h3>
<p>Photos of me that I took by myself.</p>
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/8b4EY/embed"></iframe>
<hr/>
<h3 id="taken-by-others"><a href="https://imgur.com/a/pfCvJ">Taken by others</a></h3>
<p>Photos of me which other people have took.</p>
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/pfCvJ/embed"></iframe>
<hr/>
<!--
### [PGP](https://imgur.com/a/N8Kwa)
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="https://imgur.com/a/N8Kwa/embed"></iframe>
-->
<hr/>
<h3 id="accessories"><a href="https://imgur.com/a/XqFg6">Accessories</a></h3>
<p>Things that I wear etc.</p>
<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="https://imgur.com/a/XCV8k/embed"></iframe>
<p>For more photos of Tessu (the dog), see <a href="https://www.facebook.com/mikaelahmsuomalainen/media_set?set=a.651823544912462.100002544672061&amp;type=3">Tessu album at Facebook.</a></p>
<hr/>
</body>
</html>

View File

@ -3,12 +3,10 @@
<head>
<meta charset="UTF-8" />
<!-- <meta http-equiv="refresh" content="60" /> -->
<meta name="description" content="This page contains most of my imgur albums.." />
<meta name="keywords" content="" />
<meta name="author" content="Mikaela Suomalainen" />
<link rel="canonical" href="https://mkaysi.github.io/pages/photos.html">
<title>Photo albums that are embedded from my imgur account.</title>
<link rel="stylesheet" type="text/css" href="../css.css" />
<title>pages/photos.html</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@ -23,52 +21,28 @@
<body>
<hr/>
## Me
### [Selfies](https://imgur.com/a/8b4EY)
Photos of me that I took by myself.
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/8b4EY/embed"></iframe>
<hr/>
### [Taken by others](https://imgur.com/a/pfCvJ)
Photos of me which other people have took.
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/pfCvJ/embed"></iframe>
<hr/>
<!--
### [PGP](https://imgur.com/a/N8Kwa)
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="https://imgur.com/a/N8Kwa/embed"></iframe>
-->
<hr/>
### [Accessories](https://imgur.com/a/XqFg6)
Things that I wear etc.
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/XqFg6/embed"></iframe>
<hr/>
## Others
Everyone and everything else than me. I ask for permission before
uploading.
<iframe class="imgur-album" width="100%" height="550" frameborder="0" src="https://imgur.com/a/XCV8k/embed"></iframe>
For more photos of Tessu (the dog), see [Tessu album at Facebook.](https://www.facebook.com/mikaelahmsuomalainen/media_set?set=a.651823544912462.100002544672061&type=3)
<hr/>
</body>
</html>