forked from nikramakrishnan/nikramakrishnan.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
160 lines (152 loc) · 5.29 KB
/
index.html
File metadata and controls
160 lines (152 loc) · 5.29 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
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
152
153
154
155
156
157
158
159
160
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title></title>
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
/*
* Copyright 2013 Christophe-Marie Duquesne <chmd@chmd.fr>
*
* CSS for making a resume with pandoc. Inspired by moderncv.
*
* This CSS document is delivered to you under the CC BY-SA 3.0 License.
* https://creativecommons.org/licenses/by-sa/3.0/deed.en_US
*/
/* Whole document */
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 800px;
margin: auto;
background: #FFFFFF;
padding: 10px 10px 10px 10px;
}
/* Title of the resume */
h1 {
font-size: 55px;
color: #757575;
text-align:center;
margin-bottom:15px;
}
h1:hover {
background-color: #757575;
color: #FFFFFF;
text-shadow: 1px 1px 1px #333;
}
/* Titles of categories */
h2 {
/* This is called "sectioncolor" in the ConTeXt stylesheet. */
color: #397249;
}
/* There is a bar just before each category */
h2:before {
content: "";
display: inline-block;
margin-right:1%;
width: 16%;
height: 10px;
/* This is called "rulecolor" in the ConTeXt stylesheet. */
background-color: #9CB770;
}
h2:hover {
background-color: #397249;
color: #FFFFFF;
text-shadow: 1px 1px 1px #333;
}
/* Definitions */
dt {
float: left;
clear: left;
width: 17%;
/*font-weight: bold;*/
}
dd {
margin-left: 17%;
}
p {
margin-top:0;
margin-bottom:7px;
}
/* Blockquotes */
blockquote {
text-align: center
}
/* Links */
a {
text-decoration: none;
color: #397249;
}
a:hover, a:active {
background-color: #397249;
color: #FFFFFF;
text-decoration: none;
text-shadow: 1px 1px 1px #333;
}
/* Horizontal separators */
hr {
color: #A6A6A6;
}
table {
width: 100%;
}
</style>
</head>
<body>
<h1 id="nikhil-ramakrishnan">Nikhil Ramakrishnan</h1>
<h2 id="contact">Contact</h2>
<table>
<thead>
<tr class="header">
<th align="center">Type</th>
<th align="center">Details</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="center">Email (Personal)</td>
<td align="center"><script type="text/javascript">
<!--
h='gmail.com';a='@';n='ramakrishnan.nikhil';e=n+a+h;
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'" clas'+'s="em' + 'ail">'+e+'<\/'+'a'+'>');
// -->
</script><noscript>ramakrishnan.nikhil at gmail dot com</noscript></td>
</tr>
<tr class="even">
<td align="center">Email (University)</td>
<td align="center"><script type="text/javascript">
<!--
h='bennett.edu.in';a='@';n='nikhil.ramakrishnan';e=n+a+h;
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'" clas'+'s="em' + 'ail">'+e+'<\/'+'a'+'>');
// -->
</script><noscript>nikhil.ramakrishnan at bennett dot edu dot in</noscript></td>
</tr>
<tr class="odd">
<td align="center">LinkedIn</td>
<td align="center"><a href="https://www.linkedin.com/in/nikramakrishnan/">nikramakrishnan</a></td>
</tr>
<tr class="even">
<td align="center">Phone</td>
<td align="center"><a href="tel:+919833894947">+91 9833894947</a></td>
</tr>
</tbody>
</table>
<h2 id="education">Education</h2>
<p><strong>B.Tech, Computer Science</strong>; Bennett University (Greater Noida)</p>
<p><strong>Year of Graduation</strong>: 2020</p>
<h2 id="bio">Bio</h2>
<p>I am a developer with experience in <code>C/C++, Python, PHP</code>. I keep adding languages to this list. I have a lot of experience with back-end web development. I learn things fast.</p>
<h2 id="experience">Experience</h2>
<h4>Developer, IT Department, Bennett University (May 2017 - Present)</h4>
<p>Developing applications to create and automate various processes at the University.</p>
<h4>Brand Ambassador, Truecaller (April - December 2015)</h4>
<p>Worked with Truecaller for a short time as a Brand Ambassador.</p>
<h2 id="teams">Teams</h2>
<h4>Head, Bennett University CodeChef Campus Chapter (August 2016 - Present)</h4>
<p>I am the Student Representative for the CodeChef Campus Chapter. The Chapter organizes a lot of coding-related events on a regular basis.</p>
<h4>ACM Campus Chapter, Bennett University (September 2016 - August 2017)</h4>
<p>I was part of the core team of the Association for Computing Machinery Chapter at Bennett University.</p>
<hr />
</body>
</html>