-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
402 lines (340 loc) · 23.8 KB
/
index2.html
File metadata and controls
402 lines (340 loc) · 23.8 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
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
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rishab Luthra</title>
<link rel="stylesheet" href="css/bulma.css">
<link rel="stylesheet" href="css/custom.css">
<script defer src="https://use.fontawesome.com/releases/v5.1.0/js/all.js"></script>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/animate.css@3.5.2/animate.min.css">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#FF006E">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="app">
<section class="hero is-success is-fullheight" id="intro">
<div class="hero-head">
<div class="container">
<h1 class="title is-size-1 has-text-weight-light has-text-centered-mobile is-size-3-mobile" id="introtext" style="padding-top:5%;">
Hi, I'm Rishab Luthra
</h1>
<h2 class="subtitle is-4 has-text-justified has-text-weight-light is-size-5-mobile has-text-centered-mobile" id="introtext">
I am a Computer Science student at the University of Toronto.
</h2>
</div>
</div>
<div class="hero-body">
<div class="container has-text-centered">
<div class="tile is-ancestor">
<div class="tile">
<div class="tile is-child box">
<div class="level">
<div class="level-left">
<h1 class="title box-title" id="dark">
<strong>Software Engineer \ Osprey Security</strong>
</h1>
</div>
<div class="level-right">
<h1 class="subtitle" id="dark">
<strong id="dark">September 2017 - Present</strong>
</h1>
</div>
</div>
<p id="introduction has-text-justified ">
<ul class="has-text-weight-semibold">
<li>
Work part-time on the Endpoint Intelligence Platform on the Go backend and the AngularJS frontend.
</li>
<li>
Helping on the transition of the frontend from AngularJS to React.
</li>
<li>
Helped split main application into smaller microservices.
</li>
<li>
Developed a malicious URL classifier in Python that uses Logistic Regression to classify URLs visited in realtime that gets retrained with URLs that users visit.
</li>
<li>
Built REST services in Golang that leverage various system sources such as Powershell, Osquery and Firewall to provide clients with relevant security info and provides recommendations and the ability to act on that information.
</li>
</ul>
</p>
</div>
</div>
<div class="tile">
<!-- Add content or other tiles -->
</div>
<div class="tile">
</div>
</div>
</div>
</div>
<div class="hero-foot">
<div class="container has-text-centered" style="padding-bottom:3%;">
<a href="https://github.com/rishabluthra" target="_blank">
<i class="fab fa-github fa-4x introicon is-size-1-mobile"></i>
</a>
<a href="https://linkedin.com/in/rishabluthra" target="_blank">
<i class="fab fa-linkedin fa-4x introicon is-size-1-mobile"></i>
</a>
<a href="mailto:rishabjsluthra@gmail.com">
<i class="fas fa-envelope-square fa-4x introicon is-size-1-mobile"></i>
</a>
</div>
</div>
</section>
<section class="hero is-fullheight" id="experience">
<!-- Hero header: will stick at the top -->
<div class="hero-head">
<h1 class="has-text-centered title is-1 tope has-text-weight-bold" id="experience" style="color: #3A86FF; padding-top: 9%;">Experience</h1>
</div>
<!-- Hero content: will be in the middle -->
<div class="hero-body">
<div class="container" data-aos="zoom-in">
<div class="box content" id="first-content">
<div class="level">
<div class="level-left">
<h1 class="title box-title" id="dark">
<strong>Software Engineer \ Osprey Security</strong>
</h1>
</div>
<div class="level-right">
<h1 class="subtitle" id="dark">
<strong id="dark">September 2017 - Present</strong>
</h1>
</div>
</div>
<p id="introduction has-text-justified ">
<ul class="has-text-weight-semibold">
<li>
Work part-time on the Endpoint Intelligence Platform on the Go backend and the AngularJS frontend.
</li>
<li>
Helping on the transition of the frontend from AngularJS to React.
</li>
<li>
Helped split main application into smaller microservices.
</li>
<li>
Developed a malicious URL classifier in Python that uses Logistic Regression to classify URLs visited in realtime that gets retrained with URLs that users visit.
</li>
<li>
Built REST services in Golang that leverage various system sources such as Powershell, Osquery and Firewall to provide clients with relevant security info and provides recommendations and the ability to act on that information.
</li>
</ul>
</p>
</div>
<div class="box content" id="first-content">
<div class="level">
<div class="level-left">
<h1 class="title box-title" id="dark">
<strong>Intern \ Osprey Security</strong>
</h1>
</div>
<div class="level-right">
<h1 class="subtitle" >
<strong id="dark">April 2016 - August 2017</strong>
</h1>
</div>
</div>
<p id="introduction has-text-justified">
<ul class="has-text-weight-semibold">
<li>
Worked on the Endpoint Intelligence Platform on the Go backend and the AngularJS frontend.
</li>
<li>
Built a custom file browser similar to Windows Explorer that identified if files were sensitive, showed file hashes and gave the ability to get the files scanned on virus databases.
</li>
<li>
Built a module where the user could build custom queries to get information from various system sources such as Powershell, Osquery and information collected from other modules.
</li>
<li>
Integrated Osquery as a data source for the platform.
</li>
</ul>
</p>
</div>
</div>
</div>
<!-- Hero footer: will stick at the bottom -->
<div class="hero-foot">
<a data href="#skills">
<h1 class="has-text-centered title is-3">
<i class="fa fa-angle-down fa-2x arrow animated infinite slideInDown" aria-hidden="true" style="animation-duration: 1.5s; color: #3A86FF"></i>
</h1>
</a>
</div>
</section>
<section class="hero wew is-fullheight">
<!-- Hero header: will stick at the top -->
<div class="hero-head">
<h1 class="has-text-centered title is-1 tope has-text-weight-bold" id="skills" style="color: #8338EC; padding-top: 9%;">Skills</h1>
</div>
<!-- Hero content: will be in the middle -->
<div class="hero-body" data-aos="zoom-in" data-aos-duration="600">
<div class="container has-text-centered">
<div class="tile ">
<div class="tile is-4 is-vertical is-parent">
<div class="tile is-child box is-ancestor is-vertical-center is-horizontal-center skill">
<p class="title box-title skill">Go</p>
</div>
<div class="tile is-child box is-vertical-center is-horizontal-center skill">
<p class="title box-title skill">Ruby</p>
</div>
<div class="tile is-child box is-vertical-center is-horizontal-center skill">
<p class="title box-title skill">Scikit / Tensorflow</p>
</div>
</div>
<div class="tile is-4 is-vertical is-parent">
<div class="tile is-child box is-vertical-center is-horizontal-center skill">
<p class="title box-title skill">Python</p>
</div>
<div class="tile is-child box is-vertical-center is-horizontal-center skill">
<p class="title box-title skill">React / Vue / AngularJS</p>
</div>
<div class="tile is-child box is-vertical-center is-horizontal-center skill">
<p class="title box-title skill">React Native</p>
</div>
</div>
<div class="tile is-4 is-vertical is-parent">
<div class="tile is-child box is-vertical-center is-horizontal-center skill">
<p class="title box-title skill">Node.JS</p>
</div>
<div class="tile is-child box is-vertical-center is-horizontal-center skill">
<p class="title box-title skill">HTML / CSS</p>
</div>
<div class="tile is-child box is-vertical-center is-horizontal-center skill">
<p class="title box-title skill">MongoDB / SQL</p>
</div>
</div>
</div>
</div>
</div>
<!-- Hero footer: will stick at the bottom -->
<div class="hero-foot">
<a href="#projects">
<h1 class="has-text-centered title is-3">
<i class="fa fa-angle-down fa-2x arrow animated infinite slideInDown" aria-hidden="true" style="animation-duration: 1.5s; color: #8338EC"></i>
</h1>
</a>
</div>
</section>
<section class="hero wew is-fullheight">
<!-- Hero header: will stick at the top -->
<div class="hero-head">
<h1 class="has-text-centered title is-1 tope has-text-weight-bold" id="projects" style="color: #FF006E; padding-top: 9%;">Featured Projects</h1>
</div>
<!-- Hero content: will be in the middle -->
<div class="hero-body" data-aos="zoom-in" data-aos-duration="600">
<div class="container has-text-centered">
<div class="tile ">
<div class="tile is-6 is-vertical is-parent content">
<div class="tile is-child box is-ancestor project">
<p class="title box-title project">Image Classifier</p>
<ul class="has-text-weight-semibold has-text-left">
<li>
Built a convolutional neural network that classifies how funny an image was in Tensorflow.
</li>
<li>
Built a Flask server to consume the neural network and built a Vue app for the UI.
</li>
<li>
Achieved 97% training accuracy and 67% validation accuracy with 5 categories and 5000 images.
</li>
</ul>
<a href="https://github.com/rishabluthra/Image-Classifier" target="_blank">
<i class="fab fa-github fa-4x is-size-1-mobile" style="color:#ffffff"></i>
</a>
</div>
</div>
<div class="tile is-6 is-vertical is-parent content">
<div class="tile is-child box is-ancestor project">
<p class="title box-title project">Sticks and Stones</p>
<ul class="has-text-weight-semibold has-text-left">
<li>
Built an anonymous social sharing app that shows messages by other users in a 8 km radius.
</li>
<li>
Used React Native to build the app and used Firebase as a backend and database.
</li>
<li>
Used the Geolocation API to determine which messages would appear.
</li>
<li>
Launched on Google Play Store
</li>
</ul>
<a href="https://play.google.com/store/apps/details?id=com.sticksstones" target="_blank">
<i class="fab fa-google-play fa-4x is-size-1-mobile" style="color:#ffffff; margin-right:10px;"></i>
</a>
<a href="https://github.com/rishabluthra/SticksStones" target="_blank">
<i class="fab fa-github fa-4x is-size-1-mobile" style="color:#ffffff"></i>
</a>
</div>
</div>
<div class="tile is-0 is-vertical is-parent">
</div>
</div>
</div>
</div>
<!-- Hero footer: will stick at the bottom -->
<div class="hero-foot">
<a href="#contact">
<h1 class="has-text-centered title is-3">
<i class="fa fa-angle-down fa-2x arrow animated infinite slideInDown" aria-hidden="true" style="animation-duration: 1.5s; color: #FF006E"></i>
</h1>
</a>
</div>
</section>
<section class="hero is-fullheight blue" id="contact">
<!-- Hero header: will stick at the top -->
<div class="hero-head">
<h1 class="has-text-centered title is-1 tope has-text-weight-bold" id="contact" style="color: #FB5607; padding-top: 9%;">Contact Me</h1>
</div>
<!-- Hero content: will be in the middle -->
<div class="hero-body">
<div class="container has-text-centered" data-aos="zoom-in">
<a href="https://github.com/rishabluthra" target="_blank">
<i class="fab fa-github-square fa-8x" style="color: #FB5607; margin-right: 10px;"></i>
</a>
<a href="https://linkedin.com/in/rishabluthra" target="_blank">
<i class="fab fa-linkedin fa-8x " style="color: #FB5607; margin-right: 10px;"></i>
</a>
<a href="mailto:rishabjsluthra@gmail.com">
<i class="fas fa-envelope-square fa-8x " style="color: #FB5607; margin-right: 10px;"></i>
</a>
<h1 class="title is-2 has-text-weight-bold" style="color: #FB5607; padding-top: 3%">
<a style="color: #FB5607;" href="https://drive.google.com/open?id=1iqW05vL1Az30wsvgJ7TucO5227yHwka5" target="_blank">
View Resume
</a>
</h1>
</div>
</div>
<!-- Hero footer: will stick at the bottom -->
<div class="hero-foot">
<a href="#intro">
<h1 class="has-text-centered title is-3">
<i class="fa fa-angle-up fa-2x arrow animated infinite slideOutUp" aria-hidden="true" style="animation-duration: 1.5s ; color: #FB5607;"></i>
</h1>
</a>
</div>
</section>
</div>
<script src="https://cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/smooth-scroll@14/dist/smooth-scroll.polyfills.min.js"></script>
</body>
<script>
if (document.querySelector('#app')) {
AOS.init();
var scroll = new SmoothScroll('a[href*="#"]');
}
</script>
</html>