-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
387 lines (338 loc) · 16.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Primary Meta Tags -->
<title>Aqeeb Imtiaz Harun</title>
<meta name="title" content="Aqeeb Imtiaz Harun">
<meta name="description" content="Portfolio website of Aqeeb Imtiaz Harun">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Aqeeb Imtiaz Harun">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://aqeebimtiaz.github.io/">
<meta property="og:title" content="Aqeeb Imtiaz Harun">
<meta property="og:description" content="Portfolio website of Aqeeb Imtiaz Harun">
<meta property="og:image" content="/img/aqeeb/main_photo-min.jpg">
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://aqeebimtiaz.github.io/">
<meta property="twitter:title" content="Aqeeb Imtiaz Harun">
<meta property="twitter:description" content="Portfolio website of Aqeeb Imtiaz Harun">
<meta property="twitter:image" content="">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<!-- Bootstrap core CSS -->
<!-- <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Varela+Round&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap" rel="stylesheet">
<!--Progressive Image Loading-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/progressive-image.js/dist/progressive-image.css">
<!--Swiper Slider-->
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<!-- Custom styles for this template -->
<link href="css/grayscale.min.css" rel="stylesheet">
<style>
.swiper {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
margin-top: auto;
margin-bottom: auto;
}
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
</style>
<!-- replace x.x.x with actual version -->
<script defer src="https://unpkg.com/@codersrank/[email protected]/codersrank-summary.min.js"></script>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Aqeeb Imtiaz Harun</a>
<button class="navbar-toggler navbar-toggler-right" type="button"
data-bs-toggle="collapse" data-bs-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#signup">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://raw.githubusercontent.com/aqeebimtiaz/aqeebimtiaz.github.io/master/CV_Aqeeb_Imtiaz_Harun.pdf" download="CV_Aqeeb_Imtiaz_Harun.pdf">Download CV</a>
<!-- <a class="nav-link js-scroll-trigger" href="http://aqeeb-imtiaz-harun.herokuapp.com/resume">Download CV</a> -->
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container d-flex h-100 align-items-center">
<div class="mx-auto text-center">
<h1 class="mx-auto my-0 text-uppercase">Aqeeb Imtiaz Harun</h1>
<h2 class="text-white-50 mx-auto mt-2 mb-5">Odoo and Web developer with an obsession to constantly learn & experiment!</h2>
<a href="#about" class="btn btn-primary js-scroll-trigger"><i class="fas fa-angle-down"></i> About</a>
</div>
</div>
</header>
<!-- About Section -->
<section id="about" class="about-section text-center">
<div class="container">
<codersrank-summary username="aqeebimtiaz"></codersrank-summary>
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-white mb-4">About me</h2>
<p class="text-white-50" style="margin-bottom: 1rem;">
Graduate in Software Engineering from <a href="https://www.mmu.edu.my/fci/">Faculty of Computing & Informatics, Multimedia University, Cyberjaya, Malaysia</a> with about 4.5+ years of professional experience in developing ERP & Cross-platform applications using Python, Django, Flask, Odoo, React & React Native.
</p>
<p class="text-white-50" style="margin-bottom: 1rem;">
Currently, I'm working at <a href="https://www.bistasolutions.com">Bista Solutions Inc.</a> as a Senior Software Engineer - Odoo to build customized ERP solutions (Sales, Purchase, Manufacturing, Inventory & E-commerce) as well as REST APIs based on Odoo 11-16.
</p>
<p class="text-white-50">
Previously, I was working at <a href="http://www.bayemporium-bd.com/">Bay Emporium Ltd.</a> as Software Engineer on <a href="https://www.amarbay.com/">E-commerce & ERP software</a> built on Odoo 10 & 13, a React website (sales dashboard) and a React Native mobile app.
<!-- For more visit my main portfolio website built using Laravel and Vue.js or <a href="http://aqeeb-imtiaz-harun.herokuapp.com/resume"> download my CV.</a> -->
</p>
<!-- <a href="http://aqeeb-imtiaz-harun.herokuapp.com/" class="btn btn-secondary js-scroll-trigger">Portfolio Website</a> -->
</div>
</div>
<br>
<a href="#projects" class="btn btn-primary js-scroll-trigger"><i class="fas fa-angle-down"></i> Projects</a>
<!--<img src="img/ipad.png" class="img-fluid" alt="">-->
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects-section bg-light">
<div class="container">
<h2 class="text-center text-black-50">Projects</h2>
<br />
<!-- Featured Project Row -->
<div class="row align-items-center no-gutters mb-4 mb-lg-5">
<div class="col-xl-8 col-lg-7">
<!-- <a href="img/projects/OdooLauncher-Electron_reduced.gif" class="progressive replace">
<img src="img/projects/OdooLauncher-Electron_preview.png" class="img-fluid mb-3 mb-lg-0 preview" alt="project1" />
</a> -->
<!-- <img loading="lazy" class="img-fluid mb-3 mb-lg-0" src="img/projects/aqeeb_cool_blog.JPG" alt=""> -->
<div class="swiper mySwiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<a href="img/projects/OdooLauncher-Electron.png" class="progressive replace">
<img src="img/projects/OdooLauncher-Electron_preview.png" class="img-fluid mb-3 mb-lg-0 preview" alt="project1" />
</a>
<p>Vanilla JS</p>
</div>
<div class="swiper-slide">
<a href="img/projects/OdooLauncher-ElectronReact.png" class="progressive replace">
<img src="img/projects/OdooLauncher-ElectronReact-preview.png" class="img-fluid mb-3 mb-lg-0 preview" alt="project1" />
</a>
<p>React JS</p>
</div>
<div class="swiper-slide">
<a href="img/projects/OdooLauncher-Electron_reduced.gif" class="progressive replace">
<img src="img/projects/OdooLauncher-Electron_preview.png" class="img-fluid mb-3 mb-lg-0 preview" alt="project1" />
</a>
</div>
<!-- <div class="swiper-slide">Demo Slide</div> -->
</div>
<div class="swiper-pagination"></div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</div>
<div class="col-xl-4 col-lg-5">
<div class="featured-text text-center text-lg-left">
<h4>OdooLauncher by Electron & React</h4>
<p class="text-black-50 mb-0">A desktop application built to launch Odoo instances in Terminal. This project was inspired to make my daily Odoo development tasks easier.</p>
</div>
</div>
</div>
<!-- Project One Row -->
<div class="row justify-content-center no-gutters mb-5 mb-lg-0">
<div class="col-lg-6">
<a href="img/projects/basic_tasks_app.JPG" class="progressive replace">
<img src="img/projects/basic_tasks_app_preview.JPG" class="img-fluid mb-3 mb-lg-0 preview" alt="project2" />
</a>
<!-- <img loading="lazy" class="img-fluid" src="img/projects/basic_tasks_app.JPG" alt=""> -->
</div>
<div class="col-lg-6">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-left">
<h4 class="text-white">To-do List Website</h4>
<p class="mb-0 text-white-50">A basic to-do app, built from scratch using Laravel & Bootstrap with authentications where the registered users can add and delete tasks.</p>
<hr class="d-none d-lg-block mb-0 ml-0">
</div>
</div>
</div>
</div>
</div>
<!-- Project Two Row -->
<div class="row justify-content-center no-gutters">
<div class="col-lg-6">
<a href="img/projects/aqeeb_cool_blog.JPG" class="progressive replace">
<img src="img/projects/aqeeb_cool_blog_preview.JPG" class="img-fluid mb-3 mb-lg-0 preview" alt="project3" />
</a>
</div>
<div class="col-lg-6 order-lg-first">
<div class="bg-black text-center h-100 project">
<div class="d-flex h-100">
<div class="project-text w-100 my-auto text-center text-lg-right">
<h4 class="text-white">Personal Blog Site</h4>
<p class="mb-0 text-white-50">This personal blog site was developed while learning Laravel with user authentications. I plan to implement user verifications through email and if possible use email links to login rather than plain old passwords.</p>
<hr class="d-none d-lg-block mb-0 mr-0">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Signup Section -->
<section id="signup" class="signup-section">
<div class="container">
<div class="row">
<div class="col-md-10 col-lg-8 mx-auto text-center">
<i class="far fa-paper-plane fa-2x mb-2 text-white"></i>
<!-- TODO: Change Portfolio Site Address -->
<h2 class="text-white mb-5">For more please visit my <a href="http://aqeeb-imtiaz-harun.herokuapp.com/">Portfolio Website</a>.</h2>
<!--
<h2 class="text-white mb-5">Subscribe to receive updates!</h2>
<form class="form-inline d-flex">
<input type="email" class="form-control flex-fill mr-0 mr-sm-2 mb-3 mb-sm-0" id="inputEmail" placeholder="Enter email address...">
<button type="submit" class="btn btn-primary mx-auto">Subscribe</button>
</form>-->
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact-section bg-black">
<div class="container">
<div class="row">
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-map-marked-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Address</h4>
<hr class="my-4">
<div class="small text-black-50">Zakir Hossain Road, Mohammadpur, Dhaka-1207, Bangladesh</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-envelope text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Email</h4>
<hr class="my-4">
<div class="small text-black-50">
<a href="mailto:[email protected]">[email protected]</a>
<i id="copyEmail" class="far fa-copy" data-bs-toggle="popover" data-bs-content="Copied!"></i>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-mobile-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Phone</h4>
<hr class="my-4">
<div class="small text-black-50">+88 01962 560-042</div>
</div>
</div>
</div>
</div>
<div class="social d-flex justify-content-center">
<a href="https://www.github.com/aqeebimtiaz" class="mx-2" target="_blank" aria-label="GitHub">
<i class="fab fa-github"></i>
</a>
<a href="https://www.twitter.com/aqeebimtiaz" class="mx-2" target="_blank" aria-label="Twitter">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.m.me/aqeeb01" class="mx-2" target="_blank" aria-label="Messenger">
<i class="fab fa-facebook-messenger"></i>
</a>
<a href="skype:aqeeb.imtiaz.harun" class="mx-2" target="_blank" aria-label="Skype">
<i class="fab fa-skype"></i>
</a>
<a href="https://www.linkedin.com/in/aqeeb-imtiaz-harun/" class="mx-2" target="_blank" aria-label="LinkedIn">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://gitlab.com/aqeebimtiaz" class="mx-2" target="_blank" aria-label="GitLab">
<i class="fab fa-gitlab"></i>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-black small text-center text-white-50">
<div class="container">
Made with love using Grayscale from <a href="https://startbootstrap.com/template-overviews/grayscale/">Start Bootstrap</a>.
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<!-- <script defer src="vendor/jquery/jquery.min.js"></script>
<script defer src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> -->
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
<!-- Plugin JavaScript -->
<!-- <script defer src="vendor/jquery-easing/jquery.easing.min.js"></script> -->
<!-- Custom scripts for this template -->
<!-- <script defer src="js/grayscale.min.js"></script> -->
<script defer src="js/scripts.min.js"></script>
<!--Progressive Image Loading-->
<script defer src="https://cdn.jsdelivr.net/npm/progressive-image.js/dist/progressive-image.js"></script>
<!--Swiper Slider-->
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- Initialize Swiper -->
<script>
const swiper = new Swiper(".mySwiper", {
pagination: {
el: ".swiper-pagination",
dynamicBullets: true
},
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev"
}
});
</script>
</body>
</html>