-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
324 lines (320 loc) · 15.5 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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124589727-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-124589727-1');
</script>
<meta charset="utf-8">
<title>Gaurav Umrani - Personal Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Gaurav Umrani">
<meta name="description" content="Something about myself">
<meta name="keywords" content="Gaurav, Umrani, Developer, Backend Developer">
<!-- Styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<link href="css/fontello.css" rel="stylesheet">
<!-- Google Web Fonts -->
<link href='https://fonts.googleapis.com/css?family=Quattrocento:400,700' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Patua+One' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet'>
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon.ico">
</head>
<body>
<div class="headwrap">
<header class="clearfix">
<div class="container">
<div class="row">
<div class="col-sm-12">
<img src="img/gauravumrani.jpeg" class="img-circle text-center picture" alt="Sahil Dua">
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h1 class="text-center">
<span>Gaurav Umrani</span>
</h1>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h2 class="text-center">Be undeniably good</h2>
</div>
</div>
<!-- row end -->
</div>
<!-- container end -->
<div class="container">
<div class="row">
<div class="col-sm-12">
<ul class="icon">
<li>
<a href="https://medium.com/@gauravumrani" target="_blank">
<img src="img/icons/medium.png" alt="Medium profile link">
</a>
</li>
<li>
<a href="https://www.quora.com/profile/Gaurav-Umrani" target="_blank">
<img src="img/icons/quora.png" alt="Quora profile link">
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/gauravumrani" target="_blank">
<img src="img/icons/linkedin.png" alt="LinkedIN profile link">
</a>
</li>
<li>
<a href="https://www.github.com/gauravumrani" target="_blank">
<img src="img/icons/github.png" alt="GitHub profile link">
</a>
</li>
<li>
<a href="mailto:[email protected]" target="_blank">
<img src="img/icons/mail.png" alt="Mail">
</a>
</li>
<li>
<a href="https://www.instagram.com/gauravumrani" target="_blank">
<img src="img/icons/Instagram.png" alt="Instagram">
</a>
</li>
<li>
<a href="https://drive.google.com/file/d/152nrZfltUCmjQAFExEM4tFWfn761zmAL/view?usp=sharing" target="_blank">
<img src="https://www.pinclipart.com/picdir/big/196-1967608_cv-png-resume-icon-clipart.png" alt="Resume">
</a>
</li>
</ul>
</div>
<!--- col end -->
</div>
<!-- row end -->
</div>
<!-- container end -->
</header>
</div>
<div class="scrollback" id="about">
<section class="feature">
<div class="container">
<div class="row">
<div class="col-sm-12">
<article>
<p>I'm currently living in Jaipur, India and working as a Software Engineer for
<a class="yellow" href="http://www.jalantechnologies.com/" target="_blank">JTC</a>. I spend my time watching movies/ web-series, travelling and writing code. I also
write about tech</p>
<p>I also have a strong interest in the
<b class="yellow"> startup culture</b> and
<b class="yellow"> product development</b>.</p>
<p>When developing software, I tend to think about practicality, user experience, software development
principles and business viability. The most important thing is that
<b class="yellow">we'll do it together!</b>
</p>
</article>
</div>
</div>
<!-- row end -->
</div>
<!-- container end -->
</section>
</div>
<section class="portfolio single-page scrollback">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="align">
<i class="icon-desktop-circled"></i>
</div>
<h1 id="folio-headline">My Posts</h1>
</div>
</div>
<!-- row end -->
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="post-title">
<a href="https://medium.com/@gauravumrani/deploy-nodejs-apps-to-digitalocean-77315b33527c" target="_blank">Deploy NodeJS apps to DigitalOcean 🐟 🐠</a>
<span class="subtitle">27 Aug 2020</span>
</div>
<div class="post-title">
<a href="https://codeburst.io/things-to-consider-before-starting-react-project-1cfd86c0bab2" target="_blank">Things to consider before starting React Project</a>
<span class="subtitle">28 Sep 2019</span>
</div>
<div class="post-title">
<a href="https://medium.com/@gauravumrani/config-module-cleaner-way-to-write-nodejs-configuration-files-cd96ecffbde7" target="_blank">Config Module- Cleaner way to write NodeJS configuration files</a>
<span class="subtitle">16 Feb 2019</span>
</div>
<div class="post-title">
<a href="https://medium.com/@gauravumrani/logging-in-nodejs-using-papertrail-47ed7d888457" target="_blank">Logging in NodeJS using Papertrail</a>
<span class="subtitle">14 August 2018</span>
</div>
<div class="post-title">
<a href="https://medium.com/@gauravumrani/sort-by-distance-in-mongodb-5e1a667c0c54" target="_blank">“Sort by Distance” in MongoDB</a>
<span class="subtitle">9 June 2018</span>
</div>
</div>
</div>
</div>
</section>
<section class="portfolio single-page scrollback grey">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="align">
<i class="icon-group-circled"></i>
</div>
<h1 id="folio-headline">I've worked/studied at these places...</h1>
</div>
</div>
<!-- row end -->
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="mask2">
<a href="http://www.jalantechnologies.com/" target="_blank">
<img src="img/jtc.png" alt="Ng-GIF Screenshot">
</a>
</div>
<div class="inside">
<h2>Jalan Technology Consulting (JTC)</h2>
<h3>Jul 18 - Present</h3>
<div class="entry-content">
<p>My current adventure involves creating web/mobile applications for our clients, Applications
are built using latest technlogies such as Angular, NodeJS, ReactJS, ExpressJS, MongoDB,
AWS etc
</p>
</div>
</div>
</div>
<!-- col end -->
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="mask2">
<a href="https://adecity.com" target="_blank">
<img src="img/okhlee.jpg" alt="Okhlee">
</a>
</div>
<div class="inside">
<h2>Okhlee (Adecity)</h2>
<h3>Mar 17 - Jun 18</h3>
<div class="entry-content">
<p>I was among the core team of Okhlee. I created the Adecity from scratch along with other team
mates, I was responsible for full stack development there. We used technlogies such as Angular,
NodeJS, MongoDB, AWS etc</p>
</div>
</div>
</div>
<!-- col end -->
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="mask2">
<a href="https://www.intecons.com/" target="_blank">
<img src="img/intecons.jpg" alt="Intecons software lab">
</a>
</div>
<div class="inside">
<h2>Intecons Software Lab</h2>
<h3>Jun-Nov 16</h3>
<div class="entry-content">
<p>I worked as a web development intern there. I worked on 4+ projects & integrated
<b>External Web APIs</b> with their projects. I worked on technlogies such as JavaScript, PHP, MySql,
jQuery, HTML/CSS etc</p>
</div>
</div>
</div>
<!-- col end -->
</div>
<!-- row end -->
</div>
<!-- container end -->
</section>
<section class="portfolio single-page scrollback">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="align">
<i class="icon-desktop-circled"></i>
</div>
<h1 id="folio-headline">My Projects</h1>
</div>
</div>
<!-- row end -->
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="mask2">
<a href="https://ng-gif.herokuapp.com" target="_blank">
<img src="img/nggif.png" alt="Ng-GIF Screenshot">
</a>
</div>
<div class="inside">
<h2>NG-GIF</h2>
<div class="entry-content">
<p>NG-GIF is an Angular application which helps to search GIFs, powered by
<b>TENOR API</b>
</p>
</div>
</div>
</div>
<!-- col end -->
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="mask2">
<a href="https://github.com/gauravumrani/Lectask/" target="_blank">
<img src="https://camo.githubusercontent.com/95a6d21557da7d7f0938925e6112c8fc274841a0/68747470733a2f2f692e6962622e636f2f713762346a684d2f53637265656e73686f742d323031392d31302d31372d61742d31302d33362d34372d504d2e706e67" alt="Lectask">
</a>
</div>
<div class="inside">
<h2>Lectask</h2>
<div class="entry-content">
<p>
Task management application which lets you to organise your tasks.
<a href="https://lectask.netlify.com/">https://lectask.netlify.com/</a>
</p>
</div>
</div>
</div>
<!-- col end -->
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="mask2">
<a href="https://gauravumrani.github.io/multipleInput/" target="_blank">
<img src="img/multi.png" alt="Multiple input jQuery plugin">
</a>
</div>
<div class="inside">
<h2>Multiple Input Jquery Plugin</h2>
<div class="entry-content">
<p>A jQuery multiple input plugin. It adds multiple text fields to document. for example- you want
to add hobbies of user.so user can add any number of hobbies with multiple input boxes</p>
</div>
</div>
</div>
<!-- col end -->
<div class="col-sm-12 col-md-6 col-lg-4">
<div class="mask2">
<a href="https://github.com/gauravumrani/jirafe" target="_blank">
<img src="img/jirafe.png" alt="Jirafe - Chrome extension">
</a>
</div>
<div class="inside">
<h2>Jirafe - Chrome extension</h2>
<div class="entry-content">
<p>Chrome extension to create a jira branch name of a feature</p>
</div>
</div>
</div>
<!-- col end -->
</div>
<!-- row end -->
</div>
<!-- container end -->
</section>
<footer class="container">
<div class="row">
<div class="col-sm-12">
<span>Copyrights ©
<a href="/" target="_blank">Gaurav Umrani</a> 2018 | Made with
<span id="heart">♥</span> in India </span>
</div>
</div>
</footer>
</body>
</html>