-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
360 lines (299 loc) · 20.4 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
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
<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/[email protected]/animate.min.css">
<link href="https://unpkg.com/[email protected]/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-body">
<div class="container" data-aos="zoom-in">
<h1 class="title is-2 has-text-justified has-text-weight-light" id="introtext">
Hi, I'm
</h1>
<h1 class="title has-text-centered big is-size-1-mobile has-text-weight-bold" id="introtext">
Rishab Luthra
</h1>
<h2 class="subtitle is-4 has-text-centered has-text-weight-light" id="introtext">
I am a Computer Science student at the University of Toronto.
</h2>
<div class="container has-text-centered">
<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:[email protected]">
<i class="fas fa-envelope-square fa-4x introicon is-size-1-mobile"></i>
</a>
</div>
</div>
</div>
<div class="hero-foot">
<a href="#experience">
<h1 class="has-text-centered title is-3">
<i class="fa fa-angle-down fa-2x arrow down" aria-hidden="true" ></i>
</h1>
</a>
</div>
</section>
<section class="hero is-fullheight" id="experience">
<!-- Hero header: will stick at the top -->
<div class="hero-head">
</div>
<!-- Hero content: will be in the middle -->
<div class="hero-body">
<div class="container" data-aos="zoom-in">
<h1 class="has-text-centered title is-1 tope has-text-weight-bold" id="experience" style="color: #3A86FF">Experience</h1>
<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 - November 2018</strong>
</h1>
</div>
</div>
<p id="introduction has-text-justified ">
<ul class="has-text-weight-semibold">
<li>
Worked on the Endpoint Intelligence Platform, a security platform that protects customer endpoints with detec- tion for vulnerabilities, patches, viruses and provides system data analysis.
</li>
<li>
Overhauled components of the main platform into smaller microservices for increased optimization.
</li>
<li>
Assisted in the overhaul of the user interface from the legacy AngularJS frontend to a modern React frontend.
</li>
<li>
Developed a malicious URL classifier that retrains itself in realtime, achieving 96% accuracy with a Logistic Regression model in Python.
</li>
<li>
Implemented REST services in Go that leverage system sources such as Powershell, Osquery and the Firewall to
provide clients with relevant security data and recommendations along with the ability to act on that data.
</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>
Developed a custom file browser similar to Windows Explorer that identified if files were sensitive, showed file hashes and provided the ability to get the files scanned on virus databases.
</li>
<li>
Optimized the file browser to work on a more ad-hoc basis, increasing the speed of the browser by 500%.
</li>
<li>
Built a module where users could build custom queries to retrieve data from various system sources such as Powershell, Osquery and information collected from other security modules on 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" id="skills">
<!-- Hero header: will stick at the top -->
<div class="hero-head">
</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">
<h1 class="has-text-centered title is-1 tope has-text-weight-bold" style="color: #8338EC">Skills</h1>
<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" id="projects">
<!-- Hero header: will stick at the top -->
<div class="hero-head">
</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">
<h1 class="has-text-centered title is-1 tope has-text-weight-bold" style="color: #FF006E">Featured Projects</h1>
<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">
</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:[email protected]">
<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/[email protected]/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>