-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
202 lines (184 loc) · 8 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<title>Abhijeet Bhowmik</title>
<link rel="icon" href="images/icon.png" type="image/icon type">
<link rel="stylesheet" href="style.css">
<!-- Fontawesome CDN Link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!-- Move to up button -->
<div class="scroll-button">
<a href="#home"><i class="fas fa-arrow-up"></i></a>
</div>
<!-- navgaition menu -->
<nav>
<div class="navbar">
<div class="logo"><a href="#">Portfolio.</a></div>
<ul class="menu">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
<div class="cancel-btn">
<i class="fas fa-times"></i>
</div>
</ul>
<p align="right">
<a href="https://www.linkedin.com/in/abhijeet-bhowmik/" target="_blank" rel="noreferrer"> <img src="images/linkedin.svg" alt="bash" width="40" height="40"/> </a>
<a href="https://github.com/bhowmik-abhijeet" target="_blank" rel="noreferrer"> <img src="images/github.svg" alt="bash" width="40" height="40"/> </a>
<a href="mailto:abhi.bh.31296@gmail.com" target="_blank" rel="noreferrer"> <img src="images/gmail.svg" alt="bash" width="40" height="40"/> </a>
</p>
</div>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</nav>
<!-- Home Section Start -->
<section class="home" id="home">
<div class="home-content">
<div class="text">
<div class="text-one"><a class="text-zero">console.log </a>('Hello World !!');</div><br><br>
<div class="text-two"><a class="text-zero-red">  fmt.Printf </a>("I am Abhijeet Bhowmik")</div><br><br>
<div class="text-three"><a class="text-zero">    print </a>('A Software Engineer - Backend')</div>
</div>
</div>
</section>
</div>
<!-- About Section Start -->
<section class="about" id="about">
<div class="content">
<div class="title"><span>About Me</span></div>
<div class="about-details">
<div class="left">
<img src="images/profile_linkdin.jpeg" alt="">
</div>
<div class="right">
<div class="topicone">Crafting Code & Curiosity</div>
<p>My mantra: If it isn't broken, I'll still improve it. <br> <br>Skilled and Experienced in Backend technologies such as NodeJS, GoLang, Python, Postgres, Mongodb etc and tools such as Git, Terraform, Docker, and Kubernetes. Strong engineering professional with a Bachelor of Technology focused on Information Technology. <br> <br>
Want to pursue a challenging career in an organization that utilizes me to my full potential and helps me to enhance my skills, ability, and knowledge.</p>
<div class="button">
<!-- <button>Download CV</button> -->
<a href="cv/AbhijeetBhowmikResume.pdf"><button>Download CV</button></a>
</div>
</div>
</div>
</div>
</section>
<!-- My Skill Section Start -->
<!-- Section Tag and Other Div will same where we need to put same CSS -->
<section class="skills" id="skills">
<div class="content">
<div class="title"><span>My Skills</span></div>
<div class="skills-details">
<div class="text">
<div class="topicone">Skills reflect our knowledge and <br> Workmanship reflects our practicality.</div>
<p>I have acquired my skills over a span of 6 years while working at small to mid size service as well as product based firms. Although I don't know each topic by heart, I am skilled at using just the right tools to build applications at scale</p>
<div class="experience">
<div class="exp">Over</div>
<div class="num">6</div>
<div class="exp">Years Of <br> Experience</div>
</div>
</div>
<div class="boxes">
<div class="box">
<div class="topicsmall">API</div>
<div class="persmall">NodeJS</div>
</div>
<div class="box">
<div class="topicsmall">Microservices</div>
<div class="persmall">GoLang</div>
</div>
<div class="box">
<div class="topicsmall">Database</div>
<div class="persmall">MongoDB</div>
<div class="persmall">Postgres</div>
</div>
<div class="box">
<div class="topicsmall">Scripting</div>
<div class="persmall">Python</div>
</div>
<div class="box">
<div class="topicsmall">RPC</div>
<div class="persmall">gRPC</div>
<div class="persmall">RabbitMQ</div>
</div>
<div class="box">
<div class="topicsmall">Caching</div>
<div class="persmall">Redis</div>
</div>
</div>
</div>
</div>
</section>
<!-- My Services Section Start -->
<section class="services" id="services">
<div class="content">
<div class="title"><span>Self-Learnings</span></div>
<div class="boxes">
<div class="box">
<div class="topic">Programming, Data Structures and Algorithms in Python</div>
<p>A comprehensive course on data structures and algorithms I completed during my college</p>
<br>
<a class="cert-btn" href="images/programming.jpeg">View</a>
</div>
<div class="box">
<div class="topic">Machine Learning for Engineering and Science Applications</div>
<p>A deep dive technical course on machine learning and its applications in science</p>
<br>
<a class="cert-btn" href="images/machine_learning.jpeg">View</a>
</div>
<div class="box">
<div class="topic">Open Source Contribution for Gorm Module</div>
<p>Although a minor change, it saves go programs running gorm v2 from crashing with nil pointer dereference</p>
<br>
<a class="cert-btn" href="https://github.com/go-gorm/gorm/pulls?q=is%3Apr+author%3Abhowmik-abhijeet+is%3Amerged+">View</a>
</div>
<div class="box">
<div class="topic">Operating Kubernetes on IBM Cloud</div>
<p>I attended this course as part of work cirriculum. It enabled me to operate K8s solution on IBM Cloud</p>
<br>
<a class="cert-btn" href="https://www.credly.com/badges/094af0a8-cecd-4c6b-b3b8-912d74fad3e8?source=linked_in_profile">View</a>
</div>
<div class="box">
<div class="topic">Machine Learning</div>
<p>Intelligent systems always intrigued me and I completed this certification course to feed my curiosity</p>
<br>
<a class="cert-btn" href="https://www.coursera.org/account/accomplishments/verify/UU78S3FML2EF?utm_source=link&utm_medium=certificate&utm_content=lih&utm_campaign=card_button">View</a>
</div>
<div class="box">
<div class="topic">Neural Networks and Deep Learning</div>
<p>Continued pursuation to better understand more complex machine learning models and computer vision</p>
<br>
<a class="cert-btn" href="https://www.coursera.org/account/accomplishments/verify/GAPAMDVJPL49?utm_source=link&utm_medium=certificate&utm_content=lih&utm_campaign=card_button">View</a>
</div>
</div>
</div>
</section>
<!-- Contact Me section Start -->
<section class="contact" id="contact">
<div class="content">
<div class="title"><span>Contact Me</span></div>
<div class="text">
<div class="topic">Have any openings which suits my skillset?</div>
<p>Why wait? Let's plan to connect.</p>
<div class="button">
<!-- <button>Let's Chat</button> -->
<a class="fcc-btn" href="https://www.linkedin.com/in/abhijeet-bhowmik/">Connect on Linkedin</a>
</div>
</div>
</div>
</section>
<!-- Footer Section Start -->
<footer>
<div class="text">
<span>Created By <a href="#">Abhijeet</a> | © 2024 All Rights Reserved</span>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>