Files
cryptoanarchywiki.github.io/_site/about/index.html
2016-04-19 13:49:03 +07:00

79 lines
2.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/img/favicon.ico" />
<title> About </title>
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css">
<!-- Bootstrap core CSS -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<!-- Fonts -->
<link href="//fonts.googleapis.com/css?family=Roboto+Condensed:400,300italic,300,400italic,700&amp;subset=latin,latin-ext" rel="stylesheet" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<div class="container">
<div class="col-sm-3">
<img id="about" src="/img/avatar.jpg" height="75px" width="75px" />
<h1 class="author-name">Agus Makmun</h1>
<div id="about">
I am freelance developer. Currently doing more in backend, actually in Python and Django.
</div>
<hr />
<strong>Navigation</strong><br />
&raquo; <a href="">Home</a> <br />
&raquo; <a class="about" href="/about/">About Me</a><br />
&raquo; <a class="about" href="https://github.com/agusmakmun">Github</a><br />
&raquo; <a class="about" href="/sitemap.xml">XML Sitemap</a><br />
</div>
<div class="col-sm-8 col-offset-1">
<article class="post">
<header class="post-header">
<h1 class="post-title">About</h1>
</header>
<div class="post-content">
<p>I am freelance developer. Currently doing more in backend, actually in Python and Django.</p>
<p>email: agus@python.web.id</p>
</div>
</article>
<footer>
&copy; Agus Makmun
- <a href="https://github.com/agusmakmun">https://github.com/agusmakmun</a> - Powered by Jekyll.
</footer>
</div><!-- end /.col-sm-8 -->
</div><!-- end /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>