forked from crystalspaschal/cv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·179 lines (156 loc) · 8.81 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Resume - Swarnava Sengupta</title>
<meta name="description" content="Semantic, Responsive, HTML and CSS Curriculum Vitae / Resume of Swarnava Sengupta">
<meta name="author" content="Swarnava Sengupta">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#333333">
<link href='//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700italic,700' rel='stylesheet' type='text/css'>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" media="screen" href="styles.css">
<link rel="canonical" href="https://cv.swarnava.in" />
<link rel="icon" type="image/png" href="data:image/png;base64,
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2Fy
ZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdZJREFUeNrElr1KxEAQx7PnxdNEOFBS
WNhooaUgYqvNYWHjC6QzYqmtoAfa+wJWeQQ7G/EBfAALUUEi2FxxoBiPvXUGJhLi
5WMne9zAj4Swm/nvfOyuUEpZicVx7Pi+/xhF0ZJt25YBuwJO8EVKabmua4VhaHme
9zegWTD5GxgyHTeAGeAY6AGXeQObOd/Q8TbwXkPAKXAAXNA/u1UFoGFeXoGPGuEP
6Ikizum9W1UA2rSBGghoMQGJUJQOWUVAnrWBqYpj0dFRSswZcA1EXAHo+BZY1RCw
CRwC+8B8VjwnAk2NeYIc4nOQqi+2AFzRjua8PrWk0OmC9Ara1FaJDVKrKTNFooXO
PpB25AAPwAKzC3AT2gA+OQI4Odf+f9EAPAy+gPWiEJbYkGpglqsQc/iTqQFdE9wI
JAfRnUbfj+qaLdrWJ1IDglAcAUnYOzROMZwr6oRWnQj0DBxKomyVEzNObhuMVjQm
AJ3fAMsazveAN1MCMJdrwIrGnBa3C/L6ulNU1SPspW4XZHP+zKgbp85OqJPzsdSA
bs6N1UAS+l260SimgNo18GRgv3E4m4o0uOFJTgTmipQzIlD5UirpKn1vMAro3KPL
TamApNgWx3D2/CvkXwEGAOO9XQYhxDFzAAAAAElFTkSuQmCC" />
<!-- Modernizr on top to enable old browsers to render HTML5 markup -->
<script src="modernizr.custom.94828.js"></script>
<script type="text/javascript">
var host = "cv.swarnava.in";
if ((host == window.location.host) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>
</head>
<body>
<header class="vcard">
<h1 class="fn">Swarnava Sengupta</h1>
<h2 class="role">A Pseudo-Geek</h2>
<ul class="contact">
<li><i class="fa fa-envelope-o"></i> [email protected]</li>
<li><i class="fa fa-phone"></i> +919681004074</li>
<li><i class="fa fa-skype"></i> <a href="skype:swarnavasengupta1?chat&topic=Contacted%20from%20CV">swarnavasengupta1</a></li>
<li><i class="fa fa-github"></i> <a href="https://www.github.com/swarnava" title="Github Profile" target="_blank">swarnava</a></li>
<li><i class="fa fa-map-marker"></i> <a class="map-tooltip" href="#">Bengaluru, India<span><img src="https://maps.googleapis.com/maps/api/staticmap?center=Taverekere,Bangalore,India&zoom=14&size=600x300&sensor=false" style="float:right;" alt="Address Map"></span></li></a>
<li><i class="fa fa-linkedin"></i> <a href="https://in.linkedin.com/in/swarnavasengupta" title="LinkedIn Profile" target="_blank">swarnavasengupta</a></li>
</ul>
</header>
<section id="summary">
<h1>Summary</h1>
<p>I’m Swarnava. A Computer Engineer, Open Source Evangelist, Keen Mozilla follower, Tech Geek. I make things. I am a Movie Buff, Foodie and one of the bunch full of Indians listed in the Firefox browser's <a href="https://www.mozilla.org/credits/">credits</a>....</p>
</section>
<section id="skills">
<h1>Skills</h1>
<dl>
<dd title="">Open Source</dd>
<dd title="">Community Building</dd>
<dd title="">HTML</dd>
<dd title="">CSS</dd>
<dd title="">Linux</dd>
<dd title="">Vim</dd>
<dd title="">Git</dd>
<dd title="">Osx</dd>
<dd title="">SQL</dd>
<dd title="">Python</dd>
<dd title="">Windows</dd>
<dd title="">Bash</dd>
<dd title="">Mercurial</dd>
<dd title="">Social Media</dd>
<dd title="">Bugzilla</dd>
<dd title="">Wiki</dd>
</section>
<section id="experience">
<h1>Work Experience</h1>
<article>
<h1><a href="https://www.hackerrank.com" title="HackerRank">HackerRank</a> <span>Bengaluru/India</span></h1>
<h2>Technical Solutions Engineer</h2>
<time datetime="2016-07-12" class="start">May 2018</time>
<span class="end">Present</span>
<p>
Revolutionizing Tech Hiring.
</p>
</article>
<article>
<h1><a href="https://www.kayako.com" title="Kayako">Kayako</a> <span>Gurgaon/India</span></h1>
<h2>Customer Support Advocate</h2>
<time datetime="2016-07-12" class="start">July 2016</time>
<span class="end">April 2018</span>
<p>
Helping On Making A Productive Change On A Software That Help To Make Customer Experiences Better For Everyone.
</p>
</article>
<section id="experience">
<h1>Curricular Engagements</h1>
<article>
<h1><a href="https://www.mozilla.org/en-US/about/manifesto/" title="Mozilla Manifesto">Spreading the Mozilla Manifesto.</a> </h1>
<h2>(to make the web a better place)</h2>
<time datetime="2011-12" class="start">May 2011</time>
<span class="end">Present</span><br><br>
<ul>
<li>I've been a long time contributor to the Mozilla project started in 2011 on L10n and began volunteering on <a href="https://support.mozilla.org/user/Swarnava">Mozilla Support</a>.I'm here to help our contributors help our users.I focus mainly on the forum and social media support.I mentor new contributors to get started on <a href="https://support.mozilla.org/">SUMO</a> project.</li><br>
<li>I contribute to Firefox Desktop & Firefox for Android QA.</li><br>
<li>I love finding compatibility issues around the web, Contributor of <a href="https://webcompat.com">Webcompat</a> project where all web users, developers and browser vendors to get involved in the web compatibility effort. Our goal is to make it easy to report and view problems for any part of the web.</a></li><br>
<li>Serving on the Featured Add-ons Board for the past year and a two, helping to nominate and select add-ons that are featured on <a href="https://addons.mozilla.org">AMO</a> every month.</li><br>
<li><a href="https://reps.mozilla.org/u/Swarnava">Mozilla Reps</a> since May 2013, helps people with public speaking, as part of initiatives like Mozilla Tech Speakers.</li>
</ul>
</article>
<article>
<h1><a href="https://telegram.org/" title="Telegram">User Support & QA Volunteer at Telegram</a></h1>
<time datetime="2010-11" class="start">July 2015</time>
<span class="end">Present</span>
<ul>
<li>
I help Telegram Desktop, Osx & Android user. A cross platform messenger that serves 15 billion messages per day, & 3.5 million new users around the world are signing up on for the service every day.
</li>
</ul>
</article>
<article>
<h1><a href="https://kaspersky.com/" title="Kaspersky Lab">Beta Tester at Kaspersky Lab</a></h1>
<time datetime="2010-11" class="start">January 2010</time>
<span class="end">August 2015</span>
<ul>
<li>
Gold Beta Tester @ Kaspersky Lab
</li>
</ul>
</article>
</section>
<section id="education">
<h1>Education</h1>
<h2>West Bengal University of Technology</h2>
<p>Bachelor of Computer Application, 2013 - 2016</p>
<h2>Pre Graduation</h2>
<p>WBBSE & WBCHSE, 2005 - 2013</p>
</section>
<section id="hobbies">
<h1>Hobbies & Interests</h1>
<ul>
<li>Open Source Technologies</li>
<ul>
<li><b>Believes in making the web a better place. Loves talking about Open Source, Community Building in public events. Focuses on bringing contributors in Mozilla. Coordinates community evangelism activities for Mozilla in India, working closely with the Mozilla Support team at Mozilla. Volunteered as Quality Assurance and Support for the Mobilizers India team, the team that helped Mozilla bring Firefox OS to India.</b>
</ul>
<li>Travelling</li>
<ul>
<li><b>I enjoy travelling as I have a keen interest in other cultures and ways of life. Likes to spread awareness about the open web. Willing to travel if invited. Also, loves travelling for pleasure.</b></li>
</ul>
<li>Photography</li>
<ul>
<li><b>Loves taking a few shots on cameras ranging from Digital SLRs to Automatic Point-and-Shoots.</b></li>
</ul>
<li>Listening to Music</li>
</section>
<!-- Script for enabling media queries on IE5+ -->
<script src="css3-mediaqueries.js"></script>
</body>
</html>