Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pranita28Dane committed Aug 18, 2023
1 parent e6fa1ed commit 8ecb687
Showing 1 changed file with 57 additions and 7 deletions.
64 changes: 57 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<li class="close"><a href="#contact">Contact</a></li>
<hr>
<li class="close"><a
href="https://github.com/pranita28Dane/MyPortfolio/blob/dev/images/PranitaDane.pdf"
href="https://drive.google.com/file/d/1cHuGMeOXz7-eNokY2iwfXuxWbza21BUa/view?usp=sharing"
target="_blank">Resume</a>
</li>
</ul>
Expand All @@ -76,7 +76,7 @@
</div>

<div class="right justify-between">

<!-- <button onclick="location.href='#contact'" class="btn btn-primary">Contact</button> -->
<a href="images/PranitaDane.pdf" download><button class="btn btn-primary">Resume</button></a>
</div>
</nav>
Expand All @@ -92,7 +92,7 @@
<h2>Welcome to My Portfolio</h2>
<h2>Hello I'm</h2>
<h6>Pranita Dane</h6>
<h1>I'm a Python <span>Full Stack Developer</span></h1>
<h1>I'm a Python<span>Full Stack Developer</span></h1>

<a href="./images/PranitaDane.pdf" download><button class="btn btn-secondary">RESUME</button></a>
</div>
Expand Down Expand Up @@ -186,11 +186,14 @@ <h1 class="heading">My <span class="skills">Experience</span></h1>
<div class="box2">
<span>IBM - Internship</span>
<h3>Data Analytic Intern</h3>
<p> I have completed a 6-week virtual internship in data analytics from IBM! This internship has given me hands-on experience with various data analytics tools and technologies, and has helped me hone my problem-solving and critical thinking skills.</p>
<p> I have completed a 6-week virtual internship in data analytics from IBM! This internship has given
me hands-on experience with various data analytics tools and technologies, and has helped me hone my
problem-solving and critical thinking skills.</p>

<h3>**Key Features Of This Internship Program**</h3>
<p>- During my internship at IBM, I participated in the "Analysis of Superstore Dataset" project.<br>
- The project focuses on the analysis of sales and profit from the Superstore dataset using Python libraries and visualization tools like NumPy, Pandas, Matplotlib and Seaborn.<br>
- The project focuses on the analysis of sales and profit from the Superstore dataset using Python
libraries and visualization tools like NumPy, Pandas, Matplotlib and Seaborn.<br>
- Analyze sales metrics, trends, and factors influencing sales fluctuations.<br>
- Analyze the profit and factors affecting profit of various items in the store.<br>
-opportunity to learn the in-demand technology skills and work towards solving real world
Expand Down Expand Up @@ -228,7 +231,7 @@ <h3>**ROLES & RESPONSIBILITIES**</h3>
</section>






Expand Down Expand Up @@ -339,7 +342,7 @@ <h3 style="text-align: center;"> Team collaborative</h3>
<h3 style="text-align: center;"> Time Management</h3>
<h3 style="text-align: center;"> Problem Sloving</h3>
<h3 style="text-align: center;"> Quick Learner</h3>




Expand Down Expand Up @@ -566,6 +569,53 @@ <h1 class="skills size">QuizApp</h1>

</section>

<!-- github -->




<div class="space">
</div>
<h1 class="project-heading">My <span class="skills">📊 GitHub Stats</span></h1>


<div style="display: flex; flex-wrap: wrap; margin-top: 10px; justify-content: center;">
<img src='https://github-readme-stats.vercel.app/api?username=pranita28Dane&theme=github_dark&utcOffset=8'
style="margin-right: 13px;" />
<img src='https://github-profile-summary-cards.vercel.app/api/cards/productive-time?username=pranita28Dane&theme=github_dark&utcOffset=8'
style="margin-left: 1px;" />
</div>
<br>

<div style="display: flex; flex-wrap: wrap; margin-top: 10px; justify-content: center;">

<img align="center"
src="https://github-readme-streak-stats.herokuapp.com/?user=pranita28Dane&theme=github_dark&utcOffset=8"
alt="pranita" style="margin-right: 13px;" /> <br>

<img align="center"
src="https://github-readme-stats.vercel.app/api/top-langs/?username=pranita28Dane&theme=github_dark&utcOffset=8"
style="margin-left: 1px;" />
</div>
<div>
<h6 class="heading" style="text-align:center;">🔝 Top <span class="skills">Contributed Repo</span></h6>
<div class="box-container" align="center">
<img align="center"
src="https://github-contributor-stats.vercel.app/api?username=pranita28Dane&limit=5&theme=github_dark&utcOffset=8"
height="250px" width="40%" />
</div>


</div>







<!-- github end -->

<section id="contact">
<div class="contactus">
<div class="title">
Expand Down

0 comments on commit 8ecb687

Please sign in to comment.