-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
434 lines (393 loc) · 15.1 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
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
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Anirudh Dutt</title>
<link href="favicon.png" rel="icon" />
<link href="https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700" rel="stylesheet" />
<link href="css/font-awesome.min.css" rel="stylesheet" />
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/owl.carousel.css" rel="stylesheet" /><!-- Style CSS -->
<link href="css/style.css" rel="stylesheet" />
</head>
<body>
<div id="main-wrapper">
<!-- Page Preloader -->
<div id="preloader">
<div id="status">
<div class="status-mes"></div>
</div>
</div>
<header class="header">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="profile-img">
<img src="img/img-profile.jpg" class="img-responsive" alt="" />
<div class="resume">
<a href="/docs/RESUME.pdf">
<i class="fa fa-solid fa-file 10x"></i>
<span class="resume-item">Resume</span>
</a>
</div>
</div>
<!-- Profile Image -->
</div>
<div class="col-md-9">
<div class="name-wrapper">
<h1 class="name">Anirudh Dutt</h1>
<span>CS Graduate Student at USC</span><br>
<small>Los Angeles, CA</small>
</div>
<div class="about-me">
<h2>About me</h2>
</div>
<hr>
<p>
Hello! I am a software engineer whose primary interest lies in building full scale applications. I have professional experience with building full stack mobile and web applications using
Angular and MongoDB/ Firebase. My team and I to met client requirements in a timely and efficient manner and we successfully
delivered our products to various clients in Europe.<br>
Apart from that, I have an avid interest machine learning and deep learning as
most of my academic projects were in that domain.
</p>
<div class="row">
<div class="col-md-3">
<div class="personal-details">
<small>DATE OF BIRTH</small>
<strong>May 27, 1999</strong>
</div>
</div>
<div class="col-md-3">
<div class="personal-details">
<small>NATIONALITY</small>
<strong>INDIAN</strong>
</div>
</div>
<div class="col-md-6">
<div class="personal-details">
<small>LANGUAGES</small>
<strong>ENGLISH, GERMAN
<span>( A1)</span>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- .header-->
<hr>
<section class="section-education section-wrapper">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="section-title">
<h2>Education</h2>
</div>
</div>
<div class="col-md-9">
<div class="row">
<div class="col-md-12">
<div class="content-item-uni">
<h3 class="university">University of Southern California</h3>
<h4>M.S in Computer Science</h4>
<small class="date">2022 - 2024</small><br>
<small class="location">Los Angeles, California</small>
</div>
<!-- .experience-item -->
<div class="content-item-uni">
<h3 class="university">
MS Ramaiah Institute of Technology
</h3>
<h4>B.E Information Science and Engineering </h4>
<small class="date">2017 - 2021</small><br>
<small class="location">Bangalore, India</small>
</div>
<!-- .experience-item -->
</div>
</div>
<!--.row-->
</div>
</div>
<!--.row-->
</div>
<!-- .container -->
</section>
<!-- .section-education -->
<hr>
<section class="expertise-wrapper section-wrapper">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="section-title">
<h2>My Specialities</h2>
</div>
</div>
<div class="col-md-9">
<div class="row">
<div class="col-md-6">
<div class="expertise-item">
<h3>Deep Learning with Tensorflow</h3>
</div>
</div>
<div class="col-md-6">
<div class="expertise-item">
<h3>Mobile application Development with Flutter</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="expertise-item">
<h3>MEAN stack development</h3>
</div>
</div>
</div>
</div>
</div>
<!-- .row -->
</div>
</section>
<!-- .expertise-wrapper -->
<hr>
<section class="section-wrapper section-experience">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="section-title">
<h2>Work Experience</h2>
</div>
</div>
<div class="col-md-9">
<div class="row">
<div class="col-md-6">
<div class="content-item">
<h2 class="company">USC Marshall School of Business</h2>
<small class="date">2022 September - Present</small><br>
<small class="location">Los Angeles, CA</small><br>
<h3>Instructional Assistant</h3>
<h4>
Instructional Assistant for Professor Stephen J. Lind's Communication Management class
</h4>
</div>
<!-- .experience-item -->
</div>
<div class="col-md-6">
<div class="content-item">
<h2 class="company">BitMango Pvt Ltd.</h2>
<small class="date">2021 March - 2021 August</small><br>
<small class="location">Bangalore, India</small><br>
<h3>Software Developer</h3>
<h4>
Worked on full stack web development using MEAN and mobile
integration
</h4>
</div>
<!-- .experience-item -->
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="content-item">
<h2 class="company">Lemon Companies</h2>
<small class="date">2020 September - 2021 February</small><br>
<small class="location">Antwerp, Belgium</small><br>
<h3>Software Engineering Intern <span class="remote">(remote)</span></h3>
<h4> Part of the mobile app development team</h4>
</div>
<!-- .experience-item -->
</div>
<div class="col-md-6">
<div class="content-item">
<h2 class="company">Sanjeevini Clinic</h2>
<small class="date">2020 May - 2020 June</small><br>
<small class="location">Bangalore, India</small><br>
<h3>Web Developer</h3>
<h4>
Built a wesbite for a private business using Node JS and Express JS
</h4>
</div>
<!-- .experience-item -->
</div>
</div>
</div>
<!--.row-->
</div>
</div>
<!-- .container -->
</section>
<!-- .section-experience -->
<hr>
<section class="section-wrapper projects-section">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="section-title">
<h2>Projects</h2>
</div>
</div>
<div class="col-md-8">
<div class="row">
<div class="col-md-4 col-sm-4">
<a class="portfolio-item" href="https://github.com/Pandani07/Final-Project">
<div class="portfolio-thumb">
<img src="img/stocks.jpeg" alt="" />
</div>
<div class="portfolio-info">
<h3>
Stock Trend detection and Prediction using Ensemble
methods and LSTMs
</h3>
</div>
<!-- portfolio-info -->
</a>
<!-- .portfolio-item -->
</div>
<div class="col-md-4 col-sm-4">
<a class="portfolio-item" href="https://github.com/Pandani07/Mini-Project">
<div class="portfolio-thumb">
<img src="img/miniproj.png" alt="" />
</div>
<div class="portfolio-info">
<h3>Healthcare Companion</h3>
</div>
<!-- portfolio-info -->
</a>
<!-- .portfolio-item -->
</div>
<div class="col-md-4 col-sm-4">
<a class="portfolio-item" href="https://github.com/Pandani07/JavaProject_BookCatalogue">
<div class="portfolio-thumb">
<img src="img/bookcat.jpeg" alt="" />
</div>
<div class="portfolio-info">
<h3>Book Catalogue</h3>
</div>
<!-- portfolio-info -->
</a>
<!-- .portfolio-item -->
</div>
<div class="col-md-4 col-sm-4">
<a class="portfolio-item" href="https://github.com/Pandani07/Diabetes-Detection">
<div class="portfolio-thumb">
<img src="img/diabetes.png" alt="" />
</div>
<div class="portfolio-info">
<h3>Diabetes Detection</h3>
</div>
<!-- portfolio-info -->
</a>
<!-- .portfolio-item -->
</div>
<div class="col-md-4 col-sm-4">
<a class="portfolio-item" href="Scribble.jar" download>
<div class="portfolio-thumb">
<img src="img/scribble.png" alt="" />
</div>
<div class="portfolio-info">
<h3>Scribble</h3>
</div>
<!-- portfolio-info -->
</a>
<!-- .portfolio-item -->
</div>
</div>
</div>
</div>
<!-- /.row -->
</div>
</section>
<!-- .portfolio -->
<hr>
<section class="section-contact section-wrapper">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="section-title">
<h2>Contact</h2>
</div>
</div>
<div class="col-md-9">
<div class="row">
<div class="col-md-3">
<address>
<strong>Mobile Number</strong><br />
<span class="mobilenumber">(+1) 213 992 1735</span>
</address>
</div>
<div class="col-md-3">
<address>
<strong>Personal Email</strong><br />
<a href="mailto:#" class="mailaddress">[email protected]</a>
</address>
</div>
<div class="col-md-3">
<address>
<strong>Work email</strong><br />
<a href="mailto:#" class="mailaddress">[email protected]</a>
</address>
</div>
</div>
<!--.row-->
</div>
</div>
<!--.row-->
</div>
<!--.container-fluid-->
</section>
<!--.section-contact-->
<footer class="footer">
<center>
<ul class="social-icon">
<li>
<a href="https://www.facebook.com/anirudh.dutt.1"><i class="fa fa-facebook" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://twitter.com/AnirudhDutt4"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/anirudh-d-a489a589/"><i class="fa fa-linkedin"
aria-hidden="true"></i></a>
</li>
<li>
<a href="https://github.com/Pandani07">
<i class="fa fa-github" aria-hidden="true"></i></a>
</li>
<li>
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa fa-arrow-up"></i></button>
</li>
</ul>
</center>
</footer>
<!-- .footer -->
</div>
<!-- #main-wrapper -->
<script>
mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () { scrollFunction() };
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the buxtton, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0; // For Safari
document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}
</script>
<!-- jquery -->
<script src="js/jquery-2.1.4.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!--owl carousal-->
<script src="js/owl.carousel.min.js"></script>
<!--theme script-->
<script src="js/scripts.js"></script>
</body>
</html>