-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
243 lines (232 loc) · 15.6 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
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<!--
Icons of websites are subject to their copyrights.
██╗ ██╗███████╗██╗ ██╗ ██████╗ ██╗ ██╗ ██████╗ ██████╗ ██╗ ██████╗
██║ ██║██╔════╝██║ ██║ ██╔═══██╗ ██║ ██║██╔═══██╗██╔══██╗██║ ██╔══██╗
███████║█████╗ ██║ ██║ ██║ ██║ ██║ █╗ ██║██║ ██║██████╔╝██║ ██║ ██║
██╔══██║██╔══╝ ██║ ██║ ██║ ██║ ██║███╗██║██║ ██║██╔══██╗██║ ██║ ██║
██║ ██║███████╗███████╗███████╗╚██████╔╝ ╚███╔███╔╝╚██████╔╝██║ ██║███████╗██████╔╝
╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝ ╚═════╝ ╚══╝╚══╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═════╝
No copyright issues.
Feel free to copy anything and everything from this website.
If you need any help, ping me !
________________________________________________________________________________________
Greetings !
if (employer) {
yes, I'm always looking for great opportunities;
}
else if (want a website) {
ping me ! lets discuss how will I help you;
}
else{
enjoy the website.
}
Cheers,
Abhirup Pal
mailto: abhiruppalmethodist@gmail.com
________________________________________________________________________________________
I sincerely admit ! Not everything thing you see on the website was developed by me from
scratch, most of it is my original creation otherwise some of the elements are inspired
or reproduced from the open source public code.
Inspiration for this text: Akshay Saini.
Acknowledgments: Icons: Freeicons.
-->
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Abhirup Pal</title>
<meta name="keywords" content="Abhirup, abhirup-99,Abhirup Pal" />
<meta name="author" content="Abhirup Pal" />
<!-- Facebook and Twitter integration -->
<meta property="og:title" content="Abhirup Pal"/>
<meta property="og:image" content="https://abhirup-99.github.io/images/favicon.png"/>
<meta property="og:url" content="https://abhirup-99.github.io/"/>
<meta property="og:site_name" content="Abhirup Pal"/>
<meta property="og:description" content="A Tech-Enthusiast passionate about Developing softwares."/>
<meta name="twitter:title" content="Abhirup Pal" />
<meta name="twitter:image" content="https://abhirup-99.github.io/images/favicon.png" />
<meta name="twitter:url" content="https://abhirup-99.github.io/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="description" content="A Tech-Enthusiast passionate about Developing softwares.">
<link rel="shortcut icon" href="images/favicon.png" type="image/png">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="css/styles.css">
<script src="js/main.js"></script>
<meta name="google-site-verification" content="filGMoH-ns-gkMk3NfIMxLjxP2X-k1RmVykX_CRrYb8" />
<script type="application/ld+json">
{
"@context":"https://schema.org",
"@type":"Person",
"id":"",
"name":"Abhirup Pal",
"email":"abhiruppal9051323282@gmail.com",
"url":"https://abhirup-99.github.io/"
}
</script>
</link>
</head>
<body>
<div class="body-container">
<div class="sidebar-container">
<div class="sidebar-content-container">
<div class="sidebar-image-container">
<img src="images/profile.png" alt="Profile Image">
<h1>Abhirup Pal</h1>
<h4 style="margin-top: 5px;">Wannabe Software Engineer</h4>
</div>
<br>
<div class="sidebar-section-links">
<ul>
<li class="active" data-nav-section="home"><a href="#home">Home</a></li>
<li data-nav-section="experience"><a href="#experience">Experience</a></li>
<li data-nav-section="skills"><a href="#skills">Skills</a></li>
<li data-nav-section="contributions"><a href="#contributions">Open Source</a></li>
<li data-nav-section="projects"><a href="#projects">Projects</a></li>
</ul>
</div>
<div class="sidebar-social-links">
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="https://www.linkedin.com/in/abhiruppal99/"><img src="images/linkedinLogo.png" alt="LinkedIn Logo" style="width: 30px;"></a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/Abhirup-99"><img src="images/GitHubLogo.png" alt="Github Logo"></li>
<li><a target="_blank" rel="noopener noreferrer" href="mailto:abhiruppalmethodist@gmail.com"><img src="images/Gmail-01.svg" alt="Gmail Logo"></a></li>
</ul>
</div>
</div>
</div>
<div class="main-body-container">
<section id="home" class="body-section animationContainer">
<h1 style="margin-top: 0.2em;">Hi! </h1>
<h1 style="margin-bottom: 0.2em;">I'm Abhirup</h1>
<div class="inline-container">
<h3>Software Developer | Open Source contributor | GSOC'21@PSF</h3>
<span>
<img src="images/map-marker-alt-solid.svg" alt="position">
<h3>India</h3>
</span>
</div>
<p>
I am a budding Software Developer currently pursing my Bachelor's degree in
Electronics and Communication Engineering from IEM, Kolkata. My area of
interest lie in web development, and python programming. I am an open source
developer contributing in multiple FOSS projects,like zulip, openMF,
internet archive.
</p>
<a target="_blank" href="AbhirupPalResume.pdf">Download CV <img src="images/arrow-down-solid.svg" alt="Download CV"></a>
</section>
<section id="experience" class="body-section">
<h2>Experience</h2>
<div id="announce" class="experience-card animationContainer">
<img src="images/announceScreenshot.png" alt="Announce" style="height: 200px;">
<div class="text-content">
<a target="_blank" rel="noopener noreferrer" href="https://announce.today/"><h2>Announce</h2></a>
<ul>
<li><span class="bold">Lead Developer</span> in the creation of the website in Angular.</li>
<li>Added <span class="bold">debouncing</span> to reduce api calls.Implemented <span class="bold">server-side loading</span> and <span class="bold">lazy loading</span> to speed it up</li>
<li>Enriched the platform with data from multiple data sources by building a scraper platform.</li>
<li><span class="bold">Tech Stack</span>: Html5 Angular NodeJs Python</li>
</ul>
</div>
</div>
<div id="patron" class="experience-card reverse animationContainer">
<img src="images/patronScreenshot.png" alt="Goalstar">
<div class="text-content">
<a target="_blank" rel="noopener noreferrer" href="https://patronaccounting.com/"><h2>Patron Accounting</h2></a>
<ul>
<li>Created the <span class="bold">entire website from scratch. Automated document creation</span> using PhpWord.</li>
<li>Improved the <span class="bold">speed</span> of the website <span class="bold">2x</span> over the existing one.</span></li>
<li><span class="bold">Tech Stack</span>: Html5 Css3 Javascript Php.</li>
</ul>
</div>
</div>
<div id="goalstar" class="experience-card animationContainer">
<img src="images/goalstarScreenshot.png" alt="Goalstar">
<div class="text-content">
<a target="_blank" rel="noopener noreferrer" href="https://goalstar.tv/"><h2>Goalstar</h2></a>
<ul>
<li>Created the <span class="bold">entire frontend ui.</span></li>
<li>Worked on implementing the <span class="bold">PayTm business payment api.</span></li>
<li><span class="bold">Tech Stack</span>: Django Html Css Bootstrap Javascript.</li>
</ul>
</div>
</div>
</section>
<section id="skills" class="body-section">
<h2>Skills</h2>
<h3 class="animationContainer">Languages</h3>
<ul class="animationContainer">
<li><img src="images/python-seeklogo.com.svg" alt="Python Logo"> Python</li>
<li><img src="images/javascript-js-seeklogo.com.svg" alt="Javascript Logo"> JavaScript</li>
<li><img src="images/nodejs-seeklogo.com.svg" alt="NodeJs logo"> NodeJs</li>
<li><img src="images/typescript-seeklogo.com.svg" alt="Typescript Logo"> Typescript</li>
</ul>
<h3 class="animationContainer">Frameworks</h3>
<ul class="animationContainer">
<li><img src="images/angular-seeklogo.com.svg" alt="Angular Logo"> Angular</li>
<li><img src="images/flask-seeklogo.com.svg" alt="Flask Logo"> Flask</li>
<li><img src="images/express.png" alt="Express Logo"> Express</li>
</ul>
<h3 class="animationContainer">Tools</h3>
<ul class="animationContainer">
<li><img src="images/google-cloud-seeklogo.com.svg" alt="Google Cloud Platform Logo"> Google Cloud Platform</li>
<li><img src="images/git-seeklogo.com.svg" alt="Git Logo"> Git</li>
</ul>
<h3 class="animationContainer">Databases</h3>
<ul class="animationContainer">
<li><img src="images/firebase-seeklogo.com.svg" alt="Firestore Logo"> Firestore</li>
<li><img src="images/mysql-seeklogo.com.svg" alt="Mysql Logo"> MySql</li>
<li><img src="images/postgresql-seeklogo.com.svg" alt="PostgresSql Logo"> PostgresSql</li>
</ul>
</section>
<section id="contributions" class="body-section animationContainer">
<h2>Open Source Contributions</h2>
<p>I have been maintaining a small angular library <a href="https://www.npmjs.com/package/ng2-animate-on-scroll">ng2-animate-on-scroll</a>, an angular directive module
to load animations on scrolling, and in the process of pushing another one to detect "good" crawlers
based on user agents.</p>
<p>In addition to this, I have been contributing to various open source organizations.</p>
<ul>
<li>◉ <a target="_blank" rel="noopener noreferrer" href="https://github.com/openMF/web-app/">OpenMF/webapp.</a>- Some of my contributions:</li>
<ul>
<li> ⇒ Build CI using Github Actions.</li>
<li> ⇒ Fixed 2-FA Authentication.</li>
<li> ⇒ Improved Dark Mode by squashing bugs.</li>
</ul>
<li>◉ <a target="_blank" rel="noopener noreferrer" href="https://github.com/zulip/zulip-terminal/">Zulip/terminal</a>- Some of my contributions:</li>
<ul>
<li> ⇒ Fixed bugs and improved CI.</li>
<li> ⇒ Added customization to add any number of footlinks.</li>
<li> ⇒ Added event listener to subscribe and unsubscribe from streams.</li>
</ul>
<li>◉ <a target="_blank" rel="noopener noreferrer" href="https://github.com/internetarchive/openlibrary/">Internet Archive</a>- Some of my contributions:</li>
<ul>
<li> ⇒ Helped in migration from Python 2 to Python 3.</li>
</ul>
<li>◉ <a target="_blank" rel="noopener noreferrer" href="https://github.com/internetarchive/openlibrary/">EOS</a>- Some of my contributions:</li>
<ul>
<li> ⇒ Created Plugin for Adobe XD.</li>
</ul>
</ul>
</section>
<section id="projects" class="body-section animationContainer">
<h2>Personal Projects</h2>
<p>Listed below are some projects I have had an opportunity to work on, either as a course project or just for fun.
I have tried hosting their code on GitHub as well.</p>
<ul>
<li>◉ <a target="_blank" rel="noopener noreferrer" href="https://github.com/Abhirup-99/DesktopWallpaper">Automatic Desktop Wallpaper Changer</a> - A combination of bash script and python to change your wallpaper daily.</li>
<li>◉ <a target="_blank" rel="noopener noreferrer" href="https://github.com/Abhirup-99/gmail-cleaner">Gmail Cleaner</a> - An Appscript script which runs once a day and cleans up your email.</li>
<li>◉ <a target="_blank" rel="noopener noreferrer" href="https://github.com/Abhirup-99/scraper">Link Scraper</a> - A python based link scraper for scraping all the links from a website.</li>
<li>◉ <a target="_blank" rel="noopener noreferrer" href="https://github.com/Abhirup-99/tkinter_projects">Tkinter GUI Demos</a> - Various GUI applications made in tkinter.(Calculator,Notepad, Drawing App)</li>
<li>◉ <a target="_blank" rel="noopener noreferrer" href="https://github.com/Abhirup-99/chat-application">Chat application</a> - A Socket.io based chat room application.</li>
<li>◉ <a target="_blank" rel="noopener noreferrer" href="https://github.com/orgs/awesome-erp/dashboard">Awesome ERP</a> - A full stact ERP application made with Flask as Backend, Angular with Node(for server side rendering) for Frontend.</li>
</ul>
</section>
<footer class="footer">
<p class="text-center">Made with ❤️ by <span style="font-weight: bold;">Abhirup Pal</span></p>
</p>
</footer>
</div>
</div>
</body>
</html>