Skip to content

Commit

Permalink
Updated portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatbalajim committed Mar 27, 2024
1 parent 8084722 commit f23fd1c
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 11 deletions.
68 changes: 57 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,25 +232,25 @@ <h3 class="skills__name">JavaScript</h3>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">Angular</h3>
<span class="skills__number">70%</span>
<h3 class="skills__name">React</h3>
<span class="skills__number">60%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__wordpress"></span>
<span class="skills__percentage skills__js"></span>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">React</h3>
<span class="skills__number">60%</span>
<h3 class="skills__name">Node JS</h3>
<span class="skills__number">80%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__js"></span>
<span class="skills__percentage skills__css"></span>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">Node JS</h3>
<h3 class="skills__name">Express JS</h3>
<span class="skills__number">80%</span>
</div>
<div class="skills__bar">
Expand Down Expand Up @@ -451,7 +451,7 @@ <h2 class="section__title">Experience</h2>
<div>
<h3 class="qualification__title">School Studies</h3>
<span class="qualification__subtitle">Swamy Vivekanandha School, Salem, TN</span>
<span class="qualification__subtitle">10th Score : 98% <br> 12th Score : 95%</span>
<span class="qualification__subtitle">10th Score : 98.6 % <br> 12th Score : 94.7 %</span>
<div class="qualification__calendar">
<i class="uil uil-calendar-alt"></i>
2019 - 2022
Expand Down Expand Up @@ -488,7 +488,7 @@ <h3 class="qualification__title">Joint Entrance Examination (JEE) Main</h3>
<div>
<h3 class="qualification__title">B.E Computer Science & Engineering</h3>
<span class="qualification__subtitle">Chennai Institute of Technology</span>
<span class="qualification__subtitle">CGPA : 8.46</span>
<span class="qualification__subtitle">CGPA : 8.83</span>
<div class="qualification__calendar">
<i class="uil uil-calendar-alt"></i>
2022 - 2026
Expand Down Expand Up @@ -657,7 +657,38 @@ <h3 class="portfolio__title">ConsoleCalc - CLI Calculator</h3>
</a>
</div>
</div>

<!-- Project 04 -->

<div class="portfolio__content grid swiper-slide">
<img src="./packages/images/project-4-image.png" alt="" class="portfolio__img">

<div class="portfolio_">
<h3 class="portfolio__title">QR Hub</h3>
<p class="portfolio__description">An android application that scan as well as generate QR codes, developed using Flutter.</p>
<a class="button button--flex button--small portfolio__button" href="https://github.com/venkatbalajim/QR_Hub" target="_blank">
GitHub
<i class="uil uil-github-alt button__icon"></i>
</a>
</div>
</div>

<!-- Project 05 -->

<div class="portfolio__content grid swiper-slide">
<img src="./packages/images/project-5-image.png" alt="" class="portfolio__img">

<div class="portfolio_">
<h3 class="portfolio__title">CIT Hostel Gate-pass App</h3>
<p class="portfolio__description">CIT Gate-pass App, built with Flutter and Firebase, simplifies the approval of gate-pass for students, creating a user-friendly system that enhances communication and maintains digital outpass records.</p>
<a class="button button--flex button--small portfolio__button" href="https://github.com/venkatbalajim/CIT_Gatepass_App" target="_blank">
GitHub
<i class="uil uil-github-alt button__icon"></i>
</a>
</div>
</div>

</div>

<!-- add arrows-->
<div class="swiper-button-next">
Expand Down Expand Up @@ -696,8 +727,8 @@ <h2 class="section__title">Additional Works</h2>
<h3 class="portfolio__title">Problem Solving Journey</h3>
<p class="portfolio__description">
<ul>
<li>450+ problems in LeetCode</li>
<li>900+ problems in Skillrack</li>
<li>500+ problems in LeetCode</li>
<li>1000+ problems in Skillrack</li>
<li>100+ problems in GeeksForGeeks</li>
<li>100+ problems in CodeChef</li>
<li>4 Gold Badges in HackerRank</li>
Expand Down Expand Up @@ -739,6 +770,21 @@ <h3 class="portfolio__title">The Complete 2023 Web Development Bootcamp</h3>
</div>
</div>

<!-- Udemy Certificate -->

<div class="portfolio__content grid swiper-slide">
<img src="./packages/images/udemy-course-2.png" alt="" class="portfolio__img">

<div class="portfolio_">
<h3 class="portfolio__title">Flutter and Dart - The Complete Guide</h3>
<p class="portfolio__description">Completed the 2023 Flutter Development course on Udemy, mastering essential skills for flutter app development</p>
<a href="https://www.udemy.com/certificate/UC-80906bc4-12b7-4570-bc81-5fe9a904c1a6/" target="_blank" class="button button--flex button--small portfolio__button">
Verify
<i class="uil uil-arrow-right button__icon"></i>
</a>
</div>
</div>

<!-- NPTEL Certificate -->

<div class="portfolio__content grid swiper-slide">
Expand Down
Binary file added packages/images/project-4-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/images/project-5-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/images/udemy-course-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/pdfs/Venkatbalaji M - Resume.pdf
Binary file not shown.

0 comments on commit f23fd1c

Please sign in to comment.