Skip to content

Commit b262cbf

Browse files
author
towfiq
committed
CV updated for selise
1 parent c7eb4ac commit b262cbf

6 files changed

+25
-23
lines changed
File renamed without changes.
File renamed without changes.

Towfiqul_Islam.docx

206 Bytes
Binary file not shown.

Towfiqul_Islam.pdf

84.5 KB
Binary file not shown.

index.html

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -178,33 +178,35 @@ <h1><em>Towfiqul Islam</em></h1>
178178
<h2 class="w3-text-black"><i
179179
class="fa fa-suitcase fa-fw w3-margin-right w3-xxlarge w3-text-indigo"></i>Work Experience
180180
(<span style="color: #1c7430" id="totalExperience">0</span>)</h2>
181-
<!-- <div class="w3-container">-->
182-
<!-- <h5 class="w3-opacity-min"><b>Software Engineer @-->
183-
<!-- <a href="http://selise.ch" target="_blank"><em>SELISE</em></a></b></h5>-->
184-
<!-- <h6 class="w3-text-indigo"><i class="fa fa-calendar fa-fw w3-margin-right"></i>November 2021 - -->
185-
<!-- <span class="w3-tag w3-indigo w3-round">Current</span></h6>-->
186-
<!-- <p>-->
187-
<!-- <b><em>SELISE</em></b> (Secure Link Service) which headquarter is situated in Zurich,-->
188-
<!-- Switzerland. It is a software company that works on big-scale private projects which provides-->
189-
<!-- standard high-level-->
190-
<!-- software solutions worldwide depending on customer need.-->
191-
<!-- <br>-->
192-
<!--&lt;!&ndash; <b>Key Responsibilities</b>&ndash;&gt;-->
193-
<!--&lt;!&ndash; <br>&ndash;&gt;-->
194-
<!--&lt;!&ndash; ● Developed various Govt and Private Web Application and Services.&ndash;&gt;-->
195-
<!--&lt;!&ndash; <br>&ndash;&gt;-->
196-
<!--&lt;!&ndash; ● Planned development cycle and collected requirements for developing software.&ndash;&gt;-->
197-
<!--&lt;!&ndash; <br>&ndash;&gt;-->
198-
<!-- </p>-->
199-
<!-- <hr>-->
200-
<!-- </div>-->
181+
<div class="w3-container">
182+
<h5 class="w3-opacity-min"><b>Software Engineer @
183+
<a href="http://selise.ch" target="_blank"><em>SELISE</em></a></b></h5>
184+
<h6 class="w3-text-indigo"><i class="fa fa-calendar fa-fw w3-margin-right"></i>November 2021 -
185+
<span class="w3-tag w3-indigo w3-round">Current</span></h6>
186+
<p>
187+
<b><em>SELISE</em></b> (Secure Link Service) which headquarter is situated in
188+
Zurich, Switzerland. It is a software company that works on big-scale private
189+
projects which provides standard high-level software solutions worldwide
190+
depending on customer need. SELISE is a software company, works for the
191+
betterment of people and makes life easier, already operating in four countries.
192+
<br>
193+
<b>Key Responsibilities</b>
194+
<br>
195+
1) Responsible for defining & developing software for tasks associated.<br>
196+
2) Develop enhancements to existing products.<br>
197+
3) Collaborate in a team environment to share best practices.<br>
198+
4) Implement process improvements.<br>
199+
5) Ensure software quality.<br>
200+
<br>
201+
</p>
202+
<hr>
203+
</div>
201204

202205
<div class="w3-container">
203206
<h5 class="w3-opacity-min"><b>Software Engineer @
204207
<a href="http://exabyting.com" target="_blank"><em>Exabyting</em></a></b></h5>
205208
<h6 class="w3-text-indigo"><i class="fa fa-calendar fa-fw w3-margin-right"></i>December 2019 -
206-
<!-- November 2021</h6>-->
207-
<span class="w3-tag w3-indigo w3-round">Current</span></h6>
209+
November 2021</h6>
208210
<p>
209211
<b><em>Exabyting</em></b>, a software consultancy company works both on big scale government &
210212
private

js/towfiq.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $(document).ready(function () {
88

99
var currentYear = new Date().getFullYear();
1010
var yearOfExp = parseInt(DateDiff.inMonths(careerStarted, today) / 12);
11-
var monthOfExp = parseInt(DateDiff.inMonths(careerStarted, today) % 12);
11+
var monthOfExp = parseInt((DateDiff.inMonths(careerStarted, today) + 1) % 12);
1212
var daysOfExp = parseInt(DateDiff.inDays(careerStarted, today) % 30);
1313
monthOfExp = daysOfExp < 15 ? (monthOfExp + 1) : monthOfExp;
1414
yearOfExp += monthOfExp/12;

0 commit comments

Comments
 (0)