forked from gouthambs/gouthambs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthors.html
72 lines (66 loc) · 3.1 KB
/
authors.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
<!DOCTYPE html>
<html>
<head>
<title>Karuth - Authors</title>
<!-- All the meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website"/>
<meta property="og:title" content="Karuth"/>
<meta property="og:url" content="http://karuth.com"/>
<meta property="og:description" content="Karuth"/>
<link href="http://bootswatch.com/readable/bootstrap.css" rel="stylesheet"/>
<link href="http://bootswatch.com/readable/bootstrap.min.css" rel="stylesheet"/>
<link href="http://karuth.com/theme/static/css/style.css" rel="stylesheet" />
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-46714334-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
/*Update Your Analytics Tracking Code to Support Display Advertising by uncommenting the following
instead of the above line */
/*ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';*/
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a href="http://karuth.com" class="navbar-brand">Karuth</a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse" id="navbar-main">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="http://karuth.com/pages/about.html">About</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h1>Authors on Karuth</h1> <li><a href="http://karuth.com/author/gouthaman-balaraman.html">Gouthaman Balaraman</a> (6)</li>
</div>
</div>
<footer id="contentinfo" class="footer">
<nav class="pull-right bottom-nav">
<a href="http://karuth.com/None">RSS</a>
</nav>
<address id="about" class="vcard body">
© <a href="http://karuth.com">Karuth</a> Proudly powered by <a href="http://getpelican.com/">Pelican</a>
</address><!-- /#about -->
</footer><!-- /#contentinfo -->
</div><!-- container -->
</body>
</html>