-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
624 lines (599 loc) · 30.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
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
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width-device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="Stylesheet" href="./css/style.css">
<title>Dishant Israni's Portfolio</title>
<link rel="stylesheet" href="./plugins/headline/headline.css">
<link rel="stylesheet" href="./plugins/magnify.css">
</head>
<body>
<nav>
<div class="container inner">
<div class="logo">
<i class="fa fa-user-circle-o" aria-hidden="true"></i>
Dishant Israni's Portfolio
</div>
<div>
<button>
<i class="fa fa-print" aria-hidden="true"></i>
<a href="./Dishant Israni Resume Main.pdf" target="_blank">Download</a>
</button>
</div>
</div>
</nav>
<main class="container">
<section class="profile" id="profile_ripple">
<div class="left">
<div class="user_block">
<img src="./images/Dishant.jpeg" alt="">
<span>
<a href="#reach"><i class="fa fa-comment" aria-hidden="true"></i></a>
</span>
</div>
<div>
<h2>Dishant Israni</h2>
<p class="cd-headline loading-bar">
<span class="cd-words-wrapper">
<b class="is-visible">Information Technology Student</b>
<b> Learning Cyber-Security </b>
<b> Frontend-Web Developer </b>
<b> Python Developer </b>
<b> Django Developer </b>
<b> Learning Backend Development </b>
</span>
</p>
</div>
</div>
<div class="right">
<ul class="contact">
<li>
<i class="fa fa-mobile" aria-hidden="true"></i>
<strong> <a href="tel:+917045816796" target="_blank"> Phone : 7045816796 </a></strong>
</li>
<li>
<i class="fa fa-envelope" aria-hidden="true"></i>
<strong> <a href="mailto:[email protected]" target="_blank">Email :
[email protected] </a> </strong>
</li>
</ul>
<ul class="social">
<li>
<a href="https://www.linkedin.com/in/dishantisrani" target="_blank">
<i class="fa fa-linkedin-square" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://github.com/DishantIsrani" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</section>
<section class="about">
<h1 class="section_heading">About Us</h1>
<div class="content">
<div class="left">
<h2>Hey, I'm Dishant Israni</h2>
<p>A determined Third-year student at Thadomal Shahani Engineering college,
currently pursuing IT engineering. Passionate about implementing and handling new
projects. Committed to team-work as well as independent work and curiosity to
explore new technology. Currently in search of opportunities where I can apply my
skills and work on new challenges.
</p>
<button> <a href="./Dishant Israni Resume Main.pdf" target="_blank">Download Resume</a></button>
</div>
<div class="right">
<p>
<span>Name</span>
<span>Dishant Israni</span>
</p>
<p>
<span>Date of Birth</span>
<span>14th September 2001</span>
</p>
<p>
<span>Nationality</span>
<span>Indian</span>
</p>
<p>
<span>College</span>
<span>Thadomal Shahani Engineering College</span>
</p>
<p>
<span>Interest</span>
<span>Cyber-Security / Ethical Hacking</span>
</p>
</div>
</div>
</section>
<!-- <section class="study">
<div class="edu">
<div class="heading">
<i class="fa fa-graduation-cap" aria-hidden="true"></i>
<h5>Education</h5>
</div>
<div class="timeline_wrapper">
<div class="item">
<p>2004 - 2017</p>
<p class="center">R.N. Shah High School</p>
<p>Education</p>
</div>
<div class="item">
<p>2017 - 2019</p>
<p class="center">Sathaye College</p>
<p>Secondary Education</p>
</div>
<div class="item">
<p>2019 - 2023</p>
<p class="center">Mumbai University</p>
<p>Thadomal Shahani Engineering College</p>
<p>Bachelor of Engineering in Information Technology</p>
</div>
</div>
</div>
</section> -->
<section class="new">
<div class="skills_wrapper">
<div class="skill-box">
<h4>Html5 & Css3</h4>
<div class="progress_wrap">
<span data-percent="80" class="progress_bar">
<span class="tooltip">80%</span>
</span>
</div>
</div>
<div class="skill-box">
<h4>JavaScript</h4>
<div class="progress_wrap">
<span data-percent="40" class="progress_bar">
<span class="tooltip">40%</span>
</span>
</div>
</div>
<div class="skill-box">
<h4>C Programming</h4>
<div class="progress_wrap">
<span data-percent="60" class="progress_bar">
<span class="tooltip">60%</span>
</span>
</div>
</div>
<div class="skill-box">
<h4>Python Programming</h4>
<div class="progress_wrap">
<span data-percent="70" class="progress_bar">
<span class="tooltip">70%</span>
</span>
</div>
</div>
<div class="skill-box">
<h4>Django</h4>
<div class="progress_wrap">
<span data-percent="50" class="progress_bar">
<span class="tooltip">50%</span>
</span>
</div>
</div>
<div class="skill-box">
<h4>Java</h4>
<div class="progress_wrap">
<span data-percent="60" class="progress_bar">
<span class="tooltip">60%</span>
</span>
</div>
</div>
<div class="skill-box">
<h4>SQL - Database</h4>
<div class="progress_wrap">
<span data-percent="50" class="progress_bar">
<span class="tooltip">50%</span>
</span>
</div>
</div>
</div>
</section>
<section class="skills">
<h1 class="section_heading">Internship Experience</h1>
<div class="content">
<div class="left">
<div class="inner_left">
<div class="heading">
<i class="fa fa-suitcase" aria-hidden="true"></i>
<h5>Work Experience</h5>
</div>
<div class="timeline_wrapper">
<div class="item">
<p>24th September 2021 - 26th December 2021 (3 Months)</p>
<p class="center">Humming Sparrow Digital Solutions Pvt Ltd</p>
<p><strong>Python-Django Developer</strong></p> <hr/>
<p>- Working on Django Rest Framework to build a Backend for the website and application
of a Hospital. <br />- Building API's for the website to help the frontend
developers. <br />- Extensively working on Django Rest and bulding all the stuffs in
Class Based views using APIView. <br />- Managing and bulding models and other parts
of the project. </p>
</div>
<div class="item">
<p>14th June 2021 - 25th July 2021</p>
<p class="center">Thadomal Shahani Engineering College</p>
<p><strong>Machine Learning Research Intern</strong></p> <hr/>
</div>
<div class="item">
<p>June 2020 - August 2020</p>
<p class="center">Prosperous IT Solutions</p>
<p><strong>Frontend-Web Developer</strong></p> <hr/>
<p>- Create and design the company's initial website. <br /> - Curate ideas for the
frontend designs of the webpage. <br />-Build the website from scratch using HTML5,
CSS3 and JavaScript. </p>
</div>
<div class="item">
<p>1st June 2021 - 30th August 2021 (3 Months)</p>
<p class="center">Campus Army</p>
<p><strong>Human Resource Intern</strong></p> <hr/>
<p>- Worked on recruitment of candidates & souring candidates through various sites.
<br />- Interviewing & shortlisting candidates on a daily basis and working on daily
reports. <br />- Handling the Shortlisted candidates, <br /> - Onboarding, Training,
Assisting and managing all the hired candidates and managing their work flow.
</p>
</div>
<!-- <div class="item">
<p>May 2021</p>
<p class="center">DooGraphics</p>
<p><strong>Community Influencer</strong></p> <hr/>
<p>- To generate marketing & publicity deals. <br /> - To build awareness about the
start-up and gain publicity for the company.</p>
</div> -->
<div class="item">
<p>June 2020 - August 2020</p>
<p class="center">Lumevent pvt ltd.</p>
<p><strong>Reserch Social Media Marketing Intern</strong></p> <hr/>
<p>- Gathering data from various websites and social media platform.<br /> - forming a
database for the company for their upcoming app </p>
</div>
<div class="item">
<p>June 2020 - August 2020</p>
<p class="center">CrayDesi</p>
<p><strong>Social Media Marketing Intern</strong></p> <hr/>
<p>- Complete basic tasks given on daily as well as weekly basis<br /> - Reporting the
the manager about the marketing task and marketing about the start-up </p>
</div>
</div>
</div>
<div class="inner_right">
<div class="heading">
<i class="fa fa-graduation-cap" aria-hidden="true"></i>
<h5>Extracurricular</h5>
</div>
<div class="timeline_wrapper">
<div class="item">
<p>October 2021 - Present</p>
<p class="center">MicroSoft</p>
<p>Microsoft Learn Student Ambasaddor (MLSA)</p> <hr/>
<p>- Completing the predefined task</p> <br /> <p>- Promoting self by Gaining various badges</p>
</div>
<div class="item">
<p>Februrary 2021</p>
<p class="center">Goldman Sachs</p>
<p>Engineering Virtual Program</p> <hr/>
<p>- Understanding the use of password cracking tools<br /> - cracked the given set of
password using rockyou.txt and other methods</p>
</div>
<div class="item">
<p>May 2021</p>
<p class="center">GUVI (Guinness World Record Event) </p>
<p>AI-For-India</p> <hr/>
<p>- In association with GUVI Geek Networks, IITM Research Park.<br /> - Bulding Face
Recognition application using python. </p>
</div>
<div class="item">
<p>July 2021</p>
<p class="center">Genius Armoury</p>
<p>Engineering Virtual Program</p> <hr/>
<p><strong>Introduction to CyberSecurity Virtual Experience Program</strong></p>
<p>- Learning through videos and giving tests at the end of each module. <br /> -
Learning the basics of CyberSecurity and implementing it in the given tasks. </p>
</div>
<div class="item">
<p>June 2021</p>
<p class="center">Shree Ram Society</p>
<p><strong>Online Corona Fighter Icon Award</strong></p> <hr/>
<p>- Helped people to find Hospital Beds, Oxygen Cylinder, Remdesivir and other things.
<br /> - Called and confirmed all the leads for all the status and everything.
</p>
</div>
<div class="item">
<p>June 2021 - July 2021</p>
<p class="center">IFortis</p>
<p><strong>Corporate Ambassador</strong></p> <hr/>
<p>- To make people aware about the company's events. <br /> - Also did publicity,
sales, and marketing for the company.</p>
</div>
<div class="item">
<p>March 2020</p>
<p class="center">TSEC Student Council</p>
<p><strong>Student Volunteer</strong></p> <hr/>
<p>- Helped the committee for all the events in all fields <br /> - Worked in Creatives,
Design, Logistics and Security Volunteer.</p>
</div>
</div>
</div>
</div>
<div class="right">
<div class="inner_left">
<div class="heading">
<i class="fa fa-user" aria-hidden="true"></i>
<h5>Position of Responsibility & Achievements</h5>
</div>
<div class="timeline_wrapper">
<div class="item">
<p>2020 - Present</p>
<p class="center">TSEC E-Cell (Entrepreneurship Cell)</p>
<p> <strong>Chairperson (2021 - Present)</strong> </p> <hr/>
<p>- Handling and managing a team of 18 members. <br /> - Planning out and effectively
executing events.<br /> - Generating revenue of 30k for the committee. <br /> - Looking for new aspects to grow the overall functionality of the committee </p> <br/>
<p> <strong>Head Event Co-ordinator (2020 - 2021) </strong></p> <hr/>
<p>- Curating ideas for the various events. <br /> - Hosted more than 3 events.<br /> -
Planned and efficiently executed more than 7 events for the committee.</p>
</div>
<div class="item">
<p>2021 - Present</p>
<p class="center">TSEC CodeStorm</p>
<p>Design Team</p> <hr/>
<p>Designed video and poster for events of the committee</p>
</div>
<div class="item">
<p>2021 - 2022</p>
<p class="center">TSEC Computer Society of India(CSI)</p>
<p>Marketing Team</p> <hr/>
<p>- Generating leads and getting sponsorships deals<br /> - Generated sponsorship deals
worth 80k </p>
</div>
<div class="item">
<p>2021</p>
<p class="center">RGIT Recursion 2.0 Hackathon</p>
<p>Team Leader</p> <hr/>
<p>- Qualified for the Top 12 teams in the hackathon <br /> - Lead the team throughout
the hackathon.</p>
</div>
<div class="item">
<p>2021</p>
<p class="center">KJSCE Hack 5.0 Hackathon</p>
<p>Team Leader</p> <hr/>
<p>- Lead the team throughout the hackathon to build an amazing Python project in this
open problem statement hackathon.</p>
</div>
</div>
</div>
<div class="inner_right">
<div class="heading">
<i class="fa fa-certificate" aria-hidden="true"></i>
<h5>Certification</h5>
</div>
<div class="timeline_wrapper">
<div class="item">
<p>August 2020</p>
<p class="center">Coursera University of Michigan</p>
<p>Python Specialization</p>
</div>
<div class="item">
<p>2021</p>
<p class="center">DataCamp</p>
<p>Machine Learning Tree Based Models in Python</p>
</div>
<div class="item">
<p>2021</p>
<p class="center">DataCamp</p>
<p>Machine Learning For Everyone</p>
</div>
<div class="item">
<p>July 2020</p>
<p class="center">Coursera University of Michigan</p>
<p>Web Development Specialization</p>
</div>
<div class="item">
<p>2020</p>
<p class="center">Progate</p>
<p>Python, Java, HTML5, CSS3, Git</p>
</div>
<div class="item">
<p>2019</p>
<p class="center">Shree L.R. Tiwari College of Engineering</p>
<p>Certificate - National Level Quiz on Maths </p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="counter_section">
<div>
<div>
<i class="fa fa-check" aria-hidden="true"></i>
</div>
<div>
<h3>
<span class="counter" data-count="10">10</span>+
</h3>
<h5>Completed projects</h5>
</div>
</div>
<div>
<div>
<i class="fa fa-smile-o" aria-hidden="true"></i>
</div>
<div>
<h3>
<span class="counter" data-count="10">10</span>+
</h3>
<h5>Internships and Achievements</h5>
</div>
</div>
<div>
<div>
<i class="fa fa-trophy" aria-hidden="true"></i>
</div>
<div>
<h3>
<span class="counter" data-count="10">10</span>+
</h3>
<h5>Certificates</h5>
</div>
</div>
</section>
<section class="work">
<h1 class="section_heading">My Work & Projects</h1>
<div class="wrapper">
<!-- for slider for reviews -->
<!-- <div class="slider">
slider next
</div> -->
<div class="portfolio">
<div class="tabs">
<ul>
<li><a class="active" href="#" data-filter="*">All</a></li>
<li><a href="#" data-filter=".design">Html Css</a></li>
<li><a href="#" data-filter=".ML">Camera Classifier</a></li>
<li><a href="#" data-filter=".OpenCV_Detector">Car-Pedestrian Motion Tracker</a></li>
<li><a href="#" data-filter=".Python_GUI">Smart CCTV</a></li>
<li><a href="#" data-filter=".Java">BloodBank Management System</a></li>
</ul>
</div>
<div class="portfolio_wrapper">
<!-- keep all images 200 x 200 size -->
<!-- this is for image the image will appear in the class and datafilter accordingly -->
<div class="item design">
<a class="magnify" href="./images/github.png" title="Title per picture">
<img src="./images/github.png" alt="">
</a>
</div>
<div class="item ML">
<a class="magnify" href="./images/Classifier.png" title="Title per picture">
<img src="./images/Classifier.png" alt="">
</a>
</div>
<!-- <div class="item OpenCV_Detector">
<a class="magnify" href="./images/Dishant.jpeg" title="Title per picture">
<img src="./images/Dishant.jpeg" alt="">
</a>
</div> -->
<!-- <div class="item Python_GUI">
<a class="magnify" href="./images/Dishant.jpeg" title="Title per picture">
<img src="./images/Dishant.jpeg" alt="">
</a>
</div> -->
<!-- <div class="item Python_GUI">
<a class="magnify" href="./images/Dishant.jpeg" title="Title per picture">
<img src="./images/Dishant.jpeg" alt="">
</a>
</div> -->
<div class="item Java">
<a class="magnify" href="./images/BloodBank.png" title="BloodBank.png">
<img src="./images/BloodBank.png" alt="">
</a>
</div>
<div class="item Java">
<a class="magnify" href="./images/BloodBank1.png" title="BloodBank1.png">
<img src="./images/BloodBank1.png" alt="">
</a>
</div>
<div class="item Java">
<a class="magnify" href="./images/BloodBank2.png" title="BloodBank2.png">
<img src="./images/BloodBank2.png" alt="">
</a>
</div>
<!-- <div class="item Java">
<a class="magnify" href="./images/Dishant.jpeg" title="Dishant.jpeg">
<img src="./images/Dishant.jpeg" alt="">
</a>
</div>
<div class="item design">
<a class="magnify" href="./images/Dishant.jpeg" title="Title per picture">
<img src="./images/Dishant.jpeg" alt="">
</a>
</div> -->
</div>
</div>
</div>
</section>
<section class="partners">
<div class="brands_wrapper">
<img src="./images/html.jpg" alt="">
<img src="./images/css.jpg" alt="">
<img src="./images/js.jpg" alt="">
<img src="./images/java.png" alt="">
<img src="./images/py.jpg" alt="">
<img src="./images/motion.png" alt="">
<img src="./images/hack.png" alt="">
</div>
</section>
<section class="contact" id="reach">
<h1 class="section_heading">Contact Me</h1>
<div class="wrapper">
<div class="left">
<div>
<div>
<i class="fa fa-phone" aria-hidden="true"></i>
</div>
<div>
<h4>Feel Free To Call Me:</h4>
<a href="tel:+917045816796" target="_blank"> Phone : 7045816796 </a>
</div>
</div>
<div>
<div>
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div>
<h4>Mail Me:</h4>
<a href="mailto:[email protected]" target="_blank">Email :
[email protected] </a>
</div>
</div>
<div>
<div>
<i class="fa fa-map-marker" aria-hidden="true"></i>
</div>
<div>
<h4>Find Me:</h4>
<span>Maharastra, India</span>
</div>
</div>
</div>
<div class="right">
<form action="">
<div class="form_group">
<div>
<label for="">Name</label>
<input type="text">
</div>
<div>
<label for="">Email</label>
<input type="text">
</div>
</div>
<div class="form_group textarea_wrapper">
<div>
<label for="">Message</label>
<textarea name="" id="" cols="30" rows="6"></textarea>
</div>
</div>
<button type="submit"> Submit Now</button>
</form>
</div>
</div>
</section>
</main>
<footer class="container">
<span>2021, All rights reserved by Dishant Israni</span>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="./plugins/headline/headline.js"></script>
<script src="./plugins/ripples.js"></script>
<script src="./plugins/isotope.js"></script>
<script src="./plugins/magnify.js"></script>
<script src="./js/app.js"></script>
</body>
</html>