-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
140 lines (120 loc) · 2.95 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
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
---
layout: default
title: Home
---
<div class="post">
<article class="post-content">
<table>
<tr>
<td bgcolor=white width=100 height=0> </td>
<td bgcolor=white width=100 height=0> </td>
</tr>
<tr>
<td bgcolor=#F5BCA9 width=100 height=70> </td>
<td bgcolor=#F5D0A9 width=100 height=70> </td>
</tr>
<tr>
<td bgcolor=white width=100 height=0> </td>
<td bgcolor=white width=100 height=0> </td>
</tr>
<tr>
<td bgcolor=#F5D0A9 width=100 height=200>
<p>
<font size="5">
<center> A B O U T </center>
</font>
</p>
<p>
<font size="4">
<center>
<a href="/public/data/cv.pdf"> CV</a><br>
<a href="/blog">Blog</a><br>
<a href="/blog/work">Work</a><br>
<a href="/blog/reflections">Reflections</a><br>
</center>
</font>
</p>
</td>
<td bgcolor=#F5BCA9 width=100 height=200>
<p>
<center><font size="3">
Hi, I'm Ronak and I ♥ distributed computing and operating systems. Here to jot down my thoughts in ether and explorations in Computer Science.
</center>
</p>
</td>
</tr>
<tr>
<td bgcolor=red width=100 height=0> </td>
<td bgcolor=white width=100 height=0> </td>
</tr>
<tr>
<td bgcolor=#F5BCA9 width=100 height=200>
<p>
<font size="5">
<center> K E E P S </center>
</font>
</p>
<p>
<center>
<small>
<a href="https://jvns.ca"> Julia Evans</a> -
<a href="http://highscalability.com/">High Scalability</a> - <a href="https://highlyscalable.wordpress.com">Highly Scalable</a> -
<a href="http://www.dabeaz.com/">David Beazley</a> - <a href="http://perfdynamics.blogspot.in/">PerfDynamics</a><br>
</small>
</center>
</p>
</td>
<td bgcolor=#F5D0A9 width=100 height=200>
<p>
<font size="5">
<center> N O T E S </center>
</font></p>
<p>
<center>
<small>
<a href="/blog/NotesOnOS"> Operating Systems </a>
</small>
</p>
</center>
</td>
</tr>
<tr>
<td bgcolor=red width=100 height=0> </td>
<td bgcolor=white width=100 height=0> </td>
</tr>
<tr>
<td bgcolor=#F5D0A9 width=100 height=70> </td>
<td bgcolor=#F5BCA9 width=100 height=70> </td>
</tr>
<tr>
<td bgcolor=white width=100 height=0> </td>
<td bgcolor=white width=100 height=0> </td>
</tr>
</table>
<p>
<font size="4">
<center>
<a href="https://www.linkedin.com/in/ronakkogta">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
<a href="https://twitter.com/rarchk">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="https://github.com/rarchk">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
<a href="http://stackoverflow.com/users/733761/rarchk">
<i class="fa fa-stack-overflow" aria-hidden="true"></i>
</a>
<a href="https://www.google.com/recaptcha/mailhide/d?k\x3d01CIzJycu1pq2SHk5xVmq2RQ\x3d\x3d\x26c\x3dlBe-qtR3DTUeG_jldvPx-3bZV6esWSECuGNNBsZs9eA\x3d">
<i class="fa fa-envelope" aria-hidden="true"></i>
</a>
<a href="/atom.xml">
<i class="fa fa-rss" aria-hidden="true"></i>
</a>
<br>
</center>
</font>
</p>
</article>
</div>