mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 17:00:40 +01:00
index: write "about me" & remove mentioning of messiness of this site & add valid HTML/CSS advertisements.
This commit is contained in:
parent
529a62fac8
commit
e951ac14cd
15
index.html
15
index.html
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta name="description" content="Index of my homesite." /> <meta name="keywords" content="about,me,Mkaysi,Mika,Suomalainen,GitHub,Gitorious,Google,Twitter,Identi.ca,Facebook,Last.fm,YouTube," /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/index.html">
|
<meta name="description" content="A little information about me." /> <meta name="keywords" content="about,me,Mkaysi,Mika,Suomalainen,GitHub,Gitorious,Google,Twitter,Identi.ca,Facebook,Last.fm,YouTube," /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/index.html">
|
||||||
<title>
|
<title>
|
||||||
Mkaysi's homepage
|
Mkaysi's homepage
|
||||||
</title>
|
</title>
|
||||||
@ -12,16 +12,23 @@ Mkaysi's homepage
|
|||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<h1 id="about-me">About me</h1>
|
<h1 id="about-me">About me</h1>
|
||||||
<p>This should be somekind of description about me, but I don't know what to type here, so currently it contains nothing.</p>
|
<p><em>17, Linux user since 2008, currently using <a href="http://www.debian.org/">Debian</a> Sid & <a href="http://www.kubuntu.org/">Kubuntu</a> Precise, interested in computers and some kind of Finnish translator.</em></p>
|
||||||
|
<!-- Now it's somewhere where I can copy-paste it easily to social media services :D -->
|
||||||
|
|
||||||
|
<p>I am seventeen years old, even though people often think that I am older. I started using Linux in 2008 and the distribution was <a href="http://www.ubuntu.com/">Ubuntu</a> 8.04 Hardy Heron. I am currently using <a href="http://www.debian.org/">Debian</a> Sid (unstable) and <a href="http://www.kubuntu.org/">Kubuntu</a> 12.04 Precise Pangolin. I am interested in computers and I am some kind of Finnish translator.</p>
|
||||||
<p><a href="https://github.com/Mkaysi" >Mkaysi @ GitHub</a> || <a href="https://gitorious.org/~mkaysi" >Mkaysi @ Gitorious</a></p>
|
<p><a href="https://github.com/Mkaysi" >Mkaysi @ GitHub</a> || <a href="https://gitorious.org/~mkaysi" >Mkaysi @ Gitorious</a></p>
|
||||||
<p><a href="https://plus.google.com/113787158024729598288/posts" >Mika Suomalainen @ Google+</a> || <a href="https://twitter.com/Mkaysi" >Mkaysi @ Twitter</a> || <a href="https://identi.ca/mkaysi" >Mkaysi @ Identi.ca</a> || <a href="https://www.facebook.com/mika.suomalainen" >Mika Suomalainen @ Facebook</a> || <a href="http://www.last.fm/user/Mkaysi" >Mkaysi @ last.fm</a> || <a href="https://www.youtube.com/user/Mkaysi1" >Mika Suomalainen @ YouTube</a></p>
|
<p><a href="https://plus.google.com/113787158024729598288/posts" >Mika Suomalainen @ Google+</a> || <a href="https://twitter.com/Mkaysi" >Mkaysi @ Twitter</a> || <a href="https://identi.ca/mkaysi" >Mkaysi @ Identi.ca</a> || <a href="https://www.facebook.com/mika.suomalainen" >Mika Suomalainen @ Facebook</a> || <a href="http://www.last.fm/user/Mkaysi" >Mkaysi @ last.fm</a> || <a href="https://www.youtube.com/user/Mkaysi1" >Mika Suomalainen @ YouTube</a></p>
|
||||||
<p><a href="socialmedia.txt">PGP signed version of accounts above</a></p>
|
<p><a href="socialmedia.txt">PGP signed version of accounts above</a></p>
|
||||||
<h2 id="this-site">This site</h2>
|
|
||||||
<p>This site is a little messy and it probably should have been made with something else than plain HTML and markdown since the beginning. I should probably learn PHP and move this away from <a href="http://pages.github.com/">GH pages</a> which doesn't allow PHP.</p>
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<p>My PGP key is <a href="PGP/0x82A46728.txt">0x4DB53CFE82A46728</a> and its fingerprint is <strong>24BC 1573 B8EE D666 D10A AA65 4DB5 3CFE 82A4 6728</strong></p>
|
<p>My PGP key is <a href="PGP/0x82A46728.txt">0x4DB53CFE82A46728</a> and its fingerprint is <strong>24BC 1573 B8EE D666 D10A AA65 4DB5 3CFE 82A4 6728</strong></p>
|
||||||
<hr/>
|
<hr/>
|
||||||
|
<p>
|
||||||
|
<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fmkaysi.github.com%2F">This page is valid HTML5!</a> <a href="http://jigsaw.w3.org/css-validator/check/referer"> <img style="border:0;width:88px;height:31px"
|
||||||
|
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
|
||||||
|
alt="Valid CSS!" /> </a>
|
||||||
|
</p>
|
||||||
|
<hr/>
|
||||||
</body>
|
</body>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta name="description" content="Index of my homesite." />
|
<meta name="description" content="A little information about me." />
|
||||||
<meta name="keywords" content="about,me,Mkaysi,Mika,Suomalainen,GitHub,Gitorious,Google,Twitter,Identi.ca,Facebook,Last.fm,YouTube," />
|
<meta name="keywords" content="about,me,Mkaysi,Mika,Suomalainen,GitHub,Gitorious,Google,Twitter,Identi.ca,Facebook,Last.fm,YouTube," />
|
||||||
<meta name="author" content="Mika Suomalainen" />
|
<meta name="author" content="Mika Suomalainen" />
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
@ -15,7 +15,15 @@
|
|||||||
|
|
||||||
# About me
|
# About me
|
||||||
|
|
||||||
This should be somekind of description about me, but I don't know what to type here, so currently it contains nothing.
|
<em>17, Linux user since 2008, currently using [Debian] Sid & [Kubuntu] Precise, interested in computers and some kind of Finnish translator.</em>
|
||||||
|
|
||||||
|
<!-- Now it's somewhere where I can copy-paste it easily to social media services :D -->
|
||||||
|
|
||||||
|
I am seventeen years old, even though people often think that I am older. I started using Linux in 2008 and the distribution was [Ubuntu] 8.04 Hardy Heron. I am currently using [Debian] Sid (unstable) and [Kubuntu] 12.04 Precise Pangolin. I am interested in computers and I am some kind of Finnish translator.
|
||||||
|
|
||||||
|
[Debian]:http://www.debian.org/
|
||||||
|
[Kubuntu]:http://www.kubuntu.org/
|
||||||
|
[Ubuntu]:http://www.ubuntu.com/
|
||||||
|
|
||||||
<a href="https://github.com/Mkaysi" >Mkaysi @ GitHub</a> || <a href="https://gitorious.org/~mkaysi" >Mkaysi @ Gitorious</a>
|
<a href="https://github.com/Mkaysi" >Mkaysi @ GitHub</a> || <a href="https://gitorious.org/~mkaysi" >Mkaysi @ Gitorious</a>
|
||||||
|
|
||||||
@ -23,10 +31,6 @@ This should be somekind of description about me, but I don't know what to type h
|
|||||||
|
|
||||||
[PGP signed version of accounts above](socialmedia.txt)
|
[PGP signed version of accounts above](socialmedia.txt)
|
||||||
|
|
||||||
## This site
|
|
||||||
|
|
||||||
This site is a little messy and it probably should have been made with something else than plain HTML and markdown since the beginning. I should probably learn PHP and move this away from [GH pages] which doesn't allow PHP.
|
|
||||||
|
|
||||||
[GH pages]:http://pages.github.com/
|
[GH pages]:http://pages.github.com/
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
@ -35,6 +39,15 @@ My PGP key is [0x4DB53CFE82A46728] and its fingerprint is <strong>24BC 1573 B8EE
|
|||||||
|
|
||||||
[0x4DB53CFE82A46728]:PGP/0x82A46728.txt
|
[0x4DB53CFE82A46728]:PGP/0x82A46728.txt
|
||||||
|
|
||||||
|
<hr/>
|
||||||
|
<p>
|
||||||
|
[This page is valid HTML5!](http://validator.w3.org/check?uri=http%3A%2F%2Fmkaysi.github.com%2F)
|
||||||
|
<a href="http://jigsaw.w3.org/css-validator/check/referer">
|
||||||
|
<img style="border:0;width:88px;height:31px"
|
||||||
|
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
|
||||||
|
alt="Valid CSS!" />
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
<hr/>
|
<hr/>
|
||||||
</body>
|
</body>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user