-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
405 lines (363 loc) · 20.7 KB
/
index.html
File metadata and controls
405 lines (363 loc) · 20.7 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
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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Open+Sans:wght@300;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script src="https://kit.fontawesome.com/238e4a8eca.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="d-flex">
<!-- Sidebar -->
<div id="sidebar" class="sidebar">
<div class="profile">
<img src="./img/aminul islam.png" alt="Profile Image" class="profile-img">
<h3 class="custom-title">Md Aminul Haque</h3>
<p class="email-add" ><i class="fa-regular fa-envelope"></i> niloyftaminul@gmail.com</p>
<hr>
<div class="social-icons">
<a href="https://www.facebook.com/aminulislamniloy122/" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://instagram.com/aminul_islam_122" target="_blank"><i class="fa-brands fa-instagram"></i></a>
<a href="https://github.com/aminul-islam-niloy" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://linkedin.com/in/aminul-islam-niloy-78ba98167" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</div>
<hr>
<nav class="nav-menu ">
<a href="#aboutme" class="nav-link"><i class="fa-regular fa-address-card"></i> About Me</a>
<a href="#projects" class="nav-link"><i class="fa-solid fa-diagram-project"></i> Projects</a>
<a href="#education" class="nav-link"><i class="fa-solid fa-graduation-cap"></i> Education</a>
<a href="#experience" class="nav-link"><i class="fa-solid fa-flask"></i> Experience</a>
</nav>
<div class="side-footer">
<hr>
<div class="footer-content">
<span>Md Aminul Haque</span>
</div>
</div>
</div>
</div>
<!-- Main content -->
<div class="main-content">
<div class="container">
<section id="aboutme" >
<div class="row">
<div class="col-xl-10 col-lg-12 col-md-6"></div>
<div id="#About-me" class="about-section" style="padding: 20px; max-width: 900px; margin: 0 auto; background-color: #f7f7f7; border-radius: 10px;">
<h2 align="center">MD AMINUL HAQUE</h2>
<h6 align="center">Jr. Full Stack Software Engineer</h4>
<div align="center" style="margin-bottom: 20px;">
<a href="https://linkedin.com/in/aminul-islam-niloy-78ba98167" target="blank">
<img src="https://img.shields.io/static/v1?message=LinkedIn&logo=linkedin&label=&color=0077B5&logoColor=white&labelColor=&style=for-the-badge" height="25" alt="linkedin logo" />
</a>
<a href="https://instagram.com/aminul_islam_122" target="blank">
<img src="https://img.shields.io/static/v1?message=Instagram&logo=instagram&label=&color=E4405F&logoColor=white&labelColor=&style=for-the-badge" height="25" alt="instagram logo" />
</a>
<a href="https://www.facebook.com/aminulislamniloy122" target="blank">
<img src="https://img.shields.io/static/v1?message=Facebook&logo=facebook&label=&color=1877F2&logoColor=white&labelColor=&style=for-the-badge" height="25" alt="facebook logo" />
</a>
<a href="https://discord.gg/aminul5284" target="blank">
<img src="https://img.shields.io/static/v1?message=Discord&logo=discord&label=&color=7289DA&logoColor=white&labelColor=&style=for-the-badge" height="25" alt="discord logo" />
</a>
</div>
<div class="about-details">
<p> I am a Full-Stack Software Engineer with hands-on experience in developing and maintaining scalable web applications using ASP.NET Core, Angular, PostgreSQL, Azure, and SignalR. At Vonome Software and System, I focus on building secure, efficient, and user-friendly software solutions following Clean Architecture principles. With a strong background in computer science and a passion for modern web development, I aim to deliver high-quality and maintainable applications. </p>
<ul>
<li>
<a>🌱 Currently Learning: <strong>ASP.NET Core, Angular 18, Azure</strong></a>
</li>
<li>
<a>🛠️ Actively Working On:</a>
<a href="https://lite.communitrader.com" target="_blank" class="card-link">🫂 CommuniTrader</a>
<a href="https://parkquickly.com/" target="_blank" class="card-link">🚚 Park Quickly</a>
<a href="https://invoice360.xyz/" target="_blank" class="card-link">🧾 Invoice 360</a>
<a href="https://github.com/aminul-islam-niloy/Organic-Option.git" target="_blank" class="card-link">🌿 Organic Option</a>
</li>
<li>
<a>📔 Problem Solving Practice On:</a>
<a href="https://www.leetcode.com/niloyftaminul" target="_blank" class="card-link">
<img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/leet-code.svg" height="17" width="25" alt="leetcode" /> LeetCode
</a>
</li>
</ul>
</div>
<hr />
<div align="center" class="text-center justify-content-center" style="margin: 5px; display: flex; flex-wrap: wrap; text-align: center;">
<h5 align="center" style="font-size: 16px; margin-right: 5px;">Connect With Me </h4>
<a href="https://dev.to/aminulislamniloy"style="margin-left:5px;" target="blank"><img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/devto.svg" height="17" width="25" alt="devto" /></a>
<a href="https://stackoverflow.com/users/aminul-islam-niloy" target="blank"><img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/stack-overflow.svg" height="17" width="25" alt="stackoverflow" /></a>
<a href="https://codeforces.com/profile/aminulislam122" target="blank"><img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/codeforces.svg" height="17" width="25" alt="codeforces" /></a>
<a href="https://www.leetcode.com/niloyftaminul" target="blank"><img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/leet-code.svg" height="17" width="25" alt="leetcode" /></a>
</div>
<div class="row">
<div class="col-md-6">
<div class="info-grid">
<h5>👨💻 Basic Info</h5>
<hr>
<div class="row info-item">
<div class="col-12">
<strong>📞 Phone:</strong> +8801568105212
</div>
</div>
<div class="row info-item">
<div class="col-12">
<strong>📅 Date of Birth:</strong> 18 February, 1999
</div>
</div>
<div class="row info-item">
<div class="col-12">
<strong>🙎 Gender:</strong> Male | <strong>Religion:</strong> Islam
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="info-grid">
<h5>🎯 Hobbies & Interests</h5>
<hr>
<div class="row info-item">
<div class="col-12">
🌍 <strong>Traveling:</strong> Exploring new places
</div>
</div>
<div class="row info-item">
<div class="col-12">
🍳 <strong>Cooking</strong> 🎬 <strong>Watch Movies</strong>
</div>
</div>
<div class="row info-item">
<div class="col-12">
💻 <strong>Technology:</strong> Staying updated on current trends
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="location-div">
<h5 class="text-center">📍 Address & Location</h5>
<div class="row info-item">
<div class="col-12 text-center">
<strong> Location: </strong>1216 Pallabi Mirpur 12, Dhaka Bangladesh <strong style="margin-left: 5px;">Nationality:</strong> <strong></strong> Bangladeshi</strong>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="projects">
<div id="#projects" class="row " style="background: #f7f7f7;">
<h5 class="text-center mt-4">⚒️ MY PROJECTS</h5>
<div class="col-md-4 mt-2">
<a href="https://github.com/aminul-islam-niloy/Organic-Option.git" target="blank" class="card-link">
<div class="card project-card">
<img src="./img/card/shop.png" class="card-img-top project-image" alt="Project 1 Image">
<div class="card-body">
<h6>Organic Option (E-Commerce)</h6>
<p> FarmerShop Product to Customer by Rider Delivary to Remove Local Syndicate </p>
<p class="tech-used">Tech: ASP.Net Core C# Entity-Framwork</p>
</div>
</div>
</a>
</div>
<!-- Project Card 2 -->
<div class="col-md-4 mt-2">
<a href="https://github.com/aminul-islam-niloy/Movie-Hub.git" target="blank" class="card-link">
<div class="card project-card">
<img src="./img/card/Moviesfair.png" class="card-img-top project-image" alt="Project 2 Image">
<div class="card-body">
<h6>Movie Fair (Movie Server)</h6>
<p>A Movie Server for Download Movie, Watch online and Rating Review</p>
<p class="tech-used">Tech: C# Ragor Pages Asp.net core </p>
</div>
</div>
</a>
</div>
<!-- Project Card 3 -->
<div class="col-md-4 mt-2">
<a href="https://github.com/aminul-islam-niloy/Weather-Application-C-Sharp-and-.Net-" target="blank" class="card-link">
<div class="card project-card">
<img src="./img/card/location.jpg" class="card-img-top project-image" alt="Project 3 Image">
<div class="card-body">
<h6>My Weather</h6>
<p>Desktop Application For Current Weather forecast</p>
<p class="tech-used">Tech: WPF C# WeatherAPI</p>
</div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="https://github.com/aminul-islam-niloy/NextTaskAPI.git" target="blank" class="card-link">
<div class="card project-card">
<img src="./img/card/Next Task.png" class="card-img-top project-image" alt="Project 1 Image">
<div class="card-body">
<h6>Next Task</h6>
<p>My Next Task Schedule and Remind Me about my next task </p>
<p class="tech-used">Tech: Angular , C# Asp.Net Core Web API</p>
</div>
</div>
</a>
</div>
<!-- Project Card 2 -->
<div class="col-md-4">
<a href="https://github.com/aminul-islam-niloy/Restaurant-POS-System.git" target="blank" class="card-link">
<div class="card project-card">
<img src="./img/card/2 Menu Items.png" class="card-img-top project-image" alt="Project 2 Image">
<div class="card-body">
<h6>Resturent POS System</h6>
<p>Modern Resturent POS system for Order, Sales and Inventory Management.Reporting and Inoice Print Facilities </p>
<p class="tech-used">Tech:AJAX, Dotnet Core, c#,MS SQL</p>
</div>
</div>
</a>
</div>
<!-- Project Card 3 -->
<div class="col-md-4">
<a href="https://github.com/aminul-islam-niloy/Nodepad-SI" target="blank" class="card-link">
<div class="card project-card">
<img src="./img/card/Node pad.jpg" class="card-img-top project-image" alt="Project 3 Image">
<div class="card-body">
<h6>Notepad SI</h6>
<p>A Desktop Application for Creating Note and Save for Future Work</p>
<p class="tech-used">Tech: Windows-form c#</p>
</div>
</div>
</a>
</div>
</div>
</section>
<section id="education">
<div class="row">
<div class="table-container" >
<h2 class="table-title ">🎓 Educational Qualifications</h2>
<table class="table table-bordered table-responsive">
<thead>
<tr>
<th>Institution</th>
<th>Degree</th>
<th>Year of Completion</th>
<th>Major/Field of Study</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bornomala School and College</td>
<td>SSC (Secondary School Certificate)</td>
<td>2015</td>
<td>Science</td>
</tr>
<tr>
<td>Bornomala College</td>
<td>HSC (Higher Secondary Certificate)</td>
<td>2017</td>
<td>Science</td>
</tr>
<tr>
<td>University of Rajshahi </td>
<td>Bachelor of Sceicence & Engineering</td>
<td>2024</td>
<td>Computer Science & Engineering</td>
</tr>
</tbody>
</table>
<h2 class="table-title">🔖 Courses & Interests</h2>
<table class="table table-bordered table-responsive">
<thead>
<tr>
<th>Course Name</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>Full-Stack Web Development</td>
<td>Completed</td>
</tr>
<tr>
<td>Azure Cloud Computing</td>
<td>Ongoing</td>
</tr>
<tr>
<td>Angular 18 </td>
<td>Completed</td>
</tr>
<tr>
<td>Azure Data Science and AI</td>
<td>Interested</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<section id="experience">
<div class="about-section" style="padding: 20px; max-width: 900px; margin: 0 auto; background-color: #f7f7f7; border-radius: 10px;">
<div class="text-center mt-4 justify-content-center mb-5" style="display: flex; flex-wrap: wrap;">
<h5 align="center">Skills & Used Tools:</h5>
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/dot-net/dot-net-plain-wordmark.svg" height="30" alt="dot-net logo" style="margin: 5px;" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/csharp/csharp-original.svg" height="30" alt="csharp logo" style="margin: 5px;" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" height="30" alt="python logo" style="margin: 5px;" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/cplusplus/cplusplus-original.svg" height="30" alt="cplusplus logo" style="margin: 5px;" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/azure/azure-original.svg" height="30" alt="azure logo" style="margin: 5px;" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/git/git-original.svg" height="30" alt="git logo" style="margin: 5px;" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/bootstrap/bootstrap-original.svg" height="30" alt="bootstrap logo" style="margin: 5px;" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/visualstudio/visualstudio-plain.svg" height="30" alt="visualstudio logo" style="margin: 5px;" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/docker/docker-original.svg" height="40" alt="docker logo" style="margin: 5px;" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/angularjs/angularjs-original.svg" height="30" alt="angular logo" style="margin: 5px;" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/kubernetes/kubernetes-plain.svg" height="30" alt="kubernetes logo" style="margin: 5px;" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/gitlab/gitlab-original.svg" height="30" alt="gitlab logo" style="margin: 5px;" />
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/postgresql/postgresql-original.svg" height="30" alt="postgresql logo" style="margin: 5px;" />
</div>
<div class="row mt-5">
<div class="col-lg-6 slide-left">
<h5 class="mb-3">🧑💻 Programming Experience</h5>
<ul>
<li class="slide-up">Participated in Asian ICPC 2022</li>
<li class="slide-up">Proficient in multiple programming languages: C, C++, C#, TypeScript, Java</li>
<li class="slide-up">Experienced in Android Development using Kotlin</li>
<li class="slide-up">Developed software solutions using .NET technologies</li>
<li class="slide-up">Worked with databases such as MS SQL Server,PostgreSQL,My SQL</li>
<li class="slide-up">Version control experience with Git GitHub and Gitlab</li>
</ul>
</div>
<div class="col-lg-6 slide-right">
<h5 class="mb-3">🎨 Design & Development Skills</h5>
<ul>
<li class="slide-up">UI/UX design tools: Photoshop, Illustrator,Figma, Canva</li>
<li class="slide-up">Responsive web design with Bootstrap and HTML/CSS</li>
<li class="slide-up">Knowledgeable in software Management Tools like Jira & Confluence</li>
<li class="slide-up">Cloud services such as Microsoft Azure and Docker Container</li>
<li class="slide-up">Developed multiple personal projects in api,web,desktop and mobile app development</li>
</ul>
</div>
</div>
<div class="row mt-5 slide-bottom">
<div class="col-md-12">
<h5 class="text-center mb-3">🔍 Open to New Opportunities</h5>
<p class="text-center">
I’m always eager to explore new challenges—particularly in the areas of AI and Data Science—where I can expand my expertise and contribute to impactful solutions. I'm open to exciting opportunities that align with my skills and passion for technology.
</p>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
<footer class="footer mt-2 py-4 " >
<div class=" text-center">
<p class="footerLast">© 2025 Aminul Haque. All Rights Reserved.</p>
</div>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
<script src="/index.js" defer> </script>
</body>
</html>