forked from Projjol-zz/dormammu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
108 lines (77 loc) · 3.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.17" />
<meta charset="utf-8">
<title>Macrocosm</title>
<meta name="author" content="Alexander 'alexfinn' Ivanov">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<link href="./css/milk.min.css" rel="stylesheet">
<link href="./css/milk-responsive.min.css" rel="stylesheet">
<link href="./css/style.css" rel="stylesheet" type="text/css" media="all">
<link href="./css/fonts.css" rel="stylesheet" type="text/css" media="all">
<link rel="shortcut icon" href="./images/alexfinn.ico">
<link rel="apple-touch-icon" href="">
<link rel="canonical" href="http://blog.projjol.me/">
<link href="./rss.xml" type="application/atom+xml" rel="alternate" title="Macrocosm">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div id="navbar-inner">
<div id="logo" class="">
<a href=""><img src="./images/jedi.png" width="100px"></img></a>
</div>
</div>
</div>
<div class="container">
<div class="content">
<div class="row-fluid">
<div class="span12">
<div class="posts">
<article class="post">
<header class="post-header">
<h1><a href="./post/getting-started-in-vimland/">Getting started in Vim-Land</a></h1>
<div class="post-time">January 11 2017, 400 Words</div>
</header>
<div class="post-after">
<div class="tags">
</div>
</div>
</article>
<article class="post">
<header class="post-header">
<h1><a href="./post/understanding-RSA/">Understanding RSA</a></h1>
<div class="post-time">November 24 2016, 1300 Words</div>
</header>
<div class="post-after">
<div class="tags">
</div>
</div>
</article>
</div>
</div>
</div>
<footer>
Built with <a href="https://github.com/spf13/hugo">Hugo</a> using <a href="themes.gohugo.io/simple-a/">simple-a</a> theme and ♥
<p>© Projjol Banerji 2016</p>
</footer>
</div>
</div>
</div>
</div>
</div>
</body>
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u=(("https:" == document.location.protocol) ? "https" : "http") + ":change-me";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 4]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="http://change-me" style="border:0;" alt="" /></p></noscript>
</html>