-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblogroll.html
92 lines (92 loc) · 4.33 KB
/
blogroll.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Details -->
<meta charset="utf-8">
<title>Blogroll - Sumandro Chattapadhyay</title>
<meta name="description" content="Sumandro, Sumandro Chattapadhyay, ajantriks">
<meta name="author" content="ajantriks">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Bungee|Fira+Mono:400" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<!-- Favicon -->
<link rel="icon" type="image/png" href="img/favicon.png">
</head>
<body>
<div class="container">
<div class="row">
<!-- Header -->
<div class="eight columns nav">
<p>Sumandro Chattapadhyay</p>
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li>Posts (coming soon)</li>
<li id="nav-active">Blogroll</li>
<li><a href="index.html#about">About</a></li>
</ul>
</div>
<!-- Post -->
<div class="eight columns content">
<h1>Blogroll</h1>
<h4><a href="https://ar.al/notes/">Aral Balkan</a></h4>
<h4><a href="http://www.beckycloonan.net/">Becky Cloonan</a></h4>
<h4><a href="http://www.christiannold.com/">Christian Nold</a></h4>
<h4><a href="http://networkcultures.org/publications/#geertbooks">Geert Lovink</a></h4>
<h4><a href="http://giorgialupi.com/">Giorgia Lupi</a></h4>
<h4><a href=" http://www.hetwebsite.net/het/profiles/robinson.htm">Joan Robinson</a></h4>
<h4><a href="http://idlewords.com/talks/">Maciej Ceglowski</a></h4>
<h4><a href="http://mthvn.tumblr.com/">Metahaven</a></h4>
<h4><a href="http://gurstein.wordpress.com/">Michael Gurstein</a></h4>
<h4><a href="http://nedrossiter.org/">Ned Rossiter</a></h4>
<h4><a href="http://norberthaering.de/en/home">Norbert Häring</a></h4>
<h4><a href="https://poojasaxena.wordpress.com/">Pooja Saxena</a></h4>
<h4><a href="http://blog.rarh.in/">Rahr</a></h4>
<h4><a href="http://roundtableindia.co.in/">Round Table India</a></h4>
<h4><a href="http://www.wordsinspace.net/shannon/blog/">Shannon Mattern</a></h4>
<h4><a href="https://thelifeofscience.com/">The Life of Science</a></h4>
<h4><a href="http://tomslee.net/">Tom Slee</a></h4>
<h4><a href="https://monoskop.org/Wolfgang_Ernst">Wolfgang Ernst</a></h4>
<h4><a href="http://zararah.net/">Zara Rahman</a></h4>
<h4><a href="https://medium.com/@zeynep">Zeynep Tufekci</a></h4>
</div>
<!-- Footer -->
<div class="eight columns footer">
<p>Handwritten using <a href="http://getskeleton.com/" target="_blank">Skeleton</a> and <a href="https://github.com/anthonyly/Scrolline.js" target="_blank">Scrolline.js</a>.<br />
<a href="https://fonts.google.com/specimen/Bungee" target="_blank">Bungee</a> and <a href="https://fonts.google.com/specimen/Fira+Mono" target="_blank">Fira Mono</a> fonts served by <a href="https://www.google.com/fonts" target="_blank">Google</a>. Hosted on <a href="https://github.com/ajantriks/ajantriks.github.com" target="_blank">GitHub</a>.<br />
Apologies for using Google Analytics. Blockers are most welcome.<br />
All content is shared under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 International</a> license.</p>
</div>
</div>
</div>
</body>
<!-- scrolline.js -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/scrolline.js"></script>
<script>
$(function() {
$.scrolline({
direction : 'vertical',
position : 'left',
backColor : '#999',
frontColor : '#2a6496',
weight : 8
});
});
</script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-57790163-3', 'auto');
ga('send', 'pageview');
</script>
<!-- Hypothes.is
<script async defer src="https://hypothes.is/embed.js"></script> -->
</html>