-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
76ff553
commit 1584e72
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Abhivyakti's Resume</title> | ||
</head> | ||
<body> | ||
<img src="./image.png" height="200"> | ||
<h1>ABHIVYAKTI PAL</h1> | ||
<h2>Aspiring Web Developer</h2> | ||
<hr/> | ||
<h3>OBJECTIVE</h3> | ||
<p>Seeking opportunities to contribute to innovative web projects and apply logical thinking to real-world challenges. Eager to leverage skills in web technologies while gaining hands-on experience in a dynamic development environment.</p> | ||
<h3>EDUCATION</h3> | ||
<p> | ||
INDIRA GANDHI DELHI TECHNICAL UNIVERSITY FOR WOMEN <br/> | ||
2023-2027 <br/> | ||
BTech Information Technology<br/> | ||
GPA: 8.32<br/> | ||
</p> | ||
<h3>EXPERIENCE</h3> | ||
<p><h4>OPEN-SOURCE CONTRIBUTOR – HACKTOBERFEST 2024</h4><h5>Level 2 badge earned</h5>Worked on improving open-source projects by submitting pull requests for bug fixes, enhancement and new features.</p> | ||
<h3>KEY SKILLS</h3> | ||
<p><ul><li>Java Programming</li><li>Developing DSA proficiency</li><li>Basic understanding of Web development</li><li>Analytical Problem-Solving</li><li>Supportive Team Participant </li></ul></p> | ||
<h3>CERTIFICATES</h3> | ||
<p><h4>SUMMER INTERNSHIP ON 'MOBILE APP DEVELOPMENT WITH AI'</h4> | ||
AUG 2023 - JAN 2024<br/>Completed a comprehensive training program on mobile app development using Flutter. Gained practical experience in building cross-platform applications, working with Dart programming. Learnt to optimize performance and ensure smooth navigation. Strengthened skills in app architecture, state management, and working with various Flutter libraries for real-world mobile app solutions</p> | ||
<p><h4>MASTER DATA STRUCTURES AND ALGORITHMS USING JAVA (COURSE BY CODING BLOCKS)</h4>JUNE 2024 - JULY 2024<br/>Completed a comprehensive course focused on learning key data structures and algorithms using Java. Gained a solid understanding of concepts such as arrays, linked lists, trees, graphs, and dynamic programming. Developed understanding of how to implement efficient algorithms and optimize time and space complexities. Currently applying these concepts to solve real-world problems and coding challenges.</p> | ||
<h3>HOBBIES</h3> | ||
<p><ul><li>Travel</li><li>Reading novels</li><li>Yoga</li></ul></p> | ||
<h3>CONTACT</h3> | ||
<p>[email protected]<br/>+91 9560470859<br/><a href="https://www.linkedin.com/in/abhivyakti-pal-a5336a294/">Linkedin Profile</a><br/><a href="https://github.com/abhivyakti2">Github Profile</a><br/>Delhi, India<br/></p> | ||
<footer> | ||
<p>© 2024 Abhivyakti</p> | ||
</footer> | ||
</body> | ||
</html> |