Highlighting Career Achievements
Discover my unique skills and projects that demonstrate professional growth and expertise, providing insight into what makes my portfolio stand out and how I bring value.




Highlighting Career Achievements
Explore a concise yet thorough summary of personal experiences, professional skills, and accomplishments that define the essence of this portfolio, reflecting dedication and growth throughout the career journey.
Discover a diverse range of projects and expertise, showcasing commitment to excellence and client-focused results.
Professional Skills & Career Highlights
Explore key projects that demonstrate innovation, expertise, and the impactful results achieved throughout my career.

Innovative Web Development
Portfolio Website

Data Analysis & Visualization
Sales Dashboard

Mobile App Design
Fitness Tracker

Process Automation
Inventory System

Innovative Web Development
Portfolio Website

Data Analysis & Visualization
Cloud Infrastructure Setup
Discover Professional Milestones
Showcasing critical data points that reveal my career progress and standout contributions.
150
Projects Completed
A detailed overview of successfully delivered projects demonstrating expertise.
45
Skills Mastered
Highlighting specialized skills acquired through diverse professional experiences.
75
Awards Earned
An insightful summary of recognitions received for outstanding performance.
An inspiring endorsement that reflects the impactful achievements and exceptional dedication demonstrated.

Alex Morgan
Senior Project Manager
Career Accomplishments Overview
Find key contact information here for seamless networking and prompt responses.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Career Timeline - Prashanta Paudel</title>
<style>
body {
font-family: Arial, sans-serif;
background: #f9f9f9;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.timeline {
position: relative;
width: 600px;
height: 600px;
border-radius: 50%;
border: 2px dashed #ccc;
margin: auto;
}
.event {
position: absolute;
width: 140px;
text-align: center;
transform: translate(-50%, -50%);
}
.event span.icon {
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
margin: 0 auto 8px;
font-size: 22px;
line-height: 50px;
color: #fff;
background: #003366;
}
.event p {
font-size: 12px;
margin: 0;
line-height: 1.3;
}
/* Position events around circle */
.e1 { top: 20%; left: 50%; }
.e2 { top: 40%; left: 85%; }
.e3 { top: 70%; left: 80%; }
.e4 { top: 85%; left: 50%; }
.e5 { top: 70%; left: 20%; }
.e6 { top: 40%; left: 15%; }
</style>
</head>
<body>
<div class="timeline">
<div class="event e1">
<span class="icon">๐ก</span>
<p><strong>2009-2015</strong><br>WorldLink (Nepal)<br>Customer Support โ Assistant Supervisor</p>
</div>
<div class="event e2">
<span class="icon">๐จ</span>
<p><strong>2016</strong><br>Glostars Oy<br>UX Designer</p>
</div>
<div class="event e3">
<span class="icon">๐ข</span>
<p><strong>2017</strong><br>LOAS Thesis<br>Wireless Network Migration</p>
</div>
<div class="event e4">
<span class="icon">๐</span>
<p><strong>2018-2019</strong><br>The Shortcut<br>Startup Catalyst Programme</p>
</div>
<div class="event e5">
<span class="icon">โ๏ธ</span>
<p><strong>2019-2024</strong><br>Fiare (Finland)<br>Cloud Specialist โ Senior DevOps Engineer</p>
</div>
<div class="event e6">
<span class="icon">๐ง</span>
<p><strong>2025</strong><br>Helvar (Finland)<br>DevOps Engineer</p>
</div>
</div>
</body>
</html>
