-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 2.69 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
<!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>palabhivyakti@gmail.com<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. All rights reserved.</p>
</footer>
</body>
</html>