-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
221 lines (220 loc) · 14 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132814732-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-132814732-1');
</script>
<title>Saurabh Agarwala - Intro</title>
<meta name="description" content="Saurabh Agarwala is a Senior student majoring in Information Technology at National Institute of Technology Karnataka (NITK), Surathkal. In this website, you will find Saurabh Agarwala's intro, education details and experiece of Saurabh Agarwala, projects and activities of Saurabh Agarwala and Saurabh Agarwala's Contact Info.">
<link rel="icon" href="icon.jpg" type="image/gif" size="16x16">
<link rel="canonical" href="https://saurabhagarwala.github.io" />
<link href="https://fonts.googleapis.com/css?family=Arvo|Tangerine" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="selfstyle.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="google-site-verification" content="_WPghZiddqBVAhX-NPxnJaI5nZEfHI43tr0RPHSPVAc" />
<!-- JSON-LD markup generated by Google Structured Data Markup Helper. -->
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "SoftwareApplication",
"name" : "Saurabh Agarwala",
"image" : "https://saurabhagarwala.github.io/myPhoto.jpg",
"url" : "https://saurabhagarwala.github.io/",
"datePublished" : "2018-08-18",
"publisher" : {
"@type" : "Organization",
"name" : "Saurabh Agarwala"
},
"applicationCategory" : "Portfolio Website",
"operatingSystem" : "All",
"requirements" : "Modern Browser with JS support"
}
</script>
</head>
<body class="bg">
<div class="container">
<header>
<div class="row">
<div class="col">
<h1 class="name"><a href="https://saurabhagarwala.github.io" style="text-decoration: none; color: #4d4d4d;">Saurabh Agarwala</a></h1>
</div>
</div>
<div class="row">
<div class="col-md-3">
<h3 class="occupation">Software Engineer</h3>
</div>
<nav class="navi col-md-9">
<div class="row">
<a class="col-md-2 current main_nav_button" id="intro_nav" href="">INTRO</a>
<a class="col-md-2 main_nav_button" href="projects.html">PROJECTS</a>
<a class="col-md-2 main_nav_button" href="activities.html">ACTIVITIES</a>
<a class="col-md-2 main_nav_button" href="contact.html">CONTACT ME</a>
</div>
</nav>
</div>
</header>
<div class="row">
<div class="col-md-5">
<img class="img-fluid img-responsive myPhoto" src="myPhoto.jpg" alt="My Photo">
</div>
<div class="col-md-7 main">
<div class="row">
<p id="hiThere">Hi There,</p>
</div>
<!-- <div class="row">
<p class="welcome">Welcome to my Portfolio Website</p>
</div> -->
<div class="row">
<p class="welcome_msg">I am Saurabh Agarwala. I have completed my <em>Bacherlors degree
in Information Technology</em> from <strong>National Institute
of Technology Karnataka (NITK), Surathkal in 2021.</strong> My primary interests lie in
the field of software development. I am enthusiastic to explore different domains of computer
science and a passionate participant of hackathons as well. I also enjoy leading and managing teams.
<!-- My featured projects in the <a href="projects.html"
style="color: black; text-decoration: underline; font-weight: 700;">Projects</a> section and a
list of my extra activities in the <a href="activities.html" style="color: black; text-decoration: underline;
font-weight: 700;">Activities</a> section. For any other queries you are free to
<a href="contact.html" style="color: black; text-decoration: underline; font-weight: 700;">
Contact Me</a> any time. -->
</p>
</div>
<div class="row in_nav">
<div class="col-sm-4"><a href="#education"><div class="circle" id="button_education">EDUCATION</div></a></div>
<div class="col-sm-4"><a href="#experience"><div class="circle last_buttons" id="button_experience">EXPERIENCE</div></a></div>
<div class="col-sm-4"><a href="#resume"><div class="circle last_buttons">RESUME</div></a></div>
</div>
<div id="jstriggered">
</div>
</div>
</div>
<div class="context">
<h2 class="context_title" id="education">Education</h2>
<p class="context_body">
<ul>
<li>August 2017 - April 2021: Completed Bachelors of Technology degree in Information Technology from National Institute of Technology Karnataka (NITK),
Surathkal.
</li>
</ul>
</p>
<h2 class="context_title" id="experience">Experience</h2>
<p class="context_body">
<ul>
<li class="experience_profile"><b>Oracle, India Development Centre</b> <span style="float: right;"><u>Hyderabad, India</u></span><br>
<i>Applications Engineer</i> <span style="float: right;"><u><i>July 2021 - Present</i></u></span>
<ul>
<li class="experience_item">Member of Workforce Structures, Human Capital Management Team.
</li>
<li class="experience_item">Developing and enhancing features of workforce structure components, primarily using Oracle ADF.
</li>
</ul>
</li>
<li class="experience_profile"><b>Major League Hacking</b> <span style="float: right;"><u>Remote</u></span><br>
<i>Summer Fellow</i> <span style="float: right;"><u><i>June 2020 - August 2020</i></u></span>
<ul>
<li class="experience_item">Amongst the 150 fellows selected from 20,000 applicants across
20+ countries for the <a href="http://fellowship.mlh.io/">MLH Fellowship</a> sponsored by <b>GitHub</b> and <b>Facebook</b>.
</li>
<li class="experience_item">Improved developer experience by implementing type definition tests for <b>Jest, an open-source project by Facebook.</b>
</li>
<li class="experience_item">Developed a generic <a href="https://github.com/MLH-Fellowship/jest-runner-tsd/">custom runner</a> which uses <a href="https://github.com/MLH-Fellowship/tsd">tsd</a> to execute type tests in node libraries.
</li>
</ul>
</li>
<li class="experience_profile"><b>VISA Inc.</b> <span style="float: right;"><u>Remote</u></span><br>
<i>Summer Intern</i> <span style="float: right;"><u><i>May 2020 - July 2020</i></u></span>
<ul>
<li class="experience_item">Developed an application using VISA APIs for instant money transfers to cardholders without direct access to ATM.</li>
<li class="experience_item">Wrote a white paper about a possible collaboration between payment banks and telecoms to make daily payments easier.</li>
</ul>
</li>
<li class="experience_profile"><b>Indian Institute of Technology (IIT) Bombay</b> <span style="float: right;"><u>Mumbai, India</u></span><br>
<i>Winter Intern</i> <span style="float: right;"><u><i>Dec 2019 - Jan 2020</i></u></span>
<ul>
<li class="experience_item">Improved the usability of a <b>free, open-source <a style="color: black; text-decoration-line: underline;" href="https://github.com/FOSSEE/Chemical-Simulator-GUI">tool</a></b> for chemical process simulation and modelling.
</li>
<li class="experience_item">Added eight major user interface components and functionalities using Python, Qt and OpenModelica.</b>
</li>
</ul>
</li>
<li class="experience_profile"><b>Binaize Labs</b> <span style="float: right;"><u>Bengaluru, India</u></span><br>
<i>AI Intern</i> <span style="float: right;"><u><i>May 2019 - July 2019</i></u></span>
<ul>
<li class="experience_item">Implemented time series models and attribute-based models for sales forecasting of a retail brand.
</li>
<li class="experience_item">Optimized the models to reduce training time and inference time.
</li>
</ul>
</li>
</ul>
</p>
<h2 class="context_title" id="resume">Resume</h2>
<p class="context_body">
For a copy of my resume, please <a href=contact.html>contact me</a>.
<!-- <a href="SaurabhAgarwala's_Resume.pdf" target="_blank"><i class="fa fa-file-text" aria-hidden="true" style="font-size: 30px;"></i></a><br> -->
</p>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="row">
<div class="col-md-2">
<br><i class="fa fa-phone icons" aria-hidden="true"><br></i>
</div>
<div class="col-md-10" id="phone">
<a style="color: white; text-decoration: none;"><p class="icontext"><strong>Phone:</strong><p style="margin-top: -5%;">+91 84158 59101 <i class="fa fa-whatsapp" aria-hidden="true"></i></p></p></a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="row">
<div class="col-md-2">
<br><i class="fa fa-envelope icons" aria-hidden="true"><br></i>
</div>
<div class="col-md-10">
<p class="icontext"><strong>Email:</strong><p style="margin-top: -5%;"><a href="mailto:[email protected]" style="color: white;">[email protected]</a></p></p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="row">
<div class="col-md-2">
<br><i class="fa fa-id-card icons" aria-hidden="true"><br></i>
</div>
<div class="col-md-10">
<p class="icontext"><strong>Connect With Me:</strong><br>
<a class="col" href="https://www.facebook.com/saur.agarwala/" target="_blank"><i class="fa fa-facebook icons_in"></i></a>
<a class="col" href="https://www.instagram.com/ag__saurabh/" target="_blank"><i class="fa fa-instagram icons_in"></i></a>
<a class="col" href="https://zoom.us/j/6416597940" target="_blank"><i class="fa fa-video-camera icons_in" aria-hidden="true"></i></a>
<a class="col" href="https://twitter.com/Ag__Saurabh/" target="_blank"><i class="fa fa-twitter icons_in"></i></a>
<a class="col" href="https://github.com/SaurabhAgarwala/" target="_blank"><i class="fa fa-github icons_in"></i></a>
<a class="col" href="https://www.linkedin.com/in/saurabh-agarwala/" target="_blank"><i class="fa fa-linkedin icons_in"></i></a>
</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="row">
<div class="col-md-2">
<br><i class="fa fa-copyright icons" aria-hidden="true"><br></i>
</div>
<div class="col-md-10">
<p class="icontext" id="last_updated">Last Updated on 17/11/2021<br>Coded with <i class="fa fa-heart" aria-hidden="true" style="color: red; font-size: 20px;"></i> by<br><strong>Saurabh Agarwala</strong></p>
</div>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>