mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 13:14:21 +01:00
79 lines
2.7 KiB
HTML
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&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 />
|
|
» <a href="">Home</a> <br />
|
|
|
|
» <a class="about" href="/about/">About Me</a><br />
|
|
|
|
» <a class="about" href="https://github.com/agusmakmun">Github</a><br />
|
|
|
|
» <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[at]python.web.id</p>
|
|
|
|
</div>
|
|
|
|
</article>
|
|
|
|
|
|
<footer>
|
|
© 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>
|