-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtimeline.html
More file actions
146 lines (122 loc) · 7.58 KB
/
timeline.html
File metadata and controls
146 lines (122 loc) · 7.58 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Personal Timeline</title>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- Global styles -->
<link rel="stylesheet" href="css/base.css">
<!-- Layout (shared sections if any) -->
<link rel="stylesheet" href="css/layout.css">
<!-- Reusable components -->
<link rel="stylesheet" href="css/components.css">
<!-- Animations -->
<link rel="stylesheet" href="css/animations.css">
<!-- Timeline page styles -->
<link rel="stylesheet" href="css/pages/timeline.css">
</head>
<body>
<section id="timeline">
<h2>My Journey</h2>
<div class="timeline" data-aos="fade-up">
<div class="timeline-item" data-aos="zoom-in">
<div class="content">
<h3>B.E. in Computer Science</h3>
<p>Currently pursuing a Bachelor of Engineering in Computer Science at PR Pote Patil College of Engineering & Management, Amravati, under Sant Gadge Baba Amravati University.</p>
<span class="date">Nov 2022 – Present</span>
</div>
</div>
<div class="timeline-item" data-aos="zoom-in">
<div class="content">
<h3>Google Cloud Co-Lead</h3>
<p>Served as the Google Cloud Co-Lead at GDG c PRPCEM, mentoring over 170 students through workshops and hands-on sessions focused on Google Cloud fundamentals and real-world applications.</p>
<span class="date">June 2023 – May 2024</span>
<a href="https://portfolioimage.blob.core.windows.net/images/Google%20Cloud%20Co-Lead.jpg" class="view-btn" target="_blank">View Certificate<span>→</span></a>
</div>
</div>
<div class="timeline-item" data-aos="zoom-in">
<div class="content">
<h3>Technical Lead – POTEntial’24</h3>
<p>Worked as the Technical Lead for PRPCEM’s official magazine POTEntial’24, managing the digital publication process and ensuring a seamless blend of design, technology, and creativity.</p>
<span class="date">Sept 2023 – April 2024</span>
</div>
</div>
<div class="timeline-item" data-aos="zoom-in">
<div class="content">
<h3>GeeksforGeeks</h3>
<p>Promoted coding culture through workshops and contests, mentored peers in DSA and problem-solving, and was recognized among the Top 5 Campus Mantri Influencers across India.</p>
<span class="date">June 2024 – May 2025</span>
<a href="https://portfolioimage.blob.core.windows.net/images/GFG%20Campus%20Mantri.pdf" class="view-btn" target="_blank">View Certificate<span>→</span></a>
</div>
</div>
<div class="timeline-item" data-aos="zoom-in">
<div class="content">
<h3>Microsoft Student Ambassador (Beta)</h3>
<p>Representing the Microsoft Learn Student Ambassador Program as a Beta Ambassador, fostering student engagement with Azure, AI, and emerging technologies through technical sessions and mentorship programs.</p>
<span class="date">July 2024 – Present</span>
<a href="https://portfolioimage.blob.core.windows.net/images/Beta%20Ambassador.png" class="view-btn" target="_blank">View Certificate<span>→</span></a>
</div>
</div>
<div class="timeline-item" data-aos="zoom-in">
<div class="content">
<h3>President – Microsoft Student Club</h3>
<p>Founded and currently leading the Microsoft Student Club (MSC) at PRPCEM — Vidarbha’s first Microsoft Student Club. Managing a 30-member team, organizing events, workshops, and hackathons on Azure, AI, and Cloud, while fostering collaboration, innovation, and technical growth among students.</p>
<span class="date">Aug 2024 – Present</span>
</div>
</div>
<div class="timeline-item" data-aos="zoom-in">
<div class="content">
<h3>Chief Editor – POTEntial’25</h3>
<p>Promoted to Chief Editor of POTEntial’25, leading the editorial team to curate student stories, achievements, and technical articles while supervising design and publication execution.</p>
<span class="date">Sept 2024 – May 2025</span>
</div>
</div>
<div class="timeline-item" data-aos="zoom-in">
<div class="content">
<h3>Organizer – Global AI Amravati</h3>
<p>Serving as the Organizer for the Global AI Amravati Chapter in collaboration with Microsoft and the Global AI Community. Hosting large-scale AI events and workshops to inspire and train students in real-world AI applications.</p>
<span class="date">Jan 2025 – Present</span>
</div>
</div>
<!-- ================= Internships ================= -->
<div class="timeline-item" data-aos="zoom-in">
<div class="content">
<h3>AI Azure Intern – Edunet Foundation</h3>
<p>Worked on Microsoft Azure AI Foundry, exploring cloud-based artificial intelligence solutions and responsible AI applications. Gained hands-on experience deploying and integrating AI models on Azure platforms, while learning about prompt engineering, vision models, and cloud APIs.</p>
<span class="date">May 2025 – Jun 2025</span>
<a href="https://portfolioimage.blob.core.windows.net/images/AI%20Azure%20Intern.pdf" class="view-btn" target="_blank">View Certificate<span>→</span></a>
</div>
</div>
<div class="timeline-item" data-aos="zoom-in">
<div class="content">
<h3>AI/ML Intern – Edunet Foundation</h3>
<p>Focused on building, training, and evaluating machine learning models using Python and essential ML frameworks. Developed a deeper understanding of supervised and unsupervised algorithms, data preprocessing, and model optimization techniques.</p>
<span class="date">Jun 2025 – Jul 2025</span>
<a href="https://portfolioimage.blob.core.windows.net/images/AI-ML%20June%20July.pdf" class="view-btn" target="_blank">View Certificate<span>→</span></a>
</div>
</div>
<div class="timeline-item" data-aos="zoom-in">
<div class="content">
<h3>AI/ML Intern – Edunet Foundation</h3>
<p>Worked on AI/ML projects involving real-world problem statements. Applied regression, classification, and deep learning techniques to derive insights from data. Enhanced practical understanding of artificial intelligence applications through guided mentorship.</p>
<span class="date">July 2025 – Aug 2025</span>
<a href="https://portfolioimage.blob.core.windows.net/images/AI%20ML%20July%20-Aug.pdf" class="view-btn" target="_blank">View Certificate<span>→</span></a>
</div>
</div>
<div class="timeline-item" data-aos="zoom-in">
<div class="content">
<h3>Gold Student Ambassador (Microsoft)</h3>
<p>Promoted to Gold Student Ambassador in recognition of leadership, mentoring, and contributions to campus tech initiatives. Responsibilities include mentoring students, running workshops, representing the program at events, and coordinating with partners to expand community outreach.</p>
<span class="date">Aug 2025 – Present</span>
<a href="https://portfolioimage.blob.core.windows.net/images/Gold%20Ambassador.png" class="view-btn" target="_blank">View Certificate<span>→</span></a>
</div>
</div>
</div>
</section>
<script>
AOS.init({ duration: 1000, once: true });
</script>
</body>
</html>