-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (85 loc) · 3.76 KB
/
index.html
File metadata and controls
85 lines (85 loc) · 3.76 KB
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
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<link href='http://fonts.googleapis.com/css?family=Gentium+Basic:400,700,400italic,700italic|Gentium+Book+Basic:400,700|PT+Sans+Narrow|Source+Code+Pro' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width" />
<title> mirnazim.org</title>
<link rel="stylesheet" href="/theme/css/styles.css" />
</head>
<body>
<div id="page" class="row">
<div class="large-8 large-centered columns">
<header>
<nav class="top-bar">
<section class="top-bar-section">
<ul class="left">
<li><img src="/theme/img/mirnazim-face.jpg" width="32"></li>
</ul>
<ul class="right">
<li><a href="/feeds/atom.xml">feeds</a></li>
<li><a href="/tags/">tags</a></li>
<li><a href="/about/">about</a></li>
</ul>
</section>
<ul class="title-area">
<li class="name">
<h1><a href="/">
mir nazim
</a></h1>
</ul>
</nav>
</header>
<section id="main">
<div id="home">
<h2>Writings </h2>
<ul id="articles">
<li class="article">
<div class="meta">November 28, 2011</div>
<a class="title" href="writings/python-ecosystem-introduction">
Python Ecosystem – An Introduction
</a>
</li>
<li class="article">
<div class="meta">August 14, 2011</div>
<a class="title" href="writings/vim-plugins-i-use">
List of vim plugins I use - with mini tutorials
</a>
</li>
<li class="article">
<div class="meta">April 25, 2010</div>
<a class="title" href="writings/vim-is-my-choice">
Vim is my choice
</a>
</li>
<li class="article">
<div class="meta">February 10, 2010</div>
<a class="title" href="writings/free-kashmir-an-economic-perspective">
Free Kashmir - An Economic Perspective
</a>
</li>
</ul>
</div>
</section><!--end #main-->
<footer class="row">
<div class="large-3 columns">
<p>© Some rights reserved.</p>
</div>
<div class="large-9 columns">
<nav>
<ul class="menu">
<li><a href="/">home</a></li>
<li><a href="/tags/">tags</a></li>
<li><a href="/feeds/atom.xml">feeds</a></li>
<li><a href="https://plus.google.com/117280218216267814164">google</a></li>
<li><a href="https://github.com/mnazim">github</a></li>
<li><a href="/about/">about</a></li>
</ul>
</nav>
</div>
</footer>
</div><!-- end #home, .columns-->
</div><!--end #page, .row-->
</body>
</html>