website/ianonavy/core/templates/placeholder.html
2013-06-23 22:57:28 -04:00

36 lines
1.5 KiB
HTML

<!doctype html>
<html>
<head>
<title>ianonavy</title>
<meta charset="utf-8" />
<meta name="keywords" content="ianonavy, freelance, android, web, developer, ian, naval">
<meta name="description" content="This is the portfolio of the freelance Android and Web developer, Ian Naval.">
<meta name="author" content="Ian Adam Naval">
<meta name="robots" content="index,follow">
<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/static/css/placeholder.css" type="text/css" />
</head>
<body>
<div id="header">
<img id="logo" src="/static/img/logo.png" alt="ianonavy logo" />
<h1>Welcome!</h1>
</div>
<div id="main">
<p>My name is Ian Adam Naval. I am a freelance Android and Web developer. My portfolio is currently under construction,
so please forgive me and come back later.</p>
<p>If you'd like to learn more about me, please visit my <a href="http://blog.ianonavy.com/">blog</a>, where I write
what is on my mind without abandon.</p>
<p>I can be reached at <a href="mailto:ianonavy@gmail.com">ianonavy@gmail.com</a>.</p>
<!-- Oh, you're viewing the source code? You must know what you're doing. Come check out this: -->
<span class="hidden" >You can check out the new design in the works <a href="/newdesign/">here</a>.</span>
</div>
<div id="footer">
Copyright &copy; 2012 Ian Adam Naval. All rights reserved.
</div>
</body>
</html>