-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.txt
451 lines (418 loc) · 24.5 KB
/
index.txt
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
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Devcrud">
<title>Ruchita Patil | Portfolio Website</title>
<!-- font icons -->
<link rel="stylesheet" href="assets/vendors/themify-icons/css/themify-icons.css">
<link rel="stylesheet" href="assets/css/ruchita.css">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">
<header class="header">
<div class="container">
<ul class="social-icons pt-4">
<li class="social-item"><a class="social-link text-dark" href="https://www.linkedin.com/in/ruchspatil"><i class="ti-linkedin" aria-hidden="true" style="color:#FFFFFF;"></i></a></li>
<li class="social-item"><a class="social-link text-dark" href="https://github.com/ruchspatil"><i class="ti-github" aria-hidden="true" style="color:#FFFFFF;"></i></a></li>
<li class="social-item"><a class="social-link text-dark" href="https://ruchspatil.github.io/"><i class="ti-google" aria-hidden="true" style="color:#FFFFFF;"></i></a></li>
<li class="social-item"><a class="social-link text-light" href="#"><i class="ti-facebook" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-light" href="#"><i class="ti-twitter" aria-hidden="true"></i></a></li>
</ul>
<div class="header-content">
<h4 class="header-subtitle" >Hello, I am</h4>
<h1 class="header-title">Ruchita Patil</h1>
<h6 class="header-mono" >Data Engineer | Analyst</h6>
</div>
</div>
</header>
<nav class="navbar sticky-top navbar-expand-lg navbar-light bg-white" data-spy="affix" data-offset-top="510">
<div class="container">
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse mt-sm-20 navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a href="#home" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#resume" class="nav-link">Resume</a>
</li>
</ul>
<ul class="navbar-nav brand">
<img src="assets/imgs/Mypic.png" alt="" class="brand-img">
<li class="brand-txt">
<h5 class="brand-title">Ruchita Patil</h5>
<div class="brand-subtitle">Data Engineer | Analyst</div>
</li>
</ul>
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="#portfolio" class="nav-link">Portfolio</a>
</li>
<li class="nav-item">
<a href="#publication" class="nav-link">Publication</a>
</li>
<li class="nav-item last-item">
<a href="#contact" class="nav-link">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid">
<div id="about" class="row about-section">
<div class="col-lg-4 about-card">
<h3>Summ<span style="color:#1759e8;">ary</span></h3>
<span class="line mb-5"></span>
<h5 class="mb-3">Data Engineer | Analyst</h5>
<p class="mt-20" align="justify">Final year student with a Bachelor (B.Tech) degree in Data science engineering, bringing statistical and predictive analytics expertise and ability to work within a range of data environments. Looking to apply practical data science experience in a junior data engineer role for Query Technology Solutions. Proven ability to increase data extraction efficiency and accuracy, with strong skills in research and programming methodologies.</p>
</div>
<div class="col-lg-4 about-card">
<h3>Personal <span style="color:#1759e8;">Info</span></h3>
<span class="line mb-5"></span>
<div class="row mb-2">
<div class="col-1 pt-1 mr-1">
<i class="ti-envelope icon-md"></i>
</div>
<div class="col-10">
<h8 class="d-inline">Email :<br> <span class="text-muted">[email protected]</span></h8>
</div>
</div>
<div class="row mb-2">
<div class="col-1 pt-1 mr-1">
<i class="ti-map-alt icon-md"></i>
</div>
<div class="col-10">
<h8 class="d-inline">Address :<br> <span class="text-muted">Jalgaon, Maharashtra</span></h8>
</div>
</div>
<ul class="social-icons pt-4">
<li class="social-item"><a class="social-link text-dark" href="https://www.linkedin.com/in/ruchspatil"><i class="ti-linkedin" aria-hidden="true" style="color:#1759e8;"></i></a></li>
<li class="social-item"><a class="social-link text-dark" href="https://github.com/ruchspatil"><i class="ti-github" aria-hidden="true" style="color:#1759e8;"></i></a></li>
<li class="social-item"><a class="social-link text-dark" href="https://ruchspatil.github.io/"><i class="ti-google" aria-hidden="true" style="color:#1759e8;"></i></a></li>
<li class="social-item"><a class="social-link text-light" href="#"><i class="ti-facebook" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-light" href="#"><i class="ti-twitter" aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="col-lg-4 about-card">
<h3>My Exper<span style="color:#1759e8;">tise</span></h3>
<span class="line mb-5"></span>
<div class="row">
<div class="col-1 text-danger pt-1"><i class="ti-stats-up icon-lg"></i></div>
<div class="col-10 ml-auto mr-3">
<h6>Data or Business Analytics</h6>
<p>Process of examining data sets in order to find trends and draw conclusions about the information.</p>
<hr>
</div>
</div>
<div class="row">
<div class="col-1 text-danger pt-1"><i class="ti-paint-bucket icon-lg"></i></div>
<div class="col-10 ml-auto mr-3">
<h6>Visualization of data insights</h6>
<p>Visual representation of data is easier to comprehend.</p>
<hr>
</div>
</div>
<div class="row">
<div class="col-1 text-danger pt-1"><i class="ti-widget icon-lg"></i></div>
<div class="col-10 ml-auto mr-3">
<h6>Database design & Management</h6>
<p>Determines the efficiency and effectiveness of a database in storing and retrieving data.</p>
<hr>
</div>
</div>
</div>
</div>
</div>
<!--Resume Section-->
<section class="section" id="resume">
<div class="container">
<h2><span class="mb-5">My </span>Resume</h2>
<div class="row">
<div class="col-md-6 col-lg-4">
<div class="card">
<div class="card-header">
<div class="mt-2">
<h4 class="mt-2">Experience</h4>
<span class="line mb-5"></span>
</div>
</div>
<div class="card-body">
<h6 class="title text-danger">Jul 2023 - Present</h6>
<p>PYTHON DEVELOPER INTERN</p>
<P class="subtitle">(Maxgen Technologies, Pune)</P>
<hr>
<h6 class="title text-danger">Jul 2023 - Present</h6>
<p>DATA ANALYTICS INTERN</p>
<P class="subtitle">(Cloud Counselage Pvt. Ltd.)</p>
<hr>
<h6 class="title text-danger">Jun 2023 - Jul 2023</h6>
<p>DATA SCIENCE INTERN</p>
<P class="subtitle">(Asterisc Technocrat)</P>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card">
<div class="card-header">
<div class="mt-2">
<h4>Projects</h4>
<span class="line mb-5"></span>
</div>
</div>
<div class="card-body">
<h6 class="title text-danger">Present</h6>
<P>BITCOIN PRICE PREDICTION WITH ML</P>
<hr>
<h6 class="title text-danger">July - 2023</h6>
<P>TITANIC SURVIVAL PREDICTION<a href="https://github.com/ruchspatil/Titanic-Survival-Prediction" style="color:#1035AC"<b> ↗</b></a></P>
<hr>
<h6 class="title text-danger">Apr - 2023</h6>
<P>CONSUMER COMPLAINT ANALYSIS & PREDICTION <a href="https://github.com/ruchspatil/Personal-Project" style="color:#1035AC"<b> ↗</b></a></P>
<hr>
<h6 class="title text-danger">Aug - 2022</h6>
<P>PORTFOLIO WEBSITE<a href="https://ruchspatil.github.io/" style="color:#1035AC"<b> ↗</b></a></P>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card">
<div class="card-header">
<div class="mt-2">
<h4 class="mt-2">Education</h4>
<span class="line mb-5"></span>
</div>
</div>
<div class="card-body">
<h6 class="title text-danger">2021 - Present</h6>
<P>BACHELOR OF TECHNOLOGY IN DATA SCIENCE<br>(9 CGPA)</br></P>
<P class="subtitle">G.H.Raisoni Institute of Engineering & Business Managemet, Jalgaon</P>
<hr>
<h6 class="title text-danger">2018 - 2021</h6>
<P>DIPLOMA IN COMPUTER ENGINEERING (84.11%)</P>
<P class="subtitle">Shri Gulabrao Deokar Polytechnic, Jalgaon</p>
<hr>
<h6 class="title text-danger">2017 - 2018</h6>
<P>SSC (84.40%)</P>
<P class="subtitle">P. N. Lunkad kanya School, Jalgaon</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card">
<div class="card-header">
<div class="pull-left">
<h4 class="mt-2">Skills</h4>
<span class="line mb-5"></span>
</div>
</div>
<div class="card-body pb-2">
<h6>Python (Programming Language)</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 99%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>Machine Learning</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 85%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>Microsoft Excel</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 100%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>SQL</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 90%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>Tableau</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 95%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>Statistics</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 90%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card">
<div class="card-header">
<div class="pull-right">
<h4 class="mt-2">Languages</h4>
<span class="line"></span>
</div>
</div>
<div class="card-body pb-2">
<h6>English</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 99%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>Hindi</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 96%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6>Marathi</h6>
<div class="progress mb-3">
<div class="progress-bar bg-danger" role="progressbar" style="width: 100%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</section>
<section class="section bg-dark text-center">
<div class="container">
<div class="row text-center">
<div class="col-md-6 col-lg-3">
<div class="row">
<div class="col-5 text-right text-light border-right py-3">
<div class="m-auto"><i class="ti-layers-alt icon-xl"></i></div>
</div>
<div class="col-7 text-left py-3">
<h1 class="text-danger font-weight-bold font40">20</h1>
<p class="text-light mb-1">Certificates</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="row ">
<div class="col-5 text-right text-light border-right py-3">
<div class="m-auto"><i class="ti-alarm-clock icon-xl"></i></div>
</div>
<div class="col-7 text-left py-3">
<h1 class="text-danger font-weight-bold font40">3</h1>
<p class="text-light mb-1">Internships</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="row">
<div class="col-5 text-right text-light border-right py-3">
<div class="m-auto"><i class="ti-face-smile icon-xl"></i></div>
</div>
<div class="col-7 text-left py-3">
<h1 class="text-danger font-weight-bold font40">10</h1>
<p class="text-light mb-1">Badges</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="row">
<div class="col-5 text-right text-light border-right py-3">
<div class="m-auto"><i class="ti-heart-broken icon-xl"></i></div>
</div>
<div class="col-7 text-left py-3">
<h1 class="text-danger font-weight-bold font40">12</h1>
<p class="text-light mb-1">Projects</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio Section -->
<section class="section bg-custom-gray" id="portfolio">
<div class="container">
<h2>My <span class="mb-5">Portfolio</span></h2>
<div class="portfolio">
<div class="portfolio-container">
<div class="col-md-6 col-lg-4 web new">
<div class="portfolio-item">
<p><a href="https://www.linkedin.com/in/ruchspatil"><img src="assets/imgs/Linkedin.png" width="300" height="300"></a></p>
</div>
</div>
<div class="col-md-6 col-lg-4 web new">
<div class="portfolio-item">
<p><a href="https://github.com/ruchspatil"><img src="assets/imgs/github.png" width="300" height="300"></a></p>
</div>
</div>
<div class="col-md-6 col-lg-4 advertising new">
<div class="portfolio-item">
<p><a href="https://ruchspatil.github.io"><img src="assets/imgs/Website.png" width="300" height="300"></a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section" id="publication">
<div class="container">
<h2><span class="mb-5">My </span>Publication</h2>
<div class="row">
<div class="blog-card">
<div class="img-holder">
<img src="assets/imgs/book.jpg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, meyawo Landing page">
</div>
<div class="content-holder">
<h6 class="title">Dream of touching the Sky</h6>
<p class="post-details">
<a href="#">By: Ruchita Patil</a>
</p>
<p>The author shares her inspiring thoughts with people. Being inspired is the only way out of the troubles of this world. All people want to be successful in life. But it's a matter of perseverance and hard work. The poems of writer Ruchita Patil are truly inspiring. There are many lessons that can be learned from motivational stories as well. An author's inspirational quotes are very instructive as well. "A great life is led by inspiration." It's the writer's opinion.</p>
<p><b>What you will learn in this book -</b></p>
<p> - Some important things for success, which you have to keep in mind.</p>
<p> - How the puzzle of life can be linked with good deeds.</p>
<p>- Learning a lot from inspirational stories. There are different messages hidden in it.</p>
<a href="https://www.amazon.in/dp/B09X6YGMWY/ref=cm_sw_r_apan_i_M2P2GFEPS2YFPT3FNVTE" style="color:#1035AC"class="read-more">Read more <i class="ti-angle-double-right"></i></a>
</div>
</div><!-- end of blog wrapper -->
</div>
</div>
</section>
<footer class="footer py-3">
<section class="section" id="contact">
<div class="container">
<p class="small mb-0 text-light">
<div class="col-lg-4">
<div class="contact-info-card">
<h5 style="color:#FFFFFF;">Get in touch</h5>
<span class="line mb-5" style="color: #6c757d;"></span>
<div class="row mb-2">
</div>
<div class="row mb-2">
<div class="col-1 pt-1 mr-1">
<i class="ti-envelope icon-md" style="color: #6c757d;"></i>
</div>
<div class="col-10">
<h6 class="d-inline" style="color:#FFFFFF;">Email :<br> <span class="text-muted">[email protected]</span></h6>
</div>
</div>
<div class="row mb-2">
<div class="col-1 pt-1 mr-1">
<i class="ti-map-alt icon-md" style="color: #6c757d;"></i>
</div>
<div class="col-10">
<h6 class="d-inline" style="color:#FFFFFF;">Address :<br> <span class="text-muted">Jalgaon, Maharashtra</span></h6>
</div>
</div>
<ul class="social-icons pt-4">
<li class="social-item"><a class="social-link text-dark" style="color:#FFFFFF;" href="https://www.linkedin.com/in/ruchspatil"><i class="ti-linkedin" aria-hidden="true" style="color:#6c757d;"></i></a></li>
<li class="social-item"><a class="social-link text-dark" style="color:#FFFFFF;" href="https://github.com/ruchspatil"><i class="ti-github" aria-hidden="true" style="color:#6c757d;"></i></a></li>
<li class="social-item"><a class="social-link text-dark" style="color:#FFFFFF;" href="https://ruchspatil.github.io/"><i class="ti-google" aria-hidden="true" style="color:#6c757d;"></i></a></li>
<li class="social-item"><a class="social-link text-light" href="#"><i class="ti-facebook" aria-hidden="true"></i></a></li>
<li class="social-item"><a class="social-link text-light" href="#"><i class="ti-twitter" aria-hidden="true"></i></a></li>
</ul>
<h5 style="color:#FFFFFF;">About This Page</h5>
<p style="color: #6c757d;">This website was coded in HTML, CSS, and Javascript. It is hosted on a GitHub. The code can be found <a href="https://github.com/ruchspatil/ruchspatil.github.io" style="color:#1035AC"class="read-more">here.</a></p>
<p style="color: #6c757d;">Copyright ©2023 All rights reserved</p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</footer>
<!-- core -->
<script src="assets/vendors/jquery/jquery-3.4.1.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.bundle.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.affix.js"></script>
<script src="assets/vendors/isotope/isotope.pkgd.js"></script>
<script src="assets/js/ruchita.js"></script>
</body>
</html>