-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwriting.html
151 lines (120 loc) · 4.89 KB
/
writing.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!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" />
<meta name="viewport" content="width=device-width" />
<title>Rishi Verma - Writing</title>
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="content/career/career.css" />
</head>
<body>
<div class="panel banner" id="banner-home">
<div class="row">
<div class="large-12 columns">
<img src="img/logo.fw.png">
<ul class="breadcrumbs">
<li><a href="index.html">Home</a></li>
<li class="current">Writing</li>
</ul>
</div>
</div>
</div>
<!-- Main Grid Section -->
<div class="row">
<div class="large-12 columns">
<h2>Writing</h2>
<p>Here I reference various writings and ongoing blogging projects. New and upcoming written works will be archived here.</p>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<h2 class="subheader">Blogging</h2>
<p>
<span class="label tip radius">Tip: Some of the following links will redirect you to external websites.</span>
</p>
<a href="http://www.rishiverma.com/software/blog">
<div class="panel rowlogotile link">
<img src="img/wordpress-logo-simplified-rgb.png"/>
<h5>Rishi / Software</h5>
<p>A technical-focused blog documenting software solutions to problems I have faced and solved over the years. This blog represents my humble attempt at giving back to the web community, in terms of all the software-development help I myself have received.</p>
</div>
</a>
<a href="http://www.rishiverma.com/writing/reads">
<div class="panel rowlogotile link">
<img src="img/wordpress-logo-simplified-rgb.png"/>
<h5>Reads</h5>
<p>An effort to document, both for myself and others, the lasting impact and paraphrased insight of books I have been reading. Look here to learn about new and interesting works of literature, and to reflect upon some rather profound quotes.</p>
</div>
</a>
<a href="https://twitter.com/reesh24">
<div class="panel rowlogotile link">
<img src="img/twitter-logo.png"/>
<h5>@reesh24</h5>
<p>My handle on the micro-blogging service, Twitter. Follow me to get updates on software solutions, or to hear about some interesting ideas I'm soaking in.</p>
</div>
</a>
</div>
</div>
<!-- End Grid Section -->
<!-- Footer -->
<footer class="row">
<div class="large-12 columns">
<hr />
<div class="row">
<div class="large-6 columns">
<span class="footnote">
<p>© Copyright Rishi Verma. All rights reserved.</p>
</span>
</div>
<div class="large-6 columns">
</div>
</div>
</div>
</footer>
<script>
document.write('<script src=' +
('__proto__' in {} ? 'js/vendor/zepto' : 'js/vendor/jquery') +
'.js><\/script>')
</script>
<script src="js/foundation.min.js"></script>
<!--
<script src="js/foundation/foundation.js"></script>
<script src="js/foundation/foundation.interchange.js"></script>
<script src="js/foundation/foundation.dropdown.js"></script>
<script src="js/foundation/foundation.placeholder.js"></script>
<script src="js/foundation/foundation.forms.js"></script>
<script src="js/foundation/foundation.alerts.js"></script>
<script src="js/foundation/foundation.magellan.js"></script>
<script src="js/foundation/foundation.reveal.js"></script>
<script src="js/foundation/foundation.tooltips.js"></script>
<script src="js/foundation/foundation.clearing.js"></script>
<script src="js/foundation/foundation.cookie.js"></script>
<script src="js/foundation/foundation.joyride.js"></script>
<script src="js/foundation/foundation.orbit.js"></script>
<script src="js/foundation/foundation.section.js"></script>
<script src="js/foundation/foundation.topbar.js"></script>
-->
<!-- Piwik Tracking -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(["trackPageView"]);
_paq.push(["enableLinkTracking"]);
(function() {
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://rishiverma.com/analytics/";
_paq.push(["setTrackerUrl", u+"piwik.php"]);
_paq.push(["setSiteId", "1"]);
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>
<img src="http://rishiverma.com/analytics/piwik.php?idsite=1&rec=1" style="border:0" alt="" />
</noscript>
<!-- End Piwik Tracking -->
<script>
$(document).foundation();
</script>
</body>
</html>