25 lines
923 B
HTML
25 lines
923 B
HTML
<!DOCTYPE html>
|
||
<html lang="en-GB">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<title>Caesar Schinas</title>
|
||
<link rel="stylesheet" href="./font-awesome/css/font-awesome.css" />
|
||
<link rel="stylesheet" href="./style.css" />
|
||
</head>
|
||
<body>
|
||
<header>
|
||
<h1>Caesar Schinas</h1>
|
||
<p class="ipa" lang="en-fonipa">| ˈsiːzə ˈskɪnəs |</p>
|
||
<p class="dfn">Sailor; programmer; web designer; publisher.</p>
|
||
</header>
|
||
<p>
|
||
<strong>Hello.</strong> Thanks for dropping by. There’s not much to see here at the moment, but feel free to drop me a line using one of the links below.
|
||
</p>
|
||
<ul class="contact">
|
||
<li><a class="fa fa-github" href="https://github.com/caesar">GitHub</a></li>
|
||
<li><a class="fa fa-twitter" href="https://twitter.com/caesarschinas">Twitter</a></li>
|
||
<li><a class="fa fa-envelope" href="mailto:caesar@caesarschinas.com">email</a></li>
|
||
</ul>
|
||
</body>
|
||
</html>
|