caesarschinas.com/index.html

76 lines
2.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8" />
<title>Caesar Schinas</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Gentium+Basic&amp;subset=latin-ext" rel="stylesheet">
<link rel="stylesheet" href="./font-awesome/css/font-awesome.css" />
<link rel="stylesheet" href="./style.css" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Caesar Schinas",
"url": "https://caesarschinas.com",
"image": "https://caesarschinas.com/images/caesar.jpg",
"sameAs": [
"https://github.com/caesar",
"https://twitter.com/CaesarSchinas",
"https://www.linkedin.com/in/caesarschinas/",
"https://keybase.io/caesar"
]
}
</script>
</head>
<body>
<header>
<h1>Caesar Schinas</h1>
<picture>
<source srcset="./images/caesar.webp" type="image/webp" />
<source srcset="./images/caesar.jpg" type="image/jpeg" />
<img class="profile" src="./images/caesar.jpg" width="120" height="120" />
</picture>
<p class="ipa" lang="en-fonipa">/ ˈsiːˈskɪnəs /</p>
<p class="dfn">Sailor;&nbsp; programmer;&nbsp; web designer;&nbsp; publisher.</p>
</header>
<p>
<strong>Hello.</strong> Thanks for dropping by. Theres not much to see here at the moment, but feel free to drop me a line using one of the links below.
</p>
<ul id="contact" class="contact">
<li><a rel="me" class="fa fa-github" href="https://github.com/caesar">GitHub</a></li>
<li><a rel="me" class="fa fa-twitter" href="https://twitter.com/caesarschinas">Twitter</a></li>
<li><a rel="me" class="fa fa-key fa-rotate-90" href="https://keybase.io/caesar">Keybase</a></li>
</ul>
<script>
(function(){
if (!('addEventListener' in window && 'createElement' in document)) return;
var a = document.createElement('a');
a.text = 'email';
a.className = 'fa fa-envelope';
function setHref(e) {
var x = 'pnrfne' + '@pnrfnefpuvanf' + '.pbz';
x = x.replace(/[a-zA-Z]/g, function(c){return String.fromCharCode((c<="Z"?90:122)>=(c=c.charCodeAt(0)+13)?c:c-26);});
this.href = 'mailto:' + x;
this.removeEventListener('mouseover', setHref);
}
a.addEventListener('mouseover', setHref, false);
var li = document.createElement('li');
li.appendChild(a);
document.getElementById('contact').appendChild(li);
})();
</script>
<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),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-837569-4', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>